Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fgl27/SmartTwitchTV
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed May 5, 2023
2 parents 4e8e15e + a82be27 commit 4ae5327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apk/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 4ae5327

Please sign in to comment.