home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / config.kcfg / amarok.kcfg next >
Encoding:
Extensible Markup Language  |  2007-02-01  |  30.5 KB  |  672 lines

  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="Version" type="String">
  13.         <label>Amarok Version</label>
  14.         <whatsthis>Amarok version string, used to restart aRts in new installations.</whatsthis>
  15.         <default></default>
  16.     </entry>
  17.     <entry key="Player Pos" type="Point">
  18.         <label>Position of player window</label>
  19.         <whatsthis>The position of the Amarok main window when Amarok is started.</whatsthis>
  20.     </entry>
  21.     <entry key="Player Window Minimal View" type="Bool">
  22.         <label>Whether Player Window is in minimal or normal mode</label>
  23.         <whatsthis>If set the player window will start in minimal view</whatsthis>
  24.     <default>false</default>
  25.     </entry>
  26.     <entry key="Playlist Window Pos" type="Point">
  27.         <label>Position of playlist window</label>
  28.         <whatsthis>The position of the playlist window when Amarok is started.</whatsthis>
  29.     </entry>
  30.     <entry key="Playlist Window Size" type="Size">
  31.         <label>Size of playlist window</label>
  32.         <whatsthis>The size of the playlist window when Amarok is started.</whatsthis>
  33.     </entry>
  34.     <entry key="Save Playlist" type="Bool">
  35.         <label>Whether to save playlist on quit</label>
  36.         <whatsthis>If set, Amarok saves the current playlist on quit and restores it when restarted.</whatsthis>
  37.         <default>true</default>
  38.     </entry>
  39.     <entry key="Follow Symlinks" type="Bool">
  40.         <label>Whether to follow symlinks while adding items to playlist recursively</label>
  41.         <whatsthis>If set, amarok follows symlinks when adding files or directories to the playlist.</whatsthis>
  42.         <default>true</default>
  43.     </entry>
  44.     <entry key="Left Time Display Enabled" type="Bool">
  45.         <label>Whether to display a second, left time label.</label>
  46.         <whatsthis>Set this to display a second time label to the left of the seek slider in the player window.</whatsthis>
  47.         <default>true</default>
  48.     </entry>
  49.     <entry key="Left Time Display Remaining" type="Bool">
  50.         <label>Whether to display remaining track time in the left time label.</label>
  51.         <whatsthis>Set this to display remaining track time instead of past track time in the player window.</whatsthis>
  52.         <default>false</default>
  53.     </entry>
  54.      <entry key="Use Scores" type="Bool">
  55.         <label>Whether to show scores for tracks</label>
  56.         <whatsthis>A score is a number from 0 to 100, determined automatically by Amarok based on how often you listen to a track and how much of it you listen to.</whatsthis>
  57.         <default>true</default>
  58.     </entry>
  59.     <entry key="Use Ratings" type="Bool">
  60.         <label>Whether to show ratings for tracks</label>
  61.         <whatsthis>A rating is 1 to 5 stars, set manually by you to describe how well you like a given track.</whatsthis>
  62.         <default>false</default>
  63.     </entry>
  64.     <entry key="Repeat" type="Enum">
  65.         <label>Which track(s) to play repeatedly</label>
  66.         <whatsthis>Whether to repeat the current track, the current album, or the current playlist indefinitely, or neither.</whatsthis>
  67.         <choices>
  68.             <choice name="Off">
  69.                 <label>Don't Repeat</label>
  70.             </choice>
  71.             <choice name="Track">
  72.                 <label>Repeat Track</label>
  73.             </choice>
  74.             <choice name="Album">
  75.                 <label>Repeat Album</label>
  76.             </choice>
  77.             <choice name="Playlist">
  78.                 <label>Repeat Playlist</label>
  79.             </choice>
  80.         </choices>
  81.         <default>Off</default>
  82.     </entry>
  83.     <entry key="Favor Tracks" type="Enum">
  84.         <label>Which tracks or albums to favor in Random Mode</label>
  85.         <whatsthis>Tracks or albums with the chosen property will be more likely to be chosen in Random Mode.</whatsthis>
  86.         <choices>
  87.             <choice name="Off"></choice>
  88.             <choice name="HigherScores"></choice>
  89.             <choice name="HigherRatings"></choice>
  90.             <choice name="LessRecentlyPlayed"></choice>
  91.         </choices>
  92.         <default>Off</default>
  93.     </entry>
  94.     <entry key="Random Mode" type="Enum">
  95.         <label>Whether to play tracks or albums in random order</label>
  96.         <whatsthis>If set, Amarok plays the tracks or albums in the playlist in a random order.</whatsthis>
  97.         <choices>
  98.             <choice name="Off"></choice>
  99.             <choice name="Tracks"></choice>
  100.             <choice name="Albums"></choice>
  101.         </choices>
  102.         <default>Off</default>
  103.     </entry>
  104.     <entry key="Last Dynamic Mode" type="String">
  105.         <label>The most recently used Dynamic Mode</label>
  106.         <whatsthis>The title of the Dynamic Mode that was most recently loaded in the playlist</whatsthis>
  107.         <default>Random Mix</default>
  108.     </entry>
  109.     <entry key="Last Score Script" type="String">
  110.         <label>The most recently used scoring script</label>
  111.         <whatsthis>The name of the custom scoring script which was most recently loaded</whatsthis>
  112.         <default></default>
  113.     </entry>
  114.     <entry key="Show Tray Icon" type="Bool">
  115.         <label>Whether to show icon in system tray</label>
  116.         <whatsthis>Enable/Disable tray icon for Amarok.</whatsthis>
  117.         <default>true</default>
  118.     </entry>
  119.     <entry key="Animate Tray Icon" type="Bool">
  120.         <label>Whether to animate the systray icon</label>
  121.         <whatsthis>Enable/Disable tray icon animation.</whatsthis>
  122.         <default>false</default>
  123.     </entry>
  124.     <entry key="Show Player Window" type="Bool">
  125.         <label>Whether to show player window</label>
  126.         <whatsthis>Makes Amarok more like XMMS and other Winamp clones with separate player and playlist windows.</whatsthis>
  127.         <default>false</default>
  128.     </entry>
  129.     <entry key="Show Moodbar" type="Bool">
  130.         <label>Whether to show moodbars in track sliders and in a column in the playlist window</label>
  131.         <whatsthis>Displays a visual representation of the current track in the slider bar of the player window, the playlist window, and in a column of the playlist window.</whatsthis>
  132.         <default>false</default>
  133.     </entry>
  134.     <entry key="Moods With Music" type="Bool">
  135.         <label>Store Mood data files with music</label>
  136.         <whatsthis>Enabling this option stores Mood data files with the music files. Disabling stores them in your home folder.</whatsthis>
  137.         <default>false</default>
  138.     </entry>
  139.     <entry key="Make Moodier" type="Bool">
  140.         <label>Maximize color spread of Moodbar</label>
  141.         <whatsthis>When enabled, the hue distribution is quantised and respread evenly, giving a prettier but less meaningful output.</whatsthis>
  142.         <default>true</default>
  143.     </entry>
  144.     <entry key="AlterMood" type="Int">
  145.         <label>Alter Mood data according to theme</label>
  146.         <whatsthis>The hues are distributed according to a colour theme, giving a customisable look.</whatsthis>
  147.         <default>0</default>
  148.     </entry>
  149.     <entry key="Show Toolbar" type="Bool">
  150.         <label>Whether to show the toolbar in the playlist window.</label>
  151.         <whatthis>At the bottom of the playlist window, the toolbar can be used for buttons such as play and stop.</whatthis>
  152.         <default>true</default>
  153.     </entry>
  154.     <entry key="Cover Preview Size" type="Int">
  155.         <label>Size of the cover previews in Contextbrowser and Covermanager</label>
  156.         <whatsthis>Size of the cover previews in Contextbrowser and Covermanager</whatsthis>
  157.         <default>100</default>
  158.     </entry>
  159.     <entry key="Directories Recursively" type="Bool">
  160.         <label>Whether to add directories to playlist recursively</label>
  161.         <whatsthis>Enable/Disable recursive directory adding to the playlist.</whatsthis>
  162.         <default>true</default>
  163.     </entry>
  164.     <entry key="Track Delay Length" type="Int">
  165.         <label>Delay between tracks, in milliseconds</label>
  166.         <whatsthis>Delay between tracks, in milliseconds.</whatsthis>
  167.         <default>0</default>
  168.     </entry>
  169.     <entry key="Playlist Window Enabled" type="Bool">
  170.         <label>Whether the playlist window is visible</label>
  171.         <whatsthis>Enable/Disable the playlist window. Equal to clicking the PL button in the player window.</whatsthis>
  172.         <default>true</default>
  173.     </entry>
  174.     <entry key="Undo Levels" type="Int">
  175.         <label>Number of undo levels in playlist</label>
  176.         <whatsthis>The number of undo levels in the playlist.</whatsthis>
  177.         <default>30</default>
  178.     </entry>
  179.     <entry key="Current Analyzer" type="Int">
  180.         <label>Index of current visual analyzer</label>
  181.         <whatsthis>The ID of the visual analyzer to display.</whatsthis>
  182.         <default>-1</default>
  183.     </entry>
  184.     <entry key="Current Playlist Analyzer" type="Int">
  185.         <label>Index of analyzer displayed in playlist window</label>
  186.         <whatsthis>The ID of the visual analyzer to display in playlist window.</whatsthis>
  187.         <default>0</default>
  188.     </entry>
  189.     <entry key="Playlist Window Splitter" type="IntList">
  190.         <label>Playlist window splitter positions</label>
  191.         <whatsthis>Currently unused</whatsthis>
  192.         <default>70,140</default>
  193.     </entry>
  194.     <entry key="Show Splashscreen" type="Bool">
  195.         <label>Whether a splash-screen should be displayed on startup</label>
  196.         <whatsthis>Enable/Disable splashscreen during Amarok startup.</whatsthis>
  197.         <default>true</default>
  198.     </entry>
  199.     <entry key="Auto Show ContextBrowser" type="Bool">
  200.         <label>Whether ContextBrowser should be activated when starting playback</label>
  201.         <whatsthis>Automatically switches to ContextBrowser when playback is started.</whatsthis>
  202.         <default>false</default>
  203.     </entry>
  204.     <entry key="ContextBrowser StyleSheet" type="String">
  205.         <label>Set CSS stylesheet used to customize ContextBrowser's rendering</label>
  206.         <whatsthis>Set this to the style dir you want to use.</whatsthis>
  207.         <default>Default</default>
  208.     </entry>
  209.     <entry key="Show Menu Bar" type="Bool">
  210.         <label>Whether Menubar is shown</label>
  211.         <whatsthis>If set, Amarok displays a menubar on top of the application.</whatsthis>
  212.         <default>true</default>
  213.     </entry>
  214.     <entry key="Relative Playlist" type="Bool">
  215.         <label>Whether playlists store relative path</label>
  216.         <whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis>
  217.         <default>true</default>
  218.     </entry>
  219.     <entry key="Overwrite Files" type="Bool">
  220.         <label>Whether organize files will overwrite existing files.</label>
  221.         <whatsthis>If set, Organize files will overwrite any existing destination.</whatsthis>
  222.         <default>false</default>
  223.     </entry>
  224.     <entry key="Group By Filetype" type="Bool">
  225.         <label>Whether organize files will group directories according to their filetype.</label>
  226.         <whatsthis>If set, Organize files will group directories containing the same filetype.</whatsthis>
  227.         <default>false</default>
  228.     </entry>
  229.     <entry key="Group Artists" type="Bool">
  230.         <label>Whether organize files will group artist starting in the same character.</label>
  231.         <whatsthis>If set, Organize files will group artist starting in the same character.</whatsthis>
  232.         <default>true</default>
  233.     </entry>
  234.     <entry key="Ignore The" type="Bool">
  235.         <label>Whether organize files will ignore The in artist names.</label>
  236.         <whatsthis>If set, Organize files will ignore The in artist names.</whatsthis>
  237.         <default>true</default>
  238.     </entry>
  239.     <entry key="Replace Space" type="Bool">
  240.         <label>Whether organize files will replace spaces in filenames by an underscore.</label>
  241.         <whatsthis>If set, Organize files will replace spaces in filenames by an underscore.</whatsthis>
  242.         <default>false</default>
  243.     </entry>
  244.     <entry key="Cover Icons" type="Bool">
  245.         <label>Whether organize files will use cover art as folder icons.</label>
  246.         <whatsthis>If set, Organize files will use cover art as folder icons.</whatsthis>
  247.         <default>true</default>
  248.     </entry>
  249.     <entry key="Organize Directory" type="Int">
  250.         <label>Index of collection folder destination for Organize files.</label>
  251.         <whatsthis>The ID of the collection folder destination for Organize files.</whatsthis>
  252.         <default>0</default>
  253.     </entry>
  254.     <entry key="Vfat Compatible" type="Bool">
  255.         <label>Whether organize files will rename files in a manner compatible with vfat filesystems.</label>
  256.         <whatsthis>If set, Organize files will replace characters that are not compatible with vfat filesystems (such as ':', '*' and '?').</whatsthis>
  257.         <default>true</default>
  258.     </entry>
  259.     <entry key="Ascii Only" type="Bool">
  260.         <label>Whether organize files will rename files such that they only contain 7-bit ASCII characters.</label>
  261.         <whatsthis>If set, Organize files will replace characters that are not compatible with the 7-bit ASCII character set.</whatsthis>
  262.         <default>false</default>
  263.     </entry>
  264.     <entry key="Use Custom Scheme" type="Bool">
  265.         <label>Whether organize files will use a custom file naming scheme.</label>
  266.         <whatsthis>If set, Organize files will rename files according to a custom format string.</whatsthis>
  267.         <default>false</default>
  268.     </entry>
  269.     <entry key="Custom Scheme" type="String">
  270.         <label>Format string for Organize files, if a custom naming scheme is used.</label>
  271.         <whatsthis>If the custom filename scheme is enabled, then Organize files will rename files according to this format string.</whatsthis>
  272.         <default>%folder/%filetype/%theartist/%album/%track_-_%title.%filetype</default>
  273.     </entry>
  274.     <entry key="Replacement Regexp" type="String">
  275.         <label>Regular expression that is to be replaced.</label>
  276.         <whatsthis>Organize files will replace substrings matching this regular expression.</whatsthis>
  277.         <default></default>
  278.     </entry>
  279.     <entry key="Replacement String" type="String">
  280.         <label>Replacing string.</label>
  281.         <whatsthis>Organize files will replace matching substrings with this string.</whatsthis>
  282.         <default></default>
  283.     </entry>
  284.     <entry key="External Browser" type="String">
  285.         <label>Filename of the external web browser to be invoked by Amarok.</label>
  286.         <default>kfmclient openURL</default>
  287.     </entry>
  288.     <entry key="Use Custom Icon Theme" type="Bool">
  289.         <label>Whether Amarok's custom icon theme or the system icon theme is used.</label>
  290.         <default>true</default>
  291.     </entry>
  292.     <entry key="Collection Browser View Mode" type="Int">
  293.         <label>Whether the collection view is in the flat or tree view mode</label>
  294.         <default>0</default>
  295.     </entry>
  296. </group>
  297.  
  298. <group name="Playback">
  299.     <entry key="Master Volume" type="Int">
  300.         <label>Master volume</label>
  301.         <whatsthis>The Amarok master volume, a value between 0 (muted) and 100.</whatsthis>
  302.         <default>80</default>
  303.         <min>0</min>
  304.         <max>100</max>
  305.     </entry>
  306.     <entry key="Crossfade" type="Bool">
  307.         <label>Whether to crossfade between tracks</label>
  308.         <whatsthis>Enable/Disable crossfading between track changes.</whatsthis>
  309.         <default>false</default>
  310.     </entry>
  311.     <entry key="Crossfade Length" type="Int">
  312.         <label>Length of crossfade, in milliseconds</label>
  313.         <whatsthis>The length of the crossfade between tracks in milliseconds.</whatsthis>
  314.         <default>4000</default>
  315.         <min>400</min>
  316.     </entry>
  317.     <entry key="Crossfade Type" type="Int">
  318.         <label>When to Crossfade</label>
  319.         <whatsthis>Determines whether to crossfade always, or on automatic/manual track changes only.</whatsthis>
  320.         <default>0</default>
  321.     </entry>
  322.     <entry key="Fadeout" type="Bool">
  323.         <label>Whether to fade out tracks when pressing stop.</label>
  324.         <whatsthis>Enable/Disable fadeout.</whatsthis>
  325.         <default>true</default>
  326.     </entry>
  327.     <entry key="Fadeout Length" type="Int">
  328.         <label>Length of fadeout, in milliseconds</label>
  329.         <whatsthis>The length of the fadeout in milliseconds.</whatsthis>
  330.         <default>3500</default>
  331.         <min>400</min>
  332.     </entry>
  333.     <entry key="FadeoutOnExit" type="Bool">
  334.         <label>Whether to fade out when exiting the program.</label>
  335.         <default>true</default>
  336.     </entry>
  337.     <entry key="Sound System" type="String">
  338.         <label>Sound system to use</label>
  339.         <whatsthis>Select the sound system used to play media. Amarok currently support aRts, GStreamer, xine, and NMM; however, their availability depends on the configuration used at compile time.</whatsthis>
  340.     </entry>
  341.     <entry key="Equalizer Enabled" type="Bool">
  342.         <label>Enables the equalizer plugin</label>
  343.         <whatsthis>When enabled, an equalizer plugin filters the audio stream.</whatsthis>
  344.         <default>false</default>
  345.     </entry>
  346.     <entry key="Equalizer Preamp" type="Int">
  347.         <label>Equalizer pre-amplification value, range -100..100, 0 is normal.</label>
  348.         <default>0</default>
  349.         <min>-100</min>
  350.         <max>100</max>
  351.     </entry>
  352.     <entry key="Equalizer Gains" type="IntList">
  353.         <label>Band gains for equalizer, 10 values, range -100..100, 0 is normal.</label>
  354.         <default>0, 0, 0, 0, 0, 0, 0, 0, 0, 0</default>
  355.     </entry>
  356.     <entry key="Equalizer Preset" type="String">
  357.         <label>Equalizer preset name.</label>
  358.         <default>Zero</default>
  359.     </entry>
  360. </group>
  361.  
  362. <group name="Cover Manager">
  363.     <entry key="Amazon Locale" type="String">
  364.         <label>Amazon locale for cover retrieval</label>
  365.         <whatsthis>Determines which Amazon server cover images should be retrieved from.</whatsthis>
  366.         <default>us</default>
  367.     </entry>
  368. </group>
  369.  
  370. <group name="Wikipedia">
  371.     <entry key="Wikipedia Locale" type="String">
  372.         <label>Wikipedia locale for information retrieval</label>
  373.         <whatsthis>Determines in which language the information is retrieved from Wikipedia.</whatsthis>
  374.         <default>en</default>
  375.     </entry>
  376. </group>
  377.  
  378. <group name="OSD">
  379.     <entry key="Osd Enabled" type="Bool">
  380.         <label>Use On-Screen Display</label>
  381.         <whatsthis>Enable/Disable the On-Screen Display.</whatsthis>
  382.         <default>true</default>
  383.     </entry>
  384.     <entry key="Osd Use Playlist Columns" type="Bool">
  385.         <label>Display the same information in the OSD as in the playlist columns.</label>
  386.         <whatsthis>If enabled, the OSD will display the same information and in the same order as the columns in the playlist.</whatsthis>
  387.         <default>true</default>
  388.     </entry>
  389.     <entry key="Osd Text" type="String">
  390.         <label>The OSD text to show</label>
  391.         <whatsthis>Customize the OSD display text.</whatsthis>
  392.         <default>%artist - %title {(%length)}\n%album</default>
  393.     </entry>
  394.     <entry key="Osd Font" type="Font">
  395.         <label>Font for On-Screen Display</label>
  396.         <whatsthis>The font to use for the On-Screen Display.</whatsthis>
  397.         <default code="true">QFont("Arial",16)</default>
  398.     </entry>
  399.     <entry key="Osd Draw Shadow" type="Bool">
  400.         <label>Draw a shadow around the text.</label>
  401.         <whatsthis>Draws a shadow around the OSD-text.</whatsthis>
  402.         <default>true</default>
  403.     </entry>
  404.     <entry key="Osd Use Fake Translucency" type="Bool">
  405.         <label>Fake-translucency Toggle</label>
  406.         <whatsthis>Make the background of the OSD use fake-translucency.</whatsthis>
  407.         <default>true</default>
  408.     </entry>
  409.     <entry key="Osd Use Custom Colors" type="Bool">
  410.         <label>Whether to use custom colors for the OSD</label>
  411.         <whatsthis>You can use custom colors for the OSD if you set this true.</whatsthis>
  412.         <default>false</default>
  413.     </entry>
  414.     <entry key="Osd Text Color" type="Color">
  415.         <label>Font Color for On-Screen Display</label>
  416.         <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>
  417.         <default>#ffff00</default>
  418.     </entry>
  419.     <entry key="Osd Background Color" type="Color">
  420.         <label>Background Color for On-Screen Display</label>
  421.         <whatsthis>The color of the OSD background. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  422.         <default>#1500a0</default>
  423.     </entry>
  424.     <entry key="New Playlist Items Color" type="Color">
  425.         <label>The color that is used for new items in the playlist.</label>
  426.         <default>#0000ff</default>
  427.     </entry>
  428.     <entry key="Osd Duration" type="Int">
  429.         <label>How many milliseconds the text should be displayed</label>
  430.         <whatsthis>The time in milliseconds to show the OSD. A value of 0 means never hide. The default value is 5000 ms.</whatsthis>
  431.         <default>5000</default>
  432.         <min>0</min>
  433.     </entry>
  434.     <entry key="Osd Y Offset" type="Int">
  435.         <label>Y position offset</label>
  436.         <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>
  437.         <default>50</default>
  438.         <min>0</min>
  439.         <max>10000</max>
  440.     </entry>
  441.     <entry key="Osd Screen" type="Int">
  442.         <label>OSD screen</label>
  443.         <whatsthis>The screen that should display the OSD. For single-headed environments this setting should be 0.</whatsthis>
  444.         <default>0</default>
  445.     </entry>
  446.     <entry key="Osd Cover" type="Bool">
  447.         <label>Whether the album cover should be shown</label>
  448.         <whatsthis>If enabled, shows the album cover in the OSD.</whatsthis>
  449.         <default>true</default>
  450.     </entry>
  451.     <entry key="Osd Alignment" type="Enum">
  452.         <label>Align OSD to</label>
  453.         <whatsthis>The relative position of the OSD. Possible choices are Left, Middle, Right and Center.</whatsthis>
  454.         <choices>
  455.             <choice name="Left"/>
  456.             <choice name="Middle"/>
  457.             <choice name="Center"/>
  458.             <choice name="Right"/>
  459.         </choices>
  460.         <default>Center</default>
  461.     </entry>
  462.  
  463. </group>
  464.  
  465. <group name="Fonts">
  466.     <entry key="Use Custom Fonts" type="Bool">
  467.         <label>Whether to use user-defined fonts</label>
  468.         <whatsthis>Enabled/Disables custom fonts.</whatsthis>
  469.         <default>false</default>
  470.     </entry>
  471.     <entry key="Playlist Window Font" type="Font">
  472.         <label>Font in playlist window</label>
  473.         <whatsthis>The font to use in the playlist window.</whatsthis>
  474.     </entry>
  475.     <entry key="Player Widget Font" type="Font">
  476.         <label>Font in player window</label>
  477.         <whatsthis>The font to use in the player window.</whatsthis>
  478.     </entry>
  479.     <entry key="Context Browser Font" type="Font">
  480.         <label>Font in context browser</label>
  481.         <whatsthis>The font to use in the context browser.</whatsthis>
  482.     </entry>
  483. </group>
  484.  
  485. <group name="Colors">
  486.     <entry key="Scheme Amarok" type="Bool">
  487.         <label>Whether to use Amarok standard colors in the playlist window</label>
  488.         <whatsthis>If set, Amarok uses the Amarok standard colors in the playlist.</whatsthis>
  489.         <default>false</default>
  490.     </entry>
  491.     <entry key="Scheme KDE" type="Bool">
  492.         <label>Whether to use global KDE colors in the playlist window</label>
  493.         <whatsthis>If set, Amarok uses the KDE standard colors in the playlist.</whatsthis>
  494.         <default>true</default>
  495.     </entry>
  496.     <entry key="Scheme Custom" type="Bool">
  497.         <label>Whether to use user-defined colors in the playlist window</label>
  498.         <whatsthis>If set, Amarok uses the user-defined colors in the playlist.</whatsthis>
  499.         <default>false</default>
  500.     </entry>
  501.     <entry key="Playlist Window Fg Color" type="Color">
  502.         <label>Playlist window foreground color</label>
  503.         <whatsthis>The color to use as foreground color in the playlist. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  504.         <default>#80a0ff</default>
  505.     </entry>
  506.     <entry key="Playlist Window Bg Color" type="Color">
  507.         <label>Playlist window background color</label>
  508.         <whatsthis>The color to use as background color in the playlist. The color is specified in RGB, a comma-separated list containing three integers between 0 and 255.</whatsthis>
  509.         <default>#000000</default>
  510.     </entry>
  511. </group>
  512.  
  513. <group name="Session">
  514.     <entry key="Resume Playback" type="Bool">
  515.         <label>Resume playback of last played track on startup</label>
  516.         <whatsthis>If set, Amarok resumes playback of the last played track on startup.</whatsthis>
  517.         <default>false</default>
  518.     </entry>
  519.     <entry key="Resume Track" type="Path">
  520.         <label>Track URL to resume upon startup</label>
  521.         <whatsthis>Internal: URL of the track to resume on startup.</whatsthis>
  522.     </entry>
  523.     <entry key="Resume Time" type="Int">
  524.         <label>Time to resume at, in milliseconds</label>
  525.         <whatsthis>Internal: Playback position in the track to resume on startup.</whatsthis>
  526.     </entry>
  527. </group>
  528.  
  529. <group name="Collection">
  530.     <entry key="DatabaseEngine" type="String">
  531.         <label>Database Engine</label>
  532.         <whatsthis>The database engine used to store collection</whatsthis>
  533.         <default>SQLite</default>
  534.     </entry>
  535.     <entry key="Scan Recursively" type="Bool">
  536.         <label>Whether Collections folders are scanned recursively</label>
  537.         <default>true</default>
  538.     </entry>
  539.     <entry key="Monitor Changes" type="Bool">
  540.         <label>Whether Collection folders are rescanned on change</label>
  541.         <default>true</default>
  542.     </entry>
  543.     <entry key="Collection Folders" type="StringList">
  544.         <label>List of folders in the Collection</label>
  545.     </entry>
  546. </group>
  547.  
  548. <group name="MySql">
  549.     <entry key="MySqlHost" type="String">
  550.         <label>Host</label>
  551.         <whatsthis>The host MySql server is running on</whatsthis>
  552.         <default>localhost</default>
  553.     </entry>
  554.     <entry key="MySqlPort" type="Int">
  555.         <label>Port</label>
  556.         <whatsthis>The port MySql server is listening</whatsthis>
  557.         <default>3306</default>
  558.     </entry>
  559.     <entry key="MySqlDbName" type="String">
  560.         <label>Database name</label>
  561.         <whatsthis>The database's name</whatsthis>
  562.         <default>amarok</default>
  563.     </entry>
  564.     <entry key="MySqlUser" type="String">
  565.         <label>User</label>
  566.         <whatsthis>The user's name to use for connecting MySql</whatsthis>
  567.     </entry>
  568.     <entry key="MySqlPassword" type="Password">
  569.         <label>Password</label>
  570.         <whatsthis>The user's password</whatsthis>
  571.     </entry>
  572.     <entry key="MySqlPassword2" type="String">
  573.         <label>Password</label>
  574.         <whatsthis>The user's password</whatsthis>
  575.     </entry>
  576. </group>
  577.  
  578. <group name="Postgresql">
  579.     <entry key="PostgresqlHost" type="String">
  580.         <label>Host</label>
  581.         <whatsthis>The host Postgresql server is running on</whatsthis>
  582.         <default>localhost</default>
  583.     </entry>
  584.     <entry key="PostgresqlPort" type="Int">
  585.         <label>Port</label>
  586.         <whatsthis>The port Postgresql server is listening</whatsthis>
  587.         <default>5432</default>
  588.     </entry>
  589.     <entry key="PostgresqlDbName" type="String">
  590.         <label>Database name</label>
  591.         <whatsthis>The database's name</whatsthis>
  592.         <default>amarok</default>
  593.     </entry>
  594.     <entry key="PostgresqlUser" type="String">
  595.         <label>User</label>
  596.         <whatsthis>The user's name to use for connecting Postgresql</whatsthis>
  597.         <default>amarok</default>
  598.     </entry>
  599.     <entry key="PostgresqlPassword" type="Password">
  600.         <label>Password</label>
  601.         <whatsthis>The user's password</whatsthis>
  602.     </entry>
  603.     <entry key="PostgresqlPassword2" type="String">
  604.         <label>Password</label>
  605.         <whatsthis>The user's password</whatsthis>
  606.     </entry>
  607. </group>
  608.  
  609. <group name="Scrobbler">
  610.         <entry key="SubmitPlayedSongs" type="Bool">
  611.             <label>SubmitPlayedSongs</label>
  612.             <whatsthis>Whether played songs are submitted to Audioscrobbler</whatsthis>
  613.             <default>false</default>
  614.         </entry>
  615.         <entry key="ScrobblerUsername" type="String">
  616.             <label>Username</label>
  617.             <whatsthis>The username to use for connecting to Audioscrobbler</whatsthis>
  618.             <default/>
  619.         </entry>
  620.         <entry key="ScrobblerPassword" type="String">
  621.             <label>Password</label>
  622.             <whatsthis>The password to use for connecting to Audioscrobbler</whatsthis>
  623.             <default/>
  624.         </entry>
  625.         <entry key="RetrieveSimilarArtists" type="Bool">
  626.             <label>RetrieveSimilarArtists</label>
  627.             <whatsthis>Whether similar songs are retrieved from Audioscrobbler</whatsthis>
  628.             <default>false</default>
  629.         </entry>
  630. </group>
  631.  
  632. <group name="MediaDevice">
  633.     <entry key="DeviceType" type="String">
  634.         <label>DeviceType</label>
  635.         <whatsthis>The type of media device.</whatsthis>
  636.     </entry>
  637.     <entry key="MountPoint" type="String">
  638.         <label>MountPoint</label>
  639.         <whatsthis>The mount point used for the media device connection.</whatsthis>
  640.     </entry>
  641.     <entry key="MountCommand" type="String">
  642.         <label>MountCommand</label>
  643.         <whatsthis>The mount command used for the media device connection.</whatsthis>
  644.     </entry>
  645.     <entry key="UmountCommand" type="String">
  646.         <label>UmountCommand</label>
  647.         <whatsthis>The umount command used for the media device connection.</whatsthis>
  648.     </entry>
  649.     <entry key="AutoDeletePodcasts" type="Bool">
  650.         <label>AutoDeletePodcasts</label>
  651.         <whatsthis>Whether podcasts shows already played are automatically deleted when media device is connected.</whatsthis>
  652.     </entry>
  653.     <entry key="SyncStats" type="Bool">
  654.         <label>SyncStats</label>
  655.         <whatsthis>Whether Amarok statistics should be synchronized with play count/ratings on device and whether tracks played should be submitted to last.fm.</whatsthis>
  656.     </entry>
  657. </group>
  658.  
  659. <group name="Daap">
  660.   <entry key="ManuallyAddedServers" type="StringList">
  661.       <label>ManuallyAddedServers</label>
  662.       <whatsthis>Music Sharing servers added by the user.</whatsthis>
  663.       <default/>
  664.   </entry>
  665.   <entry key="ServerPasswords" type="StringList">
  666.     <label>ServerPasswords</label>
  667.     <whatsthis>Passwords stored by hostname.</whatsthis>
  668.   </entry>
  669. </group>
  670.  
  671. </kcfg>
  672.