C# Class TraktPlugin.TraktHandlers.MyTVLive

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

Méthodes publiques

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

Private Methods

Méthode Description
GetCurrentProgram ( ) : VideoInfo

Gets the current program

GetRuntime ( Program program ) : double
IsProgramWatched ( VideoInfo program ) : bool

Checks if the current program is considered watched

Method Details

MyTVLive() public méthode

public MyTVLive ( 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