|
MythTV master
|
Functions | |
| def | print_etree (etostr) |
| def | check_item (m, mitem, ignore=True) |
| def | get_show_art_lists (tvmaze_show_id) |
| def | buildList (tvtitle, opts) |
| def | buildNumbers (args, opts) |
| def | buildSingle (args, opts, tvmaze_episode_id=None) |
| def | buildSingleItem (inetref, season, episode_id) |
| def | buildCollection (tvinetref, opts) |
| def | buildVersion () |
| def | performSelfTest (opts) |
| def | main () |
Variables | |
| string | __title__ = "TVmaze.com" |
| string | __author__ = "Roland Ernst, Steve Erlenborn" |
| string | __version__ = "0.5.1" |
| def tvmaze.buildCollection | ( | tvinetref, | |
| opts | |||
| ) |
Definition at line 522 of file tvmaze.py.
Referenced by main(), and tmdb3.main().
| def tvmaze.buildList | ( | tvtitle, | |
| opts | |||
| ) |
| def tvmaze.buildNumbers | ( | args, | |
| opts | |||
| ) |
| def tvmaze.buildSingle | ( | args, | |
| opts, | |||
tvmaze_episode_id = None |
|||
| ) |
The tvmaze api returns different id's for season, episode and series. MythTV stores only the series-id, therefore we need to fetch the correct id's for season and episode for that series-id.
Definition at line 365 of file tvmaze.py.
Referenced by main(), and tmdb3.main().
| def tvmaze.buildSingleItem | ( | inetref, | |
| season, | |||
| episode_id | |||
| ) |
This routine returns a video metadata item for one episode.
Definition at line 413 of file tvmaze.py.
Referenced by buildNumbers(), and buildSingle().
| def tvmaze.check_item | ( | m, | |
| mitem, | |||
ignore = True |
|||
| ) |
Definition at line 21 of file tvmaze.py.
Referenced by buildCollection(), buildList(), and buildSingleItem().
| def tvmaze.get_show_art_lists | ( | tvmaze_show_id | ) |
Definition at line 37 of file tvmaze.py.
Referenced by buildCollection(), buildList(), and buildSingleItem().
| def tvmaze.main | ( | ) |
| def tvmaze.print_etree | ( | etostr | ) |
lxml.etree.tostring is a bytes object in python3, and a str in python2.
Definition at line 15 of file tvmaze.py.
Referenced by buildCollection(), buildList(), buildNumbers(), buildSingle(), and buildVersion().
|
private |