PbDance Music Player
Contents
Introduction
Installation
Known Problems
Author
Links
Screen Shot
pbDance is a mp3 and wav music player. It is tailored to the dance studio environment and is usually used with a touch screen display.
Written in C language and TCL/Tk, it uses the following modules.
Mktclapp Tcl to C converter
MAD High-quality MPEG audio decoder.
Tcl/Tk 8.3 TCL interpreter with Tk GUI
This software is available under the GNU General Public License (GNU/GPL), see the file "COPYING" for details.
To use this program, you will need a copy of either jempeg or empload. These programs are used to download playlists and music to the player. These are freely available from
www.jempeg.org and http://www.empeg.com/support/index.html respectively.. Back to topEdit the Makefile and set the target directory for the pbdance database and music files. The default location is /mirror/empeg/var and /mirror/drive0/fids, respectively.
Type
make to build the pbdance programFor the initial setup, type:
make setup
This builds the music and database directories. It also copies various config files. You only need to do this once! If you run it after you've downloaded music, it will clear out your root playlist!
Run the pbdance program from the current directory, by typing:
./pbdance
You will now need to use either empload or jempeg program to download music to the player.
Special note to empeg owners: The easiest way to initially setup up pbdance is to copy all the files from your empeg's /drive0/fids directory into /mirror/drive0/fids and run the rebuild program. When you restart pbdance, all of your empeg music should be available in pbdance.
When you have finished downloading music, exit and restart the pbdance program. All downloaded music should be available for playing.
Back to topThis program was written by Scott Swazey
techtom@users.sourceforge.net
If you like it and want to help out, or have any suggestions, or want to report bugs, please send me an email. Or go to project page and use the forum/bug-tracker
Back to top www.sourceforge.net/projects/pbdance -- Project home page www.empeg.com www.jempeg.org www.empeg.org Back to top Click here Back to topLast Revised: March 6, 2003