Method |
Description |
|
AssignAndCommit ( MovieMatch match, bool update ) : void |
|
|
AssignFileToMovie ( IList localMedia, DBMovieInfo movie, bool update ) : void |
|
|
DatabaseManager_ObjectDeleted ( DatabaseTable obj ) : void |
|
|
GetMatches ( MovieMatch mediaMatch ) : void |
|
|
OnFileAdded ( Object source, FileSystemEventArgs e ) : void |
|
|
OnFileDeleted ( Object source, FileSystemEventArgs e ) : void |
|
|
OnFileRenamed ( object source, RenamedEventArgs e ) : void |
|
|
OnProgress ( string message ) : void |
|
|
OnWatcherError ( object source, ErrorEventArgs e ) : void |
|
|
PowerEventHandler ( MovingPicturesCore powerEvent ) : void |
|
|
ProcessNextApprovedMatches ( ) : void |
|
|
ProcessNextPendingMatch ( ) : void |
|
|
RemoveCommitedRelations ( DBLocalMedia file ) : void |
|
|
RemoveCommitedRelations ( List fileList ) : void |
|
|
RemoveFromMatchLists ( MovieMatch match ) : void |
|
|
RescanNetworkPaths ( object state ) : void |
Rescans all network paths |
|
ScanAndMonitorPaths ( ) : void |
|
|
ScanFiles ( List importFileList, bool highPriority ) : void |
|
|
ScanMedia ( ) : void |
|
|
ScanPath ( DBImportPath importPath ) : void |
|
|
SetupFileSystemWatchers ( ) : void |
|
|
UpdateFileSystemWatchers ( ) : void |
|
|
UpdateMediaInfo ( MovieMatch match ) : void |
|
|
UpdatePercentDone ( ) : void |
|
|
WatchImportPath ( FileSystemWatcher watcher, DBImportPath importPath ) : void |
|
|
initialize ( ) : void |
|
|
onFileQueued ( object sender, NotifyCollectionChangedEventArgs e ) : void |
|
|
onFileRemoved ( object sender, NotifyCollectionChangedEventArgs e ) : void |
|
|
processQueuedFiles ( object state ) : void |
|
|
processRemovedFiles ( object state ) : void |
|
|
processRenamedFilesInQueue ( string oldPath, string newPath ) : void |
Processes renamed files that are in queue and not-persisted. |
|