I hate the realplayer interface

Replies:

  • None.

Parents:

  • None.
And XMMS is much cooler, the problem has been getting to to be the default
media player for the .ram file type. I've created a rxmms sciprt below, and
made that the default association! It's ugly (couldn't get it to work
without using the tmp file, calling head and perl is unelegant and heavy)
so *working* optimizations welcome!

#!/bin/bash
cat $* > /tmp/realstream-reagle
xmms `head -n1 /tmp/realstream-reagle | perl -pe 's/\x0D\x0A?/\n/g'`
rm /tmp/realstream-reagle

HURL: fogo mailing list archives, maintained by Gerald Oskoboiny