summaryrefslogtreecommitdiffstats
path: root/audio-plugins/xmms-infopipe/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/xmms-infopipe/DETAILS')
-rwxr-xr-xaudio-plugins/xmms-infopipe/DETAILS24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio-plugins/xmms-infopipe/DETAILS b/audio-plugins/xmms-infopipe/DETAILS
new file mode 100755
index 0000000000..9032b679c1
--- /dev/null
+++ b/audio-plugins/xmms-infopipe/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=xmms-infopipe
+ VERSION=1.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.beastwithin.org/users/wwwwolf/code/xmms/$SOURCE
+ MD5[0]=f890b2bed620392e9f30198ce70d989f
+ WEB_SITE=http://www.beastwithin.org/users/wwwwolf/code/xmms/infopipe.html
+ ENTERED=20020420
+ UPDATED=20020604
+ LICENSE[0]=GPL
+ MAINTAINER=ashaman@flyingtemple.com
+ SHORT="Plugin that reports XMMS status via named pipe"
+cat << EOF
+XMMS InfoPipe is a plugin that reports XMMS status via named pipe. Handy if you want to add interesting real-time information for a personal web page, or a web cam page.
+
+While there's a possibility of setting up programs to be executed by XMMS when changing songs, XMMS InfoPipe provides better introspection: You can get information on song position, song length, playlist position, status (stopped/playing/paused), song title as displayed by XMMS, and file name. The information is reported in easily parseable textual format.
+
+The possibilities for information use are limitless. So far, here are some of the things people have been using InfoPipe for:
+
+ * Showing information of XMMS on home page, webcam page, or something related (script included)
+ * Showing player information on IRC (spotted one script for Irssi)
+ * Using any speech synthetizer to say the song information, reducing the need for external displays, and helping listening to unfamiliar music in bed when all you have is a remote control =) (script included).
+ Yeah, LIRC plugin seems to support this already, but it only supports ViaVoice - this allows you to use any speech synth... or any other types of output. Just an example of flexibility - I created the script to do that at 4 o'clock in the morning, and even got 99% of Perl recommendations of good coding right, even when I wasn't fully awake =)
+EOF