Latest version
[rox-ripper.git] / Options.xml
blob3a37ea2d85b54af4e1a525c136588f27a5990126
1 <?xml version="1.0"?>
2 <options>
3         <section title="Locations">
4                 <entry name='library' label='Music'>
5                 The (optional) default location of your music.
6                 </entry>
7                 <entry name='cddb_server' label='CDDB'>
8                 The full url to reach freedb or equivalent.  By default this is 'http://freedb.freedb.org/~cddb/cddb.cgi', but there are mirrors. Leave blank to disable CDDB queries.
9                 </entry>
10         </section>
12         <section title='Ripper'>
13                 <entry name='ripper' label='Ripper'>
14 The application used for ripping from CD.
15 If this is not in your PATH you need to give the full path to the executable.
16 To run at lower priority run with 'nice'. (e.g. 'nice cdda2wav')
17                 </entry>
18                 <entry name='ripper_dev' label='Device'>
19                 Device name of cdrom.  For example: /dev/cdrom.
20                 </entry>
21                 <entry name='ripper_lun' label='LUN'>
22                 SCSI-style device name.  For example: 0,0,1 or ATAPI:0,1,0.
23                 </entry>
24                 <entry name='ripper_opts' label='Options'>
25                 Options for the encoder.  For example: quality, speed, etc.
26                 </entry>
27                 <toggle name='eject_after_rip' label='Eject after Rip'>
28                 Eject CD after ripping is complete (Encoding may still be running).
29                 </toggle>
31         </section>
33         <section title='Encoder'>
34                 <hbox>
35                 <label>Encoder</label>
36                 <spacer/>
37                 <radio-group name='encoder'>
38                         <radio label='mp3' value='MP3'/>
39                         <radio label='ogg' value='OGG'/>
40                 </radio-group>
41                 </hbox>
42                 <entry name='mp3_encoder' label='MP3 Encoder'>
43 The application used for encoding to MP3.
44 If this is not in your PATH you need to give the full path to the executable.
45 To run at lower priority run with 'nice'. (e.g. 'nice lame')
46                 </entry>
47                 <entry name='mp3_encoder_opts' label='Options'>
48                 Options for the encoder.  For example: vbr, id3 tags, min bitrate.
49                 </entry>
50                 <entry name='ogg_encoder' label='OGG Encoder'>
51 The application used for encoding to OGG.
52 If this is not in your PATH you need to give the full path to the executable.
53 To run at lower priority run with 'nice'. (e.g. 'nice oggenc')
54                 </entry>
55                 <entry name='ogg_encoder_opts' label='Options'>
56                 Options for the encoder.  For example: ???.
57                 </entry>
58         </section>
60 </options>