⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 amarok.kcfg

📁 Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 经过两年开发后
💻 KCFG
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" encoding="UTF-8"?><!-- Author: Stanislav Karchebny, berk@upnet.ru --><kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" ><include>qdir.h</include><kcfgfile name="amarokrc"/><group name="General Options">    <entry key="Version" type="String">        <label>Amarok Version</label>        <whatsthis>Amarok version string, used to restart aRts in new installations.</whatsthis>        <default></default>    </entry>    <entry key="Player Pos" type="Point">        <label>Position of player window</label>        <whatsthis>The position of the Amarok main window when Amarok is started.</whatsthis>    </entry>    <entry key="Player Window Minimal View" type="Bool">        <label>Whether Player Window is in minimal or normal mode</label>        <whatsthis>If set the player window will start in minimal view</whatsthis>    <default>false</default>    </entry>    <entry key="Playlist Window Pos" type="Point">        <label>Position of playlist window</label>        <whatsthis>The position of the playlist window when Amarok is started.</whatsthis>    </entry>    <entry key="Playlist Window Size" type="Size">        <label>Size of playlist window</label>        <whatsthis>The size of the playlist window when Amarok is started.</whatsthis>    </entry>    <entry key="Save Playlist" type="Bool">        <label>Whether to save playlist on quit</label>        <whatsthis>If set, Amarok saves the current playlist on quit and restores it when restarted.</whatsthis>        <default>true</default>    </entry>    <entry key="Follow Symlinks" type="Bool">        <label>Whether to follow symlinks while adding items to playlist recursively</label>        <whatsthis>If set, amarok follows symlinks when adding files or directories to the playlist.</whatsthis>        <default>true</default>    </entry>    <entry key="Left Time Display Enabled" type="Bool">        <label>Whether to display a second, left time label.</label>        <whatsthis>Set this to display a second time label to the left of the seek slider in the player window.</whatsthis>        <default>true</default>    </entry>    <entry key="Left Time Display Remaining" type="Bool">        <label>Whether to display remaining track time in the left time label.</label>        <whatsthis>Set this to display remaining track time instead of past track time in the player window.</whatsthis>        <default>false</default>    </entry>     <entry key="Use Scores" type="Bool">        <label>Whether to show scores for tracks</label>        <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>        <default>true</default>    </entry>    <entry key="Use Ratings" type="Bool">        <label>Whether to show ratings for tracks</label>        <whatsthis>A rating is 1 to 5 stars, set manually by you to describe how well you like a given track.</whatsthis>        <default>false</default>    </entry>    <entry key="Custom Ratings Colors" type="Bool">        <label>Whether to use custom colors for ratings stars</label>        <whatsthis>Selects whether the user wants to use custom colors for ratings stars.</whatsthis>        <default>false</default>    </entry>    <entry key="Fixed Half Star Color" type="Bool">        <label>Whether half-stars should use a fixed color or follow the one above</label>        <whatsthis>Selects whether the user wants to define a custom color for the half-star.</whatsthis>        <default>true</default>    </entry>    <entry key="Repeat" type="Enum">        <label>Which track(s) to play repeatedly</label>        <whatsthis>Whether to repeat the current track, the current album, or the current playlist indefinitely, or neither.</whatsthis>        <choices>            <choice name="Off">                <label>Don't Repeat</label>            </choice>            <choice name="Track">                <label>Repeat Track</label>            </choice>            <choice name="Album">                <label>Repeat Album</label>            </choice>            <choice name="Playlist">                <label>Repeat Playlist</label>            </choice>        </choices>        <default>Off</default>    </entry>    <entry key="Favor Tracks" type="Enum">        <label>Which tracks or albums to favor in Random Mode</label>        <whatsthis>Tracks or albums with the chosen property will be more likely to be chosen in Random Mode.</whatsthis>        <choices>            <choice name="Off"></choice>            <choice name="HigherScores"></choice>            <choice name="HigherRatings"></choice>            <choice name="LessRecentlyPlayed"></choice>        </choices>        <default>Off</default>    </entry>    <entry key="Random Mode" type="Enum">        <label>Whether to play tracks or albums in random order</label>        <whatsthis>If set, Amarok plays the tracks or albums in the playlist in a random order.</whatsthis>        <choices>            <choice name="Off"></choice>            <choice name="Tracks"></choice>            <choice name="Albums"></choice>        </choices>        <default>Off</default>    </entry>    <entry key="Last Dynamic Mode" type="String">        <label>The most recently used Dynamic Mode</label>        <whatsthis>The title of the Dynamic Mode that was most recently loaded in the playlist</whatsthis>        <default>Random Mix</default>    </entry>    <entry key="Last Score Script" type="String">        <label>The most recently used scoring script</label>        <whatsthis>The name of the custom scoring script which was most recently loaded</whatsthis>        <default></default>    </entry>    <entry key="Show Tray Icon" type="Bool">        <label>Whether to show icon in system tray</label>        <whatsthis>Enable/Disable tray icon for Amarok.</whatsthis>        <default>true</default>    </entry>    <entry key="Animate Tray Icon" type="Bool">        <label>Whether to animate the systray icon</label>        <whatsthis>Enable/Disable tray icon animation.</whatsthis>        <default>false</default>    </entry>    <entry key="Show Player Window" type="Bool">        <label>Whether to show player window</label>        <whatsthis>Makes Amarok more like XMMS and other Winamp clones with separate player and playlist windows.</whatsthis>        <default>false</default>    </entry>    <entry key="Show Moodbar" type="Bool">        <label>Whether to show moodbars in track sliders and in a column in the playlist window</label>        <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>        <default>false</default>    </entry>    <entry key="Moods With Music" type="Bool">        <label>Store Mood data files with music</label>        <whatsthis>Enabling this option stores Mood data files with the music files. Disabling stores them in your home folder.</whatsthis>        <default>false</default>    </entry>    <entry key="Make Moodier" type="Bool">        <label>Maximize color spread of Moodbar</label>        <whatsthis>When enabled, the hue distribution is quantised and respread evenly, giving a prettier but less meaningful output.</whatsthis>        <default>true</default>    </entry>    <entry key="AlterMood" type="Int">        <label>Alter Mood data according to theme</label>        <whatsthis>The hues are distributed according to a colour theme, giving a customisable look.</whatsthis>        <default>0</default>    </entry>    <entry key="Show Toolbar" type="Bool">        <label>Whether to show the toolbar in the playlist window.</label>        <whatthis>At the bottom of the playlist window, the toolbar can be used for buttons such as play and stop.</whatthis>        <default>true</default>    </entry>    <entry key="Cover Preview Size" type="Int">        <label>Size of the cover previews in Contextbrowser and Covermanager</label>        <whatsthis>Size of the cover previews in Contextbrowser and Covermanager</whatsthis>        <default>130</default>    </entry>    <entry key="Directories Recursively" type="Bool">        <label>Whether to add directories to playlist recursively</label>        <whatsthis>Enable/Disable recursive directory adding to the playlist.</whatsthis>        <default>true</default>    </entry>    <entry key="Track Delay Length" type="Int">        <label>Delay between tracks, in milliseconds</label>        <whatsthis>Delay between tracks, in milliseconds.</whatsthis>        <default>0</default>    </entry>    <entry key="Playlist Window Enabled" type="Bool">        <label>Whether the playlist window is visible</label>        <whatsthis>Enable/Disable the playlist window. Equal to clicking the PL button in the player window.</whatsthis>        <default>true</default>    </entry>    <entry key="Undo Levels" type="Int">        <label>Number of undo levels in playlist</label>        <whatsthis>The number of undo levels in the playlist.</whatsthis>        <default>30</default>    </entry>    <entry key="Current Analyzer" type="Int">        <label>Index of current visual analyzer</label>        <whatsthis>The ID of the visual analyzer to display.</whatsthis>        <default>-1</default>    </entry>    <entry key="Current Playlist Analyzer" type="Int">        <label>Index of analyzer displayed in playlist window</label>        <whatsthis>The ID of the visual analyzer to display in playlist window.</whatsthis>        <default>0</default>    </entry>    <entry key="Playlist Window Splitter" type="IntList">        <label>Playlist window splitter positions</label>        <whatsthis>Currently unused</whatsthis>        <default>70,140</default>    </entry>    <entry key="Show Splashscreen" type="Bool">        <label>Whether a splash-screen should be displayed on startup</label>        <whatsthis>Enable/Disable splashscreen during Amarok startup.</whatsthis>        <default>true</default>    </entry>    <entry key="Auto Show ContextBrowser" type="Bool">        <label>Whether ContextBrowser should be activated when starting playback</label>        <whatsthis>Automatically switches to ContextBrowser when playback is started.</whatsthis>        <default>false</default>    </entry>    <entry key="ContextBrowser StyleSheet" type="String">        <label>Set CSS stylesheet used to customize ContextBrowser's rendering</label>        <whatsthis>Set this to the style dir you want to use.</whatsthis>        <default>Default</default>    </entry>    <entry key="Relative Playlist" type="Bool">        <label>Whether playlists store relative path</label>        <whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis>        <default>true</default>    </entry>    <entry key="Overwrite Files" type="Bool">        <label>Whether organize files will overwrite existing files.</label>        <whatsthis>If set, Organize files will overwrite any existing destination.</whatsthis>        <default>false</default>    </entry>    <entry key="Group By Filetype" type="Bool">        <label>Whether organize files will group directories according to their filetype.</label>        <whatsthis>If set, Organize files will group directories containing the same filetype.</whatsthis>        <default>false</default>    </entry>    <entry key="Group Artists" type="Bool">        <label>Whether organize files will group artist starting in the same character.</label>        <whatsthis>If set, Organize files will group artist starting in the same character.</whatsthis>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -