Search code examples
playlistmpv

MPV loadlist "<playlist>" - What is <playlist>?


I need some help to understand what concretely a playlist is in MPV.

I know that with the command loadfile "<file>", is the path to the music (or other) to play. But what is ? Is it a path to a folder containing several files ?

Thanks.


Solution

  • Finally I found a solution.

    Create a .m3u file by doing ls *.mp3 > playlist.m3u

    And then loadlist "path/to/playlist.m3u"