#Use external editor for editing stations and viewing logs, true or false:
USEEDTR="false"
#If above is true specify editor command:
EDTR="geany"
#Define time interval for auto-changer script: s for seconds, m for minutes, h for hours
HOWLONG="30m"
#For .xspf playlists only at the moment, if set to true plays first location in playlist otherwise gives choice to choose from all urls in playlist
PLAYFIRST="true"
#Where to save reorded streams:
RIPDIR="$HOME"
#Additional parameters for streamripper, -d $RIPDIR will be added by script
SRIPOPTS="-u mplayer"
#Volume bar controls channel:
VLMCH="Master"
#Show current station name:
STNENABLED="true"
#Show seaparator after now playing:
HSENABLED="true"
#Show now playing song:
NPENABLED="true"
#Show volume control:
VLMENABLED="true"
#Show elapsed time statusbar:
STBENABLED="true"
#Use window manager decorations:
SGRDECOR="true"
#If set to true it will not show on taskbar:
SKIPTASKBAR="false"
