I’m checking out lidarr extended since a year but I couldn’t ever really figure out how it works properly. How do you automatically extend your music library?
I’m checking out lidarr extended since a year but I couldn’t ever really figure out how it works properly. How do you automatically extend your music library?
Both yt-dlp & ffmpeg installed. Then:
yt-dlp --add-metadata -x -f bestaudio/best youtube-url
Do you really need
-f bestaudio/best
? IIRC yt-dlp is supposed to take the best format every time.Oh, I didn’t know that and I’ve been using that command for ages.