Patrick Barron
7d6c1befe5
Add Dashboard theme.
5 years ago
Patrick Barron
68a185fd02
Serialize/deserialize new entities properly.
5 years ago
Patrick Barron
592d2480ca
Make adjustments to display preference entities.
5 years ago
Joshua M. Boniface
a511e0ac0b
Bump master version to 10.7.0 for next release
5 years ago
Joshua M. Boniface
965c447c63
Fix bump_version so it works properly
5 years ago
Matt Montgomery
31d3b1b83a
Cleanup interfaces
5 years ago
Anthony Lavado
ff6d102872
Merge pull request #3679 from barronpm/json-1
...
Use System.Text.Json in DefaultPasswordResetProvider
5 years ago
crobibero
b8d327889b
Add missing functions
5 years ago
Patrick Barron
62fa72114c
Merge pull request #3718 from Ullmie02/api-hlsegment
...
Move HlsSegmentService to Jellyfin.Api
5 years ago
David Ullmer
4aa0bd064f
Move HlsSegmentService to Jellyfin.Api
5 years ago
Nyanmisaka
17527d68df
fix build
5 years ago
Nyanmisaka
df6b303da7
Merge branch 'master' into tonemap
5 years ago
Joshua M. Boniface
d7287a05ad
Merge pull request #3684 from Bond-009/warn22
...
Fix warnings
5 years ago
Matt Montgomery
3c91aa0c3d
Code cleanup
5 years ago
gnehs
749c961872
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
5 years ago
Matt Montgomery
0945659cb5
Apply suggestions from code review
5 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.
5 years ago
Anthony Lavado
bfecfab538
Merge pull request #3699 from oddstr13/pr-embedded-subs-1
...
Fix embedded subtitles
5 years ago
Anthony Lavado
468a7fea4c
Merge pull request #3660 from crobibero/plugin-config-location
...
Force plugin config location
5 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.
5 years ago
Anthony Lavado
2f315bb0dd
Merge pull request #3597 from barronpm/jellyfin-drawing-skia-cleanup
...
Jellyfin.Drawing.Skia Cleanup
5 years ago
Odd Stråbø
9314a4fcc9
.
5 years ago
Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
5 years ago
Odd Stråbø
7fa80ac3e0
Add more tests, update comment
5 years ago
Nyanmisaka
3e55632807
remove spaces
5 years ago
不帅你报警
30bfa5536f
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
5 years ago
Patrick Barron
6015ceb731
Merge pull request #3693 from crobibero/api-library
...
Fix LibraryStructure API parameters
5 years ago
不帅你报警
d5dcb12407
Update EncodingHelper.cs
...
Fix the problem that hardware decoding cannot be used on macOS.
5 years ago
dkanada
8ab800508b
Merge pull request #3703 from oddstr13/pr-username-space-1
...
Allow space in username
5 years ago
Odd Stråbø
de708d2fca
Comment
5 years ago
Odd Stråbø
27e12798bc
Update comment to include space
5 years ago
Nyanmisaka
95b961c864
remove unused line
5 years ago
crobibero
7bb34fc9e7
use proper HttpClient DI
5 years ago
Odd Stråbø
800260af43
Yep. I failed at copy-pasting.
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
Odd Stråbø
2da2f1b20b
Allow space in username
5 years ago
Patrick Barron
1aa853067a
Use async json serialization.
5 years ago
Odd Stråbø
591fcf7ff2
Fix formating
5 years ago
Odd Stråbø
27709c9bb3
Fix embedded subtitles
5 years ago
crobibero
259b5d7f0a
Fix request parameters
5 years ago
crobibero
5924a81eeb
Fix request parameters
5 years ago
crobibero
d801621cfc
Fix request parameters
5 years ago
crobibero
37496e958f
move VideoService.cs to Jellyfin.Api
5 years ago
Patrick Barron
44acb9f7d9
Merge pull request #3592 from Ullmie02/api-audio
...
Migrate AudioService to Jellyfin.Api
5 years ago
MichaIng
1883ecd817
Fix left /usr/bin/jellyfin symlink on removal and typo
...
After removal of the symlink target file "/usr/lib/jellyfin/bin/jellyfin", file existence check on the symlink "[[ -f /usr/bin/jellyfin ]]" returns false. As a result the symlink is left in place on package purge. The correct check would be "[[ -L /usr/bin/jellyfin ]]", but since it could be a file in cases, e.g. manual fix on file systems with no symlink support or for any other reason, it is easiest to use "rm -f" to assure that it is removed in both cases and not return false even if it does not exist at all.
Additionally this fixes a typo on upstart script check.
Signed-off-by: MichaIng <micha@dietpi.com>
5 years ago
Patrick Barron
13d919f236
Read EnableNextVideoInfoOverlay from database.
5 years ago
Patrick Barron
9fcf23bd21
Migrate EnableNextVideoInfoOverlay
5 years ago
Patrick Barron
ff7105982a
Read skip lengths from server.
5 years ago
Patrick Barron
0d13d830bb
Migrate skip lengths.
5 years ago
Nyanmisaka
a78c8e3854
change loglevels
5 years ago