February 4, 20215 yr 3 hours ago, Energen said: Change your docker from the latest branch to the develop brach, should pull down 0.8 Repository: linuxserver/lidarr:devlop That did the trick! Thanks
July 22, 20214 yr Hi, lidarr reports too long pathnames........ Anyone got a solution? Version: 0.8.1.2135 Package Version: 0.8.1.2135-ls53 by linuxserver.io .NET Core: Yes (3.1.13) [v0.8.1.2135] System.IO.PathTooLongException: The path '/home/(removed)/GD1/MEDIEN/Music/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' is too long, or a component of the specified path is too long. at System.IO.Enumeration.FileSystemEnumerator`1.FindNextEntry(Byte* entryBufferPtr, Int32 bufferLength) at System.IO.Enumeration.FileSystemEnumerator`1.MoveNext() at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items) at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source) at System.IO.Abstractions.DirectoryInfoWrapper.GetFiles(String searchPattern, SearchOption searchOption) at NzbDrone.Common.Disk.DiskProviderBase.GetFileInfos(String path, SearchOption searchOption) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 507 at NzbDrone.Core.MediaFiles.DiskScanService.GetAudioFiles(String path, Boolean allDirectories) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:line 238 at NzbDrone.Core.MediaFiles.DiskScanService.Scan(List`1 folders, FilterFilesType filter, Boolean addNewArtists, List`1 artistIds) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:line 131 at NzbDrone.Core.MediaFiles.DiskScanService.Execute(RescanFoldersCommand message) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:line 285 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 116 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 42
March 28, 20224 yr Lidarr doesn't seem to cache DNS queries at all, hitting my DNS server with over 1000 requests per minute and getting blocked. How can I prevent this?
April 26, 20224 yr I get this error below. Test was aborted due to an error: Unable to connect to SABnzbd, Connection refused Connection refused: 'http://IPADDRESS:PORT/api?mode=get_config&apikey=API KEY&output=json' Sonarr and Radarr are able to connect with no issues.
December 23, 20223 yr Anyone have permission issues with imports? I was able to import my library just fine, but when it downloads something in sab it is unable to move it from the download folder to the "music library" folder. Lidarr can see but not access downloaded track /downloads/music_files_from_sab.flac. Likely permissions error. I have changed the files and folders in that downloads directory to 755 and also tried 777, however the result is the same. I have no issues with sonarr, radarr, etc.... so I'm a bit baffled on this. I have tried looking at logs and every setting I can think of, however nothing has resulted in any success. It's almost as if the user/group is not correct with lidarr. It is set to the default for the docker. The recent downloads (since installing lidarr) are nobody users dwrxwrxwrx This is the same as the existing library that it imported from the array. checking lidarr's config folder in cache/appdata/lidarr the files in the config are all given nobody users I'm baffled edit: resolved. It was the destination path that was having permission issues due to permissions from older version of unraid way back. Changed permissions and user:groups recursively on the destination and it resolved it. Edited December 26, 20223 yr by live4soccer7
January 14, 20233 yr I have an issue searching for artist. "Failed to load search results, please try again. Search for 'a' failed. Unable to communicate with LidarrAPI." Pastebin link with log. As far as I understand LidarrAPI can't get metadate (but due to being illiterate codewise I can be wrong). A quick look through a guide on servarr didn't bring any ideas. Could you, please, help me solve this issue or direct to a source resolving an issue I faced? Thanks. Edited January 16, 20233 yr by clickvk
January 29, 20233 yr Hello, not sure if this is the best place to ask, but I have a Lidarr docker that I want to migrate away from. I'd like to use the lsio one. What's the process for migrating my old appdata to the new docker image? I tried importing a backup but it fails at the restoration step.
March 25, 20233 yr Does anyone else have an issue with Lidarr calling to plex to scan the library? it's never actually worked for me.
May 1, 20233 yr anyone having any luck with the latest version? A couple of weeks ago when they released 1.1.4, it wasn't working for me, meaning wasn't importing, wasn't updating, etc. Had to revert back to 1.0.2 to get it working again
May 19, 20233 yr I have been having a lot of issues with my Lidarr as well. It will import things and I will have to reboot the container in order for it to show the imported track and send a notification. Right now, I am trying to import a new album and the log is showing me this. I cannot manually import anything.
October 20, 20232 yr Hi all does anyone have th CA template screenshot they can share with me to set up the arr scripts. I get varying errors based on he naming of either [custom-init] No custom files found, skipping.. or it finds the file and exit 2 then continues to load I still have the template for the lidarr extended which worked perfectly but has now stopped and I understand the developer has created seperate scripts for each arr. BTW im asking here as its recommended to use linuxservers version of Lidarr, two volumes created in the template and the script in the correct folder as per the instructions.
March 28, 20242 yr I'm having problems too. I checked that I've got nobody:users on the files in question. Lidarr passes it over to sabnzbd, they end up in /mnt/user/downloads/music. But then I get [Error] DownloadedTracksImportService: Import failed, path does not exist or is not accessible by Lidarr: /downloads/music/xxxxxxxxxxxxxxx. Ensure the path exists and the user running Lidarr has the correct permissions to access this file/folder Seems to me that it does. Both Lidarr and Sonarr docker > settings > Show more settings PUID 99 PGID 100 UMASK 022 root@mayorgoodway:/mnt/user/downloads/music# ls -l | grep xxx drwxrwxrwx 1 nobody users 4096 Mar 27 21:45 xxxxxxxxx drwxrwxrwx 1 nobody users 4096 Mar 27 21:45 nnnnnnnnn root@mayorgoodway:/mnt/user/audio# ls -l total 44 drwxrwxrwx 1 nobody users 108 Feb 4 07:46 books/ drwxrwxrwx 1 nobody users 4096 Mar 27 21:48 music/ drwxrwxrwx 1 nobody users 10 Jan 28 2018 playlists/ drwxrwxrwx 1 nobody users 10 Jan 31 2018 podcasts/ drwxrwxrwx 1 nobody users 158 Jan 24 2021 vinyl\ rips/
April 9, 20242 yr general question around some of the data used by lidarr - walking through my appdata backups and realized my lidarr backup is ~5.5GB which seemed huge to me. digging in i see the MediaCover directory is push 4.5GB. I'm considering excluding this directory from the backups. anyone know if it would cause problems if i did have to restore this backup? is this something it will see is missing and just go redownload or is it not quite that simple?
November 23, 2025Nov 23 I am wondering how to best switch to the plugin branch? Just replace lscr.io/linuxserver/lidarr with ghcr.io/hotio/lidarr:pr-plugins? Or is there also a linuxserver version of the plugin branch?Related and separate, possible to use an old version? If so, how to make Unraid pull the old image?
December 17, 2025Dec 17 I had to kill this entire post. Instead of leaving well-enough alone and the Lidarr service in its broken state, I decided to do something about it myself. So after some work, I can say it's become a truly useful tool.Answer below, but had to do a big EDIT on this. I strongly suggest not to use Lidarr. Edited February 13Feb 13 by Espressomatic
February 13Feb 13 To fix Lidarr's broken metadata search and significantly increase artist/album searches and additions, run your own MusicBrainz mirror and Lidarr metadata server.You can now test/deploy a full MusicBrainz stack using Compose Manager with no manual setup steps: https://github.com/HVR88/LimboOver 30 Themes for Lidarr, with theme selection menusBlock certain types of releases, like Vinyl, Tape, etc.Pause, restart or cancel Lidarr tasks on the flyDirect download buttons added into Lidarr UIDetailed Lidarr statsArtist refreshingSupport for dozens of artwork and lyrics providers with your own custom priority/precedence settingsManual / Auto Downloader and Importer integrated soon (final testing)Needs ~300GB of storage space and 2-4 hours installation time (400-500GB recommended for future growth of the DB). A new thread will show up soon once I've finished writing Unraid-tailored instructions. Edited April 28Apr 28 by Espressomatic correct URL
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.