Skip to content

Why do some movies not show up in the frontend? #6355

Closed Answered by othmar52
othmar52 asked this question in Q&A
Discussion options

You must be logged in to vote

@thornbill sorry for that - it won't happen again!
i'll post my working solution anyway in case anyone has the same problem...

I made a small python script that queries jellyfins database file. for every item an search API call is performed.
in case it is not included in the result, the item gets saved.

this fixed availability of hundrets of items in the jellyfin frontend for me.
its very strange that those 2 lines are even necessary, because this does not make any sense!?

api_item = client.jellyfin.get_item(item_id=db_item[0])
client.jellyfin.update_item(item_id=db_item[0], data=api_item)

Here is the full script:
make sure to make database backup first!

import sqlite3
from jellyfin_apicl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@othmar52
Comment options

Answer selected by othmar52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants