Method | Description | |
---|---|---|
DisposeEvents ( ) : void | ||
OnlineVideos ( int priority ) : System | ||
Scrobble ( string filename ) : bool | ||
StopScrobble ( ) : void | ||
SyncLibrary ( ) : void | ||
SyncProgress ( ) : void |
Method | Description | |
---|---|---|
CreateEpisodeScrobbleData ( ITrackingInfo info, double progress ) : |
||
CreateMovieScrobbleData ( ITrackingInfo info, double progress ) : |
||
ShowRateDialog ( ITrackingInfo videoInfo ) : void |
Shows the Rate Dialog after playback has ended
|
|
TrackVideoPlayback ( ITrackingInfo info, double percentPlayed ) : void |
Event gets triggered on playback events in OnlineVideos The TrackVideoPlayback event gets fired on Playback Start, Playback Ended (100%) and Playback Stopped (if percentage watched is greater than 0.8).
|
public OnlineVideos ( int priority ) : System | ||
priority | int | |
return | System |