Warning, /multimedia/elisa/src/elisa_core.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006  <include>QDir</include>
0007  <include>QStandardPaths</include>
0008  <kcfgfile arg="true" />
0009  <group name="ElisaFileIndexer">
0010   <entry key="RootPath" type="PathList" >
0011   </entry>
0012   <entry key="ForceUsageOfFastFileSearch" type="Bool" >
0013   </entry>
0014  </group>
0015  <group name="PlayerSettings">
0016  <entry key="ShowNowPlayingBackground" type="Bool">
0017      <default>
0018          true
0019      </default>
0020   </entry>
0021   <entry key="ShowProgressOnTaskBar" type="Bool" >
0022     <default>
0023       true
0024     </default>
0025   </entry>
0026   <entry key="ShowSystemTrayIcon" type="Bool" >
0027     <default>
0028       false
0029     </default>
0030   </entry>
0031   <entry key="PlayAtStartup" type="Bool" >
0032     <default>
0033       false
0034     </default>
0035   </entry>
0036   <entry key="ScanAtStartup" type="Bool" >
0037     <default>
0038       true
0039     </default>
0040   </entry>
0041   <entry key="UseFavoriteStyleRatings" type="Bool" >
0042     <default>
0043       false
0044     </default>
0045   </entry>
0046   </group>
0047   <group name="Playlist">
0048    <entry key="AlwaysUseAbsolutePlaylistPaths" type="Bool" >
0049    <default>
0050      false
0051    </default>
0052    </entry>
0053   </group>
0054  <group name="Views">
0055   <entry key="EmbeddedView" type="Enum">
0056    <choices>
0057     <choice name="NoView" />
0058     <choice name="AllAlbums" />
0059     <choice name="AllArtists" />
0060     <choice name="AllGenres" />
0061    </choices>
0062   </entry>
0063   <entry key="InitialView" type="Enum">
0064    <choices>
0065     <choice name="ContextView" />
0066     <choice name="RecentlyPlayed" />
0067     <choice name="FrequentlyPlayed" />
0068     <choice name="AllAlbums" />
0069     <choice name="AllArtists" />
0070     <choice name="AllTracks" />
0071     <choice name="AllGenres" />
0072     <choice name="Files" />
0073     <choice name="Radios" />
0074    </choices>
0075   </entry>
0076   <entry key="InitialFilesViewPath" type="String">
0077     <default code="true">
0078       !QStandardPaths::writableLocation(QStandardPaths::MusicLocation).isEmpty()?
0079           (
0080               QDir(QStandardPaths::writableLocation(QStandardPaths::MusicLocation)).exists() ?
0081               QStandardPaths::writableLocation(QStandardPaths::MusicLocation) :
0082               QDir::rootPath()
0083           ) :
0084           QDir::rootPath()
0085     </default>
0086   </entry>
0087   <entry key="ColorScheme" type="String">
0088   </entry>
0089   <entry key="SortRolePreferences" type="StringList">
0090   </entry>
0091   <entry key="SortOrderPreferences" type="StringList">
0092   </entry>
0093  </group>
0094 </kcfg>