Ombi icon indicating copy to clipboard operation
Ombi copied to clipboard

Ombi not syncing with Jellyfin

Open Sandoiitchisan opened this issue 1 year ago • 4 comments

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

Sandoiitchisan avatar Jul 29 '24 20:07 Sandoiitchisan

Can you run the sync and then post some logs please

tidusjar avatar Sep 07 '24 20:09 tidusjar

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

krim404 avatar Oct 04 '24 18:10 krim404

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

tidusjar avatar Oct 04 '24 18:10 tidusjar

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%...

krim404 avatar Oct 04 '24 19:10 krim404