C# Class TraktPlugin.TraktHandlers.ArgusTVLive

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

Public Methods

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

Private Methods

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

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