mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added examples to EpisodeSorting Settings.
Added new Multi-Episode Naming (Scene).
This commit is contained in:
parent
d65d79a5c9
commit
30d7fecff5
4 changed files with 128 additions and 7 deletions
|
@ -56,19 +56,25 @@ namespace NzbDrone.Core.Helpers
|
|||
{
|
||||
Id = 0,
|
||||
Name = "Extend",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05-06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 1,
|
||||
Name = "Duplicate",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05 - S01E06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 2,
|
||||
Name = "Repeat",
|
||||
Pattern = ""
|
||||
Pattern = "S01E05E06"
|
||||
},
|
||||
new EpisodeSortingType
|
||||
{
|
||||
Id = 3,
|
||||
Name = "Scene",
|
||||
Pattern = "S01E05-E06"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue