Method | Description | |
---|---|---|
FetchMovieNfo ( string path, string filename, |
Check and set movie info data from nfo file (must be in the same directory where is videofile and must have the same name as video file. Exceptions are DVD and BluRay folders where nfo file should have name as main folder
|
|
IMDBMovie ( ) : System | ||
Reset ( ) : void | ||
Reset ( bool resetId ) : void | ||
ResetMovieProperties ( ) : void | ||
SetDurationProperty ( int movieId ) : void | ||
SetMediaInfoProperties ( string file, bool refresh ) : void | ||
SetMovieData ( |
Use only in share view
|
|
SetMovieProperties ( |
Use only in share view
|
|
SetPlayProperties ( ) : void | ||
SetPlayProperties ( bool useNfo ) : void | ||
SetProperties ( bool isFolder, string file ) : void |
Method | Description | |
---|---|---|
FetchMatroskaInfo ( string path, bool pathIsDirectory, |
Use for xml recordings
|
|
GetStrThumb ( ) : string | ||
GetUserFanart ( |
||
ResetMediaInfoProperties ( ) : void | ||
SetMediaInfoProperties ( string file ) : void | ||
SetMovieIDProperty ( string file, bool isFolder ) : void | ||
SetProperties ( bool isFolder ) : void |
public static FetchMovieNfo ( string path, string filename, |
||
path | string | path is checked only for DVD/BD folders, in case of single video files it is the same as filename |
filename | string | filename with full path |
movie | ||
return | void |
public static ResetMovieProperties ( ) : void | ||
return | void |
public SetDurationProperty ( int movieId ) : void | ||
movieId | int | |
return | void |
public SetMediaInfoProperties ( string file, bool refresh ) : void | ||
file | string | |
refresh | bool | |
return | void |
public static SetMovieData ( |
||
item | ||
return | void |
public static SetMovieProperties ( |
||
item | ||
return | void |
public SetPlayProperties ( bool useNfo ) : void | ||
useNfo | bool | |
return | void |
public SetProperties ( bool isFolder, string file ) : void | ||
isFolder | bool | |
file | string | |
return | void |