|
|
@ -318,7 +318,7 @@ namespace Emby.Naming.Common
|
|
|
|
new EpisodeExpression(@"[\._ -]()[Ee][Pp]_?([0-9]+)([^\\/]*)$"),
|
|
|
|
new EpisodeExpression(@"[\._ -]()[Ee][Pp]_?([0-9]+)([^\\/]*)$"),
|
|
|
|
// <!-- foo.E01., foo.e01. -->
|
|
|
|
// <!-- foo.E01., foo.e01. -->
|
|
|
|
new EpisodeExpression(@"[^\\/]*?()\.?[Ee]([0-9]+)\.([^\\/]*)$"),
|
|
|
|
new EpisodeExpression(@"[^\\/]*?()\.?[Ee]([0-9]+)\.([^\\/]*)$"),
|
|
|
|
new EpisodeExpression(@"(?<year>[0-9]{4})[\.\-_ ](?<month>[0-9]{2})[\.\-_ ](?<day>[0-9]{2})", true)
|
|
|
|
new EpisodeExpression(@"(?<year>[0-9]{4})[._ -](?<month>[0-9]{2})[._ -](?<day>[0-9]{2})", true)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
DateTimeFormats = new[]
|
|
|
|
DateTimeFormats = new[]
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -328,7 +328,7 @@ namespace Emby.Naming.Common
|
|
|
|
"yyyy MM dd"
|
|
|
|
"yyyy MM dd"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
new EpisodeExpression(@"(?<day>[0-9]{2})[\.\-_ ](?<month>[0-9]{2})[\.\-_ ](?<year>[0-9]{4})", true)
|
|
|
|
new EpisodeExpression(@"(?<day>[0-9]{2})[._ -](?<month>[0-9]{2})[._ -](?<year>[0-9]{4})", true)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
DateTimeFormats = new[]
|
|
|
|
DateTimeFormats = new[]
|
|
|
|
{
|
|
|
|
{
|
|
|
|