You are not logged in.

#1 2004-09-08 05:58:20

sweiss
Member
Registered: 2004-02-16
Posts: 635

XMMS-InfoPipe

An XMMS plugin, needed it for some X-Chat plugin so I packed it up.

pkgname=xmms-infopipe
pkgver=1.3
pkgrel=1
pkgdesc="An XMMS plugin that reports XMMS status via named pipe."
url="http://www.tnsp.org/xmms-sid.php"
depends=('xmms')
groups=('xmms-plugins' 'xmms-io-plugins')
pkgurl="http://www.beastwithin.org/users/wwwwolf/code/xmms"
source=($pkgurl/$pkgname-$pkgver.tar.gz)
md5sums=('1ccc90254c58a81f87abc43720fe71bf')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

}

Enjoy.

Offline

#2 2004-09-08 16:55:08

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: XMMS-InfoPipe

Thanks!  Infopipe works great.  FYI, if you're stuck in the (un)enviable position of running your irc client on a different machine than xmms (for example, I run irssi in screen from a shell account), here is a lovely xinetd script that returns the title of the currently playing song (according to infopipe).  Throw it in /etc/xinetd.d.

You can then work this into an irc-client-side script (nc hostname 4444 | sed s/'Title: '/'I am currently listening to: '/).

service tune
{
    type        = UNLISTED
    flags       = REUSE
    socket_type = stream
    protocol    = tcp
    wait        = no
    server      = /bin/grep
    server_args = Title /tmp/xmms-info
    user        = nobody
    port        = 4444
    disable     = no
}

wink


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#3 2004-09-09 19:00:49

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: XMMS-InfoPipe

xmms-infopipe -> extra


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB