diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-11-09 20:26:56 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-11-09 20:26:56 +0100 |
| commit | dd749dde5f4110da0d2b506ca197fe75cdc01386 (patch) | |
| tree | 0c6d6396c631adf69c0e208e3e1cac523290cf62 | |
| parent | a2df6e0e36a05e50f09a3b2e2df9408661b1e6ea (diff) | |
Add comment
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index bb214e9f2..d37be0e63 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -311,6 +311,8 @@ namespace Emby.Naming.Common } }, + // This isn't a Kodi naming rule, but the expression below causes false positives, + // so we make sure this one gets tested first. // "Foo Bar 889" new EpisodeExpression(@".*[\\\/](?![Ee]pisode)(?<seriesname>(\w+\s*?)*)\s(?<epnumber>\d{1,3})(-(?<endingepnumber>\d{2,3}))*[^\\\/]*$") { |
