| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-03 | Made CleanStringParser more robust | sushilicious | |
| Now it can handle [...] at beginning of string | |||
| 2021-08-03 | optimize episode parser | joey | |
| 2021-07-20 | Improve episode parser | Bond_009 | |
| 2021-07-19 | Merge pull request #6297 from Bond-009/parser | Claus Vium | |
| Fix episode parser | |||
| 2021-07-15 | Add h265 to CleanStrings | Bond_009 | |
| 2021-07-15 | Fix episode parser | Bond_009 | |
| 2021-02-08 | Remove last usage of \d | Bond_009 | |
| 2021-02-08 | Merge pull request #5142 from M0ssTee/updateRegex | dkanada | |
| Replaced /d with [0-9], see issue #2923 | |||
| 2021-02-01 | Replaced /d with [0-9], see issue #2923 | Troy | |
| 2021-01-17 | adjust episode path expression to allow digits in series names | senritsu | |
| 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. | |||
| 2020-11-10 | Xml-doc part2 | Stepan | |
| 2020-11-10 | Xml-doc part1 | Stepan | |
| 2020-11-07 | Episode parsing coverage | Stepan | |
| 2020-11-06 | Add comment with match cases for weir EpisodeExpression and named group for ↵ | Stepan | |
| some date EpisodeExpressions | |||
| 2020-11-05 | Finish coverage for Emby.Naming.Video | Stepan | |
| 2020-11-05 | Enable MultiVersion video tests and added support for naming based on tests ↵ | Stepan | |
| 11 & 8 | |||
| 2020-11-03 | Added resolving of alternative files and extras for audibooks. | Stepan | |
| 2020-11-02 | Add Name and Year parsing for audiobooks | Stepan | |
| 2020-11-01 | Re-Sharper inspection issues | Stepan | |
| 2020-11-01 | Enable nullable in Emby.Naming | Stepan | |
| 2020-08-12 | Replace \d to [0-9] | DirtyRacer1337 | |
| 2020-08-12 | Add date filter | DirtyRacer1337 | |
| 2020-08-12 | Fix year parsing | DirtyRacer1337 | |
| 2020-07-20 | Replace \d with [0-9] in ffmpeg detection and scan code | Bond_009 | |
| 2020-05-03 | + add bd tag to clean string regex | Christoph Potas | |
| Signed-off-by: Christoph Potas <christoph286@googlemail.com> | |||
| 2020-04-13 | Another iteration | Delgan | |
| 2020-04-13 | Fix failing tests? | Delgan | |
| 2020-04-13 | Improve movie resolver if space precedes the year | Delgan | |
| 2020-04-01 | Code review suggestions | Mark Monteiro | |
| 2020-04-01 | Match using directory names in ExtraResolver | Mark Monteiro | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-19 | Fix episode parsing | Bond_009 | |
| 2020-01-22 | Clean up Emby.Naming | Bond_009 | |
| 2020-01-11 | Fix tests | Bond_009 | |
| 2020-01-11 | Improve parsers | Bond_009 | |
| 2020-01-11 | Fix a couple of tests | Bond_009 | |
| 2020-01-11 | Cleanup tests | Bond_009 | |
| 2020-01-11 | Fix regex for movies released after 2019 | Bond_009 | |
| 2020-01-09 | Merge branch 'master' into namingtests | Bond_009 | |
| 2019-12-17 | Merge branch 'master' into namingtests | Bond-009 | |
| 2019-12-13 | Enable TreatWarningsAsErrors for some projects | Bond_009 | |
| Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings. | |||
| 2019-12-06 | Add back all old emby tests | Bond_009 | |
| 2019-12-06 | Simplify regex to avoid catastrophic backtracking | Claus Vium | |
| 2019-11-09 | Add comment | Bond_009 | |
| 2019-11-08 | Fix naming tests | Bond_009 | |
| 2019-11-07 | removed restriction to 3 digits in episodenumber and 4 in season numbers | Narfinger | |
| 2019-10-22 | add another parser case and allow parsing of seasonless | Narfinger | |
| Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure | |||
| 2019-06-01 | Fix more warnings | Bond-009 | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Naming | Erwin de Haan | |
