mpd, ncmpcpp
Dear list
I am switching lots of my GUI apps to CLI ones. Currently, I am moving from Clemetine music player to ncmpcpp. My*mpd.conf *shall have some incorrect settings, as *mpd.log *returns this error: Jul 10 13:04 : avahi: Service 'Music Player' successfully established. No protocol specified xcb_connection_has_error() returned true No protocol specified I have been reading articles for hours now, but can't find any clear answer. When I start ncmpcpp, I see my audio files, but when playing, there is no sound. Pulseaudio is well configured, as Clemetine is working perfectly. Here is the part from my *mpd.conf*: user "mpd" audio_output { type "pulse" name "pulse audio" mixer_type "software" # server "127.0.0.1" # optional ## sink "remote_server_sink" # optional } Part of */etc/group*: audio:x:92:mpd users:x:100:mpd avahi:x:84: mpd:x:45: I have no idea why this doesn't work. ssh is on my box, could it be the cause ? TY for your help. |
mpd, ncmpcpp
* Arno Gaboury (arnaud.gaboury@gmail.com) wrote:
>user "mpd" > >audio_output { > > type "pulse" > > name "pulse audio" Using mpd & pulse you need to run mpd as the same user that you're logged in with and accessing pulse with on the desktop. -- ben darby <bendarb@gmail.com> |
mpd, ncmpcpp
On 07/10/2012 01:55 PM, Ben Darby wrote:
* Arno Gaboury (arnaud.gaboury@gmail.com) wrote: >user "mpd" audio_output { type "pulse" name "pulse audio" Using mpd & pulse you need to run mpd as the same user that you're logged in with and accessing pulse with on the desktop. Just found fater 3 hours of reading ! $ *aplay -l* .... card 1: SoundSticks [SoundSticks], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0 Then I uncomment alsa in my *mpd.conf *this way: audio_output { type "alsa" name "My ALSA Device" device "*hw:1,0"* # optional -----> this indocate the card 1 (Harmon Cardon soundsticks) device 0. |
mpd, ncmpcpp
On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote:
> Dear list > > I am switching lots of my GUI apps to CLI ones. > Currently, I am moving from Clemetine music player to ncmpcpp. > [snip] So, when are you switching to mutt :P |
mpd, ncmpcpp
On 07/10/2012 04:19 PM, gt wrote:
On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote: Dear list I am switching lots of my GUI apps to CLI ones. Currently, I am moving from Clemetine music player to ncmpcpp. [snip] So, when are you switching to mutt :P Oh la la!! It is on my list! Shall be the next step. Best would be before to learn a litle bit of Vim. But I will. On the list: thunderbird --> mutt Firefox --> w3m urxvt with colors and last step, xfce --> DWM, i3 or awsome, doesn't know excatly All this takes me a lot of time, as I shall find most of configurations by myself, but slowly, I do the job, and really love Arch !! |
mpd, ncmpcpp
On 07/10/2012 04:19 PM, gt wrote:
On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote: Dear list I am switching lots of my GUI apps to CLI ones. Currently, I am moving from Clemetine music player to ncmpcpp. [snip] So, when are you switching to mutt :P Oh la la!! It is on my list! Shall be the next step. Best would be before to learn a litle bit of Vim. But I will. On the list: thunderbird --> mutt Firefox --> w3m urxvt with colors and last step, xfce --> DWM, i3 or awsome, doesn't know excatly All this takes me a lot of time, as I shall find most of configurations by myself, but slowly, I do the job, and really love Arch !! *EDIT *: want to switch to a full*systemd* too... |
mpd, ncmpcpp
On Tue, Jul 10, 2012 at 4:38 PM, Arno Gaboury <arnaud.gaboury@gmail.com> wrote:
> On 07/10/2012 04:19 PM, gt wrote: >> >> On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote: >>> >>> Dear list >>> >>> I am switching lots of my GUI apps to CLI ones. >>> Currently, I am moving from Clemetine music player to ncmpcpp. >>> [snip] >> >> So, when are you switching to mutt :P > > Oh la la!! It is on my list! Shall be the next step. Best would be before to > learn a litle bit of Vim. > But I will. > On the list: > thunderbird --> mutt > Firefox --> w3m > urxvt with colors > > and last step, xfce --> DWM, i3 or awsome, doesn't know excatly > > All this takes me a lot of time, as I shall find most of configurations by > myself, but slowly, I do the job, and really love Arch !! > > *EDIT *: want to switch to a full*systemd* too... Isn’t that contrary to your plan? You want to use easier, lighter and more KISS software. And you want to switch to systemd. Which is anywhere near KISS. -- Kwpolska <http://kwpolska.tk> stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 | Arch Linux x86_64, zsh, mutt, vim. # vim:set textwidth=70: |
mpd, ncmpcpp
On Tue, Jul 10, 2012 at 10:42 AM, Kwpolska <kwpolska@gmail.com> wrote:
> Isn’t that contrary to your plan? You want to use easier, lighter and > more KISS software. And you want to switch to systemd. Which is > anywhere near KISS. I probably shouldn't even go here, but IMHO, having one program start and stop stuff based on config files is more simple than a chain of shell scripts. =-Jameson |
mpd, ncmpcpp
On 07/10/2012 04:42 PM, Kwpolska wrote:
On Tue, Jul 10, 2012 at 4:38 PM, Arno Gaboury <arnaud.gaboury@gmail.com> wrote: On 07/10/2012 04:19 PM, gt wrote: On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote: Dear list I am switching lots of my GUI apps to CLI ones. Currently, I am moving from Clemetine music player to ncmpcpp. [snip] So, when are you switching to mutt :P Oh la la!! It is on my list! Shall be the next step. Best would be before to learn a litle bit of Vim. But I will. On the list: thunderbird --> mutt Firefox --> w3m urxvt with colors and last step, xfce --> DWM, i3 or awsome, doesn't know excatly All this takes me a lot of time, as I shall find most of configurations by myself, but slowly, I do the job, and really love Arch !! *EDIT *: want to switch to a full*systemd* too... Isn’t that contrary to your plan? You want to use easier, lighter and more KISS software. And you want to switch to*systemd. Which is anywhere near KISS. * Ah? I thought it was indeed much more light and simple to manage, and Arch was moving to a pure systemd. I think I must read more maybe! |
mpd, ncmpcpp
On Jul 10, 2012 9:47 AM, "Arno Gaboury" <arnaud.gaboury@gmail.com> wrote:
> > On 07/10/2012 04:42 PM, Kwpolska wrote: >> >> On Tue, Jul 10, 2012 at 4:38 PM, Arno Gaboury <arnaud.gaboury@gmail.com> wrote: >>> >>> On 07/10/2012 04:19 PM, gt wrote: >>>> >>>> On Tue, Jul 10, 2012 at 01:47:48PM +0200, Arno Gaboury wrote: >>>>> >>>>> Dear list >>>>> >>>>> I am switching lots of my GUI apps to CLI ones. >>>>> Currently, I am moving from Clemetine music player to ncmpcpp. >>>>> [snip] >>>> >>>> So, when are you switching to mutt :P >>> >>> Oh la la!! It is on my list! Shall be the next step. Best would be before to >>> learn a litle bit of Vim. >>> But I will. >>> On the list: >>> thunderbird --> mutt >>> Firefox --> w3m >>> urxvt with colors >>> >>> and last step, xfce --> DWM, i3 or awsome, doesn't know excatly >>> >>> All this takes me a lot of time, as I shall find most of configurations by >>> myself, but slowly, I do the job, and really love Arch !! >>> >>> *EDIT *: want to switch to a full*systemd* too... >> >> Isn’t that contrary to your plan? You want to use easier, lighter and >> more KISS software. And you want to switch to*systemd. Which is >> anywhere near KISS. >> * > > Ah? I thought it was indeed much more light and simple to manage, and Arch was moving to a pure systemd. I think I must read more maybe! when did arch state they are moving to systemd? |
| All times are GMT. The time now is 11:25 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.