mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
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:
@@ -15,5 +15,7 @@ namespace NzbDrone.Core.Providers
|
||||
string GenerateEpisodePath(EpisodeModel episode);
|
||||
void DeleteFromDb(int fileId);
|
||||
void DeleteFromDisk(int fileId, string path);
|
||||
void Update(EpisodeFile episodeFile);
|
||||
EpisodeFile GetEpisodeFile(int episodeFileId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user