C# 클래스 TraktPlugin.TraktHandlers.MyVideos

상속: ITraktHandler
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateScrobbleData TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
FindMovieID bool
GetLastDateWatched string
GetMovieAudioChannels string
GetMovieAudioCodec string
GetMovieMediaType string
GetMovieResolution string
GetMovies List
IsMovie3D bool
MovieMatch bool
ShowRateDialog void

공개 메소드들

메소드 설명
MyVideos ( int priority ) : System
Scrobble ( string filename ) : bool
StopScrobble ( ) : void
SyncLibrary ( ) : void
SyncProgress ( ) : void

비공개 메소드들

메소드 설명
CreateScrobbleData ( IMDBMovie movie ) : TraktScrobbleMovie

Creates Scrobble data based on a IMDBMovie object

FindMovieID ( string title, int year, string imdbid, IMDBMovie &imdbMovie ) : bool
GetLastDateWatched ( IMDBMovie movie ) : string

Get the date watched for the movie

GetMovieAudioChannels ( IMDBMovie movie ) : string

Gets the trakt compatible string for the movies Audio Channels

GetMovieAudioCodec ( IMDBMovie movie ) : string

Gets the trakt compatible string for the movies Audio

GetMovieMediaType ( IMDBMovie movie ) : string

Gets the trakt compatible string for the movies Media Type

GetMovieResolution ( IMDBMovie movie ) : string

Gets the trakt compatible string for the movies Resolution

GetMovies ( ) : List

Gets all movies from the Video Database

IsMovie3D ( IMDBMovie movie ) : bool

Checks if the movie is 3D or not

MovieMatch ( IMDBMovie localMovie, TraktMovie traktMovie ) : bool
ShowRateDialog ( IMDBMovie movie ) : void

Shows the Rate Movie Dialog after playback has ended

메소드 상세

MyVideos() 공개 메소드

public MyVideos ( int priority ) : System
priority int
리턴 System

Scrobble() 공개 메소드

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

StopScrobble() 공개 메소드

public StopScrobble ( ) : void
리턴 void

SyncLibrary() 공개 메소드

public SyncLibrary ( ) : void
리턴 void

SyncProgress() 공개 메소드

public SyncProgress ( ) : void
리턴 void