aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Library
AgeCommit message (Collapse)Author
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
2020-05-15Use glob patterns to ignore filesErik Rigtorp
2020-04-21Address commentsBond_009
2020-04-20Cover more branchesBond_009
2020-04-20Add some simple testsBond_009