From a82be27ed6dc548194ad20ed79b213214f836cf0 Mon Sep 17 00:00:00 2001 From: Felipe Leon Date: Tue, 2 May 2023 09:55:45 -0300 Subject: [PATCH] Update TODO.md --- apk/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apk/TODO.md b/apk/TODO.md index 00ee91d35..6a287f714 100644 --- a/apk/TODO.md +++ b/apk/TODO.md @@ -16,7 +16,7 @@ One observation: if a feature was added by a user request that feature will only - **See if is possible to add support for closed captions** (requested via EMAIL), Channel Ezekiel_III uses an OBS plugin that sends the closed captions into Twitch's interface, verify if is possible to get that info and use in the app. - **Workaround for devices without PP or Multistream capability (low number of codec instances)** (requested via EMAIL), Multiplayer settings workaround section, contain a option that allows to use HW codec for the main player and SW codec for the others, probably will only work OK if the player resolutions are low. - **Add an player option to stretch 4 by 3 streams** requested via play store. -- **Hide channels and game from showing** (requested via EMAIL) New entry on thumbnails option (hold left) to set, plus one option to display the list of hidden, new UI to enable and disable those added +- **Hide channels and game from showing** (requested via EMAIL and issue [Feature Request: Hide thumbnails](https://github.com/fgl27/SmartTwitchTV/issues/144)) New entry on thumbnails option (hold left) to set, plus one option to display the list of hidden, new UI to enable and disable those added - **[Save individual channel volume settings](https://github.com/fgl27/SmartTwitchTV/issues/127)**... Possible, probably by only changing JS code, eg. After playback starts, if volume is saved for the current channel we can set volume by restoring the value of Play_volumes[0] and calling OSInterface_SetVolumes and OSInterface_ApplyAudio. - **Allow to control the Main player of multi stream separated** Today the same control for resolutions and bitrate applies to all small players that includes all Multi stream players, technically it is possible to add a separated option just for the Main one when it is on Main big mode related to [Picture in Picture Quality issue ](https://github.com/fgl27/SmartTwitchTV/issues/138).