| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- Author: Stanislav Karchebny, berk@upnet.ru --> |
| 3 |
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" |
| 4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 |
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 |
| 6 |
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > |
| 7 |
<include>qdir.h</include> |
| 8 |
|
| 9 |
<kcfgfile name="amarokrc"/> |
| 10 |
|
| 11 |
<group name="General Options"> |
| 12 |
<entry key="Left Time Display Enabled" type="Bool"> |
| 13 |
<label>Whether to display a second, left time label.</label> |
| 14 |
<whatsthis>Set this to display a second time label to the left of the seek slider in the player window.</whatsthis> |
| 15 |
<default>true</default> |
| 16 |
</entry> |
| 17 |
<entry key="Left Time Display Remaining" type="Bool"> |
| 18 |
<label>Whether to display remaining track time in the left time label.</label> |
| 19 |
<whatsthis>Set this to display remaining track time instead of past track time in the player window.</whatsthis> |
| 20 |
<default>false</default> |
| 21 |
</entry> |
| 22 |
<entry key="Favor Tracks" type="Enum"> |
| 23 |
<label>Which tracks or albums to favor in Random Mode</label> |
| 24 |
<whatsthis>Tracks or albums with the chosen property will be more likely to be chosen in Random Mode.</whatsthis> |
| 25 |
<choices> |
| 26 |
<choice name="Off"></choice> |
| 27 |
<choice name="HigherScores"></choice> |
| 28 |
<choice name="HigherRatings"></choice> |
| 29 |
<choice name="LessRecentlyPlayed"></choice> |
| 30 |
</choices> |
| 31 |
<default>Off</default> |
| 32 |
</entry> |
| 33 |
<entry key="Track Progression" type="Enum"> |
| 34 |
<label>How to progress through tracks in the playlist</label> |
| 35 |
<whatsthis>Determines how amarok will progress through the tracks in the playlist</whatsthis> |
| 36 |
<choices> |
| 37 |
<choice name="Normal"></choice> |
| 38 |
<choice name="RepeatTrack"></choice> |
| 39 |
<choice name="RepeatAlbum"></choice> |
| 40 |
<choice name="RepeatPlaylist"></choice> |
| 41 |
<choice name="RandomTrack"></choice> |
| 42 |
<choice name="RandomAlbum"></choice> |
| 43 |
</choices> |
| 44 |
<default>Normal</default> |
| 45 |
</entry> |
| 46 |
<entry key="Dynamic Mode" type="Bool"> |
| 47 |
<label>The status of dynamic mode.</label> |
| 48 |
<whatsthis>If set, dynamic mode will be on, and tracks will be added according to the dynamic playlist specified.</whatsthis> |
| 49 |
<default>false</default> |
| 50 |
</entry> |
| 51 |
<entry key="Previous Tracks" type="Int"> |
| 52 |
<label>Previous tracks count.</label> |
| 53 |
<whatsthis>Number of tracks to leave in the playlist before the active track.</whatsthis> |
| 54 |
<default>5</default> |
| 55 |
</entry> |
| 56 |
<entry key="Upcoming Tracks" type="Int"> |
| 57 |
<label>Upcoming tracks count.</label> |
| 58 |
<whatsthis>Number of tracks to load into the playlist after the active track.</whatsthis> |
| 59 |
<default>10</default> |
| 60 |
</entry> |
| 61 |
<entry key="Last Dynamic Mode" type="String"> |
| 62 |
<label>The most recently used Dynamic Mode</label> |
| 63 |
<whatsthis>The title of the Dynamic Mode that was most recently loaded in the playlist</whatsthis> |
| 64 |
<default>Random Mix</default> |
| 65 |
</entry> |
| 66 |
<entry key="Show Tray Icon" type="Bool"> |
| 67 |
<label>Whether to show icon in system tray</label> |
| 68 |
<whatsthis>Enable/Disable tray icon for Amarok.</whatsthis> |
| 69 |
<default>true</default> |
| 70 |
</entry> |
| 71 |
<entry key="HideContextView" type="Bool"> |
| 72 |
<label>Whether to hide the context view.</label> |
| 73 |
<whatsthis>Enable/Disable context view in Amarok.</whatsthis> |
| 74 |
<default>false</default> |
| 75 |
</entry> |
| 76 |
<entry key="Animate Tray Icon" type="Bool"> |
| 77 |
<label>Whether to animate the systray icon</label> |
| 78 |
<whatsthis>Enable/Disable tray icon animation.</whatsthis> |
| 79 |
<default>false</default> |
| 80 |
</entry> |
| 81 |
<entry key="Track Delay Length" type="Int"> |
| 82 |
<label>Delay between tracks, in milliseconds</label> |
| 83 |
<whatsthis>Delay between tracks, in milliseconds.</whatsthis> |
| 84 |
<default>0</default> |
| 85 |
</entry> |
| 86 |
<entry key="Undo Levels" type="Int"> |
| 87 |
<label>Number of undo levels in playlist</label> |
| 88 |
<whatsthis>The number of undo levels in the playlist.</whatsthis> |
| 89 |
<default>30</default> |
| 90 |
</entry> |
| 91 |
<entry key="Show Splashscreen" type="Bool"> |
| 92 |
<label>Whether a splash-screen should be displayed on startup</label> |
| 93 |
<whatsthis>Enable/Disable splashscreen during Amarok startup.</whatsthis> |
| 94 |
<default>true</default> |
| 95 |
</entry> |
| 96 |
<entry key="Relative Playlist" type="Bool"> |
| 97 |
<label>Whether playlists store relative path</label> |
| 98 |
<whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis> |
| 99 |
<default>true</default> |
| 100 |
</entry> |
| 101 |
<entry key="External Browser" type="String"> |
| 102 |
<label>Filename of the external web browser to be invoked by Amarok.</label> |
| 103 |
<default>xdg-open</default> |
| 104 |
</entry> |
| 105 |
<entry key="AutoGetCoverArt" type="Bool"> |
| 106 |
<label>Whether to automatically attempt to fetch cover art as needed</label> |
| 107 |
<default>false</default> |
| 108 |
</entry> |
| 109 |
<entry key="AutoScrollPlaylist" type="Bool"> |
| 110 |
<label>Automatically scroll the playlist to make the currently playing song visible</label> |
| 111 |
<default>true</default> |
| 112 |
</entry> |
| 113 |
<entry key="Show Album Art" type="Bool"> |
| 114 |
<label>Show Album art in the Collection Browser</label> |
| 115 |
<default>true</default> |
| 116 |
</entry> |
| 117 |
<entry key="Lock Layout" type="Bool"> |
| 118 |
<label>Show the Context View</label> |
| 119 |
<default>true</default> |
| 120 |
</entry> |
| 121 |
<entry key="PlayFirstRunJingle" type="Bool"> |
| 122 |
<label>Play the first run jingle</label> |
| 123 |
<default>true</default> |
| 124 |
</entry> |
| 125 |
</group> |
| 126 |
|
| 127 |
<group name="OrganizeCollectionDialog"> |
| 128 |
<entry key="Overwrite Files" type="Bool"> |
| 129 |
<label>Whether organize files will overwrite existing files.</label> |
| 130 |
<whatsthis>If set, Organize files will overwrite any existing destination.</whatsthis> |
| 131 |
<default>false</default> |
| 132 |
</entry> |
| 133 |
<entry key="Group By Filetype" type="Bool"> |
| 134 |
<label>Whether organize files will group directories according to their filetype.</label> |
| 135 |
<whatsthis>If set, Organize files will group directories containing the same filetype.</whatsthis> |
| 136 |
<default>false</default> |
| 137 |
</entry> |
| 138 |
<entry key="Group Artists" type="Bool"> |
| 139 |
<label>Whether organize files will group artists whose names start with the same character.</label> |
| 140 |
<whatsthis>If set, Organize files will group artists whose names start with the same character.</whatsthis> |
| 141 |
<default>false</default> |
| 142 |
</entry> |
| 143 |
<entry key="Ignore The" type="Bool"> |
| 144 |
<label>Whether organize files will ignore The in artist names.</label> |
| 145 |
<whatsthis>If set, Organize files will ignore The in artist names.</whatsthis> |
| 146 |
<default>true</default> |
| 147 |
</entry> |
| 148 |
<entry key="Replace Space" type="Bool"> |
| 149 |
<label>Whether organize files will replace spaces in filenames with underscores.</label> |
| 150 |
<whatsthis>If set, Organize files will replace spaces in filenames with underscores.</whatsthis> |
| 151 |
<default>false</default> |
| 152 |
</entry> |
| 153 |
<entry key="Cover Icons" type="Bool"> |
| 154 |
<label>Whether organize files will use cover art as folder icons.</label> |
| 155 |
<whatsthis>If set, Organize files will use cover art as folder icons.</whatsthis> |
| 156 |
<default>true</default> |
| 157 |
</entry> |
| 158 |
<entry key="Organize Directory" type="String"> |
| 159 |
<label>Collection folder path destination for Organize files.</label> |
| 160 |
<whatsthis>The path of the collection folder destination for Organize files.</whatsthis> |
| 161 |
<default></default> |
| 162 |
</entry> |
| 163 |
<entry key="Vfat Compatible" type="Bool"> |
| 164 |
<label>Whether organize files will rename files in a manner compatible with vfat filesystems.</label> |
| 165 |
<whatsthis>If set, Organize files will replace characters that are not compatible with vfat filesystems (such as ':', '*' and '?').</whatsthis> |
| 166 |
<default>true</default> |
| 167 |
</entry> |
| 168 |
<entry key="Ascii Only" type="Bool"> |
| 169 |
<label>Whether organize files will rename files such that they only contain 7-bit ASCII characters.</label> |
| 170 |
<whatsthis>If set, Organize files will replace characters that are not compatible with the 7-bit ASCII character set.</whatsthis> |
| 171 |
<default>false</default> |
| 172 |
</entry> |
| 173 |
<entry key="Use Custom Scheme" type="Bool"> |
| 174 |
<label>Whether organize files will use a custom file naming scheme.</label> |
| 175 |
<whatsthis>If set, Organize files will rename files according to a custom format string.</whatsthis> |
| 176 |
<default>false</default> |
| 177 |
</entry> |
| 178 |
<entry key="Custom Scheme" type="String"> |
| 179 |
<label>Format string for Organize files, if a custom naming scheme is used.</label> |
| 180 |
<whatsthis>If the custom filename scheme is enabled, then Organize files will rename files according to this format string.</whatsthis> |
| 181 |
<default>%artist/%album/%track_-_%title</default> |
| 182 |
</entry> |
| 183 |
<entry key="Replacement Regexp" type="String"> |
| 184 |
<label>Regular expression that is to be replaced.</label> |
| 185 |
<whatsthis>Organize files will replace substrings matching this regular expression.</whatsthis> |
| 186 |
<default></default> |
| 187 |
</entry> |
| 188 |
<entry key="Replacement String" type="String"> |
| 189 |
<label>Replacing string.</label> |
| 190 |
<whatsthis>Organize files will replace matching substrings with this string.</whatsthis> |
| 191 |
<default></default> |
| 192 |
</entry> |
| 193 |
<entry key="Mode" type="String"> |
| 194 |
<label>Basic or Advanced Mode</label> |
| 195 |
<whatsthis>In basic mode graphical drag/droppable tokens are used to create a filename scheme, in advanced mode the images are replaced with text.</whatsthis> |
| 196 |
<default>Basic</default> |
| 197 |
</entry> |
| 198 |
<entry key="Format Presets" type="StringList"> |
| 199 |
<label>Format Presets</label> |
| 200 |
<whatsthis>A list of preset formats (token schemas).</whatsthis> |
| 201 |
<default>Default#DELIM#%artist/%album/%track_-_%title#DELIM#selected</default> |
| 202 |
</entry> |
| 203 |
</group> |
| 204 |
|
| 205 |
<group name="Playback"> |
| 206 |
<entry key="Master Volume" type="Int"> |
| 207 |
<label>Master volume</label> |
| 208 |
<whatsthis>The Amarok master volume, a value between 0 and 100.</whatsthis> |
| 209 |
<default>80</default> |
| 210 |
<min>0</min> |
| 211 |
<max>100</max> |
| 212 |
</entry> |
| 213 |
<entry key="Mute State" type="Bool"> |
| 214 |
<label>Mute state</label> |
| 215 |
<whatsthis>Mute/Unmute sound.</whatsthis> |
| 216 |
<default>false</default> |
| 217 |
</entry> |
| 218 |
<entry key="Crossfade" type="Bool"> |
| 219 |
<label>Whether to crossfade between tracks</label> |
| 220 |
<whatsthis>Enable/Disable crossfading between track changes.</whatsthis> |
| 221 |
<default>false</default> |
| 222 |
</entry> |
| 223 |
<entry key="Crossfade Length" type="Int"> |
| 224 |
<label>Length of crossfade, in milliseconds</label> |
| 225 |
<whatsthis>The length of the crossfade between tracks in milliseconds.</whatsthis> |
| 226 |
<default>4000</default> |
| 227 |
<min>400</min> |
| 228 |
</entry> |
| 229 |
<entry key="Crossfade Type" type="Int"> |
| 230 |
<label>When to Crossfade</label> |
| 231 |
<whatsthis>Determines whether to crossfade always, or on automatic/manual track changes only.</whatsthis> |
| 232 |
<default>0</default> |
| 233 |
</entry> |
| 234 |
<entry key="Fadeout" type="Bool"> |
| 235 |
<label>Whether to fade out tracks when pressing stop.</label> |
| 236 |
<whatsthis>Enable/Disable fadeout.</whatsthis> |
| 237 |
<default>true</default> |
| 238 |
</entry> |
| 239 |
<entry key="Fadeout Length" type="Int"> |
| 240 |
<label>Length of fadeout, in milliseconds</label> |
| 241 |
<whatsthis>The length of the fadeout in milliseconds.</whatsthis> |
| 242 |
<default>2500</default> |
| 243 |
<min>400</min> |
| 244 |
</entry> |
| 245 |
<entry key="FadeoutOnExit" type="Bool"> |
| 246 |
<label>Whether to fade out when exiting the program.</label> |
| 247 |
<default>true</default> |
| 248 |
</entry> |
| 249 |
<entry key="EqualizerMode" type="Int"> |
| 250 |
<label>Equalizer mode - 0 = off, 1 to n = preset no</label> |
| 251 |
<whatsthis>When enabled, an equalizer plugin filters the audio stream.</whatsthis> |
| 252 |
<default>false</default> |
| 253 |
</entry> |
| 254 |
<entry key="EqualizerGains" type="IntList"> |
| 255 |
<label>11 Equalizer gains include pre-amp, range -100..100, 0 is normal.</label> |
| 256 |
<default>0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0</default> |
| 257 |
</entry> |
| 258 |
<entry key="EqualizerPresetsNames" type="StringList"> |
| 259 |
<label>List with user equalizer preset names</label> |
| 260 |
</entry> |
| 261 |
<entry key="EqualizerPresestValues" type="IntList"> |
| 262 |
<label>List with user presets values</label> |
| 263 |
</entry> |
| 264 |
<entry key="DefEqualizerPresetsNames" type="StringList"> |
| 265 |
<label>List with user equalizer preset names</label> |
| 266 |
<default>Manual,Classical,Club,Dance,Full Bass,Full Treble,Full Bass + Treble,Laptop/Headphones,Large Hall,Live,Party,Pop,Reggae,Rock,Soft,Ska,Soft Rock,Techno,Zero</default> |
| 267 |
</entry> |
| 268 |
<entry key="DefEqualizerPresestValues" type="IntList"> |
| 269 |
<default> |
| 270 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, <!-- Manual --> |
| 271 |
0, 0, 0, 0, 0, 0, 0, -40, -40, -40, -50, <!-- Classical --> |
| 272 |
0, 0, 0, 20, 30, 30, 30, 20, 0, 0, 0, <!-- Club --> |
| 273 |
-10, 50, 35, 10, 0, 0, -30, -40, -40, 0, 0, <!-- Dance --> |
| 274 |
0, 29, 40, 23, 15, 0, 0, 0, 0, 0, 0, <!-- Full Bass --> |
| 275 |
-83, -50, -50, -50, -25, 15, 55, 80, 80, 80, 85, <!-- Full Treble --> |
| 276 |
-41, 35, 30, 0, -40, -25, 10, 45, 55, 60, 60, <!-- Full Bass + Treble --> |
| 277 |
-16, 25, 50, 25, -20, 0, -30, -40, -40, 0, 0, <!-- Laptop/Headphones --> |
| 278 |
-25, 50, 50, 30, 30, 0, -25, -25, -25, 0, 0, <!-- Large Hall --> |
| 279 |
0, -25, 0, 20, 25, 30, 30, 20, 15, 15, 10, <!-- Live --> |
| 280 |
0, 35, 35, 0, 0, 0, 0, 0, 0, 35, 35, <!-- Party --> |
| 281 |
-15, -10, 25, 35, 40, 25, -5, -15, -15, -10, -10, <!-- Pop --> |
| 282 |
0, 0, 0, -5, -30, 0, -35, -35, 0, 0, 0, <!-- Reggae --> |
| 283 |
-28, 40, 25, -30, -40, -20, 20, 45, 55, 55, 55, <!-- Rock --> |
| 284 |
-33, 25, 10, -5, -15, -5, 20, 45, 50, 55, 60, <!-- Soft --> |
| 285 |
-29, -15, -25, -25, -5, 20, 30, 45, 50, 55, 50, <!-- Ska --> |
| 286 |
0, 20, 20, 10, -5, -25, -30, -20, -5, 15, 45, <!-- Soft Rock --> |
| 287 |
-26, 40, 30, 0, -30, -25, 0, 40, 50, 50, 45, <!-- Techno --> |
| 288 |
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 <!-- Zero --> |
| 289 |
</default> |
| 290 |
<label>List with user presets values</label> |
| 291 |
</entry> |
| 292 |
|
| 293 |
<entry key="Replay Gain Mode" type="Enum"> |
| 294 |
<label>The mode for adjusting playback volume.</label> |
| 295 |
<whatsthis>Whether to adjust the volume of tracks to make them sound the same volume, and if so whether to make the adjustments per-track or per-album.</whatsthis> |
| 296 |
<choices> |
| 297 |
<choice name="Off"> |
| 298 |
<label>Disable Replay Gain</label> |
| 299 |
</choice> |
| 300 |
<choice name="Track"> |
| 301 |
<label>Make each track the same volume</label> |
| 302 |
</choice> |
| 303 |
<choice name="Album"> |
| 304 |
<label>Make each album the same volume</label> |
| 305 |
</choice> |
| 306 |
</choices> |
| 307 |
<default>Track</default> |
| 308 |
</entry> |
| 309 |
</group> |
| 310 |
|
| 311 |
<group name="Cover Manager"> |
| 312 |
<entry key="Amazon Locale" type="String"> |
| 313 |
<label>Amazon locale for cover retrieval</label> |
| 314 |
<whatsthis>Determines which Amazon server cover images should be retrieved from.</whatsthis> |
| 315 |
<default>us</default> |
| 316 |
</entry> |
| 317 |
</group> |
| 318 |
|
| 319 |
<group name="Wikipedia"> |
| 320 |
<entry key="Wikipedia Locale" type="String"> |
| 321 |
<label>Wikipedia locale for information retrieval</label> |
| 322 |
<whatsthis>Determines in which language the information is retrieved from Wikipedia.</whatsthis> |
| 323 |
<default>en</default> |
| 324 |
</entry> |
| 325 |
</group> |
| 326 |
|
| 327 |
<group name="KNotify"> |
| 328 |
<entry key="KNotify Enabled" type="Bool"> |
| 329 |
<label>Use KNotify support</label> |
| 330 |
<default>false</default> |
| 331 |
</entry> |
| 332 |
</group> |
| 333 |
|
| 334 |
<group name="OSD"> |
| 335 |
<entry key="Osd Enabled" type="Bool"> |
| 336 |
<label>Use On-Screen Display</label> |
| 337 |
<whatsthis>Enable/Disable the On-Screen Display.</whatsthis> |
| 338 |
<default>true</default> |
| 339 |
</entry> |
| 340 |
<entry key="Growl Enabled" type="Bool"> |
| 341 |
<label>Use Growl for notifications</label> |
| 342 |
<whatsthis>Enable/Disable use of Growl for notifications.</whatsthis> |
| 343 |
<default>false</default> |
| 344 |
</entry> |
| 345 |
<entry key="Osd Use Playlist Columns" type="Bool"> |
| 346 |
<label>Display the same information in the OSD as in the playlist columns.</label> |
| 347 |
<whatsthis>If enabled, the OSD will display the same information and in the same order as the columns in the playlist.</whatsthis> |
| 348 |
<default>true</default> |
| 349 |
</entry> |
| 350 |
<entry key="Osd Text" type="String"> |
| 351 |
<label>The OSD text to show</label> |
| 352 |
<whatsthis>Customize the OSD display text.</whatsthis> |
| 353 |
<default>%artist - %title {(%length)}\n%album</default> |
| 354 |
</entry> |
| 355 |
<entry key="Osd Use Translucency" type="Bool"> |
| 356 |
<label>Translucency Toggle</label> |
| 357 |
<whatsthis>Make the background of the OSD translucent.</whatsthis> |
| 358 |
<default>true</default> |
| 359 |
</entry> |
| 360 |
<entry key="Osd Use Custom Colors" type="Bool"> |
| 361 |
<label>Whether to use custom colors for the OSD</label> |
| 362 |
<whatsthis>You can use custom colors for the OSD if you set this true.</whatsthis> |
| 363 |
<default>false</default> |
| 364 |
</entry> |
| 365 |
<entry key="Osd Text Color" type="Color"> |
| 366 |
<label>Font Color for On-Screen Display</label> |
| 367 |
<whatsthis>The color of the OSD text. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis> |
| 368 |
<default>#ffff00</default> |
| 369 |
</entry> |
| 370 |
<entry key="Osd Duration" type="Int"> |
| 371 |
<label>How many milliseconds the text should be displayed for</label> |
| 372 |
<whatsthis>The time in milliseconds to show the OSD. A value of 0 means never hide. The default value is 5000 ms.</whatsthis> |
| 373 |
<default>5000</default> |
| 374 |
<min>0</min> |
| 375 |
</entry> |
| 376 |
<entry key="Osd Y Offset" type="Int"> |
| 377 |
<label>Y position offset</label> |
| 378 |
<whatsthis>The Y position of the OSD relative to the chosen screen and OSD alignment. If Top alignment is chosen the Y offset is the space between the upper part of the OSD and the top of the screen. If Bottom alignment is chosen the Y offset is the space between the bottom part of the OSD and the bottom of the screen.</whatsthis> |
| 379 |
<default>50</default> |
| 380 |
<min>0</min> |
| 381 |
<max>10000</max> |
| 382 |
</entry> |
| 383 |
<entry key="Osd Screen" type="Int"> |
| 384 |
<label>OSD screen</label> |
| 385 |
<whatsthis>The screen that should display the OSD. For single-headed environments this setting should be 0.</whatsthis> |
| 386 |
<default>0</default> |
| 387 |
</entry> |
| 388 |
<entry key="Osd Cover" type="Bool"> |
| 389 |
<label>Whether the album cover should be shown</label> |
| 390 |
<whatsthis>If enabled, shows the album cover in the OSD.</whatsthis> |
| 391 |
<default>true</default> |
| 392 |
</entry> |
| 393 |
<entry key="Osd Alignment" type="Enum"> |
| 394 |
<label>Align OSD to</label> |
| 395 |
<whatsthis>The relative position of the OSD. Possible choices are Left, Middle, Right and Center.</whatsthis> |
| 396 |
<choices> |
| 397 |
<choice name="Left"/> |
| 398 |
<choice name="Middle"/> |
| 399 |
<choice name="Center"/> |
| 400 |
<choice name="Right"/> |
| 401 |
</choices> |
| 402 |
<default>Middle</default> |
| 403 |
</entry> |
| 404 |
|
| 405 |
</group> |
| 406 |
|
| 407 |
<group name="Session"> |
| 408 |
<entry key="Resume Playback" type="Bool"> |
| 409 |
<label>Resume playback of last played track on startup</label> |
| 410 |
<whatsthis>If set, Amarok resumes playback of the last played track on startup.</whatsthis> |
| 411 |
<default>false</default> |
| 412 |
</entry> |
| 413 |
<entry key="Resume Track" type="Path"> |
| 414 |
<label>Track URL to resume upon startup</label> |
| 415 |
<whatsthis>Internal: URL of the track to resume on startup.</whatsthis> |
| 416 |
</entry> |
| 417 |
<entry key="Resume Time" type="Int"> |
| 418 |
<label>Time to resume at, in milliseconds</label> |
| 419 |
<whatsthis>Internal: Playback position in the track to resume on startup.</whatsthis> |
| 420 |
</entry> |
| 421 |
<entry key="Visible Browsers" type="IntList"> |
| 422 |
<label>List of bools describing which browsers are visible, from top to bottom.</label> |
| 423 |
</entry> |
| 424 |
<entry key="LastPlaying" type="Int"> |
| 425 |
<label>Track playing on last exit. Value is -1 if no track was playing.</label> |
| 426 |
<default>-1</default> |
| 427 |
</entry> |
| 428 |
<entry key="Active Browser" type="Int"> |
| 429 |
<label>Number (from the top) of the last active browser.</label> |
| 430 |
</entry> |
| 431 |
</group> |
| 432 |
|
| 433 |
<group name="Collection"> |
| 434 |
<entry key="Scan Recursively" type="Bool"> |
| 435 |
<label>Whether Collections folders are scanned recursively</label> |
| 436 |
<default>true</default> |
| 437 |
</entry> |
| 438 |
<entry key="Monitor Changes" type="Bool"> |
| 439 |
<label>Whether Collection folders are rescanned on change</label> |
| 440 |
<default>true</default> |
| 441 |
</entry> |
| 442 |
<entry key="Collection Folders" type="PathList"> |
| 443 |
<label>List of folders in the Collection</label> |
| 444 |
</entry> |
| 445 |
<entry key="Show Track Numbers" type="Bool"> |
| 446 |
<label>Whether track numbers are shown in the collection browser.</label> |
| 447 |
<default>true</default> |
| 448 |
</entry> |
| 449 |
<entry key="Show Years" type="Bool"> |
| 450 |
<label>Whether years are shown in the collection browser.</label> |
| 451 |
<default>true</default> |
| 452 |
</entry> |
| 453 |
<entry key="Use Charset Detector" type="Bool"> |
| 454 |
<label>Whether to use Mozilla's Character Set Detector to try to guess ID3 tag encodings.</label> |
| 455 |
<default>false</default> |
| 456 |
</entry> |
| 457 |
</group> |
| 458 |
|
| 459 |
<group name="Scrobbler"> |
| 460 |
<entry key="SubmitPlayedSongs" type="Bool"> |
| 461 |
<label>Submit played songs</label> |
| 462 |
<whatsthis>Whether played songs are submitted to Audioscrobbler</whatsthis> |
| 463 |
<default>true</default> |
| 464 |
</entry> |
| 465 |
<entry key="ScrobblerUsername" type="String"> |
| 466 |
<label context="Username for audioscrobbler login">Username</label> |
| 467 |
<whatsthis>The username to use for connecting to Audioscrobbler</whatsthis> |
| 468 |
<default/> |
| 469 |
</entry> |
| 470 |
<entry key="ScrobblerPassword" type="Password"> |
| 471 |
<label>Password</label> |
| 472 |
<whatsthis>The password to use for connecting to Audioscrobbler</whatsthis> |
| 473 |
<default/> |
| 474 |
</entry> |
| 475 |
<entry key="RetrieveSimilarArtists" type="Bool"> |
| 476 |
<label>Retrieve similar artists</label> |
| 477 |
<whatsthis>Whether similar songs are retrieved from Audioscrobbler</whatsthis> |
| 478 |
<default>false</default> |
| 479 |
</entry> |
| 480 |
</group> |
| 481 |
|
| 482 |
<group name="MediaDevice"> |
| 483 |
<entry key="DeviceType" type="String"> |
| 484 |
<label>Device type</label> |
| 485 |
<whatsthis>The type of media device.</whatsthis> |
| 486 |
</entry> |
| 487 |
<entry key="MountPoint" type="String"> |
| 488 |
<label>Mount point</label> |
| 489 |
<whatsthis>The mount point used for the media device connection.</whatsthis> |
| 490 |
</entry> |
| 491 |
<entry key="MountCommand" type="String"> |
| 492 |
<label>Mount command</label> |
| 493 |
<whatsthis>The mount command used for the media device connection.</whatsthis> |
| 494 |
</entry> |
| 495 |
<entry key="UmountCommand" type="String"> |
| 496 |
<label>UmountCommand</label> |
| 497 |
<whatsthis>The umount command used for the media device connection.</whatsthis> |
| 498 |
</entry> |
| 499 |
<entry key="AutoDeletePodcasts" type="Bool"> |
| 500 |
<label>Auto delete podcasts</label> |
| 501 |
<whatsthis>Whether podcast shows already played are automatically deleted when media device is connected.</whatsthis> |
| 502 |
</entry> |
| 503 |
<entry key="SyncStats" type="Bool"> |
| 504 |
<label>Sync stats</label> |
| 505 |
<whatsthis>Whether Amarok statistics should be synchronized with play count/ratings on device and whether tracks played should be submitted to last.fm.</whatsthis> |
| 506 |
</entry> |
| 507 |
</group> |
| 508 |
|
| 509 |
<group name="Daap"> |
| 510 |
<entry key="ManuallyAddedServers" type="StringList"> |
| 511 |
<label>Manually added servers</label> |
| 512 |
<whatsthis>Music Sharing servers added by the user.</whatsthis> |
| 513 |
</entry> |
| 514 |
<entry key="ServerPasswords" type="StringList"> |
| 515 |
<label>Server passwords</label> |
| 516 |
<whatsthis>Passwords stored by hostname.</whatsthis> |
| 517 |
</entry> |
| 518 |
</group> |
| 519 |
|
| 520 |
<group name="Panel Sizes"> |
| 521 |
<entry key="PanelsSavedState" type="IntList"> |
| 522 |
<label>State of main window splitter</label> |
| 523 |
<default>-1</default> |
| 524 |
</entry> |
| 525 |
</group> |
| 526 |
|
| 527 |
<group name="Playlist Search"> |
| 528 |
<entry key="MatchTrack" type="Bool"> |
| 529 |
<label>Include track names in matching</label> |
| 530 |
<default>true</default> |
| 531 |
</entry> |
| 532 |
<entry key="MatchAlbum" type="Bool"> |
| 533 |
<label>Include album names in matching</label> |
| 534 |
<default>true</default> |
| 535 |
</entry> |
| 536 |
<entry key="MatchArtist" type="Bool"> |
| 537 |
<label>Include artist names in matching</label> |
| 538 |
<default>true</default> |
| 539 |
</entry> |
| 540 |
<entry key="MatchGenre" type="Bool"> |
| 541 |
<label>Include genre names in matching</label> |
| 542 |
<default>false</default> |
| 543 |
</entry> |
| 544 |
<entry key="MatchComposer" type="Bool"> |
| 545 |
<label>Include composer names in matching</label> |
| 546 |
<default>false</default> |
| 547 |
</entry> |
| 548 |
<entry key="MatchYear" type="Bool"> |
| 549 |
<label>Include years in matching</label> |
| 550 |
<default>false</default> |
| 551 |
</entry> |
| 552 |
<entry key="ShowOnlyMatches" type="Bool"> |
| 553 |
<label>Include years in matching</label> |
| 554 |
<default>false</default> |
| 555 |
</entry> |
| 556 |
</group> |
| 557 |
|
| 558 |
<group name="Playlist Layout"> |
| 559 |
<entry key="CurrentLayout" type="String"> |
| 560 |
<label>The name of the layout that will be loaded on startup</label> |
| 561 |
<default>Default</default> |
| 562 |
</entry> |
| 563 |
</group> |
| 564 |
|
| 565 |
<group name="MySQL"> |
| 566 |
<entry key="UseServer" type="Bool"> |
| 567 |
<label>Whether Amarok uses its own internal database, as opposed to an external engine.</label> |
| 568 |
<default>false</default> |
| 569 |
</entry> |
| 570 |
<entry key="Host" type="String"> |
| 571 |
<label>The hostname of the external server to connect to.</label> |
| 572 |
<default>localhost</default> |
| 573 |
</entry> |
| 574 |
<entry key="Port" type="Int"> |
| 575 |
<label>Which server port to connect to the database engine.</label> |
| 576 |
<default>3306</default> |
| 577 |
</entry> |
| 578 |
<entry key="Database" type="String"> |
| 579 |
<label>The name of the database Amarok will use. The user should have sufficient access permissions.</label> |
| 580 |
<default>amarokdb</default> |
| 581 |
</entry> |
| 582 |
<entry key="User" type="String"> |
| 583 |
<label>Username used to access the external database.</label> |
| 584 |
<default>amarokuser</default> |
| 585 |
</entry> |
| 586 |
<entry key="Password" type="String"> |
| 587 |
<label>Password for the external database user.</label> |
| 588 |
<default>password</default> |
| 589 |
</entry> |
| 590 |
<entry key="CheckCount" type="Int"> |
| 591 |
<label>Keeps a running count to know when run a CHECK.</label> |
| 592 |
<default>0</default> |
| 593 |
</entry> |
| 594 |
</group> |
| 595 |
|
| 596 |
<group name="ScriptManager"> |
| 597 |
<entry key="AutoUpdateScripts" type="Bool"> |
| 598 |
<label>Whether to automatically update built-in scripts</label> |
| 599 |
<whatsthis>Enable/Disable automatic update for built-in scripts.</whatsthis> |
| 600 |
<default>true</default> |
| 601 |
</entry> |
| 602 |
</group> |
| 603 |
|
| 604 |
<group name="Moodbar"> |
| 605 |
<entry key="ShowMoodbarInSlider" type="Bool"> |
| 606 |
<label>Whether to show the moodbar of the current track, if available, in the progress slider</label> |
| 607 |
<whatsthis>Enable/Disable showing moodbar, if available, in the progress slider.</whatsthis> |
| 608 |
<default>false</default> |
| 609 |
</entry> |
| 610 |
<entry key="MoodbarPaintStyle" type="Int"> |
| 611 |
<label>The style to use when painting the moodbar</label> |
| 612 |
<default>0</default> |
| 613 |
</entry> |
| 614 |
</group> |
| 615 |
|
| 616 |
<group name="UpcomingEvents"> |
| 617 |
<entry key="enabledLinks" type="Bool"> |
| 618 |
<label>Clickable locations' names</label> |
| 619 |
<whatsthis>Enable/Disable links to Google Map</whatsthis> |
| 620 |
<default>true</default> |
| 621 |
</entry> |
| 622 |
<entry key="timeSpan" type="Enum"> |
| 623 |
<label>Timespan for upcoming events</label> |
| 624 |
<whatsthis>Set the timespan for the upcoming events.</whatsthis> |
| 625 |
<choices> |
| 626 |
<choice name="AllEvents"/> |
| 627 |
<choice name="ThisWeek"/> |
| 628 |
<choice name="ThisMonth"/> |
| 629 |
<choice name="ThisYear"/> |
| 630 |
</choices> |
| 631 |
<default>AllEvents</default> |
| 632 |
</entry> |
| 633 |
</group> |
| 634 |
|
| 635 |
<group name="SimilarArtists"> |
| 636 |
<entry key="maxArtists" type="Int"> |
| 637 |
<label>Maximum similar artists</label> |
| 638 |
<whatsthis>Maximum similar artists to be shown</whatsthis> |
| 639 |
<default>20</default> |
| 640 |
</entry> |
| 641 |
</group> |
| 642 |
|
| 643 |
<group name="PlaylistGenerator"> |
| 644 |
<entry key="qualityFactorAPG" type="Int"> |
| 645 |
<label>Quality factor for Automated Playlist Generator</label> |
| 646 |
<whatsthis>A value between 0 and 10 that controls whether the Automated Playlist Generator tries to optimize for speed (0) or accuracy (10).</whatsthis> |
| 647 |
<default>7</default> |
| 648 |
</entry> |
| 649 |
</group> |
| 650 |
</kcfg> |