03-27-2019, 11:11 AM (This post was last modified: 03-27-2019, 11:17 AM by blackie333.)
In moode 4.4 I have a problem that my Synology NAS disk can't go to sleep when it's folder is defined in moode sources.
Even when moode plays radio station the NAS is somehow under usage...
I have to reboot moode and don't start any playback to allow the disk go sleep...
Can i expect this to be fixed in moode 5.0 ? Thanks
Hey Tim, just downloaded the latest release. I am getting a strange error in the album script beneath the album cover art on the playback page, "sudo: unable to resolve host moode/2", see the attached screen shot. This error is where the "Album Artist" tag usually shows up. I got it on every album I tried. Thanks for all your efforts.
With my Pi3b+/Katana, MPD Hardware volume, the system boots up with Alsa Volume at 100%, even though the volume wheel has returned to the setting it had when last powered down. Jogging the volume brings it back down to normal.
Fortunately no disasters, since my system doesn't have much excess gain.....
I also have a Katana and volume is always set correctly during startup.
If you can repro the issue, post the repro steps and moode log when it occurs. There will be telltale log entries that show the volume configuration and initial setting.
(03-28-2019, 11:48 AM)Tim Curtis Wrote: I also have a Katana and volume is always set correctly during startup.
If you can repro the issue, post the repro steps and moode log when it occurs. There will be telltale log entries that show the volume configuration and initial setting.
I don't see anything suspicious in the log. ALSA volume is zeroed out at the beginning of startup and then the knob volume 20 is restored near the end of startup. This should result in ALSA volume being set appropriately.
Here are some additional debugging commands when the problem occurs. Just remember to not alter the knob setting b4 running the cmds.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select * from cfg_system where param='mpdmixer' or param='audioin' or param='audioout' or param='alsavolume' or param='amixname' or param='mpdmixer_local'"