Page 1 of 1

HELP! Hardware Volume and Cover Art not working

PostPosted: 17 Sep 2015, 13:54
by Fredly
Hello All!

First post from recent Raspberry Pi 2/HifiBerry owner Fred from Canada here.

To begin with I LOVE the current Raspberry Pi/HifiBerry DAC+ setup I recently acquired.

In my opinion, sound-wise it trumps my current modded Squeezebox Touch/Schiit DAC combo I had running, which says a lot.

The rig is running RuneAudio, which all works wonderfully, however, there are 2 small things I simply cannot get working for the life of me and would very much would like assistance with;

1) Hardware Volume Control

I have read and tried EVERYTHING to get this working and am still no father ahead. It’s very frustrating and am seeking some guidance on how best to proceed.

2) Displaying Cover Art on MPaD

I purchase MPaD to control RuneAudio via my IPad. Again it all runs beautifully, but no cover art on MPaD.

Yes, RuneAudio displays the Cover Art perfectly (thank you RuneAudio), but not MPaD

Yes, I realize MPaD requires a Web Server to run, pointing to the correct Music directory and that Artwork must be stored as a jpg (ie Folder.jpg) in the same Music directory.

Again, love the product and am SO close to getting everything working together fluidly, so if anyone would be so kind as to assist, I would be very grateful.

Fred in Canada

Re: HELP! Hardware Volume and Cover Art not working

PostPosted: 30 Sep 2015, 19:46
by Fredly
Well, I found a quick and dirty way to get the Album Cover work, so thought I would post it, JUST in case it helps someone else.

-----

ssh root@ip.address.of.the.pi (In my case, it would be: ssh pi@192.168.1.13)

The password is « rune ». Now you can control your player’s OS!

« /var/www/ » folder is RuneAudio’s HTTP server’s root folder. This means, for instance, that « runeaudio.local/folder/image.jpg » displays the image called « image.jpg » in the « /var/www/folder/ » folder.

We will thus create a subfolder that gathers all the album’s cover. Since these pictures are already stored in every album’s folder, we just need to add a soft link (or shortcut) of the music folder to the « www » folder

Type on Pi (SSH):
ln -s /mnt/MPD /var/www/covers

On Mpod, we only need to specify the folder’s URL in the settings:
•Click on « Advanced » in the configured players section
•Select « Local Cover Art » (I also disabled Amazon & co’s covers)
•Set the URL: http://runeaudio.local/covers (or: http://192.168.1.13/covers)
•Set the cover Filename: [Your picture name] (e.g: folder.jpg)
•Save and restart Mpod

If needed, in the settings of the app, you can clear the covers’ cache and reload them all.


------------

Hope this helps!

Re: HELP! Hardware Volume and Cover Art not working

PostPosted: 09 Oct 2015, 10:21
by jori
And what about the hardware volume control?
did you fixed that?

Re: HELP! Hardware Volume and Cover Art not working

PostPosted: 08 Nov 2015, 11:13
by BorGreiner
I have the same persisting problem. Hardware volume is not working on Hifiberry DAC+, it is working on my Hifiberry AMP+.
This is Raspberry2 with all uptodate changes... Anyone found a solution to that maybe?

Re: HELP! Hardware Volume and Cover Art not working

PostPosted: 27 Jul 2016, 14:10
by tml3nr
Fredly wrote:Well, I found a quick and dirty way to get the Album Cover work, so thought I would post it, JUST in case it helps someone else.

-----

ssh root@ip.address.of.the.pi (In my case, it would be: ssh pi@192.168.1.13)

The password is « rune ». Now you can control your player’s OS!

« /var/www/ » folder is RuneAudio’s HTTP server’s root folder. This means, for instance, that « runeaudio.local/folder/image.jpg » displays the image called « image.jpg » in the « /var/www/folder/ » folder.

We will thus create a subfolder that gathers all the album’s cover. Since these pictures are already stored in every album’s folder, we just need to add a soft link (or shortcut) of the music folder to the « www » folder

Type on Pi (SSH):
ln -s /mnt/MPD /var/www/covers

On Mpod, we only need to specify the folder’s URL in the settings:
•Click on « Advanced » in the configured players section
•Select « Local Cover Art » (I also disabled Amazon & co’s covers)
•Set the URL: http://runeaudio.local/covers (or: http://192.168.1.13/covers)
•Set the cover Filename: [Your picture name] (e.g: folder.jpg)
•Save and restart Mpod

If needed, in the settings of the app, you can clear the covers’ cache and reload them all.


------------

Hope this helps!


Many thanks Fredly, it's work find on my MPaD!

Image