damontecres / StashAppAndroidTV

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

[FEA] - Jump to spot in grid pages #317

Open damontecres opened 1 week ago

damontecres commented 1 week ago

Description

Add the ability to jump around grid pages.

For example, if sorting performers by name, add ability to select a letter and jump to that spot.

I don't think there are specific APIs server-side to support this, so it would have to a manual search. Maybe a binary search? Or maybe need to index or cache data (see #73) client side.