vlc 启动播放特定播放列表的命令行是什么?像这样:START /WAIT C:\"Program Files"\VideoLAN\VLC\vlc.exe %1 playlist="c:\users\rendszergazda\desktop\p.xspf" vlc://quit shutdown -s -t 60
答案1
您可以简单地使用该--playlist
选项。
vlc.exe --playlist C:/PlaylistLocation
在这里您可以使用播放列表参数启动 vlc,并指定播放列表的位置。
答案2
目前,您可以使用该--started-from-file
选项。
vlc.exe --started-from-file PATH_TO_PLAYLIST
或者,直接运行:
vlc.exe PATH_TO_PLAYLIST
在你的情况下,PATH_TO_PLAYLIST
可以替换为"c:\users\rendszergazda\desktop\p.xspf"