Skip Navigation

[Help] Music album cover art - permission problem

Hello everyone, I noticed that a lot of my music does not get any album art even though they correctly identified with MusicBrainz and the albums do have a cover on them there. Jellyfin does not have write permissions in the data directly where the music is, only read permissions. Though I would have expected that jellyfin uses the metadata folder for cover images not already present there. The reason Jellyfin doesn't have write permissions is that the folder is managed by nextcloud and that creates files with 750 so only read access for the group and jellyfin uses the group Does anyone know how I could solve the issue?

Log when trying to identify an album which should have edited the image:

[WRN] Unable to delete "/{{REDACTED}}/files/Musik/Everglow/Last Melody [Single]/Folder.jpg" System.UnauthorizedAccessException: Access to the path '/{{REDACTED}}/Musik/Everglow/Last Melody [Single]/Folder.jpg' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at System.IO.FileSystem.DeleteFile(String fullPath) at MediaBrowser.Providers.Manager.ItemImageProvider.PruneImages(BaseItem item, IReadOnlyList`1 images)

I tried giving Jellyfin write permissions on the folder and when identifying an album and it just decided to delete all tracks...

from the log after giving write permissions:

[INF] Removing item, Type: "Audio", Name: "RATATATA", Path: "/{{REDACTED}}/Musik/Babymetal/RATATATA/1 - RATATATA.mp3", Id: 72e62d6b-7afd-842e-8a72-b9142c53cdaf [INF] Setting provider id's to item ae9bfd0c-30e7-8943-c552-5f89475b4116-"RATATATA": [("MusicBrainzAlbum": "4a762493-80fe-4a52-b11a-ad6ecfcc8a59"), ("MusicBrainzReleaseGroup": "d61d121b-8952-40de-bef9-208b9ea870ec")] [INF] Setting provider id's to item ae9bfd0c-30e7-8943-c552-5f89475b4116-"RATATATA": [("MusicBrainzAlbum": "4a762493-80fe-4a52-b11a-ad6ecfcc8a59"), ("MusicBrainzReleaseGroup": "d61d121b-8952-40de-bef9-208b9ea870ec")] [INF] Removing item, Type: "Audio", Name: "STΦMP! (STΦMP!)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/3 - STΦMP! (STΦMP!).mp3", Id: 32dfa172-442f-af4d-9d6e-0ad4d9a736c6 [INF] Removing item, Type: "Audio", Name: "Intro : 7' Dreamcatcher (Intro : 7' Dreamcatcher)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/1 - Intro : 7' Dreamcatcher (Intro : 7' Dreamcatcher).mp3", Id: e83079d4-9c51-7f8b-1b55-c54d1df3787b [INF] Removing item, Type: "Audio", Name: "JUSTICE (JUSTICE)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/2 - JUSTICE (JUSTICE).mp3", Id: 8d977ec0-6f53-cbd9-65d2-45ddcc1b78d0 [INF] Removing item, Type: "Audio", Name: "2 Rings (2 Rings)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/4 - 2 Rings (2 Rings).mp3", Id: 987a8bdc-8c73-1a74-16ab-341dacf035c3 [INF] Removing item, Type: "Audio", Name: "Fireflies (Fireflies)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/5 - Fireflies (Fireflies).mp3", Id: fe1a2125-ad68-3b2f-fddf-7f3cabf43ccd

Any help is greately appreciated :)

0
0 comments