aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Naming.Tests/Video/CleanStringTests.cs
AgeCommit message (Collapse)Author
2022-12-29Fix multi cleaning (#8978)xdo
Right now, a movie Name `Iron Man Multi 1080p.mkv` will be searched as `Iron Man Multi` leading to no result. The cleaning regex was containing multi but it looks like a typo joined `multi` and `subs` in the same term. Co-authored-by: Xavier-Do <xavier.dolle@gmail.com>
2021-10-26Change ReadOnlySpan to string following PR 6383 (#6734)Claus Vium
2021-08-03Made CleanStringParser more robustsushilicious
Now it can handle [...] at beginning of string
2021-05-24Remove some unnecessary allocationscvium
2021-03-09Add code analysis attributes where appropriateBond_009
2021-03-07do not throw ArgumentNullException in TryCleanStringcvium
2020-01-11Improve parsersBond_009
2020-01-11Fix a couple of testsBond_009
2019-12-06Add back all old emby testsBond_009