Upcoming moOde 7 series - 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: Upcoming moOde 7 series (/showthread.php?tid=2856) |
RE: Upcoming moOde 7 series - Tim Curtis - 09-10-2020 Here's WIP release notes. The main changes since the last WIP relnotes post are: - NEW: Add next, Play next by inserting after the current item - UPD: Bump to Linux kernel 5.4.61 build #1339 - UPD: Bump to MPD 0.22~git commit 67c7116 20200904 - UPD: Add higher resolutions for thumbnail generator - UPD: Instant play actions to include Add next, Play next - UPD: Report 24 bit if ALAC encoded m4a reports 32 bit - UPD: Show volume level on Playbar - FIX: Insufficient bottom padding on Library tracks list - FIX: Wrong Playlist width (mobile) when CV auto-display enabled Code: ######################################################## -Tim RE: Upcoming moOde 7 series - the_bertrum - 09-11-2020 (09-10-2020, 09:44 PM)Tim Curtis Wrote: This version of Instant Play looks like it would work :-)So many cool features in V7, it's going to be just amazing. What would happen if the instant play action is "Add" but nothing is currently playng? RE: Upcoming moOde 7 series - hestehandler - 09-11-2020 Tim I yesterday changed from one AES/EBU interface to another. The previous one was a M2Tech HiFace Evo that runs 32 bit float, and while I was using that interface the 24 bit files were always reported as 32 bit in the Moode UI. Now I changed to a Pi2AES which is proper 24 bit integer, and the 24 bit files are correctly reported as 24 bit in the Moode UI. Just FYI… RE: Upcoming moOde 7 series - Tim Curtis - 09-11-2020 (09-11-2020, 07:54 AM)the_bertrum Wrote:(09-10-2020, 09:44 PM)Tim Curtis Wrote: This version of Instant Play looks like it would work :-)So many cool features in V7, it's going to be just amazing. Add and Add next don't initiate play they just add the item to the Queue. Here's the new Quickhelp section on the Queue. [attachment=1618] RE: Upcoming moOde 7 series - bitlab - 09-11-2020 (09-11-2020, 12:19 PM)Tim Curtis Wrote:(09-11-2020, 07:54 AM)the_bertrum Wrote:(09-10-2020, 09:44 PM)Tim Curtis Wrote: This version of Instant Play looks like it would work :-)So many cool features in V7, it's going to be just amazing. The Quickhelp seems to grow to an ExtensiveHelp lol RE: Upcoming moOde 7 series - Tim Curtis - 09-11-2020 LOL similar to source code, documentation never seems to get smaller. RE: Upcoming moOde 7 series - TheOldPresbyope - 09-11-2020 Uber-trivial typo in the draft Quick Help: "Clear/Add | Clear/Play - The Clear/Add command first clear the Queue then adds the item." Shall we stick with singular or go with plural verbs? Regards, Kent RE: Upcoming moOde 7 series - Tim Curtis - 09-11-2020 Fixed! RE: Upcoming moOde 7 series - godt2p4 - 09-14-2020 (09-11-2020, 01:51 PM)Tim Curtis Wrote: Fixed! Hi, Tim. I wonder where the Tag cache file is, like database in /var/lib/mpd/, and libcache.json in /var/local/www/ Thank you. RE: Upcoming moOde 7 series - Tim Curtis - 09-14-2020 The MPD database is sometimes referred to as a tag cache. The file is /var/lib/mpd/database. moOde has its own tag cache file thats used to populate Library Tag and Album views. The file is /var/local/libcache.json. |