프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DownloadXml | |||
InitialiseMirror | string | ||
TvdbDownload | System |
메소드 | 설명 | |
---|---|---|
DownloadBanner ( TvShow tvShow ) : void |
Downloads the banner for the specified show.
|
|
DownloadShowEpisodes ( TvShow show ) : string |
Downloads the data for the specified show and returns the path to the file.
|
|
DownloadUpdates ( System.DateTime time ) : |
Downloads the shows that have been updated since the specified time.
|
|
GetServerTime ( ) : System.DateTime |
Gets the server time from the TVDB.
|
|
SearchShow ( string name ) : |
Searches for the specified show.
|
메소드 | 설명 | |
---|---|---|
DownloadXml ( string url ) : |
Downloads the specified XML file.
|
|
InitialiseMirror ( ) : string |
Initialises the mirror to use.
|
|
TvdbDownload ( ) : System |
Initializes static members of the TvdbDownload class.
|
public static DownloadBanner ( TvShow tvShow ) : void | ||
tvShow | TvShow | /// The show to download the banner for. /// |
리턴 | void |
public static DownloadShowEpisodes ( TvShow show ) : string | ||
show | TvShow | /// The show to download data for. /// |
리턴 | string |
public static DownloadUpdates ( System.DateTime time ) : |
||
time | System.DateTime | /// The time to get updates from. /// |
리턴 |
public static SearchShow ( string name ) : |
||
name | string | /// The name of the show to search. /// |
리턴 |