RuneAudio+R e2 - An improved version of RuneAudio

Raspberry Pi related support

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby klassikmann » 25 Mar 2020, 16:16

Ghost problem probably resolved
After investigation of some of my ghost-entries at "browse by coverart" I resolved the problem.

Cause: The file names of the coverarts in data/coverarts are generated using the ID3-tags of title and artist. If the tag values contain coincidentally double-blanks (0x2020) the double-blank in the corresponding file name is reduced to a single blank.
Consequence: The coverart can't be mapped to an entry in mpd database.

klassikmann
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby find_nix » 25 Mar 2020, 20:30

Hi rern!

This is my first post here, and i am not an english native speaker so please excuse my typos ;-)

I am running rune over years now and it becomes more and more perfect. I love the consequent puristic style.
Many, many thanks for your really great work! It enriches my daily live.

I run three instances with three different DACs (Pro-Ject DAC BOX S2+, Pro-Ject PRE BOX S2 and DragonFly RED)
The strange thing is, that the USB Driver for Pro-Ject DACs is reporting its name in the mixer control device with a tailing " " and mixer control "PCM" is not working in /etc/mpd.conf. So we need a stanza like this ...

Code: Select all
audio_output {
        name              "DAC Box S2+ USB"
        device            "hw:0,0"
        type              "alsa"
        auto_resample     "no"
        auto_format       "no"
        mixer_control     "DAC Box S2+ USB "
        mixer_device      "hw:0"
        dop               "yes"
}

After every update of Rune I have to insert my little fix to in /srv/http/settings/mpd-conf.sh enable the HW volume of any of my DACs permanently.

Please could you include a correction like this in the /srv/http/settings/mpd-conf.sh file in the e3 release. I did not try to understand the compete logic of this masterpiece (not kidding, i have 35+ years of unix experience), maybe there is a better place for doing this.

Code: Select all
[...]
name=$aplayname
mixer_control=
#rb+ line ~54
mixer_control=$( amixer -c $card scontents | grep -B1 'pvolume' | grep 'Simple' | awk -F"['']" '{print $2}'| uniq )
#rb-
extlabel=
routecmd=
[...]


Btw:
I have written a well documented cookbook to implement IR-control in Rune with configuration files for
Musical Fidelity Mx , Denon RC-156 (PMA-480, 8xx, 9xx, ...) and Dummy for Logitech Harmony 650. There is a script
for automatically assign defined webradios to station keys on the RC too. If anyone is interested, please replay and I
will open a new threat for this.

Btw2:
I am using none of the fancy sort by what ever views. I am just browsing across my very well organized directory
structure. And this works perfectly for my way of selecting music. Please do not remove this feature.


Many Thanks again
find_nix
NAS > RPI 3B > Rune+R e3+ > Pro-Ject DAC BOX S2+ > Denon PMA-480R
NAS > RPI 2B > Rune+R e3+ > DragonFly RED > Denon AVR-X3400H
USB HDD > RPI 3B+ > Rune+R e3 > Pro-Ject PRE BOX S2 Digital > Musical Fidelity M3i
find_nix
 
Posts: 3
Joined: 25 Mar 2020, 18:50
Location: Wels / Vienna, Austria

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby RolandBlaze » 29 Mar 2020, 14:49

Can we poss have Spotify Connect support pleasey weasey ;) :)
RuneAudio+R e6 20201108 
Raspberry Pi 4 Model B Rev 1.
User avatar
RolandBlaze
 
Posts: 31
Joined: 14 Oct 2017, 10:52

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby sagitter58 » 30 Mar 2020, 09:32

Hello everyone !
I with this image I can not run the 3.5 kuman brand diplay, I tried the various forum guides but I get a white screen.
does anyone have a guide to get this display working. Thanks
i apologize for english and translated with google.
sagitter58
 
Posts: 1
Joined: 27 Mar 2020, 16:42

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby LeighP » 02 Apr 2020, 15:47

Well, I know what my evening will revolve around!

Thanks for the update :)

Leigh....
https://github.com/rern/rAudio - the new place for rAudio.
LeighP
 
Posts: 74
Joined: 27 Jan 2018, 10:27
Location: United Kingdom

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby rern » 03 Apr 2020, 10:59

As of 20200403, RuneAudio+R e2 has been upgraded to RuneAudio+R e3.

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby fabiomoska » 07 Apr 2020, 05:36

Hi there,

Same problem here: Rune finds the partition but I get a "red light" and it wont mount.
I'm running :

System Status
RuneAudio: +R e2
Kernel: 4.19.97-1-ARCH
Hardware: Raspberry Pi 3 Model B Rev 1.2


Below is the output from fdisk -l.

it mounts sdb1 and sdb3 but not sdb2 and sdb4 (where the music files are).


Disk /dev/sdb: 698.65 GiB, 750153367552 bytes, 1465143296 sectors
Disk model: Elements 1023
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: EF7A751F-BAEC-461D-85BE-38798F89103E

Device Start End Sectors Size Type
/dev/sdb1 40 409639 409600 200M EFI System
/dev/sdb2 409640 440683999 440274360 210G Apple Core storage
/dev/sdb3 440684000 440946143 262144 128M Apple boot
/dev/sdb4 440946688 1465141247 1024194560 488.4G Microsoft basic data
fabiomoska
 
Posts: 5
Joined: 04 Mar 2017, 21:58

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby fabiomoska » 07 Apr 2020, 05:41

rern wrote:Updated image files

Image files in the 1st post were updated with:
- RuneAudio+R e2 20200120 (by Addons)
- Latest packages (by pacman -Syu)
- HFS+ support (by hfsprogs package)

chrisryburn wrote:... It finds it, but the light is red and it won't mount.
/mnt/MPD/USB//dev/sda2 contains a hfsplus file system labelled 'Music'.

Try the updated image file.

rern


Hi there,

Same problem here: Rune finds the partition but I get a "red light" and it wont mount.
I'm running :

System Status
RuneAudio: +R e2
Kernel: 4.19.97-1-ARCH
Hardware: Raspberry Pi 3 Model B Rev 1.2


Below is the output from fdisk -l.

it mounts sdb1 and sdb3 but not sdb2 and sdb4 (where the music files are).


Disk /dev/sdb: 698.65 GiB, 750153367552 bytes, 1465143296 sectors
Disk model: Elements 1023
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: EF7A751F-BAEC-461D-85BE-38798F89103E

Device Start End Sectors Size Type
/dev/sdb1 40 409639 409600 200M EFI System
/dev/sdb2 409640 440683999 440274360 210G Apple Core storage
/dev/sdb3 440684000 440946143 262144 128M Apple boot
/dev/sdb4 440946688 1465141247 1024194560 488.4G Microsoft basic data
fabiomoska
 
Posts: 5
Joined: 04 Mar 2017, 21:58

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby rern » 09 Apr 2020, 11:58

Hwrd69 wrote:...
Runeaudio Playlist (note: this is actually just one linethat got wrapped in the "code" insert):
Code: Select all
USB/HiFI Music/AES DANA feat. MIKTEK/The Unexpected Hours/01 The Unexpected Hours.flac^^The Unexpected Hours^^11:33^^#1 • AES DANA feat. MIKTEK • The Unexpected Hours

...

This is a saved playlist in R+R e2. Now R+R e3 is the current release which will convert them to JSON format. (Settings > System > Backup/Restore )

Reason for not using MPD default format:
- Allow storing / loading *.cue as individual tracks
- Better handling saved playlists

Default formats are just lists of files and can be loaded to Playlist with:
Code: Select all
cat /path/to/playlist/file | mpc add
Then save to R+R e3 playlists.

Tips for saved playlists
    - Add a track from saved playlist to current
    - Add a track from current playlist to any saved playlists at any positions
    - Rearrange order by dragging
    - Remove tracks

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e2 - An improved version of RuneAudio

Postby GlennS » 26 Apr 2020, 17:48

find_nix wrote:Btw:
I have written a well documented cookbook to implement IR-control in Rune with configuration files for
Musical Fidelity Mx , Denon RC-156 (PMA-480, 8xx, 9xx, ...) and Dummy for Logitech Harmony 650. There is a script
for automatically assign defined webradios to station keys on the RC too. If anyone is interested, please replay and I
will open a new threat for this.


Many Thanks again
find_nix


Hi, I'm interested in your IR_control cookbook. I hope you mean thread instead of threat! :lol:
Thx in advance, GlennS
GlennS
 
Posts: 6
Joined: 24 Apr 2020, 10:09

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 17 guests