1 wmmp3 v0.08 README -- Patrick Crosby <xb@dotfiles.com>
3 wmmp3 is an mpg123 frontend. It is a small X application that will also
4 work as a windowmaker dock app.
6 All user options are contained in a config file, ~/.wmmp3 . There is a
7 sample.wmmp3 file in the distribution that can be used as an
10 Basically, enter in the config file any directories that contain mp3 files
11 and wmmp3 right now will play all the files in each directory sequentially
12 when you press play. You can select which directory to start with by using
13 the up/down buttons in the left frame when the player is stopped. Pressing
14 the "infinity" button will cause the player to repeat the songs in the current
15 directory instead of just playing them once. Pressing the "random" (R) button
16 will cause the player to randomly select songs from the current directory.
18 More documentation can be found at http://dotfiles.com/software/wmmp3/
20 If you find any bugs, please let me know at <xb@dotfiles.com>
24 This program requires special instructions for compiling old C programs.
25 See [readme.md](../readme.md) in the dockapps project.
30 sudo mkdir -p /usr/local/bin
31 sudo cp wmmp3 /usr/local/bin/
32 cp sample.wmmp3 ~/.wmmp3
33 echo "* You should edit ~/.wmmp3 to specify the correct mp3 directories before running wmmp3."