}
},
"station": {
- "infos": {
- "description": "MySQL funky playlist",
- "genre": "Various Funk Groove",
- "name": "My best funky station",
- "short_name": "My_station2",
- "url": "http://parisson.com"
- },
- "media": {
- "bitrate": 96,
- "format": "mp3",
- "ogg_quality": 4,
- "samplerate": 48000,
- "shuffle": 0,
- "voices": 2,
- "mysql": {
- "host": "127.0.0.1",
- "port": 3306,
- "user": "username",
- "password": "password",
- "database": "deefuzze_database",
- "table": "deefuzze_playlist",
- "field": "mp3"
- }
- }
+ "control": {
+ "mode": 0,
+ "port": 16001
+ },
+ "infos": {
+ "description": "MySQL funky playlist",
+ "genre": "Various Funk Groove",
+ "name": "My best funky station managed with MySQL",
+ "short_name": "MySQL_station",
+ "url": "http://parisson.com"
+ },
+ "media": {
+ "bitrate": 96,
+ "format": "mp3",
+ "ogg_quality": 4,
+ "samplerate": 48000,
+ "shuffle": 0,
+ "voices": 2,
+ "mysql": {
+ "host": "127.0.0.1",
+ "port": 3306,
+ "user": "username",
+ "password": "password",
+ "database": "database_name",
+ "table": "playlist_table",
+ "field": "absolute_path"
+ }
+ }
}
}
}