damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
62 stars 5 forks source link

[FEA] Rating R->L #283

Closed JanJastrow closed 1 month ago

JanJastrow commented 1 month ago

Description

Hi again, Can you add the functionality to "reverse-overflow" (dunno what it's called) on the star rating dialogue? Meaning: When moving left/right through the stars, it should start back on the other end (5->1; 5->1)

damontecres commented 1 month ago

Hm, I like this idea, but I'm not it would be easy to implement a wrap-around like that. The built-in rating certainly doesn't support it out of the box.

What do you think about instead when focusing on a rating bar without a value set, it defaults to the midpoint (ie 2.5 or 3 stars)? That would mean fewer button presses to get to like 4-5 stars.

JanJastrow commented 1 month ago

[insert "why not both" meme here]

Yes, I think this would also help 👍

damontecres commented 1 month ago

I implemented the default to midpoint, but it felt awkward to use, so I abandoned it and got the wrap around working instead.