Messed mpd.conf with USB Sound Card

Please report any bug found here

Messed mpd.conf with USB Sound Card

Postby pawel.ad » 30 Nov 2014, 18:52

Hi,
Really like the project and I would like to help make it better. So first things first - bug reports.
Don't know where to report it - I put it up on GitHub (https://github.com/RuneAudio/RuneOS/issues/9) like I think I should, but from what I understand this is the place?

Anyway, I have the same bug like here: usb-soundcard-messed-mpd-conf-after-reboot-t583.html.
And after update by git pull my workaround stopped working - now I have to manually edit mpd.conf after each reboot and add the missing number and then restart mpd.

Info:
Raspberry Pi B+
Rune Audio 0.3 beta
Creative Sound Blaster Play

Debug info:
http://pastebin.com/crRe9MB5
pawel.ad
 
Posts: 5
Joined: 30 Nov 2014, 18:43

Re: Messed mpd.conf with USB Sound Card

Postby Orion » 01 Dec 2014, 01:22

Hi,
thanks for your report, we work now to fix this issue, we hope to solve it asap.

Stay tuned.

Bye.
RuneAudio - Embedded Hi-Fi music player
SoloStereo - Alla riscoperta dell'alta fedeltà
User avatar
Orion
RuneAudio co-founder
 
Posts: 189
Joined: 29 Nov 2013, 02:03
Location: Udine, Italy

Re: Messed mpd.conf with USB Sound Card

Postby pawel.ad » 02 Dec 2014, 08:55

Great : )

So where should I report other bugs? Do you prefer here, on GitHub or some other place?

And BTW - what technologies do you use in the back-end? Because I'm thinking about contributing to the project when I'll have a bit of free time.
pawel.ad
 
Posts: 5
Joined: 30 Nov 2014, 18:43

Re: Messed mpd.conf with USB Sound Card

Postby ACX » 02 Dec 2014, 13:18

pawel.ad wrote:So where should I report other bugs? Do you prefer here, on GitHub or some other place?

If you open clear and ordered tickets on GitHub, that's the best way for us to track them.

pawel.ad wrote:And BTW - what technologies do you use in the back-end? Because I'm thinking about contributing to the project when I'll have a bit of free time.

Are you a coder? Any help is truly welcome. The backend is built in PHP, and we are going to apply soon a more modern and structured approach to it, so if you want to join us on that you are welcome. C/C++ coders are also needed to implement some patches for specific daemons.
Please contact me via email if you think you can contribute in any way and I'll give you instructions and support :)
User avatar
ACX
RuneAudio co-founder
 
Posts: 1692
Joined: 29 Nov 2013, 02:25
Location: Udine, Italy

Re: Messed mpd.conf with USB Sound Card

Postby pawel.ad » 06 Feb 2015, 15:29

The bug still happens.
pawel.ad
 
Posts: 5
Joined: 30 Nov 2014, 18:43

Re: Messed mpd.conf with USB Sound Card

Postby noise » 23 May 2015, 16:05

Hi, got the same bug with creative sound blaster play.

problem is in detected device name (it contains ":" symbol)

temporal workaround

/var/www/app/libs/runeaudio.php

line 1768
Code: Select all
                $subdeviceid = explode(':', $description[0]);

change to
Code: Select all
                $subdeviceid = explode(': ', $description[0]);
noise
 
Posts: 1
Joined: 23 May 2015, 15:57

support RuneAudio Donate with PayPal


Return to Bug report

Who is online

Users browsing this forum: No registered users and 2 guests