Icebreaker

From XiphWiki
Revision as of 00:52, 31 May 2007 by Oddskool (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

Icebreaker is a playlist authoring/scheduling system for Icecast. It uses a database to store playlists and scheduling data. Icebreaker's main objective is to be easy to use, so that writing playlists by hand can be avoided. Icebreaker is being designed to use a web-based interface through TurboGears. Icebreaker is _NOT_ a web-based streamer or a client.


Plans

My plans are as follows:

  1. Written in Python.
  2. Metadata in database.
  3. Playlists stored in database.
  4. Playlist scheduling.
  5. Backend/frontend design, possibly multible frontends.
  6. No web server needed, interface comes from TurboGears.
  7. Minimal configuration, after all thats why I started the project.
  8. SQLObject will be used to work with any database.

--Nickmudd 18:54, 30 May 2007 (PDT)

User Wanted Features

see Icebreaker::UserWantedFeatures