David Ullmer
4aa0bd064f
Move HlsSegmentService to Jellyfin.Api
2020-07-27 09:47:19 +02:00
Nyanmisaka
17527d68df
fix build
2020-07-27 14:11:05 +08:00
Nyanmisaka
df6b303da7
Merge branch 'master' into tonemap
2020-07-27 13:57:40 +08:00
Joshua M. Boniface
d7287a05ad
Merge pull request #3684 from Bond-009/warn22
...
Fix warnings
2020-07-27 00:16:09 -04:00
Matt Montgomery
3c91aa0c3d
Code cleanup
2020-07-26 23:13:14 -05:00
gnehs
749c961872
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-07-26 20:02:17 -04:00
Matt Montgomery
0945659cb5
Apply suggestions from code review
2020-07-26 18:14:35 -05:00
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.
2020-07-26 15:37:13 -07:00
Anthony Lavado
bfecfab538
Merge pull request #3699 from oddstr13/pr-embedded-subs-1
...
Fix embedded subtitles
2020-07-26 15:36:29 -07:00
Anthony Lavado
468a7fea4c
Merge pull request #3660 from crobibero/plugin-config-location
...
Force plugin config location
2020-07-26 15:36:08 -07:00
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.
2020-07-26 15:34:15 -07:00
Anthony Lavado
2f315bb0dd
Merge pull request #3597 from barronpm/jellyfin-drawing-skia-cleanup
...
Jellyfin.Drawing.Skia Cleanup
2020-07-26 15:32:06 -07:00
Odd Stråbø
9314a4fcc9
.
2020-07-26 23:28:25 +02:00
Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
2020-07-26 16:14:58 -05:00
Odd Stråbø
7fa80ac3e0
Add more tests, update comment
2020-07-26 23:03:16 +02:00
Nyanmisaka
3e55632807
remove spaces
2020-07-27 01:41:27 +08:00
不帅你报警
30bfa5536f
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2020-07-27 01:34:36 +08:00
Patrick Barron
6015ceb731
Merge pull request #3693 from crobibero/api-library
...
Fix LibraryStructure API parameters
2020-07-26 16:09:31 +00:00
不帅你报警
d5dcb12407
Update EncodingHelper.cs
...
Fix the problem that hardware decoding cannot be used on macOS.
2020-07-26 23:47:29 +08:00
dkanada
8ab800508b
Merge pull request #3703 from oddstr13/pr-username-space-1
...
Allow space in username
2020-07-27 00:11:56 +09:00
Odd Stråbø
de708d2fca
Comment
2020-07-26 17:11:43 +02:00
Odd Stråbø
27e12798bc
Update comment to include space
2020-07-26 13:57:22 +02:00
Nyanmisaka
95b961c864
remove unused line
2020-07-26 12:38:57 +08:00
crobibero
7bb34fc9e7
use proper HttpClient DI
2020-07-25 17:21:40 -06:00
Odd Stråbø
800260af43
Yep. I failed at copy-pasting.
2020-07-26 00:19:24 +02:00
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.
2020-07-25 23:50:49 +02:00
Odd Stråbø
2da2f1b20b
Allow space in username
2020-07-25 22:19:27 +02:00
Patrick Barron
1aa853067a
Use async json serialization.
2020-07-25 13:07:12 -04:00
Odd Stråbø
591fcf7ff2
Fix formating
2020-07-25 13:41:04 +02:00
Odd Stråbø
27709c9bb3
Fix embedded subtitles
2020-07-25 12:44:31 +02:00
crobibero
259b5d7f0a
Fix request parameters
2020-07-24 17:46:17 -06:00
crobibero
5924a81eeb
Fix request parameters
2020-07-24 17:31:11 -06:00
crobibero
d801621cfc
Fix request parameters
2020-07-24 17:22:32 -06:00
crobibero
37496e958f
move VideoService.cs to Jellyfin.Api
2020-07-24 16:49:43 -06:00
Patrick Barron
44acb9f7d9
Merge pull request #3592 from Ullmie02/api-audio
...
Migrate AudioService to Jellyfin.Api
2020-07-24 20:53:06 +00:00
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>
2020-07-24 22:43:32 +02:00
Patrick Barron
13d919f236
Read EnableNextVideoInfoOverlay from database.
2020-07-24 16:35:20 -04:00
Patrick Barron
9fcf23bd21
Migrate EnableNextVideoInfoOverlay
2020-07-24 16:34:19 -04:00
Patrick Barron
ff7105982a
Read skip lengths from server.
2020-07-24 16:32:24 -04:00
Patrick Barron
0d13d830bb
Migrate skip lengths.
2020-07-24 16:30:54 -04:00
David
ca3dcc3db0
Fix suggestions from review
2020-07-24 19:14:53 +02:00
nyanmisaka
5716453542
minor changes
2020-07-25 01:03:34 +08:00
nyanmisaka
4bdb870d16
Merge remote-tracking branch 'upstream/master' into tonemap
2020-07-25 00:58:14 +08:00
nyanmisaka
7b862bba5a
add Tonemapping relaying on nvdec and ocl
2020-07-25 00:57:34 +08:00
Joshua M. Boniface
e3db0ac400
Merge pull request #3657 from Bond-009/readonlyspan
...
Review usage of string.Substring (part 1)
2020-07-24 12:21:25 -04:00
Bond_009
928bc6c787
Fix build
2020-07-24 16:42:28 +02:00
Bond_009
01e781035f
Fix warnings
2020-07-24 16:37:54 +02:00
Bond-009
3ff110984a
Merge branch 'master' into readonlyspan
2020-07-24 09:40:44 +02:00
Bond-009
f5a3cc654f
Merge pull request #3678 from barronpm/remove-unused-dependencies
...
Remove Unused Dependencies.
2020-07-24 09:37:43 +02:00
Bond-009
1cc62d6afa
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
...
Co-authored-by: David Mouse <dmouse10462@gmail.com>
2020-07-24 09:36:18 +02:00