3 <section title="Settings">
4 <frame label='Library'>
5 <entry name='library' label='Path'>
6 The (optional) default location of your music. This location will be scanned and loaded at startup when no command-line arguments are given. It is a ':' separated list of directories, and/or .xml, .pls, .m3u, .mp3, .ogg files.
8 <entry name='library_re' label='Pattern'>
9 A python regular expression to parse the full path of each file into 'artist', 'album', 'title' and 'track'. Used when there is no tag info in the file.
12 <frame label='Output'>
16 <radio-group name='driver_id' columns='2'>
17 <radio label='esd' value='esd'>Gnome esound server</radio>
18 <radio label='oss' value='oss'>Open Sound System driver</radio>
19 <radio label='alsa' value='alsa09'>current Alsa driver</radio>
20 <radio label='alsa (old)' value='alsa'>older (obsolete?) Alsa driver</radio>
24 <numentry name='audio_buffer' label='Buffer Size' min='512' max='65535' step='128'>
25 The size of the buffer used to read/write sound data. A larger buffer may reduce skipping under heavy load.
29 <frame label='Play Settings' columns='2'>
31 <toggle name='repeat' label='Repeat'>
36 <toggle name='shuffle' label='Shuffle'>
41 <numentry name='shuffle_cache' label='Shuffle cache size' min='0' max='100'>
42 How many songs to remember in shuffle mode so we don't replay too often.
47 <section title="Display">
49 <font name='base_font' label='Base font:'>The font used for Other text</font>
50 <font name='song_font' label='Title font:'>The font used for the Song Title</font>
52 <frame label='Colors'>
53 <colour name='fg_color' label='Text Color:'>Text color.</colour>
54 <colour name='bg_color' label='Background Color:'>The background color of the main display area.</colour>