aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Library
AgeCommit message (Collapse)Author
2025-07-26Enhance extra rules for video and audio file naming; update tests for new ↵Sven Cazier
naming conventions
2025-04-26Add .gitignore style ignoring (#13906)Tim Eisele
2024-04-13Chore: Adds unit tests to support (#11351)Jordan Fearnley
2023-12-18Fix testsBond_009
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-09-27Ignore .zfs folderBond_009
Maybe helps with #10215 ?
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2023-03-18Add test for cleaning extra namesSenorSmartyPants
2023-03-06Fix cases where multiple files are resolved as a single bookJoe Rogers
2023-03-06Add tests for audio book resolvingJoe Rogers
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2023-01-07Deduplicate media stream ordering code (#9014)Bond-009
2022-12-14Fix debug builds (#8909)Bond-009
2022-05-17Fix default audio selection ignoring typeJoe Rogers
2022-04-30Add tests for preferred audio language selectionJoe Rogers
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2022-02-14Fix MediaStreamSelectorBond_009
2022-01-16Add alternate resolver test, generate extra folder namesJoe Rogers
2022-01-15Add -extra suffix for consistencyJoe Rogers
2022-01-15Order rules so directory takes precedence over namingJoe Rogers
2022-01-02Merge pull request #7058 from cvium/the_most_important_featureBond-009
2022-01-01Remove file extension filter and fix buildcvium
2021-12-31Add ability to search by -Cody Robibero
2021-12-28Use dedicated resolvers for extrascvium
2021-12-25Merge pull request #7044 from 1337joe/fix-trailers-v2Cody Robibero
Fix trailers v2
2021-12-24Fix resolved type for TrailersJoe Rogers
2021-12-24Update StyleCopBond_009
2021-12-20Fix extras folderscvium
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-11Update ↵Cody Robibero
tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-12-09update testsCody Robibero
2021-12-09Add more speed and more testsCody Robibero
2021-12-07Refactor extras parsingcvium
2021-11-27Add more testsCody Robibero
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-07Add some docs and testsBond_009
2021-05-05PathExtensions: Fix index out of bounds in TryReplaceSubPathBond_009
Fixes #5977
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-03-15add unit testscvium
2021-03-09Add code analysis attributes where appropriateBond_009
2021-03-06simplifycvium
2021-03-05make sure network path substitution matches correctlycvium
2020-09-20Minor improvementsBond_009
2020-08-21bump DotNet.Globcrobibero
2020-07-26Add more tests, update commentOdd Stråbø
2020-07-25Don't ignore dot directories.Odd Stråbø
Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess.
2020-06-26Add more ignorepatterns and testscrobibero