Jordan Fearnley
730a75a88a
Chore: Adds unit tests to support ( #11351 )
11 months ago
Bond_009
7bf831da62
Fix tests
1 year ago
Cody Robibero
033cfa59c4
Convert CollectionType to use lowercase enum names
1 year ago
Cody Robibero
906f701fa8
Convert CollectionType, SpecialFolderType to enum ( #9764 )
...
* 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>
1 year ago
Stepan Goremykin
8ea812b65d
Reduce string literal length by using verbatim string
1 year ago
Bond_009
cc15ea7f65
Ignore .zfs folder
...
Maybe helps with #10215 ?
1 year ago
AmbulantRex
891b9f7a99
Add DLL whitelist support for plugins
2 years ago
SenorSmartyPants
b9f7e3971e
Add test for cleaning extra names
2 years ago
Joe Rogers
361fff3a0c
Fix cases where multiple files are resolved as a single book
2 years ago
Joe Rogers
18b8efa7e0
Add tests for audio book resolving
2 years ago
Joe Rogers
1c3a97bf6a
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
2 years ago
Joe Rogers
160baa02fd
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
2 years ago
Bond-009
769c48c629
Deduplicate media stream ordering code ( #9014 )
2 years ago
Bond-009
3462676a8f
Fix debug builds ( #8909 )
2 years ago
Joe Rogers
644e774040
Fix default audio selection ignoring type
3 years ago
Joe Rogers
e89d1a3be5
Add tests for preferred audio language selection
3 years ago
Stanislav Ionascu
554d1b2ca8
Fix #7100 by catching the exception on opening invalid UDF images
...
When an invalid UDF image is opened by the UdfReader, it may throw
and exception. This change is to catch and log the exception.
3 years ago
Bond_009
dbd7be091d
Fix MediaStreamSelector
3 years ago
Joe Rogers
8b706cebef
Add alternate resolver test, generate extra folder names
3 years ago
Joe Rogers
19b9646d72
Add -extra suffix for consistency
3 years ago
Joe Rogers
f11fa59b15
Order rules so directory takes precedence over naming
3 years ago
Bond-009
11d0c6827f
Merge pull request #7058 from cvium/the_most_important_feature
3 years ago
cvium
28c2ac9cc0
Remove file extension filter and fix build
3 years ago
Cody Robibero
25abe479eb
Add ability to search by -
3 years ago
cvium
2749509f00
Use dedicated resolvers for extras
3 years ago
Cody Robibero
a615f87680
Merge pull request #7044 from 1337joe/fix-trailers-v2
...
Fix trailers v2
3 years ago
Joe Rogers
c0ab54f0bd
Fix resolved type for Trailers
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
cvium
83a94aa612
Fix extras folders
3 years ago
Claus Vium
9a0618552b
Merge branch 'master' into what_could_go_wrong
3 years ago
Cody Robibero
58f788e8ab
Update tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
Cody Robibero
d707a201c9
update tests
3 years ago
Cody Robibero
593b2fd359
Add more speed and more tests
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Cody Robibero
1df56335ee
Add more tests
3 years ago
cvium
4f45c52674
Remove ILibraryManager as a dependency in resolvers etc.
3 years ago
Bond_009
4dfb7b18ae
Add some docs and tests
3 years ago
Bond_009
47e7c1356c
PathExtensions: Fix index out of bounds in TryReplaceSubPath
...
Fixes #5977
4 years ago
Bond_009
b323044139
Reduce string allocations/fs lookups in resolve code
4 years ago
cvium
025e351f61
add unit tests
4 years ago
Bond_009
5241bd41ef
Add code analysis attributes where appropriate
4 years ago
cvium
bc661c16e1
simplify
4 years ago
cvium
37e374d33d
make sure network path substitution matches correctly
4 years ago
Bond_009
228b33a23b
Minor improvements
5 years ago
crobibero
89c9ca68f9
bump DotNet.Glob
5 years ago
Odd Stråbø
7fa80ac3e0
Add more tests, update comment
5 years ago
Odd Stråbø
11d5410dbb
Don't ignore dot directories.
...
Use `.ignore` file to hide directory from library scan.
Also, please tell me we handle sample matching somewhere else? This is a mess.
5 years ago
crobibero
9772749d8f
Add more ignorepatterns and tests
5 years ago
Erik Rigtorp
f144acdc96
Use glob patterns to ignore files
5 years ago
Bond_009
c430a7ed8f
Address comments
5 years ago