Changeset 19 for mpd-status/trunk
- Timestamp:
- Nov 16, 2005, 11:16:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mpd-status/trunk/README
r18 r19 1 1 MPD Status 2 2 3 MPD Status is a quick Python script to display some details about the4 t rack currently playing in [1]MPD. It is intended for use in3 MPD Status is a quick Python script to display some details about 4 the track currently playing in [1]MPD. It is intended for use in 5 5 [2]wmii's status bar. 6 6 … … 38 38 2. Copy /etc/wmii/status.sh to ~/.wmii/status.sh and edit it, or 39 39 edit /etc/wmii/status.sh directly. 40 3. Edit the following line to include "`python2.4 /path/to/mpc.py`"41 (see patch below for an example):40 3. Edit the following line to include "`python2.4 41 /path/to/mpc.py`" (see patch below for an example): 42 42 43 43 text="`date` `uptime | sed -e 's/.*://' -e 's/,//g'`" … … 50 50 License 51 51 52 mpd-status is free software; you can redistribute it and/or modify it53 under the terms of the [9]GNU General Public License as published by the54 [10]Free Software Foundation; either version 2 of the License, or (at your55 option) any later version.52 mpd-status is free software; you can redistribute it and/or modify 53 it under the terms of the [9]GNU General Public License as 54 published by the [10]Free Software Foundation; either version 2 of 55 the License, or (at your option) any later version. 56 56 57 Svnbot is distributed in the hope that it will be useful, but WITHOUT ANY58 W ARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS59 FOR A PARTICULAR PURPOSE. See the [11]GNU General Public License for more60 details.57 mpd-status is distributed in the hope that it will be useful, but 58 WITHOUT ANY WARRANTY; without even the implied warranty of 59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 60 [11]GNU General Public License for more details. 61 61 62 62 Extras … … 64 64 * [12]wmii-mpd-status.patch (497 bytes) - Example patch to wmii 65 65 status.sh, added by simon on Mon Nov 7 13:57:32 2005. 66 * [13]mpd-status.png (33 kB) - Screenshot showing status bar while67 playing, added by simon on Mon Nov 7 14:11:25 2005.66 * [13]mpd-status.png (33 kB) - Screenshot showing status bar 67 while playing, added by simon on Mon Nov 7 14:11:25 2005. 68 68 69 69 References
Note: See TracChangeset
for help on using the changeset viewer.