Created by Lord_Dex on 22/05/2008
Script per XChat scritto in python per l'utilizzo di mpd tramite semplici comandi. Utilizza le librerie python-mpd che devono essere installate e funzionanti nel sistema.
Potete scaricarlo da qui.
mpdClient.py for XChat - v 0.1 by Francesco Apollonio
- Requirements: this script to work use python-mpd lib.
- Howto use: load the script in xchat and use the various commands.
- Commands:
- "mpc" - "Print song currently listen"
- "status" - "Prints MPD info"
- "mpdServer" server port - "set MPD server"
- "play" - "set MPD state to play"
- "pause" - "set MPD state to pause"
- "next" - "next song"
- "previous" - "previous song"
- "prev" - "previous song"
- "stop" - "stop"
- "volume" value - "volume set from 0 to 100"
- "vol" value - "volume set from 0 to 100"
- Features: every times you use the command "mpdServer" the new server is writed on .xchat2/mpd.conf and is reloaded at any xchat startup.the default server is "localhost:6600"