grzegorz914 / homebridge-lgwebos-tv

Homebridge plugin for LG WebOS TV, publish as independent external platform accessory.
MIT License
133 stars 15 forks source link

Correct the order of inputs (issue since iOS 17) #188

Closed badgertastic closed 9 months ago

badgertastic commented 9 months ago

Hi. I think since iOS 17 (some other plugins have updated to fix the behaviour) the order of inputs is per example:

5 3 1 2 4

Can it be changed back to original:

1 2 3 4 5

Thanks.

Example of issue resolved in another plugin

badgertastic commented 9 months ago

I mean to display the inputs in the same order as configured, not just sorting them.

grzegorz914 commented 9 months ago

Please try 2.15.0-beta and let me know, here you can select in plugin config different sorting options None, Alphabetically Name, Alphabetically Reference

badgertastic commented 9 months ago

Looks good thanks! I tested None and Alpha name. Presumably ‘Reference’ is the internal webos application ref.

I mainly wanted this on the homebridge-demon-tv plugin, where I have configured specific inputs. Is it safe to test in 4.4.0 beta 3?

grzegorz914 commented 9 months ago

Yes, denon is ready to test

grzegorz914 commented 9 months ago

I close this as complete. 2.15.0 released

badgertastic commented 9 months ago

Thanks again