SOLVED: All libraries missing, but not? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: All libraries missing, but not? (/t-solved-all-libraries-missing-but-not) |
All libraries missing, but not? - soodoenim - 2024-05-02 I am on Jellyfin Version 10.8.13 running on Ubuntu 22.04.4 Yesterday I shut down the server and then started it back up again. Before the reboot, everything was working splendidly. All metadata was rendering all media in a seamless and accurate way. Now, a number of weird things are going on. The first is that entire libraries are showing up as though they were series: Those media items showing up that way have their correct titles stripped, and are replaced with season/episode names that make no sense. This screenshot is from the Shows library; when I click on the Movies library it's completely empty. Fortunately, the collections and the search still work, so I am able to navigate to all of my media, and even play it, but nothing in the interface makes any sense anymore. Oddly enough, the search even still works if I search the actual name of the show or movie, however the title displayed is incorrect. I checked, and the metadata is all still there, but it's just not being connected with the shows and movies like before. RE: All libraries missing, but not? - TheDreadPirate - 2024-05-02 It looks like you pointed the library at /media since in your other post "littlebox" was a subfolder of /media. You cannot have your shows nested in subfolders below where you set your library. Our Shows documentation gives examples. https://jellyfin.org/docs/general/server/media/shows/ You can add more than one folder to a library. RE: All libraries missing, but not? - soodoenim - 2024-05-02 (2024-05-02, 01:17 PM)TheDreadPirate Wrote: It looks like you pointed the library at /media since in your other post "littlebox" was a subfolder of /media. You were correct. Everything is working properly again now. Thank you! |