Moode Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: Upcoming moOde 7 series - Tim Curtis - 08-18-2020

Updated WIP release notes.

Some of the changes include
- Thumbnails displayed in Folder view
- Bump to librespot 0.1.3

Screen shots of some of the new stuff

[attachment=1537] [attachment=1538] [attachment=1539] [attachment=1540]
[attachment=1541] [attachment=1542] [attachment=1543] [attachment=1544]
[attachment=1545] [attachment=1546] [attachment=1547] [attachment=1548]
[attachment=1549]

Code:
########################################################
//
// 2020-MM-DD TC moOde 7.0.0
//
########################################################

New features

- NEW: Selective resampling modes
- NEW: Custom SoX resampling recipes
- NEW: Resource limits in MPD Config
- NEW: Auto-shuffle Album mode
- NEW: Option to display thumbnails in the Playlist
- NEW: Thumbnails displayed in Folder view

Updates

- UPD: Bump to MPD 0.22~git commit 20200723-dbdf782
- UPD: Bump to Auto-shuffle (ashuffle) 3.7.2
- UPD: Bump to squeezelite 1.9.7-1270
- UPD: Bump to librespot 0.1.3
- UPD: Remove unused MPD plugins soundcloud, tidal, qobuz
- UPD: Remove Ethernet port fix for Pi-3B+ due to ethtool fail
- UPD: Improve logging for Library update process
- UPD: Add Genre to the Extra metadata appearance option

Radio stations

- DEL: Radio X London due to metadata issues
- DEL: Megarock Radio due to failed stream link

Bug fixes

- FIX: Album key and cross-index for Tag and Album views
- FIX: Track list show/hide not preserved when switching views
- FIX: Manual entry of SSID not accepting embedded space
- FIX: Graphic EQ curves are +6 alsaequal units too high
- FIX: Listall.sh script not handling mixed case extentions



RE: Upcoming moOde 7 series - grasshopper - 08-18-2020

Lovely Jubbly


RE: Upcoming moOde 7 series - suzywong - 08-19-2020

I ask this purely for my own education. I noticed that on the MPD Config Screen, the "output device" choice is "Allo Revolution DAC". I thought that the ARD is an external box with its own USB input - if so, why is the MPD output device not simply "USB Device"? Is MoOde doing something "behind the scenes" that is specific to the Revolution ?

As I say, just curious.


RE: Upcoming moOde 7 series - TheOldPresbyope - 08-19-2020

(08-19-2020, 09:50 PM)suzywong Wrote: I ask this purely for my own education. I noticed that on the MPD Config Screen, the "output device" choice is "Allo Revolution DAC". I thought that the ARD is an external box with its own USB input - if so, why is the MPD output device not simply "USB Device"? Is MoOde doing something "behind the scenes" that is specific to the Revolution ?

As I say, just curious.

USB devices can return identifier strings. If you have one, see what you get with a "sudo lsusb -v".

ATM one of my moOde players says "Khadas Tone Control" for the USB Khadas Tone Board that's attached. (Note how the firmware writer for the board and the designer of the board didn't agree on what to call it!)


Regards,
Kent


RE: Upcoming moOde 7 series - suzywong - 08-19-2020

(08-19-2020, 10:20 PM)TheOldPresbyope Wrote:
(08-19-2020, 09:50 PM)suzywong Wrote: I ask this purely for my own education. I noticed that on the MPD Config Screen, the "output device" choice is "Allo Revolution DAC". I thought that the ARD is an external box with its own USB input - if so, why is the MPD output device not simply "USB Device"? Is MoOde doing something "behind the scenes" that is specific to the Revolution ?

As I say, just curious.

USB devices can return identifier strings. If you have one, see what you get with a "sudo lsusb -v".

ATM one of my moOde players says "Khadas Tone Control" for the USB Khadas Tone Board that's attached. (Note how the firmware writer for the board and the designer of the board didn't agree on what to call it!)


Regards,
Kent
All of my DACs are ancient and SPDIF only..... Smile

So  does moode change something in the way it operates in response to a particular identifier string?

Cheers
Chris


RE: Upcoming moOde 7 series - Tim Curtis - 08-19-2020

As Kent mentioned, moOde now picks up the USB device id string. This was part of the 6.7.0 release for handling the new ALSA card assignment scheme in RaspiOS 10.4 and the 5.4 kernel branch.

This ID can be used to map to a more friendly device name and description. For example ID string for the Revolution DAC is simply "Revolution" but a moOde SQL table maps it to "Allo Revolution DAC" with a few other bits of info like Chip type that are displayed in Audio info.

Thats about it.


RE: Upcoming moOde 7 series - swizzle - 08-21-2020

The selective resampling and SoX custom recipe work from @bitlab is super exciting from a sound quality perspective, I’m going to have to finally upgrade and then maybe I’ll get around to some development again. Smile


RE: Upcoming moOde 7 series - DRONE7 - 08-21-2020

Smile Smile Smile


RE: Upcoming moOde 7 series - Tim Curtis - 08-25-2020

Updated WIP release notes.

The main change is the new Radio view. It provides different ways to organize and manage your stations making it a much more enjoyable feature that can scale to larger station collections :-)

Here's some screenies.

With default settings it looks the same as the current Radio view except it honors the "Show sample rate" setting for the Library. Stations with bitrates > 128 kbps are considered Hi Def. 
[attachment=1554]

The Radio Manager has some new options for sorting and grouping the stations, and for showing, hiding and un-hiding stations with certain attributes.
[attachment=1555] [attachment=1556] [attachment=1557]
[attachment=1558] [attachment=1559] [attachment=1560]

Here are various ways of sorting/grouping. There's some smarts in certain sorts and groups for example when sorting by Genre the sub-genres are displayed below the station name. When sorting by bitrate or format the bitrate and format are displayed under the name. When sorting by station Name, stations with names that begin with a number are grouped into 0-9. 
[attachment=1561] [attachment=1562] [attachment=1563]
[attachment=1564] [attachment=1565] [attachment=1566]

Search can be by any text displayed or hidden in the list for example "hd"
[attachment=1567]

There are some new fields for station New/Edit.
[attachment=1568] [attachment=1569]

Code:
########################################################
//
// 2020-MM-DD TC moOde 7.0.0
//
########################################################

New features

- NEW: Selective resampling modes
- NEW: Custom SoX resampling recipes
- NEW: Radio view with sort/group and metadata
- NEW: Resource limits in MPD Config
- NEW: Auto-shuffle Album mode
- NEW: Option to display thumbnails in the Playlist
- NEW: Thumbnails displayed in Folder view

Updates

- UPD: Bump to Linux kernel 5.4.58 build #1335
- UPD: Bump to MPD 0.22~git commit 20200723-dbdf782
- UPD: Bump to Auto-shuffle (ashuffle) 3.7.2
- UPD: Bump to squeezelite 1.9.7-1270
- UPD: Bump to librespot 0.1.3
- UPD: Remove unused MPD plugins soundcloud, tidal, qobuz
- UPD: Remove Ethernet port fix for Pi-3B+ due to ethtool fail
- UPD: Improve logging for Library update process
- UPD: Add Genre to the Extra metadata appearance option

Radio stations

- DEL: Radio X London due to metadata issues
- DEL: Megarock Radio due to failed stream link

Bug fixes

- FIX: Album key and cross-index for Tag and Album views
- FIX: Track list show/hide not preserved when switching views
- FIX: Manual entry of SSID not accepting embedded space
- FIX: Graphic EQ curves are +6 alsaequal units too high
- FIX: Listall.sh script not handling mixed case extentions
- FIX: Airplay, Spotify renderers started after BlueZ disconnect
- FIX: Disabled volume knob processing scroll events



RE: Upcoming moOde 7 series - the_bertrum - 08-26-2020

V7 is going to be so sweet.