aboutsummaryrefslogtreecommitdiff
path: root/tests/test-media-utils--argv.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor: launch external processes with argv lists, not shellsCraig Jennings3 days1-0/+72
- open-this-file-with splits the typed command and calls call-process. - media-play-it resolves streams via a yt-dlp capture, then start-process. - Paths, URLs, and player args never meet a shell. - yt-dlp stderr is captured separately so warnings can't parse as URLs. - Stream resolution now blocks briefly. mpv (the default) is unaffected.