Use playbin2 instead of the old playbin
[panucci.git] / data / panucci.schemas
blob8a1535ed05eaa63a33843f9b8064c816e5447a4d
1 <gconfschemafile>
2    <schemalist>
4       <schema>
5         <key>/schemas/apps/panucci/last_folder</key>
6         <applyto>/apps/panucci/last_folder</applyto>
7         <owner>panucci</owner>
8         <type>string</type>
9         <default>~</default>
10         <locale name="C">
11           <short>The last folder a file was selected from.</short>
12           <long>The last folder a file was selected from.</long>
13         </locale>
14       </schema>
16       <schema>
17         <key>/schemas/apps/panucci/progress_locked</key>
18         <applyto>/apps/panucci/progress_locked</applyto>
19         <owner>panucci</owner>
20         <type>bool</type>
21         <default>FALSE</default>
22         <locale name="C">
23           <short>Whether or not the progress bar is locked</short>
24           <long>If the progress bar is locked, touching it won't cause the player to seek.</long>
25         </locale>
26       </schema>
28       <schema>
29         <key>/schemas/apps/panucci/volume</key>
30         <applyto>/apps/panucci/volume</applyto>
31         <owner>panucci</owner>
32         <type>float</type>
33         <default>0.3</default>
34         <locale name="C">
35           <short>The player's volume setting.</short>
36           <long>The player's volume setting, which is separate from the global volume setting.</long>
37         </locale>
38       </schema>
40       <schema>
41         <key>/schemas/apps/panucci/db_location</key>
42         <applyto>/apps/panucci/db_location</applyto>
43         <owner>panucci</owner>
44         <type>string</type>
45         <default>~/.panucci.sqlite</default>
46         <locale name="C">
47           <short>Where Panucci's database is stored.</short>
48           <long>Where Panucci stores it's sqlite database of bookmark data.</long>
49         </locale>
50       </schema>
52       <schema>
53         <key>/schemas/apps/panucci/temp_playlist</key>
54         <applyto>/apps/panucci/temp_playlist</applyto>
55         <owner>panucci</owner>
56         <type>string</type>
57         <default>~/.panucci.m3u</default>
58         <locale name="C">
59           <short>Where Panucci stores it's temporary playlist.</short>
60           <long>If the queue is modified and Panucci is closed then the queue gets saved to a temporary playlist file, this setting sets the location of this file.</long>
61         </locale>
62       </schema>
64       <schema>
65         <key>/schemas/apps/panucci/max_recent_files</key>
66         <applyto>/apps/panucci/max_recent_files</applyto>
67         <owner>panucci</owner>
68         <type>int</type>
69         <default>10</default>
70         <locale name="C">
71           <short>Maximum number of entries to show in the recent files list.</short>
72           <long>How many entries to display in the recent files list, set to 0 for none.</long>
73         </locale>
74       </schema>
76       <schema>
77         <key>/schemas/apps/panucci/seek_long</key>
78         <applyto>/apps/panucci/seek_long</applyto>
79         <owner>panucci</owner>
80         <type>int</type>
81         <default>60</default>
82         <locale name="C">
83           <short>Number of seconds the |&lt;&lt; or &gt;&gt;| button seeks.</short>
84           <long>Controls how many seconds are skipped during a "long" seek.</long>
85         </locale>
86       </schema>
88       <schema>
89         <key>/schemas/apps/panucci/seek_short</key>
90         <applyto>/apps/panucci/seek_short</applyto>
91         <owner>panucci</owner>
92         <type>int</type>
93         <default>10</default>
94         <locale name="C">
95           <short>Number of seconds the &lt;&lt; or &gt;&gt; button seeks.</short>
96           <long>Controls how many seconds are skipped during a "short" seek.</long>
97         </locale>
98       </schema>
100       <schema>
101         <key>/schemas/apps/panucci/dual_action_button_delay</key>
102         <applyto>/apps/panucci/dual_action_button_delay</applyto>
103         <owner>panucci</owner>
104         <type>float</type>
105         <default>0.5</default>
106         <locale name="C">
107           <short>How many seconds to wait before the second action is enabled.</short>
108           <long>Eg. If the user presses and holds |&lt;&lt; or &gt;&gt;| for X amount of seconds the Panucci will skip to the pevious/next track.</long>
109         </locale>
110       </schema>
112       <schema>
113         <key>/schemas/apps/panucci/enable_dual_action_btn</key>
114         <applyto>/apps/panucci/enable_dual_action_btn</applyto>
115         <owner>panucci</owner>
116         <type>bool</type>
117         <default>TRUE</default>
118         <locale name="C">
119           <short>Enable dual-action buttons</short>
120           <long>Eg. This makes the |&lt;&lt; or &gt;&gt;| buttons able to skip tracks by holding them long enough.</long>
121         </locale>
122       </schema>
124       <schema>
125         <key>/schemas/apps/panucci/allow_blanking</key>
126         <applyto>/apps/panucci/allow_blanking</applyto>
127         <owner>panucci</owner>
128         <type>bool</type>
129         <default>TRUE</default>
130         <locale name="C">
131           <short>Allow the screen to blank (let the backlight turn off)</short>
132           <long>Set this to false if you don't want the screen to blank while panucci is running. This is useful in cars. NOTE: This is a Maemo-only setting.</long>
133         </locale>
134       </schema>
136       <schema>
137         <key>/schemas/apps/panucci/scrolling_labels</key>
138         <applyto>/apps/panucci/scrolling_labels</applyto>
139         <owner>panucci</owner>
140         <type>bool</type>
141         <default>TRUE</default>
142         <locale name="C">
143           <short>Allow labels to scroll if they are too large</short>
144           <long>If this is disabled the labels will simply stop scrolling.</long>
145         </locale>
146       </schema>
148       <schema>
149         <key>/schemas/apps/panucci/supported_extensions</key>
150         <applyto>/apps/panucci/supported_extensions</applyto>
151         <owner>panucci</owner>
152         <type>string</type>
153         <default>mp2,mp3,mp4,ogg,m4a,wav</default>
154         <locale name="C">
155           <short>A comma-separated list of allowed file extensions.</short>
156           <long>A list of file extensions that are playable by Panucci.</long>
157         </locale>
158       </schema>
159     
160       <schema>
161         <key>/schemas/apps/panucci/enable_hardware_decoding</key>
162         <applyto>/apps/panucci/enable_hardware_decoding</applyto>
163         <owner>panucci</owner>
164         <type>bool</type>
165         <default>FALSE</default>
166         <locale name="C">
167           <short>Enable hardware decoding on maemo</short>
168           <long>This allows the player to use hardware decoding for certain media types.</long>
169         </locale>
170       </schema>
171     
172   </schemalist>
173 </gconfschemafile>