Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Downloads

You can download the Troupetunes zip file at http://web.mit.edu/villalva/Public/troupetunes.zip

An updated version can be found at http://web.mit.edu/rmperez/Public/troupetunesUpdated.zip This version includes several features in spec but not implemented at the deadline. It also works on Athena and Mac OS X 10.6
The voting interface can be accessed at http://web.mit.edu/bhbaker/www/troupetunes.html

System Requirements

  • Troupetunes music handling interface requires Java
  • Voting interface requries
  • Tested on Windows 7

Startup Instructions

Voting Interface

Music Handling Interface

  1. Download zip file from link in Downloads
  2. Extract all files
  3. Run troupetunes.jar by doubleclicking it.

Known issues and Incomplete Functions

  • Adding a playlist is not properly reflected in the tabs; however its creation can be verified in the "Playlists" tab on the left half of the page (left solely for debugging purposes and not a part of the design).
  • App does not close properly. Manually killing the javaw.exe process is sometimes required before restarting
  • Currently list of songs displayed for voting is hardcoded.

Special Notes

An open source project called Sockso already implements much of the backend music handling(ie maintaining a database of music, automatically encoding, and playback). It was designed for streaming music to other users. As such we decided to branch this project to add our features such as dynamic playlist editing in response to voting, and our substantially different interface. The original project can be found at http://sockso.pu-gh.com/