I use mpv to play a youtube playlist, and it would be extremely cool if I could turn on shuffling and repeat.
Is this possible to do with youtube-dl?
I use mpv to play a youtube playlist, and it would be extremely cool if I could turn on shuffling and repeat.
Is this possible to do with youtube-dl?
Omg there is shuffling!
I just looked at the man page for mpv, so not with youtube-dl directly.
mpv '<yt-playlist-link>' --no-video --shuffle
That simple.