Thank you for your donation!


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


Idea: Coverview improvements
#51
Thumbs Up 
(03-07-2025, 10:41 AM)Tim Curtis Wrote: The countdown time is already present in the 9 series. The UPnP metadata and HD badging will be included in upcoming 9.2.6 release.

 Cool
Reply
#52
(03-07-2025, 10:41 AM)Tim Curtis Wrote: The countdown time is already present in the 9 series. The UPnP metadata and HD badging will be included in upcoming 9.2.6 release.

@Tim Curtis, unless I miss something, I confirm that in coverview mode without playbar, time displayed is still the elapsed one, not the remaining.
Reply
#53
Does the main time knob count up or count down?
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#54
(03-10-2025, 10:36 AM)Tim Curtis Wrote: Does the main time knob count up or count down?

It counts up
Reply
#55
Click the time to toggle between count up and count down. The shipped default is to count down. Quick help explains the toggle.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#56
(03-10-2025, 05:06 PM)Tim Curtis Wrote: Click the time to toggle between count up and count down. The shipped default is to count down. Quick help explains the toggle.

That was it, thanks
Reply
#57
(03-10-2025, 09:09 PM)romain Wrote:
(03-10-2025, 05:06 PM)Tim Curtis Wrote: Click the time to toggle between count up and count down. The shipped default is to count down. Quick help explains the toggle.

That was it, thanks

@Tim Curtis ,

in order to avoid getting an useless slash between format and sample rate when format is lossy and bitdepth empty, I suggest the following (cosmetic) changes in mediainfo.tpl

Code:
%BitDepth%
%SamplingRate%
%Channel(s)%
%Format%
%BitRate%
%Compression_Mode%

and in music-library.php

PHP Code:
$compression $result[5];
$encodedAt 'UPnP ' $format ' ' . ($bitDepth == '?' ?
formatRate($sampleRate) . 'kHz' :
(
$bitDepth $compression == 'Lossless' $bitDepth '/' '') . formatRate($sampleRate) . ' kHz, ' $channels 'ch'); 

Screenshot

   
Reply
#58
(Yesterday, 04:42 PM)romain Wrote:
(03-10-2025, 09:09 PM)romain Wrote:
(03-10-2025, 05:06 PM)Tim Curtis Wrote: Click the time to toggle between count up and count down. The shipped default is to count down. Quick help explains the toggle.

That was it, thanks

@Tim Curtis ,

in order to avoid getting an useless slash between format and sample rate when format is lossy and bitdepth empty, I suggest the following (cosmetic) changes in mediainfo.tpl

Code:
%BitDepth%
%SamplingRate%
%Channel(s)%
%Format%
%BitRate%
%Compression_Mode%

and in music-library.php

PHP Code:
$compression $result[5];
$encodedAt 'UPnP ' $format ' ' . ($bitDepth == '?' ?
formatRate($sampleRate) . 'kHz' :
(
$bitDepth $compression == 'Lossless' $bitDepth '/' '') . formatRate($sampleRate) . ' kHz, ' $channels 'ch'); 

Screenshot

I'll add the patch for upcoming 9.2.7
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#59
(Yesterday, 05:03 PM)Tim Curtis Wrote:
(Yesterday, 04:42 PM)romain Wrote:
(03-10-2025, 09:09 PM)romain Wrote:
(03-10-2025, 05:06 PM)Tim Curtis Wrote: Click the time to toggle between count up and count down. The shipped default is to count down. Quick help explains the toggle.

That was it, thanks

@Tim Curtis ,

in order to avoid getting an useless slash between format and sample rate when format is lossy and bitdepth empty, I suggest the following (cosmetic) changes in mediainfo.tpl

Code:
%BitDepth%
%SamplingRate%
%Channel(s)%
%Format%
%BitRate%
%Compression_Mode%

and in music-library.php

PHP Code:
$compression $result[5];
$encodedAt 'UPnP ' $format ' ' . ($bitDepth == '?' ?
formatRate($sampleRate) . 'kHz' :
(
$bitDepth $compression == 'Lossless' $bitDepth '/' '') . formatRate($sampleRate) . ' kHz, ' $channels 'ch'); 

Screenshot

I'll add the patch for upcoming 9.2.7

Cool
Thanks Tim
Reply


Forum Jump: