Is there a way to change the displayed order of albums for two
albums by the same artist that are released in the same year?
Example:
The Artist Yes has two albums released in 1971
'The Yes Album' in February 1971, and 'Fragile' in November 1971
They are currently displayed with 'Fragile' first then 'The Yes Album' second
(since they are sorted first by Year and then alphabetically.)
Is it possible to reverse the displayed order?
albums by the same artist that are released in the same year?
Example:
The Artist Yes has two albums released in 1971
'The Yes Album' in February 1971, and 'Fragile' in November 1971
They are currently displayed with 'Fragile' first then 'The Yes Album' second
(since they are sorted first by Year and then alphabetically.)
Is it possible to reverse the displayed order?
Not at my MoOde box currently so this is from memory... albums with the same year date default to alphabetical.
Maybe rename 'Fragile' to 'UFragile' ?
Great choice of albums by the way!
Maybe rename 'Fragile' to 'UFragile' ?
Great choice of albums by the way!
I don't see the month in the tad, so my best bet is to find a character that I can slip into the album name to change the order.
I figured it was worth asking just in case..
Thank you
I figured it was worth asking just in case..
Thank you
I just tried using special characters in front of the album name and that did not work.
Looking at the 'Album view sort' (as well as Tag view Sort) the options are:
by Album
by Artist
by Artist/Year
by Year
So it appears that it does not currently sort by Artist/Year/Name.
So it looks like if an 'Artist/Year/Name' option was added then it would work.
Thank you
Looking at the 'Album view sort' (as well as Tag view Sort) the options are:
by Album
by Artist
by Artist/Year
by Year
So it appears that it does not currently sort by Artist/Year/Name.
So it looks like if an 'Artist/Year/Name' option was added then it would work.
Thank you
Tag view has an "Album/year" sort option but in any case I have the same problem with some of my albums for example several of the Beatles albums were released in same year but different months.
I think this can be solved by adding the month to the Date tag in just the Albums that need it. For the rest of the albums in the collection yhe code can default the Date YYYY00. The date would always be displayed as YYYY as it is currently. Something like that.
Ill add to the TODO list to investigate.
I think this can be solved by adding the month to the Date tag in just the Albums that need it. For the rest of the albums in the collection yhe code can default the Date YYYY00. The date would always be displayed as YYYY as it is currently. Something like that.
Ill add to the TODO list to investigate.
Hi, MoOde is not accessing my Synology NAS. You probably need to set some permissions on the NAS. Can you help me please?
Hi alpha76,
Had you follow the instruction on Set up guide, in particular on
- NAS DEVICE
a) Menu, Configure, Library
b) CREATE Music source
c) After SAVE, return to Playback or Library
d) Menu, Update library
e) Wait for completion (no spinner)
My suggestion is to create a thread on the Forum to have a better support.
Best regards (ciao),
Francesco
Had you follow the instruction on Set up guide, in particular on
- NAS DEVICE
a) Menu, Configure, Library
b) CREATE Music source
c) After SAVE, return to Playback or Library
d) Menu, Update library
e) Wait for completion (no spinner)
My suggestion is to create a thread on the Forum to have a better support.
Best regards (ciao),
Francesco
Hi all,
i have some pcbs from moode mudio ProtoDAC left (I think it is RevB).
If you are interested please send me a message, sorry no UK (too much customs formalities / shipping costs)
i have some pcbs from moode mudio ProtoDAC left (I think it is RevB).
If you are interested please send me a message, sorry no UK (too much customs formalities / shipping costs)
Hi all! I'm quite happily using an Infeneon Merus MA12070 board off of AliExpress on a RPi3B. The driver for the MA12070 seems to be the same between Raspbian, Volumio and mo0de, and so I was expecting them to work the same in terms of that. However, under Volumio, I'm offered hardware volume control, whereas mo0de only does software volume control. On the other hand, I can choose which of the chip's hardware output filters to use (which Volumio doesn't offer).
Can somebody shed some light on where that difference might come from?
And: is there a way to get hardware volume control working under mo0de for the MA12070?
Can somebody shed some light on where that difference might come from?
And: is there a way to get hardware volume control working under mo0de for the MA12070?
Hi Tim!
Here is the output:
https://gist.github.com/sixtyfive/f1ddf8b1dfd6e4938ddbeb166b484be3
I took the liberty of adding some lsmod & dmesg output. Let me know if any other diagnostics are needed!
Here is the output:
https://gist.github.com/sixtyfive/f1ddf8b1dfd6e4938ddbeb166b484be3
I took the liberty of adding some lsmod & dmesg output. Let me know if any other diagnostics are needed!
Last edited:
The mixer output for the Merus is showing
Capabilities: volume
and we are fetching the hardware mixer name from
Capabilities: pvolume
To see if it really has hardware playback volume use the alsamixer utility. It will show all the mixer controls that the device exposes. If there is a playback mixer you should be able to control it.
alsamixer -c0
Capabilities: volume
and we are fetching the hardware mixer name from
Capabilities: pvolume
To see if it really has hardware playback volume use the alsamixer utility. It will show all the mixer controls that the device exposes. If there is a playback mixer you should be able to control it.
alsamixer -c0
Works fine with alsamixer. I'd open a PR but wasn't quickly able to find where it looks for
By the way, here's the link to the amp board I got: https://de.aliexpress.com/item/1005002663447444.html. Perhaps there are slightly different revisions of MA12070 and the hat described at https://github.com/Infineon/merus-audio-amp-hat-zw uses a different one. This is what I have set up as the DAC in mo0de - these are unfortunately not being produced anymore. I also tried the
pvolume
...? Changing the pvolume
string in /var/www/util/sysutil.sh
to volume
and rebooting didn't do the trick unfortunately.By the way, here's the link to the amp board I got: https://de.aliexpress.com/item/1005002663447444.html. Perhaps there are slightly different revisions of MA12070 and the hat described at https://github.com/Infineon/merus-audio-amp-hat-zw uses a different one. This is what I have set up as the DAC in mo0de - these are unfortunately not being produced anymore. I also tried the
merus-amp
DP overlay. That worked, as well, but was lacking the hardware filter settings. Perhaps there could be something called Generic MA120x0 amplifier with built-in DAC
?
Last edited:
A.Mstr Vol
works.B.L Vol
works.C.R Vol
works.D.Lim thre
works (not sure what exactly it does, though).Card
(top left corner) is snd_rpi_merus_amp
.Chip
(right underneath) is empty.What distinguishes my board from the Hat also linked to above is that it doesn't expose
MSEL0
, /ERROR
and /CLIP
pins, if that matters in any way. Like the Hat, for lack of a master clock pin on the RasPi's pin header, I also chose to connect MCLK to BCLK.In file /var/www/inc/alsa.php, function getAlsaMixerName() add the following code block after line 45ish
} else if ($i2sDevice == 'MERUS(tm) Amp piHAT ZW') {
$mixerName = 'A.Mstr Vol';
Them reboot and examine the startup log (moodeutl -l) to verify the mixer name and that a hardware volume controller was detected.
} else if ($i2sDevice == 'MERUS(tm) Amp piHAT ZW') {
$mixerName = 'A.Mstr Vol';
Them reboot and examine the startup log (moodeutl -l) to verify the mixer name and that a hardware volume controller was detected.
That did it! Thank you so much, Tim! 🙂
Do you think it would be sensible to add a Generic MA120x0 device as suggested above? And is there anything I could help to make that happen?
Do you think it would be sensible to add a Generic MA120x0 device as suggested above? And is there anything I could help to make that happen?
I don't think there is a need for that. Basically any board with that chip will look the same to ALSA. I'll add that mixer name exception to upcoming 8.3.8 release (Q1 2024)
- Home
- Source & Line
- PC Based
- Moode Audio Player for Raspberry Pi