jk0 / xmms-announcer

A simple utility that neatly prints the current track playing in XMMS

This URL has Read+Write access

jk0 (author)
Thu Mar 19 20:08:15 -0700 2009
xmms-announcer / CHANGELOG
100644 22 lines (18 sloc) 0.537 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Release 0.09.5
  April 4, 2005
        -- Reduced printf() usage to improve speed
        -- Misc. code fixes
 
Release 0.09
  November 29, 2004
-- Added -f switch to allow for user-defined format of output
-- Now using getopt() for command-line args instead of nested loops (cleaner code)
-- Added -Wall switch to Makefile
-- Misc. code fixes
 
Release 0.06
  November 15, 2004
-- Added optional command-line arguments
-- Made general Makefile
-- Misc. code fixes
 
Release 0.01
  January 05, 2003
-- Program conceived and written