Comment on MPV: The Ultimate Self-Hosted Media Solution You're Probably Sleeping On
gandalf_der_12te@discuss.tchncs.de 1 week ago
Holy shit this sounds fantastic!
Only issue i have is mpv seems to use its built-in yt-dlp which is an old version that youtube is blocking now. I have a newer version of yt-dlp installed on my computer, but mpv does not seem to use that. What can i do?
mudkip@lemdro.id 1 week ago
Try this: ytdl-path=/usr/bin/yt-dlp
in mpv.conf
gandalf_der_12te@discuss.tchncs.de 1 week ago
thanks, i figured it out. i had multiple older versions of
youtube-dlpandyt-dlpinstalled on my machine. once i removed them, it worked.