Page 37 of 66

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 06 Feb 2019, 11:40
by janui
Nice one Colin,
Colin wrote:…I think a safer fix for this service's outage would be something like that: https://github.com/gearhead/RuneUI/pull/14...
I worked out a different solution yesterday, but will include this as well.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 06 Feb 2019, 12:09
by Colin
Thanks!

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 06 Feb 2019, 14:05
by janui
Hi All,
As Colin pointed out the lyrics service is now up and running again. I have posted some changes to switch the lyrics function ON again and prevent problems if it ever stops working again.
In addition a long standing bug which prevented lyrics being refreshed when playing consecutive songs on the same album has been fixed.
It is also possible to specify that a WiFi connection has a Hidden SSID in the Network UI.
To get the latest modifications you need to upgrade by doing a git pull as described in the first post in this tread.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 07 Feb 2019, 19:09
by s.k.
Hi
After updating the version by git pull, to 20180903-8, I reinstall Rern’s Addons.
Now, the RuneUI-Lyrics addon from the Addon Menu, have disappeared.

Any idea how I bring it back?

Regards
Stavros

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 08 Feb 2019, 10:07
by Vhond
Hi,

After every reboot my NAS mount is lost. I am connected by cable (not Wi-Fi). The NAS has a static IP address (not dynamic DHCP lease), the RPI has a DHCP address.

How can I solve this problem?

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 08 Feb 2019, 11:14
by janui
Hi s.k.,
s.k. wrote:After updating the version by git pull, to 20180903-8, I reinstall Rern’s Addons. Now, the RuneUI-Lyrics addon from the Addon Menu, have disappeared. Any idea how I bring it back?
The only thing I can think of is removing and reinstalling the Addons.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 08 Feb 2019, 11:54
by janui
Hi Vhond,
Vhond wrote:After every reboot my NAS mount is lost. I am connected by cable (not Wi-Fi). The NAS has a static IP address (not dynamic DHCP lease), the RPI has a DHCP address. How can I solve this problem?
Please upgrade to the latest patch level, see the instructions in the first post in this thread. Reboot. Then open the Sources UI, click on the mount which is giving problems, click on Advanced Options and delete the contents of Mount Flags, then click on SAVE MOUNT. If an MPD auto update starts, its better to let it finish.
Reboot and retest.
If the problems continue could you log in via SSH and post the output of the following command:
Code: Select all
grep -i 'cifs\|nfs' /proc/mounts
Then run:
Code: Select all
redis-cli --scan | grep mount_
And for each result run the following and post the output:
Code: Select all
redis-cli hgetall mount_x
Where mount_x is replaced by the value given in the previous results.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 08 Feb 2019, 13:48
by Vhond
Hi Janui, thx for answering but I am already at janui-20180903-8,

I will delete the mountflags as you told me (but there were no parameters set in this field).
It started updating my library, after that I rebooted and the Mount was still found.

This was my experience earlier, but after a few days of booting the RPI up it sometimes wouldn't connect to my NAS (because it wasn't found)

I'll keep you posted about my experiences.

;)

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 09 Feb 2019, 00:04
by francois_l_m
Hi

Install 0.5 on RPI2B.
Stuck on Start screen.
Before this, I saw :
Code: Select all
Error : Driver 'sdhost-bcm2835' is already registered
vc_vchi_sm_init : failde to open VCHI service (-1)
[vc_sm_connected_init] : failde to initialized sahred memory memory service
warning : lib/.../modules.devname not found - ignoring

I try to restart many times and flashing again the SD card, always the same errors ...
Could you help me ?

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 09 Feb 2019, 11:09
by janui
Hi francois_l_m
francois_l_m wrote:...Stuck on Start screen...
This is normal, RuneAudio has probably started up correctly. See this post: runeaudio-0-5-beta-for-all-raspberry-pi-models-t6532-320.html#p26959 And the posts following it.
Connect with any browser on any device on your network with http://runeaudio.local or http://runeaudio or http://runeaudio. (the last one with a '.').
janui