WIP status update.
Metadata and cover art working
Next is to create the Deezer Config screen. The params in the cfg_deezer table are below:
1|normalize_volume|No
2|no_interruptions|No
3|format|S16
4|RESERVED_4|
5|RESERVED_4|
6|RESERVED_4|
7|RESERVED_4|
8|RESERVED_4|
9|email|
10|password|
Names and locations for resource files:
Code:
/etc/deezer/deezer.toml - secrets file containing email and password
/var/log/moode_pleezer.log - records -v output
/var/local/www/commandw/deezevent.sh - hook file for processing events
ISSUE:
1. Output volume (from pleezer) is almost 100% even though "Deezer Connect" slider volume on iPhone is almost 0.
Note: When a renderer connects to moode, ALSA volume if present is set to 100% (0dB) based on the assumption the volume is controlled entirely by the client app.
2. After "disconnect" event happens the ALSA output is still busy.
OBSERVATION:
1. Connection and metadata updates are super fast :-)