What problem does this solve?
When the user is required to press the same navigation button several times in a row in a very rapidly manner, since holding the button pressed will take a very long time until finally reaching the desired point. For example, selecting the subtitle in a video with 32 options, if I hold the button pressed it will take half a minute to select the subtitle.
This is annoying for the user and can also reduce the life of the TV remote.
Proposed solution
Currently it seems the LONG_PRESS_REPEAT_DELAY_MS is set to something like 1000 ms (1 Hz), it could be changed to something like 100 ms (10 Hz) instead.
Platform
Tizen (Samsung)
Alternatives considered
Since there is not a "prefered subtitle languagueS" settings, it is very often required to reselect the desired subtitle language for every video. If the user could configure something like "pt-br, pt, en" instead, it could auto select the closest option, in order of preference, removing the need for the user to navigate and select for every video. Usually there is no cenario where someone chooses a different subtitle language everytime, is just a simple recipe to be follow, jellyfin clients usually have those settings, but they are limitted to only one subtitle language preference.
Additional context
No response
What problem does this solve?
When the user is required to press the same navigation button several times in a row in a very rapidly manner, since holding the button pressed will take a very long time until finally reaching the desired point. For example, selecting the subtitle in a video with 32 options, if I hold the button pressed it will take half a minute to select the subtitle.
This is annoying for the user and can also reduce the life of the TV remote.
Proposed solution
Currently it seems the
LONG_PRESS_REPEAT_DELAY_MSis set to something like1000 ms(1 Hz), it could be changed to something like100 ms(10 Hz) instead.Platform
Tizen (Samsung)
Alternatives considered
Since there is not a "prefered subtitle languagueS" settings, it is very often required to reselect the desired subtitle language for every video. If the user could configure something like "pt-br, pt, en" instead, it could auto select the closest option, in order of preference, removing the need for the user to navigate and select for every video. Usually there is no cenario where someone chooses a different subtitle language everytime, is just a simple recipe to be follow, jellyfin clients usually have those settings, but they are limitted to only one subtitle language preference.
Additional context
No response