From f72d0edcaacfa34def1ca87f209a50b9821f843a Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Wed, 3 Jul 2024 17:53:05 +0000 Subject: [PATCH 1/2] Add note about `Shared network folder` support removal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1d7b5a48e..435f5ce39e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ You can adjust the basic transcoder settings via the menu. - `local_kbps` - Bandwidth to permit for local streaming. Default: `2147483` - `direct_paths` - Play media files directly from the SMB or NFS source. Default: `false` - `remote_direct_paths` - Apply this even when the server is detected as remote. Default: `false` + - Note that `Shared network folder` support was removed in Jellyfin 10.9. - `allow_transcode_to_h265` - Allow the server to transcode media *to* `hevc`. Default: `false` - If you enable this, it'll allow remuxing to HEVC but it'll also break force transcoding of Dolby Vision and HDR content if those settings are used. (See [this bug](https://github.com/jellyfin/jellyfin/issues/9313).) - `prefer_transcode_to_h265` - Requests the server to transcode media *to* `hevc` as the default. Default: `false` From 45bf74c481795cbd530b59cdb09b298e0da5c1ff Mon Sep 17 00:00:00 2001 From: Izzie Walton Date: Sat, 10 Aug 2024 13:29:24 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Daniel M. Capella --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435f5ce39e..20dda8db27 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ You can adjust the basic transcoder settings via the menu. - `local_kbps` - Bandwidth to permit for local streaming. Default: `2147483` - `direct_paths` - Play media files directly from the SMB or NFS source. Default: `false` - `remote_direct_paths` - Apply this even when the server is detected as remote. Default: `false` - - Note that `Shared network folder` support was removed in Jellyfin 10.9. + - Note that `Shared network folder` support was deprecated in Jellyfin 10.9, and is no longer exposed in the Jellyfin UI. - `allow_transcode_to_h265` - Allow the server to transcode media *to* `hevc`. Default: `false` - If you enable this, it'll allow remuxing to HEVC but it'll also break force transcoding of Dolby Vision and HDR content if those settings are used. (See [this bug](https://github.com/jellyfin/jellyfin/issues/9313).) - `prefer_transcode_to_h265` - Requests the server to transcode media *to* `hevc` as the default. Default: `false`