메소드 | 설명 | |
---|---|---|
GetFileNameWithoutExtensionAndStackMarkers ( |
||
GetFileNameWithoutExtensionAndStackMarkers ( string fileName ) : string |
Remove extension and stackmarkers from a filename
|
|
GetMountedVideoDiscPath ( string imagePath ) : string | ||
GetMovieBaseDirectory ( |
Returns the base directory for the movie files that are part of the input directory
|
|
GetMovieHashString ( string filename ) : string | ||
GetWebGrabberInstance ( string url ) : |
Get a WebGrabber instance with the default moving pictures settings
|
|
IsDriveRoot ( |
Checks if the directory is a logical drive root
|
|
IsDriveRoot ( string path ) : bool |
Checks if the given path is a logical drive root
|
|
IsImageFile ( string imagePath ) : bool | ||
IsMediaPortalVideoFile ( |
Checks if file has valid video extensions (as specified by media portal MediaPortal Dependency! |
|
IsMediaPortalVideoFile ( string file ) : bool | ||
IsMounted ( string imagePath ) : bool | ||
LogDirectoryStructure ( string path ) : void |
This method will dump the complete file/directory structure to the log
|
|
MountImage ( string imagePath ) : MountResult | ||
MountImage ( string imagePath, int maxWaitCycles ) : MountResult | ||
UnMount ( string imagePath ) : void | ||
isFileMultiPart ( |
||
isFileMultiPart ( string fileName ) : bool |
Checks if a filename has stack markers (and is multi-part)
|
|
isFolderDedicated ( |
Checks if a folder contains a maximum amount of video files This is used to determine if a folder is dedicated to one movie
|
|
isFolderMultipart ( string name ) : bool |
Checks if the foldername is a multipart marker.
|
|
isKnownSubFolder ( string name ) : bool |
Checks if the foldername is ambigious (non descriptive)
|
메소드 | 설명 | |
---|---|---|
Utility ( ) : System |
public static GetFileNameWithoutExtensionAndStackMarkers ( |
||
fileInfo | ||
리턴 | string |
public static GetFileNameWithoutExtensionAndStackMarkers ( string fileName ) : string | ||
fileName | string | Filename including the extension |
리턴 | string |
public static GetMountedVideoDiscPath ( string imagePath ) : string | ||
imagePath | string | |
리턴 | string |
public static GetMovieBaseDirectory ( |
||
directory | directory to start in | |
리턴 |
public static GetMovieHashString ( string filename ) : string | ||
filename | string | |
리턴 | string |
public static GetWebGrabberInstance ( string url ) : |
||
url | string | url to resource |
리턴 |
public static IsDriveRoot ( |
||
directory | ||
리턴 | bool |
public static IsImageFile ( string imagePath ) : bool | ||
imagePath | string | |
리턴 | bool |
public static IsMediaPortalVideoFile ( |
||
file | ||
리턴 | bool |
public static IsMediaPortalVideoFile ( string file ) : bool | ||
file | string | |
리턴 | bool |
public static LogDirectoryStructure ( string path ) : void | ||
path | string | |
리턴 | void |
public static MountImage ( string imagePath ) : MountResult | ||
imagePath | string | |
리턴 | MountResult |
public static MountImage ( string imagePath, int maxWaitCycles ) : MountResult | ||
imagePath | string | |
maxWaitCycles | int | |
리턴 | MountResult |
public static isFileMultiPart ( |
||
file | ||
리턴 | bool |
public static isFileMultiPart ( string fileName ) : bool | ||
fileName | string | |
리턴 | bool |
public static isFolderDedicated ( |
||
folder | the directory to check | |
expectedCount | int | maximum count |
리턴 | bool |
public static isFolderMultipart ( string name ) : bool | ||
name | string | |
리턴 | bool |
public static isKnownSubFolder ( string name ) : bool | ||
name | string | |
리턴 | bool |