Method | Description | |
---|---|---|
CopyEpisodes ( ) : void |
Copies the episodes at the specified indices.
|
|
Initialise ( IView view ) : void |
Initialises the controller.
|
|
MoveEpisodes ( ) : void |
Moves the episodes at the specified indices.
|
|
ScanEpisodes ( string subdirectory ) : void |
Scans the specified subdirectory for settings.
|
|
SetEpisode ( int seasonNum, int episodeNum ) : void |
Sets the episode of the checked results.
|
|
SetShow ( TvShow show ) : void |
Sets the show of the specified indices.
|
Method | Description | |
---|---|---|
LoadSettings ( ) : void |
Loads the settings.
|
|
LoadSubDirectories ( ) : BindingList |
Loads the subdirectories of the input folder.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
return | void |
public ScanEpisodes ( string subdirectory ) : void | ||
subdirectory | string | /// The subdirectory. /// |
return | void |
public SetEpisode ( int seasonNum, int episodeNum ) : void | ||
seasonNum | int | /// The season number. /// |
episodeNum | int | /// The episode number. /// |
return | void |
public SetShow ( TvShow show ) : void | ||
show | TvShow | /// The show to set them to. /// |
return | void |