molobrakos

Results 14 comments of molobrakos

This also happens to me frequently when playing podcasts (using the standard podcast plugin).

Maybe you can skip the TCP-server stuff and just keep the output as json on stdout? (adding the TCP-server can easily be done by an external wrapper script in python...

Thanks for contributing!

Hi, thanks for using and for reporting this issue! I just tested in my setup and I can confirm that dimming works, at least for sending the commands from the...

Thanks for using, and reporting! I'm sure it is possible somehow but we have to figure out what command to send to the server to turn on heating of all...

If you turn on debugging output using `-vv` you will see the URLs that are requested and in what order when executing a command (such as `lock` or `heater start`)....

Thanks, maybe we can put it in a new export.py?

This package is currently broken for users in all areas marked light green here: https://upload.wikimedia.org/wikipedia/commons/a/a8/DecimalSeparator.svg

Just stumbled upon this bug as well, is there any workaround?

Implemented support here: https://github.com/LEW21/pydbus/compare/master...molobrakos:unixfd Both passing and receiving unix file descriptors should work, but I have mainly tested receiving, and verified that receiving file descriptors for org.bluez.Profile1:NewConnection works, which is...