Configuration:Examples:SS
		
		
		
		Jump to navigation
		Jump to search
		
| Configuration Sections v • d • e 
 | |||||
|---|---|---|---|---|---|
| ircbot.conf Format | |||||
| RadioBot Sections | |||||
| Base Example | IRC Example | SS Example | Timer | Plugin | |
| Most Popular Plugin Sections | |||||
| AutoDJ | SAM Example | SimpleDJ | DCC Example | TTS Example | Welcome | 
| Other Plugin Sections | |||||
| Auto_Identify | Centovacast Example | ChanAdmin Example | ChannelLinking | ChatGPT | Forum | 
| Jabber | Hangman | LastFM | Logging | LevelEmul | Mumble Example | 
| Pidgin | PublicVote | SC_Proxy | ShowSchedule | Skype | SMS | 
| SS_Admin | TeamSpeak3 Example | Telnet | Trivia | TuneIN Example | Twitter Example | 
| Uno | Users_MySQL Example | Users_Shared | |||
This is an example SS section with 1 SHOUTcast v2 server.
SS {
	Server0 {
		Host		your.server.com
		Port		8000
		Type		shoutcast2
		StreamID	1
		Pass		admin_password
	};
};
This is an example SS section with 2 SHOUTcast v1 servers.
SS {
	Server0 {
		Host		your.server.com
		Port		8000
		Type		shoutcast
	};
	Server1 {
		Host		your.server.com
		Port		8002
		Type		shoutcast
	};
};
This is an example SS section with 1 icecast server.
SS {
	Server0 {
		Host		your.server.com
		Port		8000
		Type		icecast
		Mount		/stream.mp3
		User		admin_user
		Pass		admin_pass
	};
};
| RadioBot v • d • e 
 | 
|---|
| RadioBot main pages | 
| Main Page • Installation • Changelog • Commands • Plugins • FAQ • Configuration • Credits • Remote Client • Built-In Variables • Multi Sound Server Mode • Username Character Restrictions | 
| Auto DJ Pages | 
| Auto DJ Main Page • WebRequest System • Scheduler • MP3 Encoder • Voice Support • MySQL Plugin |