2024-12-16, 04:06 AM
Hello,
I asked the question on github but I will close the topic if I have an answer here it will be easier
I made a backup of the artists folder in my old bare metal installation of Jellyfin, to move it to docker, by modifying the .nfos with the path
But it doesn't seem to work, after some searching in my folders, Jellyfin seems to save the metadata in /config/metatadata/library/xxx instead of /config/metatadata/artists
In the media library settings, I have disabled the "Save artwork to media folders" option, and the "nfo" box is unchecked
I would like to have, like on bare metal, a folder per artist with the artist.nfo and the images next to the .nfo
Thanks
I asked the question on github but I will close the topic if I have an answer here it will be easier
I made a backup of the artists folder in my old bare metal installation of Jellyfin, to move it to docker, by modifying the .nfos with the path
Code:
<poster>/config/metadata/artists/xxx/folder.jpg</poster>
<fanart>/config/metadata/artists/xxx/backdrop.jpg</fanart>
But it doesn't seem to work, after some searching in my folders, Jellyfin seems to save the metadata in /config/metatadata/library/xxx instead of /config/metatadata/artists
In the media library settings, I have disabled the "Save artwork to media folders" option, and the "nfo" box is unchecked
I would like to have, like on bare metal, a folder per artist with the artist.nfo and the images next to the .nfo
Thanks