Play folder with a custom playlist order #15945
-
The title may be confusing but here's the thing. For example in a folder I have
I usually play the folder by using the terminal, But here's the thing, it would play on sequential order right, that's the expected behaviour. So it will play Episode 1-12 then when the first folder is finished, it would go to the second one. But I've heard that mpv can load playlist using playlist file, but can I have the playlist file inside that folder, then when opening mpv on the folder, it will use the playlist file data instead. For example
Then when I use the context menu or Or maybe I can just open mpv from the playlist file (by using context menu and a custom Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Requires git master. |
Beta Was this translation helpful? Give feedback.
mpv --directory-filter-types=playlist --directory-mode=ignore dir/
after renamingplaylist.txt
toplaylist.m3u
.Requires git master.