Have they fixed the issues with Lidarr yet?
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
As far as I can tell, no. I haven't been able to search or import releases since about April.
You'll have to be more specific. :) I think it works well for organizing a music library unless there are issues with this feature that I'm unaware of. Using it to queue downloads was painful for me, so I resort to less automated ways to acquire music files.
Simply put, the *arr software concept works well for downloading movies and TV shows (Radarr and Sonarr). Music just seems to be a little more difficult and I have lots of issues with Lidarr finding music out on Usenet and trackers. I hope that's user error on my part.
I think the issue they are referring to is that Lidarr's API or interface with the MusicBrainz database has been broken for a few months now, which means it's impossible to search or add new artists/releases to your Lidarr library.
And as far as I can tell, it's still down. I have been unable to use Lidarr for anything since about April, except for finding releases that I had already added to my local database.
Yikes that's a major issue that I coincidentally bypassed by not using Lidarr for the past few months myself.
Yeah, Lidarr is easily the weakest of the *arrs in my experience. As a newbie to setting up that stack, it was definitely nice to have a similar interface and functionality between the apps, but the last few months have me ready to look for something different for music.
I’ve been using Soulseek but I often have issues with the metadata not loading properly into Plex.
So, no. They did not fix it.
It's getting there. They've been taking a progressive improvement route. Searches sometimes work, mbid searches more so. They are building a cache/index of some sort, so it's taking time for that to populate, and it'll have a higher success rate as the progresses.
It’s still 100% broken on the “latest” branch. Cannot add a single song/album/artist.
I guess I can be proud of not getting into Spotify at the first place. Instead of discovering new music, I discover older ones which I find more reliable since new music industry mostly suck. Oh, also Bandcamp is fine for discovering indie.
It is laziness on my part. I want to tell the Google home to play music.
I should just get a Bluetooth speaker and do this, shouldn't I
You need the software, but there’s nothing about that request that should require access to the Internet.
I have a LLM chatbot that controls my Home Assistant and Kodi players. It’s all done locally and the response time is under a second.
On my PC(Arch, btw) I have a global hotkey so I can hold the key to record a message and when I let go of the key it uses a local model to do speech to text and sends the result to the chatbot.
I could probably use a wake word but I’d need to mic up my house and I’d rather not do that. A bluetooth lapel mic and a single button Bluetooth “keyboard” about the size of a key switch (using an ESP32C3 microcontroller) give me the same functionality.
I have also moved fully to navidrome. It's slightly less convenient, but it's worth it to deplarform
I know the main topic is ditching Spotify, but on the secondary topic of screwing over Spotify...
I realized that you can "pirate" Spotify (i.e. listen indefinitely as if you had a paid account) if you have uBlock Origin on Edge. No setup needed, it just works. Most likely any Chromium-like browser will work.
Unfortunately, I haven't got it to work with Zen browser which is Firefox based so I'm not sure if all Firefox based browsers are affected. The workaround I have for now is just have Edge open with Spotify in the background, and control it from the Spotify interface on Zen. Never download the app, they control that fully.
Funnily enough, I also got ad-free Spotify play on Amazon Echo when I was controlling it from Edge, though I never tried with Zen because I don't use Echo anymore.
PS: For audiophiles this is probably not gonna fly, as you don't have access to the highest bit rates iirc.
If you really want to kick this up a notch, install Soularr and slskd and let it just churn on your library and drip music into your folder. No solution for the spotify discovery algorithm, at least not a good one. But this stack is solid.
I thought Lidarr is for music. Sonarr is for series.
Downloading music illegally avoids giving money to the bad companies but the artists still need to get paid. They can't work for free. They deserve our money. So please share music, but also support the artists. Through bandcamp for example.
What I meant was Soularr. Sorry there are just too many of these apps with similar names. Soularr is a python script that runs in docker and it checks Lidarr (I believe) and then sends that info back to slskd. It was checking my artist list in my navidrome dir and then checking slskd and downloading absolutely everything I didn't have by that artist. It ran for a few months, but I was kind of a novice at self hosting and a lot of duplicate files were created because I didn't have the volumes mapped properly in docker. Then I wrote a script that accidentaly created an infinite loop that started copying all the files one level deeper then would repeat . I stopped it after like 4 iterations. Long story short I have four copies of a bunch of files and I got lost with Beets and plan to start over from scratch with the original source library.
Wow that's sick! Would love to fix that next to all the other automated download systems I have, but I now have money and I want to support the artists. Maybe still a good idea for the impossible to get music which isn't sold anywhere. Like tekno. Thanks! I'll look into soularr. I know soulseek, but last time I tried it, it fucked up my internet connection settings somehow. Really weird. I wanted to try it again, after not using it for.... 15 years now? But yeah, all internet access was blocked when I opened slsk. Also the music I have to share is old. And back then the quality was poor. I have a 2TB music collection but I think 3/4 of it is poor quality mp3's.
Instead of slskd I recommend using nicotine+. I found slskd worked fine, but was a pain to set up. I found a Nicotine docker that works just like the app inside a web UI. Much less of a learning curb for someone who's not familiar with servers.
Interesting. Thanks for that. I started this project a few months ago then got sidetracked and am about to get back into it.
Here's the link to the docker I used. There are a few others on github, but this one seemed like it was the most actively updated.
https://github.com/sirjmann92/nicotineplus-proper
I liked slskd perfectly fine once I got it going, but I couldn't get my partner to use it as she was used to nicotine and didn't like the new interface. Once the Docker was set up in Portainer there was very little additional configuration and the rest was inside the nicotine webui app.
Does navidrome support Chromecast? I've had a hard time finding a self hosted music solution that will actual cast. I do have a public facing domain name with certs that, as far as I can tell, is working correctly.
Not sure about navidrome, but if it supports upnp, you could setup a bubbleupnp server to bridge the two.
It depends on the client app you use. Some support it, some don't.
I wish I was the kind of person who would do this.