Joe Rogers
4c2adc39c7
Add test data and unit test for mp4 metadata probe
3 years ago
Claus Vium
531efc345a
Merge pull request #6639 from 1337joe/mp4-track-title-fallback
...
Add mp4 track title fallback
3 years ago
Joe Rogers
ce0457faf5
Add mp4 track title fallback ( #6638 )
3 years ago
Tim040
7bf2ece20e
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
3 years ago
Bond-009
dd5e9e3fc6
Merge pull request #6631 from GodTamIt/dotnet-version
3 years ago
Chris Tam
1a70ba6a48
Update README for .NET version
3 years ago
Bond-009
be6fe62d52
Merge pull request #6629 from crobibero/globalize
3 years ago
Cody Robibero
6fb3ec0319
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images
3 years ago
Claus Vium
fa506b1ff6
Merge pull request #6627 from Bond-009/empty
...
Add regression test for #6560
3 years ago
Bond_009
055e04338e
Add regression test for #6560
3 years ago
Bond-009
94b1236459
Merge pull request #6623 from jellyfin/dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-6.2.2
3 years ago
dependabot[bot]
3d098173ff
Bump Swashbuckle.AspNetCore.ReDoc from 6.2.1 to 6.2.2
...
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.1...v6.2.2 )
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.ReDoc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Bond-009
a085e5a62c
Merge pull request #6622 from jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-6.2.2
3 years ago
Bond-009
2def7043ce
Merge pull request #6546 from ianjazz246/theorydata
3 years ago
dependabot[bot]
5b1feb1cea
Bump Swashbuckle.AspNetCore from 6.2.1 to 6.2.2
...
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.1...v6.2.2 )
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Claus Vium
60f3d7ca6c
Merge pull request #6618 from crobibero/zip-dir
3 years ago
Cody Robibero
7668cd13f5
Create output directory when extracting archive files
3 years ago
Bond-009
837d8feddc
Merge pull request #6616 from crobibero/culture-info
3 years ago
Cody Robibero
9234e5bf80
Remove all instances of en-US culture
3 years ago
Bond-009
8858d8e597
Merge branch 'master' into theorydata
3 years ago
Bond-009
82cb685178
Merge pull request #6596 from crobibero/jeff-ext
...
Add Jellyfin.Extensions to nuget package publish
3 years ago
Claus Vium
17273a6075
Merge pull request #6614 from Bond-009/warn36
3 years ago
Claus Vium
c5491dc46c
Merge pull request #6613 from Bond-009/randomaccess
3 years ago
Bond_009
79642af3b8
Fix some warnings
3 years ago
Claus Vium
b37829dfbf
Merge pull request #6611 from Bond-009/error
3 years ago
Claus Vium
e6f3531f40
Merge pull request #6612 from Bond-009/async3
3 years ago
Bond_009
a4eede29ab
Use RandomAccess instead of a FileStream where it makes sense
3 years ago
Bond_009
f31224fa8f
Remove sync FileStream hack
3 years ago
Bond_009
65665de660
Fix user DB migration
3 years ago
Bond-009
2ee3e9e00f
Merge pull request #6590 from jellyfin/dotnet6
3 years ago
Bond_009
4643fd5dcb
Address comments
3 years ago
Cody Robibero
5e8d58a6a6
Update path for openapi spec
3 years ago
Mislav Milinković
d81c9a7a8c
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
3 years ago
Ouail Ouazani
984f17c64f
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
3 years ago
Cody Robibero
d156d49113
Update codeql dotnet version
3 years ago
Cody Robibero
4fc3de9b75
Fix builds for dotnet6 ( #6595 )
...
* Target net6.0
* Use new Enum.TryParse(ReadOnlySpan<char>) overload
* Replace RNGCryptoServiceProvider with RandomNumberGenerator
* ci - target net6.0 (#6594 )
* Update deployment for dotnet6
* Use generic 6.0.x preview for CI
* Update direct dotnet download links
Co-authored-by: Bond_009 <bond.009@outlook.com>
3 years ago
Bond_009
e627b1b154
Fix failing tests
3 years ago
Bond_009
5fd315b17c
Address comments
3 years ago
Bond_009
086d5925c9
Update Jellyfin.Extensions to .Net6
3 years ago
Cody Robibero
be00480fe2
ci - target net6.0 ( #6594 )
3 years ago
Bond_009
fb2f07dc84
Replace RNGCryptoServiceProvider with RandomNumberGenerator
3 years ago
Bond_009
4d1d9f23d5
Use new Enum.TryParse(ReadOnlySpan<char>) overload
3 years ago
Bond_009
13fbfe6091
Target net6.0
3 years ago
Claus Vium
1ebd3c9ac3
Merge pull request #6593 from Bond-009/ex
3 years ago
Claus Vium
7c8a81f7bc
Merge pull request #6592 from Bond-009/dlna3
3 years ago
Claus Vium
8d9114dea3
Merge pull request #6597 from Bond-009/subs
3 years ago
Bond_009
dc1b726ef8
Add regression test for #5323
3 years ago
Cody Robibero
a605a38499
Add Jellyfin.Extensions to nuget package publish
3 years ago
Bond-009
12a54c070e
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Bond_009
8fec510971
ItemImageProvider: improve HTTP error handling
3 years ago