Page 2 of 53

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 27 Feb 2017, 23:54
by Frost_dk
Hi Frank.
That you very much for the new image. the WIFI AP works like a charm :D

I have found two "bugs"

It seems that with my system, the reboot button does not work, the spinning wheel comes and the screen fades out, but it is never rebooted.


At the dev page, http://runeaudio.local/dev, I can't activate DEV mode.

EDIT : After a reboot, It was possible to change into DEV mode, but it took 2 tries before it was saved.

regards,
Rune Frost

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 11:55
by ianhaynes
Frank,

You mentioned being able to make the image read-only. How do we enable that?

Ian

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 12:20
by mo86
Hi Frank! Thanks for the new beta version, looks great with the new features.

I found a bug, but it's not a new one:
When having albums with the same name, from different artists (Greatest Hits is a good example), it shows all artists and title from this albums. Also if I selected an artist before, it shows me all artists with a greatest hits album.

This happens when open any greatest hits album:

greatesthits.jpg



MO86

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 14:29
by hondagx35
Hi mo86,

I found a bug, but it's not a new one:
When having albums with the same name, from different artists (Greatest Hits is a good example), it shows all artists and title from this albums. Also if I selected an artist before, it shows me all artists with a greatest hits album.

Yes, it is a known bug but not easy to fix at the moment.
Let me see what i can do.

Frank

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 14:30
by hondagx35
Hi Ian,

You mentioned being able to make the image read-only. How do we enable that?

A HowTo will come soon.

Frank

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 14:44
by Discovery
Hi Frank,

Is this the long-discussed new version with refactored code, etc., or perhaps an updated version of the current build while development of the refactored code version continues?

Thanks,

Trevor

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 15:28
by hondagx35
Hi Trevor,

Is this the long-discussed new version with refactored code

No, it isn't but i think it is worth to try.

Frank

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 20:32
by DomieMic65
Hallo Frank!

I am downloading ... are there any changes that lead to better sound?
Thnx!

What are the benefits of "read only" version?

Keep up the great work you are doing!!!!!!!!!!!

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 21:39
by Stephane
The SMB share is not active, I can't connect to it with my linux laptop or my windows laptop.

EDIT: systemctl enable smbd && systemctl start sbmd and everything works fine.

EDIT 2 : write access is denied.

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

PostPosted: 28 Feb 2017, 22:05
by hondagx35
Hi Stephane,

The SMB share is not active,


On my system it is:
Code: Select all
root@runeaudio(rw):~# systemctl status smbd
● smbd.service - Samba SMB/CIFS server
   Loaded: loaded (/usr/lib/systemd/system/smbd.service; disabled; vendor preset: disabled)
   Active: active (running) since Mon 2016-02-22 15:40:22 CET; 59s ago
 Main PID: 422 (smbd)
    Tasks: 2 (limit: 512)
   CGroup: /system.slice/smbd.service
           ├─422 /usr/bin/smbd -D
           └─425 /usr/bin/smbd -D

Feb 22 15:40:21 runeaudio systemd[1]: Starting Samba SMB/CIFS server...
Feb 22 15:40:22 runeaudio systemd[1]: Started Samba SMB/CIFS server.
root@runeaudio(rw):~#

And it is accessible from Windows and Linux as read-write.

Edit: The date is strange, i have to check this!

Frank