Page 19 of 66

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 06 Nov 2018, 19:03
by nic
Unfortunately , it did not work for me after the gitpull / mount deletion/reinstate

cheers

Nic

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 06 Nov 2018, 19:08
by Toube
nic wrote:Unfortunately , it did not work for me after the gitpull / mount deletion/reinstate

cheers

Nic

@janui great work thanks. I will try it out.
Nic you are saying that you did the latest gitpull that has the mount for version 20180903-4 and still encountered the same mount problem afterwards?

-Toube

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 06 Nov 2018, 19:11
by nic
There are two versions of 0.5b which I run . I'm experiencing issues with my Pi Zero W rather than the Pi3 .

No change after a gitpull

cheers

Nic

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 06 Nov 2018, 20:33
by nic
Mount flags set to

cache=none,noserverino,ro,vers=1.0

...worked . I tried this before the gitpull but no joy but adfter the gitpull , works fine :)

cheers

Nic

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 06 Nov 2018, 21:46
by Toube
nic wrote:Mount flags set to

cache=none,noserverino,ro,vers=1.0

...worked . I tried this before the gitpull but no joy but adfter the gitpull , works fine :)

cheers

Nic


Glad to hear it works.
I also did a new gitpull. Seems to be working well.

-Toube

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 07 Nov 2018, 00:05
by nic
It's all good , Janui has been really helpful . I say kudos ! I'm really enjoying the new build .

cheers

Nic

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 07 Nov 2018, 01:41
by rastus
nic wrote:It's all good , Janui has been really helpful . I say kudos ! I'm really enjoying the new build .

cheers

Nic


Yes, a lot of work has been put into the new build. Thank you to all that put in the time and effort. I know coding is one of the hardest fields of InfoTech, maybe the hardest. Change, test, change, test, etc. Then releasing it to the public, with so many different hardware configurations.... it's a nightmare. So, I thank you for the work.

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 07 Nov 2018, 16:54
by jlynton
I have also done the new gitpull, all is working well. Thank you Janui!

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 08 Nov 2018, 10:21
by Vhond
great to see, Runeaudio player is continuing!

Just tried the 0.5 beta release on a RPI2B (with Hifiberry Digi+ Pro HAT) connected to a DAC using the optical connection between the two.

Streaming from a Mac using Airplay is stable now (0.4 beta wasn't!) thanks to the new shairplay implementation.

The only questions I have are about the Album Art not shown in the playback screen (using Flac files) and a question about what is being updated when I use the git pull function in the dev section (only the UI or also kernel related issues which have been updated in a newer 0.5 beta release??)

Thx for developing this piece of software :)

Re: RuneAudio 0.5-beta for all Raspberry Pi models

PostPosted: 08 Nov 2018, 12:51
by janui
Hi Vhond,
Vhond wrote: Album Art not shown in the playback screen (using Flac files)
Could you double check that the files have album art. This part of the software has not changed between 0.4b and 0.5b. If you confirm that it is a problem, please provide all the information which you can.
Vhond wrote:the git pull function in the dev section (only the UI or also kernel related issues which have been updated in a newer 0.5 beta release??)
At this moment gitpull has only been used to update the UI, with the exception of installing lirc on the Pi1 image.
janui