Thanks for the info Dan,
It probably is indeed XMMS2. My guess is you have the daemon running,
but didn't set XMMS_IPC_PATH=tcp://192.168.1.100:9090. The server is
running and listening, but the client is trying to communicate on the
default unix:///tmp/xmms-ipc-<user>. Set XMMS_IPC_PATH or change the
default IPC path in ~/.config/xmms2/cli/cli.conf.
I added:
*ipcpath=tcp://192.168.1.100:9090
statusformat=${artist} - ${title}
listformat=${artist} - ${title} (${minutes}:${seconds})
autostart=true
to the cli.conf file as stated (* just to indicate what was added in
reality no *)
and now at least I can add tracks and list using xmms2 commands!
However, I am getting this error:
$ xmms2 play
ERROR: Couldn't start playback: Could not start playback
What can I do to sort this out?
xmms2d.log doesn't say anything so not sure what else there is to look
at......
The message is the same:
--- Starting new xmms2d ---
INFO: ../src/xmms/log.c:49: Initialized logging system :)
17:34:44 ERROR: ../src/xmms/ipc.c:783: Couldn't setup IPC listening on
'tcp://192.168.1.100:9090'.
17:34:44 FATAL: ../src/xmms/main.c:494: IPC failed to init!
This however probably was because I tried starting xmms2d once it had
already been started!
--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms.se
http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel