C# 클래스 MediaPortal.Plugins.MovingPictures.Database.DBMovieInfo

상속: MovingPicturesDBTable, IComparable, IAttributeOwner
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LocalMedia_Changed void
saveImage bool

공개 메소드들

메소드 설명
AddBackdropFromFile ( string filename ) : bool
AddBackdropFromURL ( string url ) : ImageLoadResults
AddBackdropFromURL ( string url, bool ignoreRestrictions ) : ImageLoadResults
AddCoverFromFile ( string filename ) : bool
AddCoverFromURL ( string url ) : ImageLoadResults
AddCoverFromURL ( string url, bool ignoreRestrictions ) : ImageLoadResults
AfterDelete ( ) : void
Commit ( ) : void
CompareTo ( object obj ) : int
DBMovieInfo ( ) : System
DeleteAndIgnore ( ) : void
DeleteCurrentCover ( ) : void
DeleteFiles ( ) : bool

Deletes all of the video files associated with this movie from disk If the movie is stored in a dedicated folder, this will delete the folder.

GenerateThumbnail ( ) : void
Get ( int id ) : DBMovieInfo
GetAll ( ) : List
GetPercentage ( int part, int time ) : int

Returns percentage watched

GetSourceMovieInfo ( DBSourceInfo source ) : DBSourceMovieInfo
GetSourceMovieInfo ( int scriptID ) : DBSourceMovieInfo
NextCover ( ) : void
PopulateDateAdded ( ) : bool
PopulateSortBy ( ) : void
PreviousCover ( ) : void
ToString ( ) : string
Translate ( ) : void
Translate ( TranslatorLanguage language ) : void

비공개 메소드들

메소드 설명
LocalMedia_Changed ( object sender, EventArgs e ) : void
saveImage ( string filename, Image image ) : bool

메소드 상세

AddBackdropFromFile() 공개 메소드

public AddBackdropFromFile ( string filename ) : bool
filename string
리턴 bool

AddBackdropFromURL() 공개 메소드

public AddBackdropFromURL ( string url ) : ImageLoadResults
url string
리턴 ImageLoadResults

AddBackdropFromURL() 공개 메소드

public AddBackdropFromURL ( string url, bool ignoreRestrictions ) : ImageLoadResults
url string
ignoreRestrictions bool
리턴 ImageLoadResults

AddCoverFromFile() 공개 메소드

public AddCoverFromFile ( string filename ) : bool
filename string
리턴 bool

AddCoverFromURL() 공개 메소드

public AddCoverFromURL ( string url ) : ImageLoadResults
url string
리턴 ImageLoadResults

AddCoverFromURL() 공개 메소드

public AddCoverFromURL ( string url, bool ignoreRestrictions ) : ImageLoadResults
url string
ignoreRestrictions bool
리턴 ImageLoadResults

AfterDelete() 공개 메소드

public AfterDelete ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

DBMovieInfo() 공개 메소드

public DBMovieInfo ( ) : System
리턴 System

DeleteAndIgnore() 공개 메소드

public DeleteAndIgnore ( ) : void
리턴 void

DeleteCurrentCover() 공개 메소드

public DeleteCurrentCover ( ) : void
리턴 void

DeleteFiles() 공개 메소드

Deletes all of the video files associated with this movie from disk If the movie is stored in a dedicated folder, this will delete the folder.
public DeleteFiles ( ) : bool
리턴 bool

GenerateThumbnail() 공개 메소드

public GenerateThumbnail ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( int id ) : DBMovieInfo
id int
리턴 DBMovieInfo

GetAll() 공개 정적인 메소드

public static GetAll ( ) : List
리턴 List

GetPercentage() 공개 메소드

Returns percentage watched
public GetPercentage ( int part, int time ) : int
part int part number
time int time in seconds
리턴 int

GetSourceMovieInfo() 공개 메소드

public GetSourceMovieInfo ( DBSourceInfo source ) : DBSourceMovieInfo
source DBSourceInfo
리턴 DBSourceMovieInfo

GetSourceMovieInfo() 공개 메소드

public GetSourceMovieInfo ( int scriptID ) : DBSourceMovieInfo
scriptID int
리턴 DBSourceMovieInfo

NextCover() 공개 메소드

public NextCover ( ) : void
리턴 void

PopulateDateAdded() 공개 메소드

public PopulateDateAdded ( ) : bool
리턴 bool

PopulateSortBy() 공개 메소드

public PopulateSortBy ( ) : void
리턴 void

PreviousCover() 공개 메소드

public PreviousCover ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Translate() 공개 메소드

public Translate ( ) : void
리턴 void

Translate() 공개 메소드

public Translate ( TranslatorLanguage language ) : void
language TranslatorLanguage
리턴 void