TBSniller / piccap

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

Autostart & Logs not working if installed manually? (& possible hdrType values?) #78

Closed Dak0r closed 8 months ago

Dak0r commented 8 months ago

Hi, I'm currently working on a branch for piccap & hyperion-webos that allows using custom LUTs with hyperHDR for content that is in sdr and possibly dolbyvision.

I noticed that autostart on boot and enabling logging works if I install piccap via webosbrew, but if install my own build using the instructions from the readme it does not work. Is that expected?

If I start piccap manually, it's working fine. Though, enabling logging always fails with an 'undefined' error from webosbrew...

PS: More related to hyperion-webos, but is there documentation for the possible values of hdrType in the videooutput_callback? That is currently the missing key for not only allowing custom LUTs for SDR, but also dolbyvision

Dak0r commented 8 months ago

Hi! Closing the issue, as solved. The problem with auto-start not working was related to line-endings. Cloning the project on Windows caused them to be converted to CRLF. Switching to LF works without any issues.