| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-30 | Add support for .sup subtitle (#8808) | Cody Robibero | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8628 | |||
| 2022-12-29 | Fix 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> | |||
| 2022-11-09 | Add support for "Digital Media" album splits | trentks | |
| "Digital Media" is a common 'disk'-splitting prefix, more so with recent "digital" music releases as physical cd's/disks aren't used. In particular, it is part of Lidarr's {Medium Format} tag for automatic archive sorting. So it would be good to see this reflected into Jellyfin. I'm not familiar with the code-base, or whether a ' ' character is valid within this context. | |||
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-08 | Add extras with "Other" as a label | Anthony Lavado | |
| 2022-10-08 | Remove r3 from clean strings (#8027) | Bond-009 | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-05-20 | Merge pull request #7741 from ↵ | Joshua M. Boniface | |
| LewkyB/fix-improperly-labeled-four-digit-episode-numbering Fix to allow for episode numbering over 999 in certain scenarios (cherry picked from commit 3ea67374aecdeab6f90b66fecdaf6ee4e510675d) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-04-17 | Merge pull request #7578 from Shadowghost/extension-parser-fix | Cody Robibero | |
| Remove mp2 from video file extensions (cherry picked from commit cba6a4e3f3331248a625ba671748346c292e18c3) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-05 | Readd .strm as an allowed extension for videos | Dorian Stoll | |
| 2022-03-04 | Strip out external file fuzzy matching | Joe Rogers | |
| Convert MediaFlagDelimiter back to char | |||
| 2022-02-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-02-18 | feat(external-media): refactor external subtitle and audio provider | Shadowghost | |
| 2022-01-16 | Add alternate resolver test, generate extra folder names | Joe Rogers | |
| 2022-01-15 | Add -extra suffix for consistency | Joe Rogers | |
| 2022-01-15 | Order rules so directory takes precedence over naming | Joe Rogers | |
| 2021-12-24 | Add rule to pick up theme videos | Joe Rogers | |
| 2021-12-20 | Fix extras folders | cvium | |
| 2021-12-10 | Simplify StackResolver | cvium | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-02 | Merge pull request #6027 from fredriklindberg/improve-series-matching | Claus Vium | |
| 2021-11-02 | Merge pull request #6379 from dearjoey/master | Claus Vium | |
| 2021-10-26 | Merge pull request #6383 from sushilicious/master | Claus Vium | |
| Made default parser a tiny bit mroe robust | |||
| 2021-10-05 | Fix issue #6123 | Bond_009 | |
| 2021-09-13 | Improve series name matching | Fredrik Lindberg | |
| Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name. | |||
| 2021-08-04 | Made CleanStringParser go through regexps only once | sushilicious | |
| 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 | |
