Closed brettpetch closed 5 months ago
Thanks for adding this (sorry it took me so long to get back to you).
Is there a reason why this needs a sqlite3 database?
I'm hoping to do a major rewrite of this repo at some point to share more functionality between services.
Speeds up queries and caches the jf ids. I find that with large libraries that it is quite slow to search. Should likely add sqlite across the project as Jellyfin’s search isn’t really the fastest. On Jan 24, 2024, at 4:33 AM, Thomas Hudson @.***> wrote: Thanks for adding this (sorry it took me so long to get back to you). Is there a reason why this needs a sqlite3 database?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
A recent pull request to dockerize things means the config file stuff has changed. Can you fix the conflicts with the main branch?
Any prediction?
Any prediction?
Should be implemented now - See #19
The repo has diverged quite a bit from when this pull request was made so I'll abandon it here. Thanks for the code, it was a good reference when implementing trakt intergration.
Adds Trakt.tv Popular and Trending lists with a valid API key.
Addresses part of #19.