Icebreaker: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== Introduction ==
== 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.
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.<br>
2. Metadata in database.<br>
3. Playlists stored in database.<br>
4. Playlist scheduling.<br>
5. Backend/frontend design, possibly multible frontends.<br>
6. No web server needed, interface comes from TurboGears.<br>
7. Minimal configuration, after all thats why I started the project.<br>
8. SQLObject will be used to work with any database.<br>

Revision as of 18:45, 30 May 2007

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.