Property | Type | Description | |
---|---|---|---|
DownloadXml | |||
InitialiseMirror | string | ||
TvdbDownload | System |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. /// |
return | void |
public static DownloadShowEpisodes ( TvShow show ) : string | ||
show | TvShow | /// The show to download data for. /// |
return | string |
public static DownloadUpdates ( System.DateTime time ) : |
||
time | System.DateTime | /// The time to get updates from. /// |
return |
public static GetServerTime ( ) : System.DateTime | ||
return | System.DateTime |
public static SearchShow ( string name ) : |
||
name | string | /// The name of the show to search. /// |
return |