ghomasHudson / Jellyfin-Auto-Collections

Automatically make jellyfin collections from IMDB, Letterboxd lists and more.
MIT License
60 stars 9 forks source link

feat: Trakt Charts #20

Closed brettpetch closed 3 weeks ago

brettpetch commented 7 months ago

Adds Trakt.tv Popular and Trending lists with a valid API key.

Addresses part of #19.

ghomasHudson commented 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.

brettpetch commented 5 months ago

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: @.***>

ghomasHudson commented 3 months ago

A recent pull request to dockerize things means the config file stuff has changed. Can you fix the conflicts with the main branch?

HellBoyJr commented 3 weeks ago

Any prediction?

ghomasHudson commented 3 weeks ago

Any prediction?

Should be implemented now - See #19

ghomasHudson commented 3 weeks ago

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.