jellyfin/tests/Jellyfin.Naming.Tests
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.
2021-01-17 20:24:23 +01:00
..
AudioBook Added resolving of alternative files and extras for audibooks. 2020-11-03 16:24:04 +01:00
Common Added NamingOptions tests 2020-11-05 13:25:29 +01:00
Music Address comments 2020-04-19 18:27:07 +02:00
Subtitles Xml-doc part2 2020-11-10 19:23:10 +01:00
TV adjust episode path expression to allow digits in series names 2021-01-17 20:24:23 +01:00
Video Remove broken CleanDateTimes regex 2020-11-20 11:27:37 -07:00
Jellyfin.Naming.Tests.csproj Bump coverlet.collector from 1.3.0 to 3.0.0 2021-01-11 12:01:03 +00:00