Luke Brown
be832e82cc
change capture groups to take up to 4 digits and adding inline data to test
3 years ago
Shadowghost
d5f44f7a5c
Remove mp2 from video file extensions
3 years ago
Dorian Stoll
178d00b14d
Readd .strm as an allowed extension for videos
3 years ago
Joe Rogers
3205e97e1e
Strip out external file fuzzy matching
...
Convert MediaFlagDelimiter back to char
3 years ago
Shadowghost
719b707281
feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions
3 years ago
Shadowghost
ca5112f45a
feat(external-media): refactor external subtitle and audio provider
3 years ago
Joe Rogers
8b706cebef
Add alternate resolver test, generate extra folder names
3 years ago
Joe Rogers
19b9646d72
Add -extra suffix for consistency
3 years ago
Joe Rogers
f11fa59b15
Order rules so directory takes precedence over naming
3 years ago
Joe Rogers
cf29aae690
Add rule to pick up theme videos
3 years ago
cvium
83a94aa612
Fix extras folders
3 years ago
cvium
220443eca1
Simplify StackResolver
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
Claus Vium
2c42d75288
Merge pull request #6027 from fredriklindberg/improve-series-matching
3 years ago
Claus Vium
a9c38870f9
Merge pull request #6379 from dearjoey/master
3 years ago
Claus Vium
dc72d90703
Merge pull request #6383 from sushilicious/master
...
Made default parser a tiny bit mroe robust
3 years ago
Bond_009
67147400bf
Fix issue #6123
3 years ago
Fredrik Lindberg
ea439c5ccf
Improve series name matching
...
Add a series path resolver that attempts to extract only the series
name from a path that contains more information that just the name.
3 years ago
sushilicious
b2a10609af
Made CleanStringParser go through regexps only once
3 years ago
sushilicious
26f8b501e7
Made CleanStringParser more robust
...
Now it can handle [...] at beginning of string
3 years ago
joey
0c9b64de4b
optimize episode parser
3 years ago
Bond_009
ef3b651aad
Improve episode parser
3 years ago
Claus Vium
d55b152e86
Merge pull request #6297 from Bond-009/parser
...
Fix episode parser
3 years ago
Bond_009
b9b4f3aa85
Add h265 to CleanStrings
3 years ago
Bond_009
b202bfebce
Fix episode parser
3 years ago
Bond_009
88f37833df
Remove last usage of \d
4 years ago
dkanada
aea1c4f310
Merge pull request #5142 from M0ssTee/updateRegex
...
Replaced /d with [0-9], see issue #2923
4 years ago
Troy
8c640a1492
Replaced /d with [0-9], see issue #2923
4 years ago
senritsu
4e21b49994
adjust episode path expression to allow digits in series names
...
The previous expression was too greedy to consume digits, because the hyphen was optional. This lead to incorrect episode numbers for certain series with digits in their names, in those cases each episode was recognized as the same episode number (the digit from the series name).
The rule, which matches most standard anime filenames, also had a lower priority than one of the Kodi rules, leading to incorrect recognition for absolute numbered episodes with triple digits and higher (first digit was used as season number, rest of digits as episode number). This also resolves one of the TODO test cases.
Additional test cases were added to ensure that both hyphens in different parts of the filename, as well as names without hyphens, still work correctly. All previous test cases still pass.
Unfortunately another TODO (EpisodeNumberTests.cs@L76, Uchuu Senkan Yamato 2199) with the same issue (digits in the series name) could not be trivially fixed in the same change, due to the significantly different formatting. Attempts to resolve this case did not work out for now.
4 years ago
Stepan
158eff62d7
Xml-doc part2
4 years ago
Stepan
693760e38a
Xml-doc part1
4 years ago
Stepan
f22e0800e2
Episode parsing coverage
4 years ago
Stepan
e96e480f01
Add comment with match cases for weir EpisodeExpression and named group for some date EpisodeExpressions
4 years ago
Stepan
3466dc5581
Finish coverage for Emby.Naming.Video
4 years ago
Stepan
5741150367
Enable MultiVersion video tests and added support for naming based on tests 11 & 8
4 years ago
Stepan
c060ed1a18
Added resolving of alternative files and extras for audibooks.
4 years ago
Stepan
1e71775688
Add Name and Year parsing for audiobooks
4 years ago
Stepan
60b49e67ea
Re-Sharper inspection issues
4 years ago
Stepan
59619b6ea7
Enable nullable in Emby.Naming
4 years ago
DirtyRacer1337
f5d90949cf
Replace \d to [0-9]
4 years ago
DirtyRacer1337
1259fe2d50
Add date filter
4 years ago
DirtyRacer1337
c2f901acfe
Fix year parsing
4 years ago
Bond_009
e98351b912
Replace \d with [0-9] in ffmpeg detection and scan code
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Christoph Potas
7d3eaea3fa
+ add bd tag to clean string regex
...
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
5 years ago
Bond_009
d99536e99f
Improved tests
5 years ago
Delgan
be6cc9644f
Another iteration
5 years ago
Delgan
90d289f946
Fix failing tests?
5 years ago
Delgan
5c117734a5
Improve movie resolver if space precedes the year
5 years ago