-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Idea] Fetch Season and Episode from TheMovieDB #27
Comments
Yeah. That would be nice and isn't really a great deal. Nevertheless it needs some internal refactoring because it would be the best to use these descriptions also for recordings. |
Another nice benefit would be to get the episode image. That would look great for the tv show detail view. |
Can we maybe cache on the server side if we have multiple clients? And set a retention time (n days) for cached data would help for repeating events. Or a max cache size (e.g. 100MB) which deletes the oldest data for new stuff. |
Sorry for shifting this to 0.6.2 but 0.6.1 will be a bugfix release. |
No rush, stability is more important :-). |
Ooops, I did it again, ... |
If it is useful (this is just an idea), we could fetch more season & episode informaton not only from the VDR plot (which is a nice improvment).
This is what we already have for artwork:
We could may extend this for series only events to fetch the TVDB id (with respect of language setting):
Now we can fetch the season & episode information of the event from TVDB and compare EpisodeName with the subtile of VDR event and we have S05E01 for this show:
The text was updated successfully, but these errors were encountered: