mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add comment
This commit is contained in:
parent
a2df6e0e36
commit
dd749dde5f
@ -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"
|
// "Foo Bar 889"
|
||||||
new EpisodeExpression(@".*[\\\/](?![Ee]pisode)(?<seriesname>(\w+\s*?)*)\s(?<epnumber>\d{1,3})(-(?<endingepnumber>\d{2,3}))*[^\\\/]*$")
|
new EpisodeExpression(@".*[\\\/](?![Ee]pisode)(?<seriesname>(\w+\s*?)*)\s(?<epnumber>\d{1,3})(-(?<endingepnumber>\d{2,3}))*[^\\\/]*$")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user