Skip to content
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

Ombi not syncing with Jellyfin #5146

Open
Sandoiitchisan opened this issue Jul 29, 2024 · 4 comments
Open

Ombi not syncing with Jellyfin #5146

Sandoiitchisan opened this issue Jul 29, 2024 · 4 comments

Comments

@Sandoiitchisan
Copy link

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
Copy link
Member

tidusjar commented Sep 7, 2024

Can you run the sync and then post some logs please

@krim404
Copy link

krim404 commented Oct 4, 2024

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
Copy link
Member

tidusjar commented Oct 4, 2024

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

@krim404
Copy link

krim404 commented Oct 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants