Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing runtime to tvmaze collection display
When using tvmaze.py to retrieve Collection information, the runtime information was not being displayed. This update adds it to output. For example, the Collection information for the TV show "Hogan's Heroes" is now: /usr/share/mythtv/metadata/Television/tvmaze.py -C 1475 <?xml version='1.0' encoding='UTF-8'?> <metadata> <item> <title>Hogan's Heroes</title> ... <inetref>1475</inetref> <imdb>tt0058812</imdb> <collectionref>1475</collectionref> <language>en</language> <releasedate>1965-09-17</releasedate> <userrating>8.000000</userrating> <popularity>85.0</popularity> <year>1965</year> <runtime>30</runtime> ... </item> </metadata> Refs: #654
- Loading branch information