Changeset 35 for trunk/radiomateconfig.sample.py
- Timestamp:
- 08/13/10 14:08:14 (3 years ago)
- Files:
-
- 1 modified
-
trunk/radiomateconfig.sample.py (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/radiomateconfig.sample.py
- Property svn:keywords set to Id
r34 r35 8 8 # Name and URL of the radio 9 9 RADIONAME = "Radio Mate" 10 RADIONAME = "Grr"11 10 RADIOURL = "http://radiomate.org" 12 11 … … 15 14 LOGGINGLEVEL = logging.DEBUG 16 15 17 # Database parameters16 # MySQL database parameters 18 17 DBHOST="127.0.0.1" 19 18 DBUSER="mate" … … 28 27 29 28 # Play this if there are no transmissions 30 GLOBALFALLBACKPLAYLIST = 729 GLOBALFALLBACKPLAYLIST = 1 31 30 32 31 # Icecast server parameters, to which the stream is sent