Replies: 2 comments 1 reply
-
You can use per-file options and set the audio files via --audio-file. https://mpv.io/manual/master/#per-file-options |
Beta Was this translation helpful? Give feedback.
-
Now I've found a workaround to this: create a kind of "reverse-proxy" http server (e.g. However, I've noticed that the EDL file doesn't support gapless playback (usually achieved by And of course, creating such a reverse-proxy is not so easy. So I still leave this open. |
Beta Was this translation helpful? Give feedback.
-
Expected behavior of the wanted feature
I have many pairs of audio url and video url, and want to play them as playlist.
For example, I have
https://example.com/audio?id=foo
https://example.com/video?id=foo
https://example.com/audio?id=bar
https://example.com/video?id=bar
...
And each files have title to be shown.
How can I play them as playlist?
I know there is edl feature, but they don't allow HTTP url. Also, there is some options like --audio-files, but, as far as I know, it can't be used for playlist like this.
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
Beta Was this translation helpful? Give feedback.
All reactions