-
Notifications
You must be signed in to change notification settings - Fork 1
Feature Request & Improvements #5
Comments
I'm planning to do this eventually
Yes!, I wanted to include this as well. But as far as I know Trakt's API doesn't provide streaming platform info but it does include ids to tmdb and tvdb. I'll try to hook it up
I've implemented it on the latest commit. Should be up and working |
Great, thanks for the consideration ^_^ |
Added both on the latest commit, give it a go :D |
Also for the runtime, does you have to call tmdb api for it or trakt provide it itself? |
Thank you for your kind words! I’m glad you found this project helpful.
It's provided by Trakt. As far as I know, Trakt is in the process of migrating their metadata from TVDB to TMDB, so it could be a hit or miss for some niche shows/movies. Probably should set a fallback for those that doesn't have a runtime data. |
Oh, some indeed has approximate runtimes if that's so then i guess it will be resolved soon. :) |
Added! |
Awesome, Should i grab a new link or the calendar will update after 8 hours? |
it should pull the latest feed automatically, but you can unsubscribe and resubscribe using the same link if you want to |
If i resubscribe won't that cache my previous calendar and create another or it will replace the older one according to the trakt account? |
I'm pretty sure it'll just fetch the latest one. I don't think Google caches feeds within the same url, and the cache I'm using is stored on disk so every time I commit to master it should purge everything as Its being rebuild on Railway |
Sorry i mean being called on your server, last night i tried an old url from a week ago with old commits and it was still working, i was surprised that it wasn't getting deleted from your server. |
The cache should invalidate every hour and fetch new feed from trakt for every request only if the cache haven't expire. But I might have messed something up and currently the caching doesn't work |
I'm currently using the "Networks" information for the TV Series. TMDB does provide endpoints both for TV and Movies streaming platforms, but as we know availability differs between regions. What i'm planning is to add an additional ui element for users to select which streaming platforms they have access to, sort their priority to be displayed on the calendar and selecting region either from the ui or based on IP geolocation |
Hi! This project is really great and i love it.
I got a couple of suggestions on it:
The text was updated successfully, but these errors were encountered: