C# Class TraktPlugin.TraktHandlers.OnlineVideos

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

Méthodes publiques

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

Private Methods

Méthode Description
CreateEpisodeScrobbleData ( ITrackingInfo info, double progress ) : TraktScrobbleEpisode
CreateMovieScrobbleData ( ITrackingInfo info, double progress ) : TraktScrobbleMovie
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).

Method Details

DisposeEvents() public méthode

public DisposeEvents ( ) : void
Résultat void

OnlineVideos() public méthode

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