add mp3 and ogg torrent url info to JamendoAlbum
[amarok.git] / src / tagguesserconfigdialog.ui
blobb65f6e641788dc771b40e038d80bd498043445c3
1 <ui version="4.0" >
2  <author>Frerich Raabe &lt;raabe@kde.org></author>
3  <class>TagGuesserConfigDialog</class>
4  <widget class="KDialog" native="1" name="TagGuesserConfigDialog" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>467</width>
10     <height>260</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" >
14    <property name="margin" >
15     <number>0</number>
16    </property>
17    <property name="spacing" >
18     <number>6</number>
19    </property>
20    <item rowspan="7" row="0" column="0" >
21     <widget class="K3ListView" name="lvSchemes" >
22      <property name="toolTip" >
23       <string>Here you can see the currently configured file name schemes which the "Guess Tags From Filename" button uses to extract tag information from a file name. Each string may contain one or more of the following placeholders:&lt;ul>
24 &lt;li>%title: Song Title&lt;/li>
25 &lt;li>%artist: Artist&lt;/li>
26 &lt;li>%album: Album&lt;/li>
27 &lt;li>%track: Track Number&lt;/li>
28 &lt;li>%year: Year&lt;/li>
29 &lt;li>%comment: Comment&lt;/li>
30 &lt;/ul>
31 For example, the file name scheme "[%track] %artist - %title" would match "[01] Deep Purple - Smoke on the water" but not "(Deep Purple) Smoke on the water". For that second name, you would use the scheme "(%artist) %title".&lt;p/>
32 Note that the order in which the schemes appear in the list is relevant, since the tag guesser will go through the list from the top to the bottom, and use the first matching scheme.</string>
33      </property>
34      <property name="whatsThis" >
35       <string>Here you can see the currently configured file name schemes which the "Guess Tags From Filename" button uses to extract tag information from a file name. Each string may contain one or more of the following placeholders:&lt;ul>
36 &lt;li>%title: Song Title&lt;/li>
37 &lt;li>%artist: Artist&lt;/li>
38 &lt;li>%album: Album&lt;/li>
39 &lt;li>%track: Track Number&lt;/li>
40 &lt;li>%year: Year&lt;/li>
41 &lt;li>%comment: Comment&lt;/li>
42 &lt;/ul>
43 For example, the file name scheme "[%track] %artist - %title" would match "[01] Deep Purple - Smoke on the water" but not "(Deep Purple) Smoke on the water". For that second name, you would use the scheme "(%a) %t".&lt;p/>
44 Note that the order in which the schemes appear in the list is relevant, since the tag guesser will go through the list from the top to the bottom, and use the first matching scheme.</string>
45      </property>
46      <property name="frameShape" >
47       <enum>QFrame::StyledPanel</enum>
48      </property>
49      <property name="frameShadow" >
50       <enum>QFrame::Sunken</enum>
51      </property>
52     </widget>
53    </item>
54    <item row="0" column="1" >
55     <widget class="QToolButton" name="bMoveUp" >
56      <property name="toolTip" >
57       <string>Move scheme up</string>
58      </property>
59      <property name="whatsThis" >
60       <string>Press this button to move the currently selected scheme one step upwards.</string>
61      </property>
62      <property name="text" >
63       <string/>
64      </property>
65     </widget>
66    </item>
67    <item row="0" column="3" >
68     <widget class="QToolButton" name="bMoveDown" >
69      <property name="toolTip" >
70       <string>Move scheme down</string>
71      </property>
72      <property name="whatsThis" >
73       <string>Press this button to move the currently selected scheme one step downwards.</string>
74      </property>
75      <property name="text" >
76       <string/>
77      </property>
78     </widget>
79    </item>
80    <item row="2" column="1" colspan="3" >
81     <widget class="KPushButton" native="1" name="bModify" >
82      <property name="toolTip" >
83       <string>Modify scheme</string>
84      </property>
85      <property name="whatsThis" >
86       <string>Press this button to modify the currently selected scheme.</string>
87      </property>
88     </widget>
89    </item>
90    <item row="3" column="1" colspan="3" >
91     <widget class="KPushButton" native="1" name="bRemove" >
92      <property name="toolTip" >
93       <string>Remove scheme</string>
94      </property>
95      <property name="whatsThis" >
96       <string>Press this button to remove the currently selected scheme from the list.</string>
97      </property>
98     </widget>
99    </item>
100    <item row="1" column="1" colspan="3" >
101     <widget class="KPushButton" native="1" name="bAdd" >
102      <property name="toolTip" >
103       <string>Add a new scheme</string>
104      </property>
105      <property name="whatsThis" >
106       <string>Press this button to add a new file name scheme to the end of the list.</string>
107      </property>
108     </widget>
109    </item>
110    <item row="4" column="2" >
111     <spacer>
112      <property name="orientation" >
113       <enum>Qt::Vertical</enum>
114      </property>
115      <property name="sizeType" >
116       <enum>QSizePolicy::Expanding</enum>
117      </property>
118      <property name="sizeHint" >
119       <size>
120        <width>20</width>
121        <height>60</height>
122       </size>
123      </property>
124     </spacer>
125    </item>
126    <item row="5" column="1" colspan="3" >
127     <widget class="KPushButton" native="1" name="bOk" >
128      <property name="toolTip" >
129       <string>Add a new scheme</string>
130      </property>
131      <property name="whatsThis" >
132       <string>Press this button to add a new file name scheme to the end of the list.</string>
133      </property>
134     </widget>
135    </item>
136    <item row="6" column="1" colspan="3" >
137     <widget class="KPushButton" native="1" name="bCancel" >
138      <property name="toolTip" >
139       <string>Add a new scheme</string>
140      </property>
141      <property name="whatsThis" >
142       <string>Press this button to add a new file name scheme to the end of the list.</string>
143      </property>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <layoutdefault spacing="6" margin="0" />
149  <layoutfunction spacing="KDialog::spacingHint" />
150  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
151  <customwidgets>
152   <customwidget>
153    <class>K3ListView</class>
154    <extends>Q3ListView</extends>
155    <header>k3listview.h</header>
156   </customwidget>
157   <customwidget>
158    <class>KDialog</class>
159    <extends>QWidget</extends>
160    <header>kdialog.h</header>
161    <container>1</container>
162   </customwidget>
163   <customwidget>
164    <class>Q3ListView</class>
165    <extends>Q3Frame</extends>
166    <header>q3listview.h</header>
167   </customwidget>
168   <customwidget>
169    <class>KPushButton</class>
170    <extends>QWidget</extends>
171    <header>kpushbutton.h</header>
172    <container>1</container>
173   </customwidget>
174  </customwidgets>
175  <includes>
176   <include location="local" >kdialog.h</include>
177   <include location="local" >k3listview.h</include>
178   <include location="local" >kpushbutton.h</include>
179  </includes>
180  <resources/>
181  <connections/>
182 </ui>