| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-20 | Improve alternate ordering (#9336) | Bond-009 | |
| 2023-02-20 | Merge pull request #9356 from Bond-009/tryparse | Bond-009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 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 | |
| 2023-02-15 | Make exact match primary video | Bond_009 | |
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 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-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 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-30 | Merge pull request #8618 from jgriff6/remove-tolists | Bond-009 | |
| 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-25 | Clean up some ToList usage | jgriff6 | |
| 2022-10-25 | address PR comments | ignacio laborde | |
| 2022-10-25 | Remove unnecessary ToList usage | ignacio laborde | |
| 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-15 | Use record for AudioBookFilePathParserResult | Bond_009 | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-07-13 | bump Jellyfin to 10.9 | Cody Robibero | |
| 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-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 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-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 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 | fix(external-media): implement review suggestions | Shadowghost | |
| 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-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 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 | |
| 2022-01-02 | Merge pull request #7058 from cvium/the_most_important_feature | Bond-009 | |
| 2021-12-28 | Use dedicated resolvers for extras | cvium | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-25 | Merge pull request #7044 from 1337joe/fix-trailers-v2 | Cody Robibero | |
| Fix trailers v2 | |||
| 2021-12-24 | Add rule to pick up theme videos | Joe Rogers | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
