cvium
|
5f03fb0ef7
|
Use factory pattern to instantiate jellyfindb context to avoid disposed contexts piling up in DI container
|
4 years ago |
Bond-009
|
ee3fae497c
|
Merge pull request #3757 from jellyfin/update_blurhashsharp
Update BlurHashSharp and set max size to 128x128
|
4 years ago |
cvium
|
af274de77e
|
Update BlurHashSharp and set max size to 128x128
|
4 years ago |
Bond-009
|
44dbee6ef2
|
Merge pull request #3747 from barronpm/memorycache
Use Memory Cache
|
4 years ago |
Patrick Barron
|
a97f98fbd5
|
Use MemoryCache in DeviceManager
|
4 years ago |
Patrick Barron
|
c77abca31a
|
Use MemoryCache in ChannelManager
|
4 years ago |
Patrick Barron
|
e5c6eec642
|
Use MemoryCache in LibraryManager
|
4 years ago |
Joshua M. Boniface
|
8c1dab146c
|
Merge pull request #3725 from joshuaboniface/fix-ci-docker
Flip quoting in variable set command
|
4 years ago |
Joshua M. Boniface
|
dc0f1788f4
|
Merge pull request #3720 from joshuaboniface/fix-bump-version
Fix bump_version so it works properly
|
4 years ago |
Joshua M. Boniface
|
27289929c0
|
Merge pull request #3724 from joshuaboniface/bump-master-version
Bump master version to 10.7.0 for next release
|
4 years ago |
tmechen
|
164eb3e9a2
|
Translated using Weblate (German)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
|
4 years ago |
Joshua M. Boniface
|
2d8d3ba826
|
Flip quoting in variable set command
The quoting as-is was broken and would result in a junk output. This
way, the proper value is obtained.
|
4 years ago |
Anthony Lavado
|
b207907e1b
|
Merge pull request #3723 from joshuaboniface/fix-ci-docker
Get and tag with the actual release version in CI
|
4 years ago |
Joshua M. Boniface
|
0798ab3945
|
Get and tag with the actual release version in CI
|
4 years ago |
Joshua M. Boniface
|
a511e0ac0b
|
Bump master version to 10.7.0 for next release
|
4 years ago |
Joshua M. Boniface
|
965c447c63
|
Fix bump_version so it works properly
|
4 years ago |
Anthony Lavado
|
ff6d102872
|
Merge pull request #3679 from barronpm/json-1
Use System.Text.Json in DefaultPasswordResetProvider
|
4 years ago |
Joshua M. Boniface
|
d7287a05ad
|
Merge pull request #3684 from Bond-009/warn22
Fix warnings
|
4 years ago |
gnehs
|
749c961872
|
Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
|
4 years ago |
Anthony Lavado
|
ea0489a98e
|
Merge pull request #3711 from yrjyrj123/fix_hw_decoder_for_macos
Fix the problem that hardware decoding cannot be used on macOS.
|
4 years ago |
Anthony Lavado
|
bfecfab538
|
Merge pull request #3699 from oddstr13/pr-embedded-subs-1
Fix embedded subtitles
|
4 years ago |
Anthony Lavado
|
468a7fea4c
|
Merge pull request #3660 from crobibero/plugin-config-location
Force plugin config location
|
4 years ago |
Anthony Lavado
|
6eb3e736c6
|
Merge pull request #3704 from oddstr13/pr-dotdir-sample-1
Don't ignore dot directories or movies/episodes with sample in their name.
|
4 years ago |
Anthony Lavado
|
2f315bb0dd
|
Merge pull request #3597 from barronpm/jellyfin-drawing-skia-cleanup
Jellyfin.Drawing.Skia Cleanup
|
4 years ago |
Odd Stråbø
|
9314a4fcc9
|
.
|
4 years ago |
Odd Stråbø
|
7fa80ac3e0
|
Add more tests, update comment
|
4 years ago |
Nyanmisaka
|
3e55632807
|
remove spaces
|
4 years ago |
不帅你报警
|
30bfa5536f
|
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
|
4 years ago |
不帅你报警
|
d5dcb12407
|
Update EncodingHelper.cs
Fix the problem that hardware decoding cannot be used on macOS.
|
4 years ago |
dkanada
|
8ab800508b
|
Merge pull request #3703 from oddstr13/pr-username-space-1
Allow space in username
|
4 years ago |
Odd Stråbø
|
de708d2fca
|
Comment
|
4 years ago |
Odd Stråbø
|
27e12798bc
|
Update comment to include space
|
4 years ago |
Odd Stråbø
|
800260af43
|
Yep. I failed at copy-pasting.
|
4 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.
|
4 years ago |
Odd Stråbø
|
2da2f1b20b
|
Allow space in username
|
4 years ago |
Patrick Barron
|
1aa853067a
|
Use async json serialization.
|
4 years ago |
Odd Stråbø
|
591fcf7ff2
|
Fix formating
|
4 years ago |
Odd Stråbø
|
27709c9bb3
|
Fix embedded subtitles
|
4 years ago |
Joshua M. Boniface
|
e3db0ac400
|
Merge pull request #3657 from Bond-009/readonlyspan
Review usage of string.Substring (part 1)
|
4 years ago |
Bond_009
|
928bc6c787
|
Fix build
|
4 years ago |
Bond_009
|
01e781035f
|
Fix warnings
|
4 years ago |
Bond-009
|
3ff110984a
|
Merge branch 'master' into readonlyspan
|
4 years ago |
Bond-009
|
f5a3cc654f
|
Merge pull request #3678 from barronpm/remove-unused-dependencies
Remove Unused Dependencies.
|
4 years ago |
Patrick Barron
|
1ee8790189
|
Use System.Text.Json in DefaultPasswordResetProvider
|
4 years ago |
Patrick Barron
|
0aa349fe40
|
Remove unused dependencies.
|
4 years ago |
dkanada
|
837741d0f7
|
Merge pull request #3677 from barronpm/fix-master-compilation
Fixed compilation error on master.
|
4 years ago |
Patrick Barron
|
a59bc5c6a8
|
Fixed compilation error.
|
4 years ago |
Anthony Lavado
|
0cb2cd9456
|
Merge pull request #3576 from HelloWorld017/fix/sami-utf16
Fix SAMI UTF-16 Encoding Bug
|
4 years ago |
Anthony Lavado
|
83509e99cb
|
Merge pull request #2788 from ThatNerdyPikachu/more-track-titles
Use embedded title for other track types
|
4 years ago |
Pika
|
7331c02a21
|
Update MediaBrowser.Model/Entities/MediaStream.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |