Playlist Servlet

This application allows you to list your MP3s, after which you can select them and create a playlist in m3u format from these songs. The MP3s are also served by the application. The directory where the songs are held only needs to be readable by the app server, but not in the application.

Requirements

  • An app server with Java 1.4
  • MP3s in a directory.

Installation Instructions

  • Download latest WAR
  • Deploy WAR to app server.
  • Change <deploy_dir>\WEB-INF\web.xml to have the correct directory defined as context parameter base_directory
    <context-param>
      <param-name>base_directory</param-name>
      <param-value>c:\mp3s</param-value>
    </context-param>
  • Restart Server

Versions

Change Log

  • V0.2 (In Development)
    • Each song in the listings is now a link to the file.
  • V0.1 (Released)
    • Initial Version

Feature Requests

  • Add themes.
  • Add paging.
  • Add search.
  • Add Select All Button.
  • Make each song a link. (This will make it easier to play a single song). V0.2
  • Recurse through all subfolders.
  • Allow simple browsing into folders, to play whole CD collections.
  • Restrict the types of files.

Technical Changes

  • Move to JSPs
 
playlist_servlet.txt · Last modified: 2007/07/10 14:19 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki