xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
220 stars 104 forks source link

Preview of multiple selection options should list option names #981

Open kambala-decapitator opened 8 months ago

kambala-decapitator commented 8 months ago

Array indexes reflect the order that I selected the options. I'd also sort the array.

image image

wutschel commented 8 months ago

Agreed, did a local change for this already. But I would like to go through some other use cases and menus before I submit the PR.

wutschel commented 8 months ago

Yet open:

API response provides labels which could be used (same as are shown in the UI list). I guess it was done this way to limit the characters to be displayed. Same happens for the skip steps. It shows "-600, -300, ...", but the API also provides "-10 min" and "-5 min". But then the whole list would exceed the available space.

Solution should use comma-separated labels in a multiline label.