Свойство | Тип | Описание | |
---|---|---|---|
player | |||
tmdbSource | DBSourceInfo |
Метод | Описание | |
---|---|---|
DisposeEvents ( ) : void | ||
FindMovieID ( string title, int year, string imdbid, int &movieID ) : bool | ||
GetMoviePersonInfo ( int movieID, |
||
GetTmdbID ( |
||
MovingPictures ( int priority ) : System | ||
PlayMovie ( |
||
PlayMovie ( int movieID ) : void | ||
Scrobble ( String filename ) : bool | ||
SetUserRating ( int rating ) : void | ||
StopScrobble ( ) : void | ||
SyncLibrary ( ) : void | ||
SyncProgress ( ) : void | ||
UpdateSettingAsBool ( string setting, bool value ) : void |
Метод | Описание | |
---|---|---|
AddCustomListNode ( string listName ) : void |
Add a new node for a Custom list e.g. new list created A blacklist filter will be created until items are adding to the list
|
|
AddDummyBlacklistToFilter ( DBFilter |
Creates a dummy blacklist list constraint as opposed to a real Blacklist. A real blacklist can add a huge amount of records to the filters table. The purpose of the blacklist in this context is to simply ensure that there is always at least one criteria added to a filter so that it doesn't show All Movies.
|
|
AddMovieCriteriaToCustomlistNode ( string listName, string movieId ) : void |
Adds a movie criteria to a custom list node in the Categories and Filters menu(s)
|
|
AddMovieCriteriaToNode ( DBNode |
Adds a movie criteria to a node
|
|
AddMovieCriteriaToWatchlistNode ( string movieId ) : void |
Adds a movie criteria to the Watchlist node in the Categories and Filters menu(s)
|
|
AddMoviesCriteriaToNode ( DBNode |
Add criteria (IMDb ID's) for a movie list to a nodes filter criteria We don't need to worry about movies that don't exist as they will simply not be visible
|
|
CreateNode ( DBNode |
Created a child node
|
|
CreateNodeInMenu ( DBMenu |
Creates a node in a menu
|
|
CreateScrobbleData ( |
Creates Scrobble data based on a DBMovieInfo object
|
|
DatabaseManager_ObjectDeleted ( |
Fired when an object is removed from the MovingPictures Database
|
|
DatabaseManager_ObjectInserted ( |
Fired when an object is inserted in the Moving Pictures Database
|
|
DatabaseManager_ObjectUpdatedEx ( |
Fired when an object is updated in the Moving Pictures Database
|
|
GetAdvancedUserRating ( |
gets the user rating for a movie out of 10 this should only be called if the plugin is v1.8.1 or greater!
|
|
GetFirstWatchedDate ( |
gets the first watched date of a movie
|
|
GetMovieAudioChannels ( |
Gets the trakt compatible string for the movies Audio Channels
|
|
GetMovieAudioCodec ( |
Gets the trakt compatible string for the movies Audio
|
|
GetMovieDuration ( |
returns the movie duration in seconds
|
|
GetMovieMediaType ( |
Gets the trakt compatible string for the movies Media Type
|
|
GetMovieResolution ( |
Gets the trakt compatible string for the movies Resolution
|
|
GetNodeByName ( DBNode |
Gets a child node by name from a parent node
|
|
HasAdvancedRating ( |
Checks if a movie has a user rating out of 10 this should only be called if the plugin is v1.8.1 or greater!
|
|
IsMovie3D ( |
Checks if the movie is 3D or not
|
|
MovieMatch ( |
Checks if a local movie is the same as an online movie
|
|
RemoveCustomListNode ( string listName ) : void |
Removes a custom list from the Trakt Categories and Filters menu Only should remove a node if it no longer exists online at trakt.tv
|
|
RemoveMovieCriteriaFromCustomlistNode ( string listName, string movieId ) : void |
Removes a movie criteria from a custom list node in the Categories and Filters menu(s)
|
|
RemoveMovieCriteriaFromNode ( DBNode |
Removes a movie criteria from a node
|
|
RemoveMovieCriteriaFromRecommendationsNode ( string movieId ) : void |
Removes a movie criteria from the Recommendations node in the Categories and Filters menu(s)
|
|
RemoveMovieCriteriaFromWatchlistNode ( string movieId ) : void |
Removes a movie criteria from the Watchlist node in the Categories and Filters menu(s)
|
|
RemoveNode ( DBNode |
Removes a child node
|
|
RemoveTraktFromCategoryMenu ( ) : void |
Removes top level trakt node from MovingPictures categories
|
|
RemoveTraktFromFiltersMenu ( ) : void |
Removes top level trakt node from MovingPictures filters
|
|
SetAdvancedRating ( |
sets the user rating for a movie out of 10 this should only be called if the plugin is v1.8.1 or greater!
|
|
ShowRateDialog ( |
Shows the Rate Movie Dialog after playback has ended
|
|
StartMovieScrobble ( |
Starts or un-pauses a movie scrobble
|
|
StopMovieScrobble ( |
Stops a movie scrobble
|
|
UpdateCategoriesMenu ( SyncListType syncLists = SyncListType.All ) : void |
Creates/Updates Trakt categories menu
|
|
UpdateFiltersMenu ( SyncListType syncLists = SyncListType.All ) : void |
Creates/Updates Trakt filters menu
|
public static FindMovieID ( string title, int year, string imdbid, int &movieID ) : bool | ||
title | string | |
year | int | |
imdbid | string | |
movieID | int | |
Результат | bool |
public static GetMoviePersonInfo ( int movieID, |
||
movieID | int | |
searchPeople | ||
Результат | bool |
public static GetTmdbID ( |
||
movie | ||
Результат | string |
public MovingPictures ( int priority ) : System | ||
priority | int | |
Результат | System |
public static PlayMovie ( |
||
movie | ||
Результат | void |
public static PlayMovie ( int movieID ) : void | ||
movieID | int | |
Результат | void |
public Scrobble ( String filename ) : bool | ||
filename | String | |
Результат | bool |
public static SetUserRating ( int rating ) : void | ||
rating | int | |
Результат | void |
public static UpdateSettingAsBool ( string setting, bool value ) : void | ||
setting | string | |
value | bool | |
Результат | void |
public static MoviePlayer,MediaPortal.Plugins.MovingPictures.MainUI player | ||
Результат |