This is not trivial. as pulseaudio daemon normally runs per user session.
And mpd runs as it own user on startup.
One solution is to run mpd inside your user session.
If you have both flash...
Type: Posts; User: qball; Keyword(s):
This is not trivial. as pulseaudio daemon normally runs per user session.
And mpd runs as it own user on startup.
One solution is to run mpd inside your user session.
If you have both flash...
What is MDB?
Your soundcard only supports playing one audio stream at the same time. To work around this you need a software audio mixer, like dmix or pulseaudio.
But ALL programs need to use...
add the gmpc-mmkeys plugin and disable gmpc's bindings..
This will make gmpc use gnome's keybinding thingy.
try upgrading to latest mpd.
https://edge.launchpad.net/~gmpc-trunk/+archive/mpd-trunk
And maybe latest gmpc.
https://edge.launchpad.net/~gmpc-trunk/+archive/ppa
I never heard about...
A guide to install developer snapshot for gmpc
http://gmpc.wikia.com/wiki/GMPC_INSTALL_DEV_COPY_GUIDE
If you install something from source and it requires gtk, you don't have to install gtk...
The main problem with mpd and pulseaudio is that mpd is a system service. (in the ubuntu installation) and pulse runs per user-session.
So for mpd to be able to play there must be a pulsedeamon...
http://mpd.wikia.com/wiki/What_MPD_Is_and_Is_Not
mpd plays on the machine it is installed on. It main purpose is not to stream to the clients.
You can make mpd stream to the network using...
gnome startup service is gdm. That is what you use to log into your xfce.
The delays in firefox 3 you can "solve" by setting the disk-cache to 0.
I don't think the services you mention will...
new gmpc coming soon.. 0.15.5 for hardy is on my ppa btw.
I don't think stuffkeeper is the most suited application for this job. But writing a plugin, it _is_ possible.
I am terrible with program names. I picked stuffkeeper because it was not yet taken, and somewhat descriptive.
I agree a better story should be told on what it does. Problem is, it tries to be...
Or get it from my ppa. https://launchpad.net/~qball-qballcow/+archive
I fixed the issue myself by installing a 2.6.23 kernel. (installed myself).
See https://launchpad.net/~qball-qballcow/+archive for more up2date package of gmpc. (gutsy and hardy)
First package, so no idea how well it works:
https://launchpad.net/~qball-qballcow/+archive
good choise :D
If you want to install the plugins in the right place, run ./autogen --prefix=/usr/local/ or where ever they are installed.
I will check if it's a bug in the autogen.sh that they get installed in...
Updated document here: http://sarine.nl/index.php?page=gmpc-compile-svn
I indeed forgot to add gob2, I will add it...
you need firefox-dev and this: http://wordpress.qballcow.nl/2006/06/11/weird-gtkmozembed-errors-on-dapper-heres-a-fix/
A new gmpc is making progress nicely, and if you want to try it before it's released you can follow the following howto (just something trown together, sorry for this, I will try to improve it)
...
< livingdaylight> Qball: paste that in the forum thread on magzine title
http://images.qballcow.nl/text1880.png
edit: with ubuntu font:
http://images.qballcow.nl/text1890.png
edit2:...
https://launchpad.net/products/dapper-backports/+bug/53614
GMPC svn needs plugins from svn. (The plugin api has changed, and there is a new metadata system).
Plugins can also be "installed" by placing the .so file inside ~/.gmpc/plugins/
I will try if I...
gobject has nothing todo with bluetooth.. and it should be part of the glib package. (apt-file search gobject-2.0.pc to be sure)
make sure gmpc.pc is in the PKG_CONFIG_PATH.
btw. I really...
If you build from svn, make sure you grab the latest Libmpd aswel.
2 other remarks:
1. Gmpc will work alot nicer in combination with mpd from svn. (but also works with 0.11.5)
2. SVN is UNSTABLE. ...