![]() |
moOde 5 Release Candidate RC0 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: moOde 5 Release Candidate RC0 (/showthread.php?tid=1216) |
RE: moOde 5 Release Candidate RC0 - blackie333 - 03-27-2019 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 RE: moOde 5 Release Candidate RC0 - dw4y_ - 03-27-2019 Great work ! Still some margin problems in album view, as shown in the screenshots ![]() (I'm a web developper, CSS is 50% of my work, and some details burn my eyes :p ) [attachment=569] [attachment=570] RE: moOde 5 Release Candidate RC0 - Tim Curtis - 03-27-2019 Margin issues will be fixed in RC1 I'll look into the overlapping text in the sim but I need device model if its IOS otherwise the viewport size and Browser type. RE: moOde 5 Release Candidate RC0 - Geojanitor - 03-27-2019 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. RE: moOde 5 Release Candidate RC0 - Tim Curtis - 03-28-2019 Thats odd. Normally the encoded-at rate and file format for example "16/44.1 FLAC." would be displayed in that position. Turn on debug logging in System config and then play the track that produces that strange text. Then stop playback and run the following command via SSH and post the results. Code: moodeutl -l | grep mediainfo Don't forget to turn off Debug logging or it will really clutter up the log. -Tim RE: moOde 5 Release Candidate RC0 - dw4y_ - 03-28-2019 (03-27-2019, 07:45 PM)Tim Curtis Wrote: Margin issues will be fixed in RC1 I'm testing on Chrome 73 / MacOS Mojave. Will test on other browsers and IOS devices in a few hours and report it back here. RE: moOde 5 Release Candidate RC0 - jonners - 03-28-2019 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..... RE: moOde 5 Release Candidate RC0 - Tim Curtis - 03-28-2019 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. RE: moOde 5 Release Candidate RC0 - jonners - 03-28-2019 Code: M O O D E L O G (03-28-2019, 11:48 AM)Tim Curtis Wrote: I also have a Katana and volume is always set correctly during startup. RE: moOde 5 Release Candidate RC0 - Tim Curtis - 03-28-2019 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'" |