From 9f862fe1b1d63f38e011aa96efb948d11f7fa98b Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 24 Apr 2011 03:17:17 +0200 Subject: [PATCH] Update settings docs for shoutcast --- mopidy/settings.py | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/mopidy/settings.py b/mopidy/settings.py index cd8f445e..7daa2257 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -176,32 +176,44 @@ MPD_SERVER_PORT = 6600 #: Servar that runs Shoutcast server to send stream to. #: -#: Default: :class:`None`, disables shoutcast if set to :class:`None` +#: Default:: +#: +#: SHOUTCAST_SERVER = None # Must be set to enable shoutcase SHOUTCAST_SERVER = None #: User to authenticate as against Shoutcast server. #: -#: Default: 'source' +#: Default:: +#: +#: SHOUTCAST_USER = u'source' SHOUTCAST_USER = u'source' #: Password to authenticate with against Shoutcast server. #: -#: Default: 'hackme' +#: Default:: +#: +#: SHOUTCAST_PASSWORD = u'hackme' SHOUTCAST_PASSWORD = u'hackme' #: Port to use for streaming to Shoutcast server. #: -#: Default: 8000 +#: Default:: +#: +#: SHOUTCAST_PORT = 8000 SHOUTCAST_PORT = 8000 #: Mountpoint to use for the stream on the Shoutcast server. #: -#: Default: /stream +#: Default:: +#: +#: SHOUTCAST_MOUNT = u'/stream' SHOUTCAST_MOUNT = u'/stream' #: Encoder to use to process audio data before streaming. #: -#: Default: vorbisenc ! oggmux +#: Default:: +#: +#: SHOUTCAST_ENCODER = u'vorbisenc ! oggmux' SHOUTCAST_ENCODER = u'vorbisenc ! oggmux' #: Overrides to allow advanced setup of shoutcast. Using this settings implies @@ -216,7 +228,9 @@ SHOUTCAST_ENCODER = u'vorbisenc ! oggmux' #: #: For all options see gst-inspect-0.10 lame, vorbisenc and shout2send. #: -#: Default: :class:`None` +#: Default:: +#: +#: SHOUTCAST_OVERRIDE = None SHOUTCAST_OVERRIDE = None #: Path to the Spotify cache.