JUkebox implemented in PHP/HTML5.
Makes a folder of media files (MP3, OGG, MPA, FLAC) accessible through a browser utilizing the HTML5 audio element.
While it relies heavily on Javascript (Frontend), PHP (Backend) and MySQL (Caching of it's Database), it provides functionality to:
- Aggregate songs into
Playlists - Listen to Online Radio Streams
- Keeping track of
Tagsfor each song1 - Edit MP3-Meta-Tags (using the
getid3php library)2 - Look at images of dancing pigs

Note: JUPH does not recognize separate users, it assumes that there is only one user who accesses the media files (albeit that one main user can be logged in with different browsers on different systems, each with their own separate session playlist)

