Version 018
[rox-musicbox.git] / Options.xml
blobd753f4ac30967b7a05d4694ded219dd36e8290d4
1 <?xml version="1.0"?>
2 <options>
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.
7                         </entry>
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.
10                         </entry>
11                 </frame>
12                 <frame label='Output'>
13                         <hbox>
14                         <label>Driver</label>
15                         <spacer/>
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>
21                         </radio-group>
22                         </hbox>
23                         <spacer/>
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.
26                         </numentry>
27                 </frame>
29                 <frame label='Play Settings' columns='2'>
30                 <hbox>
31                         <toggle name='repeat' label='Repeat'>
32                         Keep playing forever.
33                         </toggle>
34                         <spacer/>
36                         <toggle name='shuffle' label='Shuffle'>
37                         Randomize play order.
38                         </toggle>
39                         <spacer/>
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.
43                         </numentry>
44                 </hbox>
45                 </frame>
46         </section>
47         <section title="Display">
48                 <frame label='Fonts'>
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>
51                 </frame>
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>
55                 </frame>
56         </section>
58 </options>