C# Class TraktPlugin.TraktHandlers.ArgusTVLive

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

Méthodes publiques

Méthode Description
ArgusTVLive ( 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 ( ArgusTV.DataContracts.GuideProgram program ) : double
IsProgramWatched ( VideoInfo program ) : bool

Checks if the current program is considered watched

Method Details

ArgusTVLive() public méthode

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