-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Jellyfin] can't find metadata after recent change #1787
Comments
Hi, this is the same as #1784 (comment) do you still have issues after latest? |
@alexbelgium While I suspect the two are related, the exact error message is not the same, and the other one is talking about trying to add new media, whereas this one is with existing media. Currently running 10.10.6-2 and having this problem. |
Hi, I have 10.10.6-2 installed and I have the same issues with metadata not found and new files are not discovered by Jellyfin. L.E. and Fix(at least for me): From settings manually update the path to point to the new location: Delete the existing libraries and create new ones Scan for new metadata and files Fixed! |
I've the same: |
Can you try the fixed that I explained in my comment? Hope it helps |
Not exactly ideal having to recreate all of it, redownload all the artwork, rebuild all my collections, etc. I was hoping we could have a fix that just updated the location in the settings to match the new file location. |
Hi, what is your data_location value in the addon options ? Using filebrowser, do you still have /homeassistant/addons_config/jellyfin_migrated? This code created the symlink but perhaps it is not active in your case :
hassio-addons/jellyfin/rootfs/etc/cont-init.d/01-migrate.sh Lines 17 to 21 in 323e557
|
data location is showing as |
Well. What is strange is that I expected /config/data to be symlinked to /config/addons_config/jellyfin avoiding the whole issue. Could you please try one thing for me : with the addon filebrowser, go in /addon_configs/xxx-jellyfin/jellyfin.sh and add in it :
And paste the start-up log here |
I'll push a version with potential fix |
I'm afraid it's too late for me. I got impatient and used the fix above. So I'm back up and running by re-doing my libraries. |
I'm getting:
I've tired to remove Interesting, even though I got the error scanning the library seems to work now 🤔 I'm also seeing
and the above ln errorshows up after enabling legacy mode:
|
There is also a isse with the folder structure. I deleted /config/addons_config/jellyfin/data and the 20_folders.sh script runs fine. But scanning still give an error. In my case it seems like the actual data is in /config/data/data/root/default/ insted of /config/data/root/default/ Why this has happened I'm not sure.
Fixes it on my install. There is probably some consequences of doing this. |
Description
Since the change to the metadata location, Jellyfin can't find any of the metadata. All posters/etc are blank in the UI
When I look in the metadata manager it seems to show the old file locations, e.g.
/config/addons_config/jellyfin/data/root/default/Movies
but I can't find any way to change those to the new locations?
Reproduction steps
upgrade to newest version, open Jellyfin, look for any metadata.
Addon Logs
Continues like this for some time....
Architecture
No response
OS
HAos
The text was updated successfully, but these errors were encountered: