From 52146a6e125871116b3a880c4db6b4c2992fe330 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 9 Aug 2020 18:29:17 +0200 Subject: [PATCH] Disable codec/bitrate settings Appearently neither Jellyfin nor Emby support user-defined bitrates (see https://emby.media/community/index.php?/topic/65896-change-audio-bitrate-of-transcoder/ and https://github.com/jellyfin/jellyfin/issues/1124. These issues must be fixed first before any attempt at user control over bitrate and codecs can be considered. --- README.md | 1 - src/screens/Settings/index.tsx | 5 +++-- src/utility/JellyfinApi.ts | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67b882d..0c49ddf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ This is a [React Native](https://reactnative.dev/)-based audio streaming app for ### Features being considered * Downloading music for offline playback -* Support for codec selection (lossy/lossless) and bitrate * Searching based on track names ## Getting Started diff --git a/src/screens/Settings/index.tsx b/src/screens/Settings/index.tsx index 319d33f..ceaa680 100644 --- a/src/screens/Settings/index.tsx +++ b/src/screens/Settings/index.tsx @@ -45,12 +45,13 @@ export default function Settings() {