-
Notifications
You must be signed in to change notification settings - Fork 32
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
Runtime for TV Shows #49
Comments
Hmm, that is strange. I don't have this issue with any of my shows. I can put in something to hide the duration field if it is 0, but not sure what else can be done if that is the value stored in the database for the Show/Season. |
The example I gave was of two different shows but if a new show is added and the new episodes are there it will populate with correct airtime on the episodes but 0 minutes for the new show or season. So to summarize this happens every time for new shows or seasons but never for episodes. I use the plex agent for Metadata but I have local media assets I could use instead. Is that what you are referring to in "database" |
actually I use thetvdb as the agent, not plex agent for metadata. |
Thanks for the added information. The database is the file in your PMS installation that has all the metadata information. PlexEmail gets everything from there (there are no calls to 3rd party metadata sources as part of this script). If for some reason it is not in there (or set to 0) there is nothing that can really be done. The best thing that can be done is for the script to hide the duration field if it is 0. |
When I enable runtime/duration for tv shows, it works fine for new episodes but shows 0 minutes for new tv shows or seasons. Any ideas?
example
The text was updated successfully, but these errors were encountered: