Method | Description | |
---|---|---|
FormatOutputPath ( string formatString ) : string |
Formats the output path of the episode.
|
Method | Description | |
---|---|---|
ContainsKeyword ( IEnumerable |
Determines the file's name contains any of the specified keywords.
|
|
FileResult ( ) : System |
Initializes a new instance of the FileResult class.
|
|
FormatName ( string name, string arg ) : string |
Formatted the name of an episode or show
|
|
FormatNum ( string arg ) : string |
Format the numbers for output
|
|
GetEpisodeName ( ) : string |
Gets the name of the episode. Used if there is more than one episode.
|
|
GetFullPath ( IDirectoryInfo destination, IStorageProvider provider ) : IFileInfo |
Gets the full path of the file for the specified destination.
|
|
GetOuptutFormat ( IStorageProvider provider ) : string |
Gets the output format the result should use.
|
|
ProcessMatch ( |
Processes a single match of a format code.
|
public FormatOutputPath ( string formatString ) : string | ||
formatString | string | /// The format string to use. /// |
return | string |