Add info label for next aired date#4
Open
smfontes wants to merge 1 commit intoscott967:script.extendedinfo-6.0.10from
Open
Add info label for next aired date#4smfontes wants to merge 1 commit intoscott967:script.extendedinfo-6.0.10from
smfontes wants to merge 1 commit intoscott967:script.extendedinfo-6.0.10from
Conversation
Modified resources/lib/themoviedb.py to retrieve next_aired_date from results and store it in a window property. Modified resources/skins/Default/1080i/script-script.extendedinfo-DialogVideoInfo.xml to display last_aired_date and next_aired_date for TV shows. Also modified same file to give more room for show status (it was being cut off, and there was plenty of room available on the line). Modified resources/ language/resource.language.en_gb/strings.po to have two new strings "Last Air Date" and "Next Air Date".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "Next Aired Date" for TV shows is a very nice piece of information to know. Your code was retrieving the information, but you were not storing it. I added code to store the information and display it on the TV show extended info screen. It would be nice if you could add this to the official addon.
Modified resources/lib/themoviedb.py to retrieve next_aired_date from results and store it in a window property. Modified resources/skins/Default/1080i/script-script.extendedinfo-DialogVideoInfo.xml to display last_aired_date and next_aired_date for TV shows. Also modified same file to give more room for show status (it was being cut off, and there was plenty of room available on the line). Modified resources/language/resource.language.en_gb/strings.po to have two new strings "Last Air Date" and "Next Air Date".