Méthode | Description | |
---|---|---|
CreateScrobbleData ( MyFilmsPlugin.MyFilms.MFMovie movie ) : |
Creates Scrobble data based on a MFMovie object
|
|
DisposeEvents ( ) : void | ||
FindMovie ( string title, int year, string imdbid ) : MyFilmsPlugin.MyFilms.MFMovie | ||
FindMovie ( string title, int year, string imdbid, int &movieid, string &config ) : bool | ||
MyFilmsHandler ( int priority ) : System | ||
Scrobble ( string filename ) : bool | ||
SetUserRating ( int rating, string title, int year, string imdbid ) : void | ||
StopScrobble ( ) : void | ||
SyncLibrary ( ) : void | ||
SyncProgress ( ) : void |
Méthode | Description | |
---|---|---|
MovieMatch ( MyFilmsPlugin.MyFilms.MFMovie mfMovie, |
||
OnImportComplete ( ) : void | ||
OnRateItem ( MyFilmsPlugin.MyFilms.MFMovie movie, string value ) : void | ||
OnStartedMovie ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void | ||
OnStoppedMovie ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void | ||
OnToggleWatched ( MyFilmsPlugin.MyFilms.MFMovie movie, bool watched, int count ) : void | ||
OnWatchedMovie ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void | ||
RemoveMovieFromRecommendations ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void |
Removes movie from Recommendations
|
|
RemoveMovieFromWatchlist ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void |
Removes movie from Watchlist
|
|
ShowRateDialog ( MyFilmsPlugin.MyFilms.MFMovie movie ) : void |
Shows the Rate Movie Dialog after playback has ended
|
public static CreateScrobbleData ( MyFilmsPlugin.MyFilms.MFMovie movie ) : |
||
movie | MyFilmsPlugin.MyFilms.MFMovie | The movie to base the object on |
Résultat |
public static FindMovie ( string title, int year, string imdbid ) : MyFilmsPlugin.MyFilms.MFMovie | ||
title | string | |
year | int | |
imdbid | string | |
Résultat | MyFilmsPlugin.MyFilms.MFMovie |
public static FindMovie ( string title, int year, string imdbid, int &movieid, string &config ) : bool | ||
title | string | |
year | int | |
imdbid | string | |
movieid | int | |
config | string | |
Résultat | bool |
public MyFilmsHandler ( int priority ) : System | ||
priority | int | |
Résultat | System |
public static SetUserRating ( int rating, string title, int year, string imdbid ) : void | ||
rating | int | |
title | string | |
year | int | |
imdbid | string | |
Résultat | void |