Method | Description | |
---|---|---|
Add ( int epids ) : bool | ||
BumpPlayCount ( int epid ) : void | ||
Cleanup ( Status status, System.DateTime olderThan, int progid, bool orphans, bool played, bool noDeleteAudio ) : void | ||
Compare ( int epid1, int epid2 ) : int | ||
Count ( ) : long | ||
CountErrored ( ) : long | ||
CountNew ( ) : long | ||
CreateSaveFileName ( string formatString, |
||
Download ( SQLiteMonDataReader reader ) : System | ||
Download ( int epid ) : System | ||
FetchAll ( ) : List |
||
FetchLatest ( int count ) : List |
||
FetchVisible ( DataSearch dataSearch ) : List |
||
FindFreeSaveFileName ( string formatString, |
||
IsDownload ( int epid ) : bool | ||
Remove ( int epid ) : void | ||
ReportError ( int epid ) : void | ||
Reset ( int epid ) : void | ||
ResetAsync ( int epid, bool auto ) : void | ||
SetComplete ( int epid, string fileName ) : void | ||
SetErrorred ( int epid, ErrorType errorType, object details ) : void | ||
UpdatePaths ( Status status, string newPath, string newFormat ) : void |
Method | Description | |
---|---|---|
FetchData ( SQLiteMonDataReader reader ) : void |
Method | Description | |
---|---|---|
AddAsync ( int epids ) : void | ||
BumpPlayCountAsync ( int epid ) : void | ||
Download ( ) : System | ||
Episode_Updated ( int epid ) : void | ||
RemoveAsync ( int epid, bool auto ) : void |
public static BumpPlayCount ( int epid ) : void | ||
epid | int | |
return | void |
public static Cleanup ( Status status, System.DateTime olderThan, int progid, bool orphans, bool played, bool noDeleteAudio ) : void | ||
status | Status | |
olderThan | System.DateTime | |
progid | int | |
orphans | bool | |
played | bool | |
noDeleteAudio | bool | |
return | void |
public static Compare ( int epid1, int epid2 ) : int | ||
epid1 | int | |
epid2 | int | |
return | int |
public static CreateSaveFileName ( string formatString, |
||
formatString | string | |
progInfo | ||
epInfo | ||
return | string |
public Download ( SQLiteMonDataReader reader ) : System | ||
reader | SQLiteMonDataReader | |
return | System |
protected FetchData ( SQLiteMonDataReader reader ) : void | ||
reader | SQLiteMonDataReader | |
return | void |
public static FetchLatest ( int count ) : List |
||
count | int | |
return | List |
public static FetchVisible ( DataSearch dataSearch ) : List |
||
dataSearch | DataSearch | |
return | List |
public static FindFreeSaveFileName ( string formatString, |
||
formatString | string | |
progInfo | ||
epInfo | ||
baseSavePath | string | |
return | string |
public static ReportError ( int epid ) : void | ||
epid | int | |
return | void |
public static ResetAsync ( int epid, bool auto ) : void | ||
epid | int | |
auto | bool | |
return | void |
public static SetComplete ( int epid, string fileName ) : void | ||
epid | int | |
fileName | string | |
return | void |
public static SetErrorred ( int epid, ErrorType errorType, object details ) : void | ||
epid | int | |
errorType | ErrorType | |
details | object | |
return | void |
public static UpdatePaths ( Status status, string newPath, string newFormat ) : void | ||
status | Status | |
newPath | string | |
newFormat | string | |
return | void |