Hello everyone,
there is the possibility to detect when the Deezer render is connected and is in play or stop.
I would really like it to be able to control a program external to moOde (PeppyMeter): similarly to what happens with the Spotify render, when it is connected and is in play state, the content of
is the following:
and when it is in a pause or stop state:
It could be something like:
and
Thanks in advance for what you can and will do.
Best regards and thanks,
Francesco
there is the possibility to detect when the Deezer render is connected and is in play or stop.
I would really like it to be able to control a program external to moOde (PeppyMeter): similarly to what happens with the Spotify render, when it is connected and is in play state, the content of
Quote:/var/local/www/currentsong.txt
is the following:
Code:
file=Spotify Active
outrate=PCM 16/44.1 kHz, 2ch
and when it is in a pause or stop state:
Code:
file=Spotify Active
outrate=Not playing
It could be something like:
Code:
file=Deezer Active
outrate=PCM 16/44.1 kHz, 2ch
and
Code:
file=Deezer Active
outrate=Not playing
Thanks in advance for what you can and will do.
Best regards and thanks,
Francesco