View Single Post
  #4   (View Single Post)  
Old 25th May 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

What I listen with usually various as time goes by, at first I used XMMS then changed to Amarok then changed back to XMMS... Now I'm currently using an xterm with an MPlayer slave controlled through a FIFO via a perl script of mine that provides an interface to common actions.

Local tracks are a mixture of a tunes, a small collection... not worth mentioning.

Code:
Terry@vectra-$  ls /srv/nfs/Music/*.* | wc -l && du -ch /srv/nfs/Music
     262
6.8M    /srv/nfs/Music/Playlists/manager
6.9M    /srv/nfs/Music/Playlists
2.0G    /srv/nfs/Music
2.0G    total
Terry@vectra-$

Most of the time I'm listening to this radio station through my web browsers MPlayer plugin.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote