Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Thread Closed 
Upcoming moOde 7 series
#51
I almost lost hope but now advanced SOX resampling settings are my long time almost forgotten dream come true Smile
Thanks a lot
#52
Thanks go to @bitlab for this nice feature :-)
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#53
Brilliant update for upcoming MoOde 7.0.

Still, I'm looking forward to the upgrade of Clock on/off since Tim promised last year, waiting, waiting and waiting.

Cheers!
#54
What is "Clock on/off " ??
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#55
Here's WIP release notes.

The main additions and updates are:

- NEW: Library supports tracks tagged with multiple genres
- NEW: Albums played directly if already in the queue

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 option
- NEW: Option to display thumbnails in the Playlist
- NEW: Thumbnails displayed for albums in Folder view
- NEW: Library supports tracks tagged with multiple genres
- NEW: Albums played directly if already in the queue

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

- UPD: Radio Caroline playable URL
- UPD: Soma FM - DEF CON Radio logo image
- UPD: Update NME station URL's to 256 kbps MP3
- 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 file extentions
- FIX: Airplay and Spotify renderers started after BlueZ disconnect
- FIX: Disabled volume knob processing scroll/swipe events
- FIX: Regression causing Folder view, Advanced search to fail
- FIX: Item highlight/de-highlight in all views
- FIX: Radio Instant play not obeying the "No Action" option
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#56
Can you explain "Albums played directly if already in the queue"? I'm not sure what that means.
----------------
Robert
#57
Currently, when you play an album from the Library its tracks are added to the end of the queue (Playlist) and the first track in the album starts playing. If you play that same album again from the Library its tracks are added again to the end of the queue and you end up with multiple copies of the albums tracks.

The new approach when playing an album from the Library is to first see if it's tracks are already in the queue and if so then start the first track playing. This avoids accumulating multiple copies of the albums tracks in the queue.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#58
Ah gotcha. My default is always "clear play" so I'd never noticed this was an issue.
----------------
Robert
#59
(09-01-2020, 03:00 PM)Tim Curtis Wrote: Here's WIP release notes.

The main additions and updates are:

- NEW: Library supports tracks tagged with multiple genres
- NEW: Albums played directly if already in the queue

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 option
- NEW: Option to display thumbnails in the Playlist
- NEW: Thumbnails displayed for albums in Folder view
- NEW: Library supports tracks tagged with multiple genres
- NEW: Albums played directly if already in the queue

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

- UPD: Radio Caroline playable URL
- UPD: Soma FM - DEF CON Radio logo image
- UPD: Update NME station URL's to 256 kbps MP3
- 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 file extentions
- FIX: Airplay and Spotify renderers started after BlueZ disconnect
- FIX: Disabled volume knob processing scroll/swipe events
- FIX: Regression causing Folder view, Advanced search to fail
- FIX: Item highlight/de-highlight in all views
- FIX: Radio Instant play not obeying the "No Action" option

Can't wait for this new version to be released Smile
Seems pretty neat!

Have a nice day!
#60
Updated WIP release notes.

New additions include:

NEW: Library filters (Lossless, Lossy, Format or Directory)
This feature allows the MPD database to be filtered as part of generating the Library. 
- Lossless: Include tracks whose format is any of .flac|.aif|.wav|.dsf|.dff.
- Lossy: Include tracks whose format is not any of the Lossless formats. 
- Format: Include tracks of a specific format
- Directory: Include tracks in a specific directory.

NEW: Renderer overlay backdrop (Cover or Backdrop image)
This feature allows the current cover backdrop or backdrop image to be used as the backdrop for the renderer active overlay.

Other updates include [HiRes] badging for radio stations to differentiate from the [HD] badging for Albums, and extending the badging to Playbar, Playback and CoverView.

Heres some screen shots.

                                 

The first test images may be generated soon :-)

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 option
- NEW: Option to display thumbnails in the Playlist
- NEW: Thumbnails displayed for albums in Folder view
- NEW: Albums played directly if already in the queue
- NEW: Library support for tracks tagged with multiple genres
- NEW: Library filters (Lossless, Lossy, Format or Directory)
- NEW: Renderer overlay backdrop (Cover or Backdrop image)

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
- UPD: Extend HD badging to Playbar, CoverView amd Playback

Radio stations

- UPD: Radio Caroline playable URL
- UPD: Soma FM - DEF CON Radio logo image
- UPD: Update NME station URL's to 256 kbps MP3
- 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 file extentions
- FIX: Airplay and Spotify renderers started after BlueZ disconnect
- FIX: Disabled volume knob processing scroll/swipe events
- FIX: Regression causing Folder view, Advanced search to fail
- FIX: Item highlight/de-highlight in all views
- FIX: Radio Instant play not obeying the "No Action" option
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub


Forum Jump: