### AUDIO ####

version = 11

# Directories
#
# you can add several folders by simple having multiple entries
#
# audio folders
audio_dir = /media/

# If your directories are stored on a network storage you can specify
# it underneath. The difference is that MMS will not try to add
# needless inotify watches to directories specified in this way
#
#audio_dir_no_watch = /media/

# Graphical audio
#
# Graphical audio mode enable id3/ogg tags support and cover support
# if images are found next to the music files
#
graphical_audio_mode = true

# Audio player
# Select the audio player to be used
# choose between: Xine Audio, Gstreamer, Alsaplayer
#
audio_player = Alsaplayer

# Download internet radio stations automaticly
#
download_radio = true

# Add playnow functionality
#
# Enabling this option adds a new key (audio_add,playnow) that in
# audio add can be used to quickly listen to a whole folder of tracks.
# This is very useful if one often listens to whole albums.
#
# Please note that using this command will DESTROY your current
# playlist, so don't enable this unless you are fully aware of this :)
#
audio_mode_playnow = true

# Stop playback when clearing the playlist?
#
audio_stop_on_clear = true

# Show notification area in screensaver
#
# This option is only applicable if notification area is enabled
#
notify_area_on_screensaver = true

# Last.fm support?
#
# Will report your listening pattern to last.fm using the daemon lastfmsubmitd
#
last_fm = false

# Last.fm path
#
# Path to lastfmsubmitd executable
#
last_fm_path = /usr/lib/lastfmsubmitd/lastfmsubmit

# Show playback control buttons in playlist mode
#
# Very useful for touchscreen devices
#
display_buttons = false

# Radio options
#
radiomplayeropts = -cache 128 -vo null
bttvradiooptsplay = -q -c /dev/radio -f
bttvradiooptsmute = -qm -c /dev/radio
bttvvolup_opts = line +4
bttvvoldown_opts = line -4
bttvvolctl_path = /usr/bin/setmixer

# internet radio stations
#
# for hardware tuners put the frequency you want to tune to after
# bttvradio://
#
internet_radio =  D I G I T A L L Y - I M P O R T E D, http://64.236.34.161:80/stream/1003
internet_radio  =  CNN                    , bttvradio://102.40
internet_radio  =  SPUTNIK online         , rtsp://213.200.64.234/farm/*/encode

# Audio filetypes
#
# The extension must be in lowercase
#
filetypes_a = mp3, mp3
filetypes_a = ogg, ogg
filetypes_a = wav, wav
filetypes_a = flac, flac
filetypes_a = wma, wma

