Files
mpv/DOCS/interface-changes/autocreate-playlist.txt
NRK e2180e581e demux_playlist: only autocreate on regular file
trying to autocreate playlist when the file is a fifo breaks
playback. the bug report is a special case of `/dev/fd/*` but
even for named fifos, opening and closing them can cause the
other end to stop writing.

Closes: https://github.com/mpv-player/mpv/issues/17682
2026-04-06 18:50:28 +02:00

2 lines
61 B
Plaintext

make `--autocreate-playlist` only activate for regular files