Jukebox is a skinable audio/video player with a powerful user
interface. Enjoy your whole music collection, sorted by artist, album
and titles and reach every song with some simple mouse clicks.
Jukebox
uses the folder structure of your music directory to sort all files by
artist, album and title. Therefore this also works with files that dont
have id tags (like wave or mpeg files).
Just enter the path of your music directory (default is
/boot/home/mp3/) and use Jukebox to navigate trough your music
collection.
Jukebox also provides a personal playlist with drag 'n drop support, a
skin manager to install/remove new skins, a very easy to use
autoscroller and video playback for your favorite music videos.
If you have questions about this application or a feature you would
like to see in the next version, don't hesitate to write a little
comment. Ideas and wishes for the next versions are always very welcome!
mmmmmore to come...
Johannes M. Reis
Details about this version:
code cleanups
some performance tweaks (drawing/scrolling)
fixed some small drawing bugs (and maybe introduced some new ones)
items (folders and files) are sorted via QuickSort
titlelist is now able to find files in subfolders
using recursion to even find files in sub-sub-sub-sub-....-folders
the content of every subfolder is sorted via QuickSort (or existing .m3u-playlist)
every subfolder can contain another 100 subfolders (which are sorted too)
workarounds for Haiku (freezing)
fixed a small playlist bug (enable/disable fwd-button)
enabled adding URLs to the playlist
skinlist waits until unzip has finished when installing a new skin
uninstalled skins are moved to the Trash (and can be restored again)
skinlist responses much faster to added/removed skins
fixed a massive memory leak of the skinlist
fixed several bugs of the quitting-mechanism
Jukebox now responses to B_ABOUT_REQUESTED messages
added a browse-button to the settings panel
added very basic video functionality
jukebox is now resizable (between 800x500 and your screen resolution)
background image can consist of up to 100 scalable pieces
added parser for mathematical formulas (to move/scale the background pieces)
using doublebuffering under Zeta (no flicker when resizing)
simplified the settings.cfg for skins
moved some functionalities to a rightclick menu (about, settings, etc...)
introduced a customizable I-button
replaced the repeat button by the mode button (normal/loop/random)
the pause button is now combined with the play button
smarter drawing routine in progressbar and volumebar to reduce flickering