C# 클래스 MediaPortal.Plugins.MovingPictures.DataProviders.MovieMeter.MovieMeterAPI

Simple MovieMeter API with local caching.
파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 메소드들

메소드 설명
FlushCache ( ) : void

Flushes the movie information cache

GetMovieDetails ( string movieMeterID ) : FilmDetail
GetMovieMeterId ( string imdbId ) : string

Gets the MovieMeter ID linked to a IMDb code

MovieMeterAPI ( string apikey ) : System
Search ( string keywords ) : MediaPortal.Plugins.MovingPictures.DataProviders.MovieMeter.Film[]

비공개 메소드들

메소드 설명
MovieMeterAPI ( ) : System
getSessionKey ( ) : string
retryAfterWebException ( WebException e, int tryCount ) : bool

메소드 상세

FlushCache() 공개 메소드

Flushes the movie information cache
public FlushCache ( ) : void
리턴 void

GetMovieDetails() 공개 메소드

public GetMovieDetails ( string movieMeterID ) : FilmDetail
movieMeterID string
리턴 FilmDetail

GetMovieMeterId() 공개 메소드

Gets the MovieMeter ID linked to a IMDb code
public GetMovieMeterId ( string imdbId ) : string
imdbId string the numeric part of the IMDb code
리턴 string

MovieMeterAPI() 공개 메소드

public MovieMeterAPI ( string apikey ) : System
apikey string
리턴 System

Search() 공개 메소드

public Search ( string keywords ) : MediaPortal.Plugins.MovingPictures.DataProviders.MovieMeter.Film[]
keywords string
리턴 MediaPortal.Plugins.MovingPictures.DataProviders.MovieMeter.Film[]