2025-04-21, 03:59 PM
Yes. The symlinked library is considered a separate item since the observed path is different. Jellyfin stores metadata for each item in its database and in its metadata folder and assigns the symlinked path a different UUID.
Regarding manually editing NFOs, regardless if you have NFO saver enabled in a library or not, their presence will still trigger Jellyfin to read them in both the "real" library and the symlinked library.
Since Jellyfin will not follow symlinks for files, only folders, both libraries will get the same NFO metadata.
Which is why I mentioned hardlinks. Create a real folder for the 2nd language's library, create real folders for each show/movie, then hardlink the media file in these folders. THEN you can have multiple NFOs for the same media.
But you'd either have to do that manually or write a script to semi-automate that process.
Going back to your original question, though.
Having these two separate libraries for the same media via symlinks will not cause some metadata conflict within Jellyfin. Or cause an update to one library to reset metadata in the other. As I stated above, they are separate items from Jellyfin's perspective and have their own database entries that do not interact with each other.
Updates to the "real" library will not reset the language metadata for the "fake" library since Jellyfin does not modify your media files in this way.
Regarding manually editing NFOs, regardless if you have NFO saver enabled in a library or not, their presence will still trigger Jellyfin to read them in both the "real" library and the symlinked library.
Since Jellyfin will not follow symlinks for files, only folders, both libraries will get the same NFO metadata.
Which is why I mentioned hardlinks. Create a real folder for the 2nd language's library, create real folders for each show/movie, then hardlink the media file in these folders. THEN you can have multiple NFOs for the same media.
But you'd either have to do that manually or write a script to semi-automate that process.
Going back to your original question, though.
Having these two separate libraries for the same media via symlinks will not cause some metadata conflict within Jellyfin. Or cause an update to one library to reset metadata in the other. As I stated above, they are separate items from Jellyfin's perspective and have their own database entries that do not interact with each other.
Updates to the "real" library will not reset the language metadata for the "fake" library since Jellyfin does not modify your media files in this way.