aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Video
AgeCommit message (Expand)Author
2026-05-13Support stacked multi versionsShadowghost
2026-05-12Address review commentsShadowghost
2026-05-11Implement multiple versions for episodes.Shadowghost
2026-05-08Merge pull request #14847 from tjwalkr3/warnings-5Bond-009
2026-03-29recognize underscore and dot separators for multi-version grouping (#16465)upscaylman
2026-02-12Fix filename truncation when bracketed tags appear mid-filenametyage
2026-01-14Replace AlphanumericComparator with new CompareOptions.NumericOrderingBond_009
2025-09-23Added in pragma warning disable for CA1815 warning.Thomas Jones
2025-09-08Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence ...Varoon Pazhyanur
2025-07-26Enhance extra rules for video and audio file naming; update tests for new nam...Sven Cazier
2025-03-27Fix for Issue #12142: Fix ExtraRuleResolver filtering out top level folders (...Michael McElroy
2024-09-18Sort by version name before resolution sorting (#12621)gnattu
2024-08-30Remove BOM from UTF-8 filesBond_009
2023-10-06Reduce string allocationsBond_009
2023-06-28Use RegexGenerator where possibleBond_009
2023-03-09Clean Extra NamesSenorSmartyPants
2023-02-20Improve alternate ordering (#9336)Bond-009
2023-02-17Reduce string allocations by regexBond_009
2023-02-15Make exact match primary videoBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-12-28Use dedicated resolvers for extrascvium
2021-12-24Update StyleCopBond_009
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix buildcvium
2021-12-20Fix extras folderscvium
2021-12-14Reviewcvium
2021-12-13Fix usage of RegexOptions.Compiledcvium
2021-12-13Update Emby.Naming/Video/ExtraResolver.csClaus Vium
2021-12-11Rename unknown parttype to "unknown"cvium
2021-12-10Remove duplicationcvium
2021-12-10Simplify StackResolvercvium
2021-12-07Refactor extras parsingcvium
2021-10-26Change ReadOnlySpan to string following PR 6383 (#6734)Claus Vium
2021-10-26Merge pull request #6383 from sushilicious/masterClaus Vium
2021-10-05Fix issue #6123Bond_009
2021-08-13Merge branch 'master' into minor15Bond-009
2021-08-05Update Emby.Naming/Video/CleanStringParser.cs sushilicious
2021-08-04Made CleanStringParser go through regexps only oncesushilicious
2021-08-04Merge branch 'master' of https://github.com/jellyfin/jellyfin into HEADsushilicious
2021-08-04Minor improvementsBond_009
2021-08-03Made CleanStringParser more robustsushilicious
2021-07-06Minor fixesBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-12Use stackalloc in Format3DParser.Parsecvium
2021-05-28Update Emby.Naming/Video/VideoListResolver.csClaus Vium
2021-05-24Remove some unnecessary allocationscvium
2021-05-19Review changescvium
2021-05-16Reduce some allocationscvium