Page 23 of 35

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

PostPosted: 17 Nov 2019, 11:20
by AndyF
Hi Stavros,

to import webradios, there´s an Import-Addon for m3u and pls-files.
Modify a share is IMHO not possible at the moment.

regards, Andy

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

PostPosted: 17 Nov 2019, 12:36
by s.k.
Hi Andy,
Thanks for your answer.
Rern was quick - the Webradio addon is back on the Addons list.

It imports almost all my radios but it returns an error
Code: Select all
./importwebradio.sh: line 46: title: command not found


Regarding the shares,
What if accidentally write wrong name and paths ?
i had to do the build all from the beginning.
is there a way (by script or manually) to clear the shares ?

Stavros

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

PostPosted: 17 Nov 2019, 12:54
by AndyF
Hi stavros,

it seems to be a bug at "Sources"-menu. In previous versions, after unmount there was a "-"-Symbol to remove the source.

@rern
After unmount, share is hidden in menu after reload - but it keeps in /etc/fstab. After reboot, share is back again.

regards, Andy

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

PostPosted: 18 Nov 2019, 02:28
by rern
@s.k.,

If the data for mounting a share is not correct, the mount will fail and back to previous dialog box. If it's mounted with a wrong share, just delete it and create a new one.

AndyF wrote:...
After unmount, share is hidden in menu after reload - but it keeps in /etc/fstab. After reboot, share is back again.
...

Just tested. After unmount, the share was there with a red dot and the delete icon.

rern

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

PostPosted: 18 Nov 2019, 06:06
by AndyF
AndyF wrote:
...
After unmount, share is hidden in menu after reload - but it keeps in /etc/fstab. After reboot, share is back again.
...

Just tested. After unmount, the share was there with a red dot and the delete icon.


Don't work on my NFS-share - seems to be a problem, if you have only one source. A test with a second share worked as it should.

Andy

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

PostPosted: 21 Nov 2019, 01:11
by rern
AndyF wrote:
AndyF wrote:
...
After unmount, share is hidden in menu after reload - but it keeps in /etc/fstab. After reboot, share is back again.
...

Just tested. After unmount, the share was there with a red dot and the delete icon.

Don't work on my NFS-share - seems to be a problem, if you have only one source. A test with a second share worked as it should.

Fixed. To be released with next update.

rern

Full Update

PostPosted: 26 Nov 2019, 05:32
by s.k.
After a clean install of the img “RuneAudio+R_e2-RPi2-3” on a raspberry Pi2, I was able to perform a full update (pacman –Syu).

The update finished successfully, without errors and included also the latest kernel (4.19.85-1).

Great job rern !
Thank a lot – once again.

Stavros

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

PostPosted: 27 Nov 2019, 13:24
by Embehu
Hello all,
I have problem with display unit waveshare 3,5'' HDMI, I tried some lines to added to config.txt but all I got is just Runeaudio logo, but with the web ui is still good. Please help me
Code: Select all
force_turbo=1
gpu_mem=32
initramfs initramfs-linux.img followkernel


### onboard wifi, bluetooth and audio
dtoverlay=disable-wifi
dtoverlay=disable-bt
dtparam=audio=off

### display
disable_splash=0
disable_overscan=0

### i2s
#dtparam=i2s=on

hdmi_drive=1

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

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

PostPosted: 28 Nov 2019, 00:35
by Embehu
Hi all,
I’m using pi 3b with runeaudio r+, just changed to this version from the one in the home page. I got an issue that I couldn’t know how to figure out.
For the 0.3 in home page, it automatically recognise and go to web ui screen (waveshare 3.5” ips)
But when I installed R+, no matter what I tried, it just getting stuck with Runeaudio logo instead of Web ui as normal. ( I don’t use touch just display only)

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

PostPosted: 29 Nov 2019, 03:38
by rern
Embehu wrote:I’m using pi 3b with runeaudio r+, just changed to this version from the one in the home page. I got an issue that I couldn’t know how to figure out.
For the 0.3 in home page, it automatically recognise and go to web ui screen (waveshare 3.5” ips)
But when I installed R+, no matter what I tried, it just getting stuck with Runeaudio logo instead of Web ui as normal. ( I don’t use touch just display only)

The displayed logo means it's OK but Chromium web browser had troubles starting on RPi.
Try:
- Settings > Addons > RuneAudio+R e2 > Update
- Settings > System > Browser on RPi > On
- SSH > Get Chromium status:
Code: Select all
systemctl status localbrowser


rern