Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes.

Currently uses Hard-Coded Naming Convention, Undecided on SAB or SB configuration style, SAB's is more robust (and flawless? -SP).
This commit is contained in:
markus101
2011-02-21 22:22:40 -08:00
parent 2a8b598f4f
commit 738700537e
9 changed files with 244 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace NzbDrone.Core.Providers
Logger.Debug("Initializing background sync of RSS Feeds.");
_rssSyncThread = new Thread(SyncWithRss)
{
Name = "SyncUnmappedFolders",
Name = "RssSync",
Priority = ThreadPriority.Lowest
};