Fix exception handling (can't use rox.report_exception if rox not imported)
[rox-musicbox.git] / Options.xml
blob16353e655b334bdb9a30b9c47277fd50dcf27ae3
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>
28                 <frame label='Mixer Device'>
29                         <entry name='mixer_device' label='Path'>
30                         The /dev entry for your mixer.  Typically /dev/mixer.
31                         </entry>
32                 </frame>
34                 <frame label='Play Settings' columns='2'>
35                 <hbox>
36                         <toggle name='repeat' label='Repeat'>Keep playing forever.</toggle><spacer/>
37                         <toggle name='shuffle' label='Shuffle'>Randomize play order.</toggle><spacer/>
38                         <numentry name='shuffle_cache' label='Shuffle cache size' min='0' max='100'>
39                         How many songs to remember in shuffle mode so we don't replay too often.
40                         </numentry>
41                 </hbox>
42                 </frame>
43                 <frame label='Time'>
44                         <hbox>
45                                 <radio-group name='time_display' columns='2'>
46                                 <radio label='elapse' value='0'>Show elapsed time</radio>
47                                 <radio label='remain' value='1'>Show remaining time</radio>
48                                 </radio-group>
49                         </hbox>
50                 </frame>
51         </section>
52         <section title="Display">
53                 <frame label='Fonts'>
54                         <font name='base_font' label='Base font:'>The font used for Other text</font>
55                         <font name='song_font' label='Title font:'>The font used for the Song Title</font>
56                 </frame>
57                 <frame label='Colors'>
58                         <colour name='fg_color' label='Text Color:'>Text color.</colour>
59                         <colour name='bg_color' label='Background Color:'>The background color of the main display area.</colour>
60                 </frame>
61                 <frame label='Widgets'>
62                         <hbox>
63                                 <label>Show/Hide:</label>
64                                 <toggle name='toolbar' label='Toolbar'>Show/Hide the Toolbar</toggle>
65                                 <toggle name='volume' label='Volume'>Show/Hide the Volume control</toggle>
66                                 <toggle name='seekbar' label='Seek'>Show/Hide the Seek control</toggle>
67                                 <toggle name='album_art' label='Album Art'>Show/Hide Album Cover display</toggle>
68                         </hbox>
69                         <toggle name='word_wrap' label='Word Wrap'>Word wrap display strings</toggle>
70                         <toggle name='mini_toolbar' label='Mini Toolbar'>Use miniature size toolbar buttons</toggle>
71                 <label>Select the buttons you want on the toolbar:</label>
72                 <tool_options name='toolbar_disable'/>
73                 </frame>
74         </section>
76 </options>