C# Class TraktPlugin.TraktHandlers.MyVideos

Inheritance: ITraktHandler
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
MyVideos ( int priority ) : System
Scrobble ( string filename ) : bool
StopScrobble ( ) : void
SyncLibrary ( ) : void
SyncProgress ( ) : void

Private Methods

Méthode Description
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

Method Details

MyVideos() public méthode

public MyVideos ( int priority ) : System
priority int
Résultat System

Scrobble() public méthode

public Scrobble ( string filename ) : bool
filename string
Résultat bool

StopScrobble() public méthode

public StopScrobble ( ) : void
Résultat void

SyncLibrary() public méthode

public SyncLibrary ( ) : void
Résultat void

SyncProgress() public méthode

public SyncProgress ( ) : void
Résultat void