Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些帮助来了解 MPV 中播放列表的具体含义。
我知道使用 command loadfile "<file>",是播放音乐(或其他)的路径。但什么是?它是包含多个文件的文件夹的路径吗?
loadfile "<file>"
谢谢。
最后我找到了解决方案。
通过执行创建一个 .m3u 文件ls *.mp3 > playlist.m3u
ls *.mp3 > playlist.m3u
进而loadlist "path/to/playlist.m3u"
loadlist "path/to/playlist.m3u"