Edit: Also please tell me if a meme is even allowed as the thumbnail for the post in this community - just feels like it gets some of my current desperation across :D
Since the last time I posted here sharing my new home server, I've gotten a little more acquainted with the services I'm using. After getting acquisition of shows and movies sorted, I ventured into music (streaming).
As many here, I'm used to using streaming services for music, ie. Spotify or YouTube Music. Naturally, I tried a similar approach by setting up my Arr stack to feed its music into Jellyfin where the music is picked up by Symfonium. I tried it out for a couple days and liked it quite a bit since it keeps my phone clean of "unnecessary" data but I still retain access to music. Unfortunately, the way I acquire my music limits my selection quite a bit unless I venture into torrenting, which I'd prefer not to. So unless I figure out a safe way to torrent on my server, I'm stuck with getting access to a very limited selection of artists and albums.
In addition to that limitation, there's also the files formats of the music. Most of the music I've downloaded was only available in FLAC, which is awesome if you've got the bandwidth and data plan for playback, but for me it means that I spend 3GB of data for a day of streaming music which is just not sustainable.
In comparison, I can set up a Revanced version of Spotify in addition to my Revanced YT Music to get access to all the music I could want. Unfortunately, that comes with the caveat of still being tied to the companies I'm trying to get rid of - albeit not financially anymore, but I'm still sharing my data.
Ultimately, I'm not sure what to do. What I love about self-hosting is the independence from all the companies we're being fucked over by in all kinds of imaginable ways. But if it's free, outside my sharing data with them, can I really compete?
I'd be interested in hearing your opinions and thoughts on this. How did you solve music streaming with your build?
I used to use YouTube music revanced, but at some point it asked me to verify my age to listen to a song my rage against the machine, and that was the last straw. I uninstalled YouTube music, took a dusty raspberry pi 5 from a shelf where it'd been sitting for like half a year and connected it to my router with an Ethernet cable. Then I installed qbittorrent (headless) and mounted its downloads under the
musiccategory (it stores the downloads in separate directories, depending on the torrent's category) into Navidrome. I also have Prowlarr installed for easier searches of indexers. So far I have an 80GB library of music. I try to keep the size down by downloading 320kbps mp3s where possible.I use the Symfonium app, it was totally worth the 4.50€, I'd be willing to pay more honestly. On desktop I use Feishin.
I also have Listenbrainz set up as a scrobbler on Navidrome. The stats are pretty cool.
So in theory I'd be down to use torrents again if they weren't as unsafe as I'm told they are. Do you use a VPN or do you just download away? What's your setup look like in general?
Symfonium is awesome, I can agree with you for sure. I'd also be down to pay the price for it.
Slovenian ISPs don't give a shit about piracy, so I don't use a VPN. I did, however, decide against running the setup in Germany on my netcup VPS because they're really strict about piracy.
I use Traefik as a reverse proxy in my setup and I run everything in docker containers (managed with docker compose). Would you like me to share my configs as well? (I ask just so that I don't waste my time gathering them and making sure I didn't share API keys or something :P )