2024-12-16, 06:46 PM
(This post was last modified: 2024-12-16, 08:11 PM by HanaO00. Edited 1 time in total.)
Thanks for your answer, on the bare metal installation there was a folder with this type of content, when I replaced for example the backdrop in the folder, jellyfin updated it
But in docker I can't reproduce this, it only writes images in /config/metadata/library/xx/xxx, and if I use the NFO option it puts it in the artist folder
An example of content, I modified the paths in the NFO
Now I don't know why, for new artists it works, but for artists I had already scraped it doesn't work, there is the path to the flacs folder if I right click "edit metadata" but no info/image in the music folders
Even when trying in another container I have this problem
Code:
/var/lib/jellyfin/metadata/artists/xxx
But in docker I can't reproduce this, it only writes images in /config/metadata/library/xx/xxx, and if I use the NFO option it puts it in the artist folder
An example of content, I modified the paths in the NFO
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<artist>
<biography />
<outline />
<lockdata>false</lockdata>
<dateadded>2024-04-18 16:26:29</dateadded>
<title>Ace of Base</title>
<runtime>50</runtime>
<genre>Pop</genre>
<musicbrainzartistid>d4a1404d-e00c-4bac-b3ba-e3557f6468d6</musicbrainzartistid>
<art>
<poster>/config/metadata/artists/Ace of Base/folder.jpg</poster>
<fanart>/config/metadata/artists/Ace of Base/backdrop.jpg</fanart>
</art>
</artist>
Now I don't know why, for new artists it works, but for artists I had already scraped it doesn't work, there is the path to the flacs folder if I right click "edit metadata" but no info/image in the music folders
Even when trying in another container I have this problem