Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.73k stars 396 forks source link

Ombi not syncing with Jellyfin #5146

Open Sandoiitchisan opened 3 months ago

Sandoiitchisan commented 3 months ago

Summary

Ombi doesn't seem to be syncing with Jellyfin server. Tried to install it twice, and it does the sync when connecting to Jellyfin server, but it doesn't sync anymore after that.

Jellyfin : image

Ombi : image

Expected behaviour : Movies and TV shows should be marked as Available automatically after some time.

Ombi Version

4.44.1

What platform(s) does this occur on?

Windows

What database are you using?

MySQL

Relevant log output

No response

tidusjar commented 1 month ago

Can you run the sync and then post some logs please

krim404 commented 1 month ago

i can confirm this, it simply doesnt get the metadata. Logfile is filled with:

warn: Ombi.Schedule.Jobs.Jellyfin.JellyfinContentSync[0]
      Movie Moviename has no relevant metadata. Skipping.
warn: Ombi.Schedule.Jobs.Jellyfin.JellyfinEpisodeSync[0]
      Episode Series - E23 - Title has no episode number. Skipping.

obviously on jellyfin everything is fine

tidusjar commented 1 month ago

Looks like you might have a different issue. But are you sure the metadata is populated In jellyfin?

krim404 commented 1 month ago

Yes.

it seems like the same issue, as if i delete the ombi database (start from scratch) and in the onboarding process tell it to sync a library, it gets synced completly and the database gets populated.

if i add a second library after that in the GUI (Settings->MediaServers->Jellyfin) or simply add files to the already synced library and hit the button "Manually Run Catcher" the the sync will not work anymore and these errors will be all over the logfile while the ombi process takes a hell lot of cpu ressources.

EDIT: its not ombi that takes the high cpu, it seems like it was the SQLite process. It was easily running all cores to 100%. I changed it to mariadb and now my database is under heavy load albeit only having around 10.000 entries. Takes 2 full cores to 100%...