-
Beta Was this translation helpful? Give feedback.
Answered by
othmar52
Nov 28, 2024
Replies: 1 comment 1 reply
-
We do not provide support via GitHub discussions: https://jellyfin.org/docs/general/getting-help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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!?
Here is the full script:
make sure to make database backup first!