Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
$mythvideo_dir | |
| This points to the local filesystem path where MythVideo has been told to look for videos. string $GLOBALS['mythvideo_dir']
/* | |
| enum | video_img_width |
| global | $mythvideo_dir = setting('VideoStartupDir', hostname) |
| $dirs = explode(':', setting('VideoStartupDir', hostname)) | |
| $sh | |
| $PATH = &$PATH_TREE[$dir] | |
| $file = str_replace($dir, '', $file) | |
| break | |
| $paths = explode('/', $file) | |
| $PATH ['subs'][$path] | |
| $Category_String = array() | |
| $Category_String [0] = 'Uncategorized' | |
| $Genre_String = array() | |
| $Genre_String [0] = 'No Genre' | |
| $Total_Programs = 0 | |
| $All_Videos = array() | |
| else | $Filter_Category = -1 |
| else | $Filter_Genre = -1 |
| else | $Filter_Browse = -1 |
| else | $Filter_Search = "" |
| $where = ' AND videometadata.filename RLIKE '.$db->escape($escaped_path.'[/]*[^/]*$') | |
| makeImdbWebUrl ($num) | |
| output_path_picker ($path, $padding=0) | |
| enum video_img_width |
Definition at line 98 of file video/handler.php.
| makeImdbWebUrl | ( | $ | num | ) |
Definition at line 28 of file video/handler.php.
| output_path_picker | ( | $ | path, | |
| $ | padding = 0 | |||
| ) |
Definition at line 153 of file video/handler.php.
| $mythvideo_dir = setting('VideoStartupDir', hostname) |
| $dirs = explode(':', setting('VideoStartupDir', hostname)) |
Definition at line 115 of file video/handler.php.
Referenced by $d(), and MythTV::GetRecordingDirs().
| $sh |
Initial value:
$db->query('SELECT DISTINCT videometadata.filename FROM videometadata ORDER BY videometadata.filename')
Definition at line 116 of file video/handler.php.
| $PATH = &$PATH_TREE[$dir] |
Definition at line 129 of file video/handler.php.
Definition at line 130 of file video/handler.php.
Definition at line 131 of file video/handler.php.
| $paths = explode('/', $file) |
Definition at line 135 of file video/handler.php.
| $PATH['subs'][$path] |
Initial value:
Definition at line 143 of file video/handler.php.
| $Category_String = array() |
| $Category_String[0] = 'Uncategorized' |
Definition at line 172 of file video/handler.php.
| $Genre_String = array() |
Definition at line 176 of file video/handler.php.
| $Genre_String[0] = 'No Genre' |
Definition at line 181 of file video/handler.php.
| $Total_Programs = 0 |
Definition at line 185 of file video/handler.php.
| $All_Videos = array() |
Definition at line 186 of file video/handler.php.
| else $Filter_Category = -1 |
Definition at line 193 of file video/handler.php.
| else $Filter_Genre = -1 |
Definition at line 202 of file video/handler.php.
| else $Filter_Browse = -1 |
Definition at line 215 of file video/handler.php.
| else $Filter_Search = "" |
Definition at line 223 of file video/handler.php.
| $where = ' AND videometadata.filename RLIKE '.$db->escape($escaped_path.'[/]*[^/]*$') |
Definition at line 231 of file video/handler.php.
1.5.5