mpvを使ってビデオやメディアをキューに追加するには?

mpvを使ってビデオやメディアをキューに追加するには?

特に、順番に追加するYouTubeリンクを自動的に再生するmpvコマンドが必要です。たとえば、パーティーで作成した曲を並べ替え、自動的に再生することができます。

ベストアンサー1

man mpv

 mpv [options] [file|URL|PLAYLIST|-]

...

  --playlist=<filename>
        Play  files according to a playlist file (Supports some common formats. 
        If no format is detected, it will be treated as list
        of files, separated by newline characters. Note that XML playlist 
        formats are not supported.)

        You can play playlists directly and without this option, 
        however, this option disables any security mechanisms that might be
        in place. You may also need this option to load plaintext files as playlist.

おすすめ記事