Classes | |
| class | ItemInfo |
Functions | |
| def | title_search |
| def | data_search |
| def | poster_search |
| def | __open_db |
| def | get_db_setting |
| def | set_db_setting |
| def | get_video_startup_dir |
| def | install |
| def | uninstall |
| def | main |
Variables | |
| string | IMAGE_URL_BASE = 'http://%s:%d/images' |
| string | SETTINGS_BACKUP = '~/.mythvideo_search.rc' |
| URL_PORT = HTTP_PORT | |
| string | URL_HOST = 'localhost' |
| string | DB_USER = 'mythtv' |
| string | DB_PASSWORD = 'mythtv' |
| string | DB_HOST = 'localhost' |
| string | DB_DATABASE = 'mythconverg' |
| list | items |
| tuple | poster_map = dict() |
| def mythvideo_search::title_search | ( | title | ) |
Definition at line 125 of file mythvideo_search.py.
| def mythvideo_search::data_search | ( | uid | ) |
Definition at line 135 of file mythvideo_search.py.
| def mythvideo_search::poster_search | ( | uid | ) |
Definition at line 141 of file mythvideo_search.py.
| def mythvideo_search::__open_db | ( | ) | [private] |
Definition at line 148 of file mythvideo_search.py.
| def mythvideo_search::get_db_setting | ( | cur, | ||
| name, | ||||
| hostname | ||||
| ) |
Definition at line 153 of file mythvideo_search.py.
| def mythvideo_search::set_db_setting | ( | cur, | ||
| name, | ||||
| value, | ||||
| hostname | ||||
| ) |
Definition at line 161 of file mythvideo_search.py.
| def mythvideo_search::get_video_startup_dir | ( | cur, | ||
| hostname | ||||
| ) |
Definition at line 167 of file mythvideo_search.py.
| def mythvideo_search::install | ( | ) |
Definition at line 171 of file mythvideo_search.py.
| def mythvideo_search::uninstall | ( | ) |
Definition at line 218 of file mythvideo_search.py.
| def mythvideo_search::main | ( | void | ) |
Definition at line 256 of file mythvideo_search.py.
| string mythvideo_search::IMAGE_URL_BASE = 'http://%s:%d/images' |
Definition at line 11 of file mythvideo_search.py.
| string mythvideo_search::SETTINGS_BACKUP = '~/.mythvideo_search.rc' |
Definition at line 13 of file mythvideo_search.py.
| mythvideo_search::URL_PORT = HTTP_PORT |
Definition at line 15 of file mythvideo_search.py.
| string mythvideo_search::URL_HOST = 'localhost' |
Definition at line 16 of file mythvideo_search.py.
| string mythvideo_search::DB_USER = 'mythtv' |
Definition at line 18 of file mythvideo_search.py.
| string mythvideo_search::DB_PASSWORD = 'mythtv' |
Definition at line 19 of file mythvideo_search.py.
| string mythvideo_search::DB_HOST = 'localhost' |
Definition at line 20 of file mythvideo_search.py.
| string mythvideo_search::DB_DATABASE = 'mythconverg' |
Definition at line 21 of file mythvideo_search.py.
Definition at line 71 of file mythvideo_search.py.
| tuple mythvideo_search::poster_map = dict() |
Definition at line 123 of file mythvideo_search.py.
1.5.5