TBSniller / piccap

PicCap - Hyperion Sender App | Ambilight for LG WebOS TVs
MIT License
294 stars 28 forks source link

Add setting for local unix socket #46

Closed TBSniller closed 1 year ago

TBSniller commented 1 year ago

In https://github.com/webosbrew/hyperion-webos/pull/86 we have a new setting available. Thanks to @sundermann!

We have to add this to settings page in PicCap. Idea: Checkbox below IP address field -> If ticked, disable IP/Port inputs

tuxuser commented 1 year ago

Correction, only disable the port input field. The address field is still needed to take the target Unix socket path.

Maybe rename the field in UI dynamically, depending on unix-socket setting.

alucryd commented 1 year ago

@TBSniller The PR works fine here, nice job :)

TBSniller commented 1 year ago

Fixed in #55