Changeset 23 for mpd-status/trunk/mpd-status.py
- Timestamp:
- Mar 11, 2006, 9:05:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mpd-status/trunk/mpd-status.py
r22 r23 42 42 title = '%(artist)s%(album)s%(track)s%(title)s' % fields 43 43 else: 44 title = splitext(basename(fields['file name']))[0]44 title = splitext(basename(fields['file']))[0] 45 45 time = '%(time)s/%(length)s %(percent)s' % fields 46 46 outstr = '%s %s [%s]' % (status, title, time)
Note: See TracChangeset
for help on using the changeset viewer.