C# Class TraktPlugin.TraktHandlers.MyTVLive

Inheritance: ITraktHandler
ファイルを表示 Open project: trakt/Trakt-for-Mediaportal

Public Methods

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

Private Methods

Method 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 method

public MyTVLive ( int priority ) : System
priority int
return System

Scrobble() public method

public Scrobble ( string filename ) : bool
filename string
return bool

StopScrobble() public method

public StopScrobble ( ) : void
return void

SyncLibrary() public method

public SyncLibrary ( ) : void
return void

SyncProgress() public method

public SyncProgress ( ) : void
return void