# This is a sample randomplayrc, copy it into your home directory as ~/.randomplayrc

# base directory from which music will be searched if the specified directory or filename doesn't exist
# in the current directory, or if no directory is specified
basedir ~/music

# history file
history ~/.randomplay_history

# how many days a song must have last been played before it can be played again
days=10

# hide output from player programs
verbose=no

# show the track information before each track is played
quiet=no

# default to remember songs played
remember=yes

# default to random shuffle
random=yes

# pause between songs, default to one second
pause=1

# weight favorite songs more heavily than others
weight=yes

# default history filename
history=~/.randomplay_history

# default player programs
player[mp3]=mpg321
player[ogg]=ogg123
# player[wav]=play-sample
# player[flac]=mplayer
# player[avi]=mplayer
# etc..

# define keystrokes -- multiple characters means all those characters will work
key[like]=+
key[dislike]=-
key[next]=Nn
key[quit]=Qq
key[last]=Ll
key[reset]=0=
