C# 클래스 MediaPortal.Video.Database.IMDBMovie

@ 23.09.2004 by FlipGer new attribute string m_strDatabase, holds for example IMDB or OFDB
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
FetchMovieNfo ( string path, string filename, IMDBMovie &movie ) : void

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 ( GUIListItem item ) : void

Use only in share view

SetMovieProperties ( GUIListItem item ) : void

Use only in share view

SetPlayProperties ( ) : void
SetPlayProperties ( bool useNfo ) : void
SetProperties ( bool isFolder, string file ) : void

비공개 메소드들

메소드 설명
FetchMatroskaInfo ( string path, bool pathIsDirectory, IMDBMovie &movie ) : void

Use for xml recordings

GetStrThumb ( ) : string
GetUserFanart ( GUIListItem item, IMDBMovie &info ) : void
ResetMediaInfoProperties ( ) : void
SetMediaInfoProperties ( string file ) : void
SetMovieIDProperty ( string file, bool isFolder ) : void
SetProperties ( bool isFolder ) : void

메소드 상세

FetchMovieNfo() 공개 정적인 메소드

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
public static FetchMovieNfo ( string path, string filename, IMDBMovie &movie ) : void
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 IMDBMovie
리턴 void

IMDBMovie() 공개 메소드

public IMDBMovie ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( bool resetId ) : void
resetId bool
리턴 void

ResetMovieProperties() 공개 정적인 메소드

public static ResetMovieProperties ( ) : void
리턴 void

SetDurationProperty() 공개 메소드

public SetDurationProperty ( int movieId ) : void
movieId int
리턴 void

SetMediaInfoProperties() 공개 메소드

public SetMediaInfoProperties ( string file, bool refresh ) : void
file string
refresh bool
리턴 void

SetMovieData() 공개 정적인 메소드

Use only in share view
public static SetMovieData ( GUIListItem item ) : void
item MediaPortal.GUI.Library.GUIListItem
리턴 void

SetMovieProperties() 공개 정적인 메소드

Use only in share view
public static SetMovieProperties ( GUIListItem item ) : void
item MediaPortal.GUI.Library.GUIListItem
리턴 void

SetPlayProperties() 공개 메소드

public SetPlayProperties ( ) : void
리턴 void

SetPlayProperties() 공개 메소드

public SetPlayProperties ( bool useNfo ) : void
useNfo bool
리턴 void

SetProperties() 공개 메소드

public SetProperties ( bool isFolder, string file ) : void
isFolder bool
file string
리턴 void