Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
public static ResetMovieProperties ( ) : void | ||
Результат | void |
public SetDurationProperty ( int movieId ) : void | ||
movieId | int | |
Результат | void |
public SetMediaInfoProperties ( string file, bool refresh ) : void | ||
file | string | |
refresh | bool | |
Результат | void |
public static SetMovieData ( |
||
item | ||
Результат | void |
public static SetMovieProperties ( |
||
item | ||
Результат | void |
public SetPlayProperties ( bool useNfo ) : void | ||
useNfo | bool | |
Результат | void |
public SetProperties ( bool isFolder, string file ) : void | ||
isFolder | bool | |
file | string | |
Результат | void |