Negulici-R. Barnabas
4fac67c097
Merge branch 'jellyfin:master' into master
3 years ago
norikhwan-ali
8ccd9d8dfa
Translated using Weblate (Malay)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
3 years ago
Shadowghost
59a86568d9
Cleanup and fixes
3 years ago
Shadowghost
ff22f597d2
Fix multiple UDP servers for AutoDiscovery
3 years ago
Shadowghost
cea8e8bbf6
Fix logging output
3 years ago
Negulici-R. Barnabas
5121baa9e8
Merge branch 'jellyfin:master' into master
3 years ago
Shadowghost
b5c1d6129e
Remove more unused network configuration parameters
3 years ago
Shadowghost
a2857c5a02
Check if OS is capable of binding multiple sockets before creating autodiscovery sockets
3 years ago
Shadowghost
b01d169d28
Implement discovery respecting bind addresses
3 years ago
Shadowghost
f6e41269d9
Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
Joshua Boniface
b7206b4816
Backport pull request #8013 from jellyfin/release-10.8.z
...
Fix password change during parental control schedule
Authored-by: David Ullmer <davidullmer@outlook.de>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 84a1674f39
3 years ago
Shadowghost
05458a4a42
Fix some ssdp errors
3 years ago
Shadowghost
358642c2d9
Fix build, fix loopback binding, exclude unsupported IPs from bind
3 years ago
Shadowghost
2d3a16ad0f
Simplify code
3 years ago
Shadowghost
8075cb4e99
Cleanup and sort NetworkConfiguration
3 years ago
Shadowghost
2281b8c997
Move away from using Collection, simplify code, add proper ordering
3 years ago
Shadowghost
a492082f4e
Apply review suggestions and fix build
3 years ago
Shadowghost
2043a33f81
Small cleanup and logging fix
3 years ago
Shadowghost
748907b920
Remove workaround, this only applies to the IPs set by the middleware
3 years ago
Shadowghost
34d8e531e0
Properly handle subnets in KnownProxies
3 years ago
Shadowghost
64ffd5fd95
Move subnet parser to NetworkExtensions
3 years ago
Shadowghost
daf33143f6
Handle forwarded requests not having port set in GetSmartApiUrl
3 years ago
Shadowghost
1c6b6f5d36
Remove socket wrkaround
3 years ago
Nicolas Viviani
81e164ebc8
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 years ago
Shadowghost
bdb1483167
Add generic IPAddress.Parse tests
3 years ago
Shadowghost
997aa3f1e7
Fix build
3 years ago
Shadowghost
066db8ac7f
Migrate NetworkManager and Tests to native .NET IP objects
3 years ago
Joseph
54b3debd27
Add referer parameter to ffmpeg
...
As of https://trac.ffmpeg.org/ticket/2179 , ffmpeg supports referer parameter which injects Referer header to the HTTP request for remote content. Have EncodingHelper pass this in if it's included in RemoteHttpHeaders.
3 years ago
Negulici-R. Barnabas
12ec0e285d
Chapter Images:
...
- chapter image extraction intervals, limit count and resolutions can be set by the user from the server general settings;
3 years ago
Joshua M. Boniface
c2902dd108
Merge pull request #8118 from crobibero/jellyfin-10.9
...
Jellyfin 10.9.0
3 years ago
MaZe3D
0d45ccc99c
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
3 years ago
Cody Robibero
40d3d8fb37
bump Jellyfin to 10.9
3 years ago
Maxim Titov
64c44baf2f
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
3 years ago
Nicolas Viviani
6e18c10e51
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 years ago
Bond-009
f12880397c
Merge pull request #8107 from candrews/patch-1
3 years ago
JinYi-Tsinghua
a94aec9b32
Create Dockerfile.linux.musl-linux-arm64
3 years ago
JinYi-Tsinghua
9a5869ea82
Add static build file for musl-linux-arm64
3 years ago
Craig Andrews
ac5a4e62f4
Move transcodes to be under CachePath
...
Move transcodes to be under CachePath instead of ProgramDataPath.
Since transcodes are ephemeral (they're cleaned up periodically and recreated if they don't exist), they're more like cache data than program data. Systems can (and oftentimes do) have the cache directory on a different disk, use a different type of file system, or have a different backup policy for the cache path because it contains ephemeral data.
3 years ago
Muhammed Aljailane
61a7f69aeb
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
3 years ago
Fedir Smilianets
004d4684a1
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
3 years ago
blob03
2af00b2669
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 years ago
Fedir Smilianets
f134f45d00
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
3 years ago
Bond-009
ecae0982cc
Merge pull request #8008 from revam/add-escape-hatch-for-series-merging
3 years ago
Mikal Stordal
8e1796f08a
Add escape hatch for Series merging
...
This is an universal solution for plugins to override how series are merged.
The reason to override is so we can set the same provider id on multiple items without merging them, while using another id for merging them. Having an (optional) provider id not tied to any online database allows plugins to use their own rules for merging series.
3 years ago
Joshua Boniface
28594ececa
Backport pull request #8038 from jellyfin/release-10.8.z
...
Remove mount and unmount permissions for jellyfin group from sudoers
Authored-by: Shadowghost <Ghost_of_Stone@web.de>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 9cebdfdec0
3 years ago
adrez99
aadd8ee971
Merge branch 'master' into gzip
3 years ago