Thank you for your donation!


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


Official moOde 7.0.0 support thread
@Soldeed,  Just look in playerlib.php. You will find it.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
(12-21-2020, 01:16 PM)Tim Curtis Wrote:
(12-21-2020, 05:47 AM)MikeyFresh Wrote: Sheer madness, all attempts at re-download and reflashing this card or another card, using either my MacBook Air, and also a Linux Mint box fail to yield the switch in the settings UI for the onboard WiFi and BT adapter.

All browsers on macOS (Safari, Chrome, Firefox), and also Chromium on Linux Mint simply don't show it. I reformatted the cards on the Linux box, just to be sure no remaining Boot partition was somehow fouling things up, as unfortunately the macOS Disk Utility has been steadily ruined over the years.

I'm at a loss, the only other thing I can try is Windows tomorrow at work if I have time.

I'm also beginning to wonder about this 4B board which is a 2GB model and brand new. It for whatever reason was showing up in Moode 7 as an unknown Pi model/version.

Boot it up Ethernet and post the Moode startup log.

Code:
moodeutl -l

Also post config.txt
Code:
cat /boot/config.txt

Will do later today, thanks!
Reply
Actually, it prolly is a revision code issue.

Just post

Code:
vcgencmd otp_dump | awk -F: '/^30:/{print substr($2,5)}'

And if your friend with the CM4 could do same that would be great.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
(12-19-2020, 11:09 AM)bluefuzz Wrote:
(12-19-2020, 01:50 AM)basmeyer Wrote: But using the Spotify renderer.... (sigh).... still with the occasional loud spike coming out of the interface.

A real pity, and I had a little hope that it was miraculously fixed, but reality is different.

I've been listening to Spotify on Moode 7 for the last 3 hours and no sign of any spikes or any other untoward noises. Sounds completely fine ...

Only Applicable for the particular hardware... Do you happen to have the same?
http://moodeaudio.org/forum/showthread.php?tid=2086
Reply
(12-21-2020, 01:08 PM)moodenigo Wrote:
(12-21-2020, 11:52 AM)jonners Wrote:
(12-21-2020, 08:57 AM)DRONE7 Wrote: The playing track is highlighted in the queue by having a different colour, the activity is shown by the progress 'worm' and time count and I can hear the track being played... why would I want a bouncy row of sticks to tell me what is already patently obvious..??

I agree. Banish the bouncy sticks! Smile

+1

Well, I'm going to go against the flow and say I quite like the bouncy sticks.

So there  Tongue  Big Grin Big Grin
Reply
(12-21-2020, 09:25 AM)the_bertrum Wrote:
(12-21-2020, 08:57 AM)DRONE7 Wrote:
(12-20-2020, 11:39 AM)the_bertrum Wrote:
(12-20-2020, 11:10 AM)kit1cat Wrote:
(12-20-2020, 06:11 AM)DRONE7 Wrote: Bump....

How to remove the little white animation that appears next to the currently playing track..??

I like the "white animation" but don't like the "HD" badge next to a high res track under cover art in the same screen. Can't please us all [Image: smile.png]

I also like the animation, which can't be turned off at the moment.  I guess if enough folk hate it it might become a candidate for an option.  The HD badge is already an option though in preferences/library/show sample rate, many options for what to show.
I do not 'hate' it. That's far too strong language..I just don't see the point of it.

The playing track is highlighted in the queue by having a different colour, the activity is shown by the progress 'worm' and time count and I can hear the track being played... why would I want a bouncy row of sticks to tell me what is already patently obvious..??

It is partly an accessibility thing.  For those who need a strong contrast on all the text, the highlight colour of the now playing track can be difficult to see.  The other cues tell you something is playing, but the animation points at which track in the list is playing.
Surely the track info below the cover art tells me what track is playing ?

If, indeed, the bouncy sticks are for the visually impaired then it would be sensible to have it as an opt-in feature rather than a blanket approach?
Just as most conventional O/S' have a 'High Contrast' option Wink 
Regarding your comment about it currently not being able to be turned off..surely it is only a line of code ? Just need to know where to comment it out..?
----------
bob
Reply
(12-21-2020, 02:56 PM)Tim Curtis Wrote: Actually, it prolly is a revision code issue.

Just post

Code:
vcgencmd otp_dump | awk -F: '/^30:/{print substr($2,5)}'

And if your friend with the CM4 could do same that would be great.

Alright my friend with the CM4 said the output from that command was simply 3140, is a 4-digit number such as that looking like the correct output?

His particular SKU is the 16GB eMMC (no microSD), 1GB RAM, no WiFi.
Reply
(12-21-2020, 09:25 AM)bitlab Wrote:
(12-21-2020, 05:47 AM)MikeyFresh Wrote: Sheer madness, all attempts at re-download and reflashing this card or another card, using either my MacBook Air, and also a Linux Mint box fail to yield the switch in the settings UI for the onboard WiFi and BT adapter.

All browsers on macOS (Safari, Chrome, Firefox), and also Chromium on Linux Mint simply don't show it. I reformatted the cards on the Linux box, just to be sure no remaining Boot partition was somehow fouling things up, as unfortunately the macOS Disk Utility has been steadily ruined over the years.

I'm at a loss, the only other thing I can try is Windows tomorrow at work if I have time.

I'm also beginning to wonder about this 4B board which is a 2GB model and brand new. It for whatever reason was showing up in Moode 7 as an unknown Pi model/version.

That last sentence clarifies why the wifi button isn't shown. moOde only shows the wifi button for supported Pi models.
So the problem is why is your Pi not identified ? Something wrong with the Pi or does the detection fails ?

Can you run the following command from a terminal (system config > Open Web SSH Terminal) and show us the output:

Code:
vcgencmd otp_dump | awk -F: '/^30:/{print substr($2,5)}'

The output from that command is 3114, the board is a brand new (evidently revised version) of the 4B 2GB.
Reply
Great thanks. I'll include in 7.0.1 bug fix update b4 end of December.

If u wouldn't mind, ask you friend to run cmd below on the CM4 Pi and then post the output.

Code:
cat /proc/cpuinfo

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
(12-21-2020, 11:15 PM)Tim Curtis Wrote: Great thanks. I'll include in 7.0.1 bug fix update b4 end of December.

If u wouldn't mind, ask you friend to run cmd below on the CM4 Pi and then post the output.

Code:
cat /proc/cpuinfo

-Tim

Here's the output, his CM4-based instance of 6.7.1 is working with the Squeezelite Renderer, but eventually he'll upgrade to Moode 7:

Code:
processor : 0
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 108.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 1
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 108.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 2
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 108.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 3
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 108.00
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

Hardware : BCM2711
Revision : a03140
Serial : 1000000017259bd7
Model : Raspberry Pi Compute Module 4 Rev 1.0
Reply


Forum Jump: