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?
Soulseek
With the Nicotine+ client
Ooh, it’s written in Python. I’m gonna have to try it, as well as nerd out on it’s source.
Thanks!
It’s a big upgrade on the antiquated official client.
Torrenting from RED and OPS, organizing with beet, listening with mpd locally and navidrome remotely.
I use Airsonic, a self-hosted alternative to Subsonic. Basically, it indexes your music library and then serves it, either through a provided web app or via apps like Play:sub on iOS (but there are a number of apps).
I get my music from o r pheus. network, great community (private tracker)
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.