| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-14 | Add ec3 to audio file extensions | Shadowghost | |
| 2025-07-26 | Enhance extra rules for video and audio file naming; update tests for new ↵ | Sven Cazier | |
| naming conventions | |||
| 2025-06-17 | Add act as a stacking option for music albums | theguymadmax | |
| 2025-05-02 | Update NamingOptions.cs to include "part" (#14022) | harry-hart | |
| 2025-03-27 | Add eac3 as audio name format (#13784) | theguymadmax | |
| 2024-10-12 | Use [0-9] instead of \d | TonyB | |
| 2024-10-12 | Add EpisodeExpression for anime file names | TonyB | |
| 2024-03-30 | Support "extra" folder for extras content (#11249) | Niels van Velzen | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-08 | Remove redundant verbatim string prefixes | Stepan Goremykin | |
| 2023-08-07 | cleaner regex formatting | scatter-dev | |
| 2023-07-28 | added test case, fixed regexes | scatter-dev | |
| 2023-07-28 | add parsing for date with spaces, fix for underscores | scatter-dev | |
| 2023-03-27 | Don't add .spc audio files (#9034) | Bond_009 | |
| 2023-03-20 | Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO | Cody Robibero | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-15 | removed unnecessary file stacking rule | mammo0 | |
| This rule did not check for a parttype. According to the documantation (https://jellyfin.org/docs/general/server/media/shows/#episodes-split-across-multiple-parts) there should be one. | |||
| 2023-03-09 | Clean Extra Names | SenorSmartyPants | |
| - Adds regular expression to CleanStrings to remove suffix style extra naming from the name presented in JF. - Override Resolve for Extras to enable parsename - remove exclusion on parsename of extratypes | |||
| 2023-02-19 | Merge pull request #9343 from Lenart12/master | Bond-009 | |
| 2023-02-17 | Add rule and tests to fix #9341 | Lenart Kos | |
| Add an additional EpisodeExpression that matches `Series title Season 3 Episode 9 - Episode title.avi` correctly. Fixes #9341 | |||
| 2023-02-17 | Reduce string allocations by regex | Bond_009 | |
| 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 | |
