Bond-009
|
98f6485cdd
|
Merge pull request #8313 from brianjmurrell/patch-3
|
2022-08-27 17:53:20 +02:00 |
|
jan
|
ab1913c49f
|
Translated using Weblate (Slovenian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
|
2022-08-25 11:11:30 -04:00 |
|
Brian J. Murrell
|
d675a20540
|
JELLYFIN_NOWEBAPP_OPT is now --nowebclient
--noautorunwebapp has been renamed --nowebclient.
|
2022-08-24 17:20:05 -04:00 |
|
Claus Vium
|
10484033f8
|
Merge pull request #8300 from Bond-009/dlnaregression
|
2022-08-22 19:20:28 +02:00 |
|
Bond_009
|
7d48f97db9
|
Fix regression in DlnaHttpClient
```
[18:53:50] [ERR] [25] Emby.Dlna.Main.DlnaEntryPoint: Error updating device info for 192.168.1.21 - Sonos Connect:Amp Berging
System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Http.StringContent'.
at System.Net.Http.HttpContent.CheckDisposed()
at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Emby.Dlna.PlayTo.DlnaHttpClient.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/DlnaHttpClient.cs:line 47
at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 705
at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 521
```
|
2022-08-22 19:01:19 +02:00 |
|
Bond-009
|
33611614ed
|
Merge pull request #7433 from Bond-009/ssdphttpclient
|
2022-08-22 17:52:19 +02:00 |
|
Bond-009
|
e1e4ac75e4
|
Merge pull request #8267 from luzpaz/typos
|
2022-08-22 17:50:42 +02:00 |
|
Bond-009
|
c45c8bdec7
|
Merge pull request #7903 from knackebrot/ignore-dts
|
2022-08-22 17:49:27 +02:00 |
|
Claus Vium
|
8a0911004d
|
Merge pull request #7965 from jasongdove/api-key-items-without-user-id
|
2022-08-21 16:22:46 +02:00 |
|
oncetemp
|
893ac59668
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2022-08-20 13:11:28 -04:00 |
|
Bond-009
|
f954df2341
|
Merge pull request #8279 from nielsvanvelzen/search-fixes
|
2022-08-18 20:05:54 +02:00 |
|
Niels van Velzen
|
de98457332
|
Fix operation name in SearchController and correct nullability for SearchHint
|
2022-08-18 17:44:40 +02:00 |
|
knackebrot
|
c3405d25fd
|
Make IgnoreDts configurable for M3U tuner
|
2022-08-18 01:08:03 +02:00 |
|
Cody Robibero
|
fdd728e9f8
|
Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout
|
2022-08-16 21:23:39 -06:00 |
|
luz paz
|
9ec2870b10
|
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
|
2022-08-15 06:48:34 -04:00 |
|
Cody Robibero
|
8ba83e41ae
|
Merge pull request #7845 from utkuozdemir/fix/photos-lib-dir-with-single-video
|
2022-08-14 09:49:27 -07:00 |
|
Cody Robibero
|
12794d184a
|
Merge pull request #8261 from nielsvanvelzen/adjacentTo-guid
|
2022-08-14 09:48:48 -07:00 |
|
Cody Robibero
|
3c53b47dc5
|
Merge pull request #8262 from nielsvanvelzen/seriesId-guid
|
2022-08-14 09:48:38 -07:00 |
|
Niels van Velzen
|
bef4256d47
|
Use guid for seriesId API parameter
|
2022-08-14 13:03:48 +02:00 |
|
Niels van Velzen
|
61afd029df
|
Check for empty guid
|
2022-08-14 12:58:38 +02:00 |
|
Niels van Velzen
|
0f91244239
|
Use Guid for adjacentTo API parameter
|
2022-08-14 12:47:25 +02:00 |
|
MagicGreenDragon
|
7391b001ef
|
increased subtitle extraction timeout to 30 min
|
2022-08-14 08:53:00 +02:00 |
|
Joshua M. Boniface
|
c7edf8b565
|
Backport pull request #8257 from jellyfin/release-10.8.z
Use separate args for dotnet publish commands
Original-merge: d260f30810
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:36 -04:00 |
|
Cody Robibero
|
010228b3c0
|
Backport pull request #8234 from jellyfin/release-10.8.z
update to dotnet 6.0.8
Original-merge: 31f9938e3a
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:35 -04:00 |
|
nyanmisaka
|
56805b3368
|
Backport pull request #8219 from jellyfin/release-10.8.z
Move Fedora service hardening options to override config
Original-merge: 1d4755894e
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:35 -04:00 |
|
SenorSmartyPants
|
de9a350bad
|
Backport pull request #8212 from jellyfin/release-10.8.z
Add resolution text for 384 sized video
Original-merge: 7ffdde9a0b
Merged-by: Cody Robibero <cody@robibe.ro>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:34 -04:00 |
|
Shadowghost
|
7b05e0a413
|
Backport pull request #8209 from jellyfin/release-10.8.z
Fix series query including missing episodes when it should not
Original-merge: 9357d610b1
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:34 -04:00 |
|
Shadowghost
|
3e5cf9395f
|
Backport pull request #8182 from jellyfin/release-10.8.z
Extract external subs from container before determining characterset
Original-merge: 1faee43b11
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:33 -04:00 |
|
Dzonkins
|
63d943aab9
|
Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
|
2022-08-03 16:22:27 -04:00 |
|
0TTA
|
6127043142
|
Translated using Weblate (Arabic)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
|
2022-08-02 13:09:11 -04:00 |
|
Joshua Boniface
|
b3675ebce0
|
Backport pull request #8191 from jellyfin/release-10.8.z
fix: remove Virtual episodes when their physical counterpart exists
Authored-by: cvium <clausvium@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 77a007a24d
|
2022-08-01 14:25:46 -04:00 |
|
Joshua Boniface
|
d5ea136dc5
|
Backport pull request #8174 from jellyfin/release-10.8.z
Disable auto inserted SW scaler for HW decoders
Authored-by: nyanmisaka <nst799610810@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 7297431f23
|
2022-08-01 14:25:45 -04:00 |
|
Joshua Boniface
|
e251f1483f
|
Backport pull request #8167 from jellyfin/release-10.8.z
Add back library scan from library manager
Authored-by: Cody Robibero <cody@robibe.ro>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: f9dffa767f
|
2022-08-01 14:25:44 -04:00 |
|
Joshua Boniface
|
0356a15056
|
Backport pull request #8163 from jellyfin/release-10.8.z
Don't refresh playlists on album refresh
Authored-by: David Ullmer <davidullmer@outlook.de>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 444b0ea310
|
2022-08-01 14:25:44 -04:00 |
|
Joshua Boniface
|
38f6f589d9
|
Backport pull request #8127 from jellyfin/release-10.8.z
Workaround for linux 5.18+ i915 hang at cost of performance
Authored-by: Nyanmisaka <nst799610810@gmail.com>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 484427b4aa
|
2022-08-01 14:25:43 -04:00 |
|
Joshua Boniface
|
38eefbbafa
|
Backport pull request #8087 from jellyfin/release-10.8.z
feat: make subtitleeditparser generic
Authored-by: Claus Vium <cvium@users.noreply.github.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 7323ccfc23
|
2022-08-01 14:25:42 -04:00 |
|
Joshua Boniface
|
3e24b8943d
|
Backport pull request #8061 from jellyfin/release-10.8.z
Fix intel dx11-ocl interop taking too long to initialize on windows
Authored-by: nyanmisaka <nst799610810@gmail.com>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 9854751137
|
2022-08-01 14:25:41 -04:00 |
|
Cody Robibero
|
36217108dc
|
Merge pull request #8196 from jellyfin/dependabot/nuget/sharpcompress-0.32.2
Bump sharpcompress from 0.32.1 to 0.32.2
|
2022-08-01 10:34:25 -06:00 |
|
dependabot[bot]
|
4358fd0114
|
Bump sharpcompress from 0.32.1 to 0.32.2
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.32.1 to 0.32.2.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2)
---
updated-dependencies:
- dependency-name: sharpcompress
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 12:01:12 +00:00 |
|
Jason Dove
|
c69b2c849a
|
add comments
|
2022-07-30 08:12:59 -05:00 |
|
Jason Dove
|
e52f1b52c1
|
Merge branch 'master' into api-key-items-without-user-id
|
2022-07-30 08:01:48 -05:00 |
|
Pretendexxx
|
ce1356b2f2
|
Translated using Weblate (Lithuanian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
|
2022-07-25 07:22:25 -04:00 |
|
Joshua Boniface
|
bffda19bbc
|
Backport pull request #8166 from jellyfin/release-10.8.z
Bind @userid only when it's in the statement
Authored-by: Joseph <1315585+joseph39@users.noreply.github.com>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 057e8ef240
|
2022-07-24 12:35:47 -04:00 |
|
Joshua Boniface
|
76f7a80a97
|
Backport pull request #8152 from jellyfin/release-10.8.z
Fix support for rtsp streams over tcp
Authored-by: Bill Thornton <billt2006@gmail.com>
Merged-by: Cody Robibero <cody@robibe.ro>
Original-merge: b2fb96ffed
|
2022-07-24 12:35:46 -04:00 |
|
Joshua Boniface
|
410871e148
|
Backport pull request #7732 from jellyfin/release-10.8.z
Fix to make web sockets close gracefully on server shutdown
Authored-by: luke brown <luke92brown@gmail.com>
Merged-by: Cody Robibero <cody@robibe.ro>
Original-merge: ee22feb89a
|
2022-07-24 12:35:46 -04:00 |
|
norikhwan-ali
|
8ccd9d8dfa
|
Translated using Weblate (Malay)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
|
2022-07-22 10:22:23 -04:00 |
|
Joshua Boniface
|
be3d57ad41
|
Backport pull request #8115 from jellyfin/release-10.8.z
Update to dotnet 6.0.7
Authored-by: Cody Robibero <cody@robibe.ro>
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Original-merge: d0fd23bb4b
|
2022-07-20 19:29:09 -04:00 |
|
Joshua Boniface
|
924b0740b1
|
Backport pull request #8104 from jellyfin/release-10.8.z
Add resolution text output for more resolutions
Authored-by: Shadowghost <Ghost_of_Stone@web.de>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 2b46917dcf
|
2022-07-20 19:29:08 -04:00 |
|
Joshua Boniface
|
adc08b5b4c
|
Backport pull request #8092 from jellyfin/release-10.8.z
Change allow higher opus, vorbis transcode bitrates
Authored-by: Andy Walsh <andy.walsh44+github@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 7ef9e95d75
|
2022-07-20 19:29:07 -04:00 |
|
Joshua Boniface
|
a9449d0f23
|
Backport pull request #8078 from jellyfin/release-10.8.z
fix copy&paste error for requestedRangeTypes preventing stream copy
Authored-by: Andy Walsh <andy.walsh44+github@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 47c2c536e4
|
2022-07-20 19:29:06 -04:00 |
|