Artist Images #749
Replies: 3 comments 5 replies
|
Hello! AFAIU from your setup, this should already work, so could you please provide more details on the
It looks like your audio files are tagged using the musicbrainz identifiers? For your closing question: yes, lms should work with an empty config. It fallbacks internally on the values set in the default provided |
|
artist.nfo is being stored in each artist folder. My library root folder is "Music". Then each artist has its own folder. artist > album > songs In a perfect scenario it looks like lidarr generates 5 files into the artist folder.... artist.nfo, banner.jpg, clearlogo.png, fanart.jpg and folder.jpg. fanart.jpg and folder.jpg are pics of the band. I tried 2 other bands, and one of them only generated artist.nfo and clearlogo.png. I guess it just depends what is in musicbrainz. This creates new artist pages in LMS that aren't connected to albums. The link is like http://URL/artist/222 The following 2 artists have all the files i mentioned. Here is what is in All That Remains artist.nfo Here is 36 Crazyfists lidarr uses MBZ so yeah all my files were retagged with lidarr. How to confirm the retagging gave whats needed...I dont know? |
|
Yes manually editing musicBrainzArtistID tag fixed it. What do you mean by admin panel? While logged in, the Settings in LMS i don't see this option for merging. |


Uh oh!
There was an error while loading. Please reload this page.
Hi,
I use lidarr. I have had it organize my library and retag all of my library. I use Symfonium. My albums have images just fine through the metadata without any extra files. All my artists don't have any images. In Lidarr, I can enable it to generate artist.nfo and artist images. I've tested with the band "10 years". My library is artist > album > songs. It created artist.nfo and 4 images (one of them named the supported folder.jpg). All this did was create a separate Artist page with the image only viewable in the "All Artists" section because there are no albums associated with this Artist page. This leaves the real URL server/artist/mbid/b18bc9c4-6f22-4f1b-a918-e9c86a39fe7a without an image.
As a test, I deleted the artist.nfo file, and renamed the folder.jpg to the mbzid.jpg, and also artist.jpg. Both renames work, but this is manual work. I also do not want to create a custom.config file just to make folder.jpg default. I assume this will overwrite my already configured settings in LMS. A lot of people use lidarr, so I think it would benefit to add folder.jpg as a default as well.
A closing question... if i were to comment EVERYTHING unrelated to the artist-image in the custom.config file, will LMS continue to work and just change the below?
artist-image-file-names = ("artist", "folder");
All reactions