Configuration:Examples:SS

From ShoutIRC RadioBot Wiki
Jump to navigation Jump to search
Configuration Sections vde

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 vde

RadioBot main pages
Main PageInstallationChangelogCommandsPluginsFAQConfigurationCreditsRemote ClientBuilt-In VariablesMulti Sound Server ModeUsername Character Restrictions
Auto DJ Pages
Auto DJ Main PageWebRequest SystemSchedulerMP3 EncoderVoice SupportMySQL Plugin