RuneAudio+R e3

Raspberry Pi related support

Re: RuneAudio+R e3

Postby belgarath0815 » 20 Apr 2020, 00:08

Update 0418 broke browse by folder

Sorting Order is wrong

Tried to rebuild the database, didn't help.

Regards,

Edit: looks like not only browse by folder is affected, also some files are in the correct order..
belgarath0815
 
Posts: 14
Joined: 22 Jun 2015, 22:31

Re: RuneAudio+R e3

Postby maravtatet » 20 Apr 2020, 01:05

Hi everyone,

I'm testing this release on a RPi1, and I'm struggling with network share configuration through your UI.

I'm trying to add a source on my local network which is 192.168.2.201 and I consistently receive a message saying IP host doesn't exist.
Yet, using ssh and direct mount command, I was able to mount the network share.

Is this a known issue ?

Thanks in advance for your time
maravtatet
 
Posts: 2
Joined: 29 Sep 2018, 09:32

Re: RuneAudio+R e3

Postby R101 » 21 Apr 2020, 10:38

maravtatet wrote:Hi everyone,

I'm testing this release on a RPi1, and I'm struggling with network share configuration through your UI.

I'm trying to add a source on my local network which is 192.168.2.201 and I consistently receive a message saying IP host doesn't exist.
Yet, using ssh and direct mount command, I was able to mount the network share.

Is this a known issue ?

Thanks in advance for your time


Have you tried putting vers=2.0 in the option field when using the setup form? It cured a similar problem for me.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: RuneAudio+R e3

Postby R101 » 21 Apr 2020, 10:47

@rern

If an album track is playing and I go to Library and replace/play a radio station, the track time from the album remains on the playback page.

Time, and Webradio elapsed, are disabled in the playback display menu..
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Playing at just 44.1khz

Postby vennesch » 21 Apr 2020, 18:12

Hello, any ideas why I can only play music at 44.1khz? I got a Hifiberry DAC+ and Tidal Masters account. Via BubbleUpNP and Linn Kazoo I got the same results.

On Qobuz I get 24 bit on 96.0khz and 2.49mb/s
On Tidal I get ''f bit'' on 44.1khz and 320kb/s

What causes Tidal to be inferior on Rune?

P.S. no cover art or Artist info in Qobuz
P.P.S. What the heck is ''f bit''? Even Google seems to have never heard of it.
P.P.P.S. did a fresh install to be sure, no difference
vennesch
 
Posts: 43
Joined: 25 Jul 2016, 21:12

RuneAudio+R e3 ssh public key auth not working

Postby valemax » 22 Apr 2020, 19:57

Hi all, first post here so thanks for everything!.
Now, back to business, setting public key authentication fails on R e3 (and failed on R e2 too), because /root directory has 775 permissions and sshd does not like when the home directory is readable to all.

There are two solutions, the most logic would be to set 700 on /root, or one can set "StrictModes off" in sshd_config.

Before I go on and break something, is there a reason why /root has 775 or is just a distraction and I can set 700 and live happily thereafter?
valemax
 
Posts: 2
Joined: 22 Apr 2020, 19:32

Re: RuneAudio+R e3

Postby INRI » 23 Apr 2020, 10:30

How can I edit the library over ssh? Who can help me? Thanks.

I found it myself: /srv/http/data/webradios
INRI
 
Posts: 10
Joined: 08 Apr 2020, 17:46

Re: RuneAudio+R e3

Postby rern » 23 Apr 2020, 12:20

R101 wrote:...
If an album track is playing and I go to Library and replace/play a radio station, the track time from the album remains on the playback page.

Time, and Webradio elapsed, are disabled in the playback display menu..

A fix will be included with next update.

vennesch wrote:Hello, any ideas why I can only play music at 44.1khz? I got a Hifiberry DAC+ and Tidal Masters account. Via BubbleUpNP and Linn Kazoo I got the same results.

On Qobuz I get 24 bit on 96.0khz and 2.49mb/s
On Tidal I get ''f bit'' on 44.1khz and 320kb/s

What causes Tidal to be inferior on Rune?

P.S. no cover art or Artist info in Qobuz
P.P.S. What the heck is ''f bit''? Even Google seems to have never heard of it.
P.P.P.S. did a fresh install to be sure, no difference

Run this command while playing each service:
Code: Select all
 { echo currentsong; echo status; sleep 1; } | telnet localhost 6600


valemax wrote:...
Before I go on and break something, is there a reason why /root has 775 or is just a distraction and I can set 700 and live happily thereafter?

It's what ArchLinuxArm set. The permission will break nothing as far as I can think of.

INRI wrote:How can I edit the library over ssh? Who can help me? Thanks.

Please be more specific about the edit.


Next update

Sync Streaming - Snapcast - Synchronous multiroom audio player
Streaming - via http port 8000 (e.g., 192.168.1.111:8000)
Dedicate a CPU core for MPD.
Improve volume control.

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 e3

Postby kirx » 23 Apr 2020, 18:58

@rern

Many thanks for the continuous improvement of RuneAudio. :-)
Everything works like a charm in my setup (RPi 3B+ along with the TDA1387x8 USB-DAC)
Keep on going! :D

Respectfully,
Kir.
kirx
 
Posts: 5
Joined: 02 Oct 2019, 14:40

Re: RuneAudio+R e3

Postby GlennS » 27 Apr 2020, 08:04

@Rern,
This new version is just brilliant, thanks. I'm glad that I did the learning-curve from V0.4, though. One question (well, two questions) :

    I see Lirc has gone, I see it's replaced with gpio_ir, but how can I add my own RC that isn't in the list ?
    If I use your GPIO addon, do I have access to GPIO to add my own functions (controlling other devices via I2C) ?

In any case, many thanks for all of the support work and many thanks for this new and very slick version.
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 8 guests