1<?xml version="1.0" ?><!DOCTYPE glade-interface  SYSTEM 'glade-2.0.dtd'><!--*- mode: xml -*--><glade-interface>
2  <widget class="GtkWindow" id="gtkpod">
3    <property name="title" translatable="yes">gtkpod iPod Manager</property>
4    <property name="default_width">600</property>
5    <property name="default_height">500</property>
6    <property name="icon">gtkpod-icon-48.png</property>
7    <signal handler="on_gtkpod_configure_event" name="configure_event"/>
8    <signal handler="on_gtkpod_delete_event" name="delete_event"/>
9    <child>
10      <widget class="GtkVBox" id="vbox1"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11        <property name="visible">True</property>
12        <child>
13          <widget class="GtkMenuBar" id="menubar">
14            <property name="visible">True</property>
15            <child>
16              <widget class="GtkMenuItem" id="menuitem10">
17                <property name="visible">True</property>
18                <property name="label" translatable="yes">_Music</property>
19                <property name="use_underline">True</property>
20                <child>
21                  <widget class="GtkMenu" id="menuitem10_menu">
22                    <child>
23                      <widget class="GtkImageMenuItem" id="load_ipods_mi">
24                        <property name="visible">True</property>
25                        <property name="label" translatable="yes">_Load iPod(s)</property>
26                        <property name="use_underline">True</property>
27                        <signal handler="on_load_ipods_mi" name="activate"/>
28                        <child internal-child="image">
29                          <widget class="GtkImage" id="image3992">
30                            <property name="visible">True</property>
31                            <property name="pixbuf">gtkpod-read-16.png</property>
32                          </widget>
33                        </child>
34                      </widget>
35                    </child>
36                    <child>
37                      <widget class="GtkImageMenuItem" id="save_changes_mi">
38                        <property name="visible">True</property>
39                        <property name="label" translatable="yes">_Save Changes</property>
40                        <property name="use_underline">True</property>
41                        <signal handler="on_save_changes_mi" name="activate"/>
42                        <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="activate"/>
43                        <child internal-child="image">
44                          <widget class="GtkImage" id="image3993">
45                            <property name="visible">True</property>
46                            <property name="stock">gtk-save</property>
47                            <property name="icon_size">1</property>
48                          </widget>
49                        </child>
50                      </widget>
51                    </child>
52                    <child>
53                      <widget class="GtkImageMenuItem" id="add_files1">
54                        <property name="visible">True</property>
55                        <property name="label" translatable="yes">Add _Files</property>
56                        <property name="use_underline">True</property>
57                        <signal handler="create_add_files_callback" name="activate"/>
58                        <child internal-child="image">
59                          <widget class="GtkImage" id="image3994">
60                            <property name="visible">True</property>
61                            <property name="stock">gtk-add</property>
62                            <property name="icon_size">1</property>
63                          </widget>
64                        </child>
65                      </widget>
66                    </child>
67                    <child>
68                      <widget class="GtkImageMenuItem" id="add_directory1">
69                        <property name="visible">True</property>
70                        <property name="label" translatable="yes">Add Fol_der</property>
71                        <property name="use_underline">True</property>
72                        <signal handler="dirbrowser_create_callback" name="activate"/>
73                        <child internal-child="image">
74                          <widget class="GtkImage" id="image3995">
75                            <property name="visible">True</property>
76                            <property name="stock">gtk-add</property>
77                            <property name="icon_size">1</property>
78                          </widget>
79                        </child>
80                      </widget>
81                    </child>
82                    <child>
83                      <widget class="GtkImageMenuItem" id="add_playlist1">
84                        <property name="visible">True</property>
85                        <property name="label" translatable="yes">Add _Playlist</property>
86                        <property name="use_underline">True</property>
87                        <signal handler="create_add_playlists_callback" name="activate"/>
88                        <child internal-child="image">
89                          <widget class="GtkImage" id="image3996">
90                            <property name="visible">True</property>
91                            <property name="stock">gtk-add</property>
92                            <property name="icon_size">1</property>
93                          </widget>
94                        </child>
95                      </widget>
96                    </child>
97                    <child>
98                      <widget class="GtkSeparatorMenuItem" id="separator3">
99                        <property name="visible">True</property>
100                      </widget>
101                    </child>
102                    <child>
103                      <widget class="GtkImageMenuItem" id="update_menu">
104                        <property name="visible">True</property>
105                        <property name="label" translatable="yes">_Update Tracks from File</property>
106                        <property name="use_underline">True</property>
107                        <child>
108                          <widget class="GtkMenu" id="update_menu_menu">
109                            <child>
110                              <widget class="GtkMenuItem" id="update_playlist_menu">
111                                <property name="visible">True</property>
112                                <property name="label" translatable="yes">Selected _Playlist</property>
113                                <property name="use_underline">True</property>
114                                <signal handler="on_update_playlist_activate" name="activate"/>
115                              </widget>
116                            </child>
117                            <child>
118                              <widget class="GtkMenuItem" id="update_tab_entry_menu">
119                                <property name="visible">True</property>
120                                <property name="label" translatable="yes">Selected Tab _Entry</property>
121                                <property name="use_underline">True</property>
122                                <signal handler="on_update_tab_entry_activate" name="activate"/>
123                              </widget>
124                            </child>
125                            <child>
126                              <widget class="GtkMenuItem" id="update_tracks_menu">
127                                <property name="visible">True</property>
128                                <property name="label" translatable="yes">Selected _Tracks</property>
129                                <property name="use_underline">True</property>
130                                <signal handler="on_update_tracks_activate" name="activate"/>
131                              </widget>
132                            </child>
133                          </widget>
134                        </child>
135                        <child internal-child="image">
136                          <widget class="GtkImage" id="image3997">
137                            <property name="visible">True</property>
138                            <property name="stock">gtk-refresh</property>
139                            <property name="icon_size">1</property>
140                          </widget>
141                        </child>
142                      </widget>
143                    </child>
144                    <child>
145                      <widget class="GtkImageMenuItem" id="mserv_from_file_menu">
146                        <property name="visible">True</property>
147                        <property name="label" translatable="yes">Update _mserv Data from File</property>
148                        <property name="use_underline">True</property>
149                        <child>
150                          <widget class="GtkMenu" id="mserv_from_file_menu_menu">
151                            <child>
152                              <widget class="GtkMenuItem" id="mserv_from_file_playlist_menu">
153                                <property name="visible">True</property>
154                                <property name="label" translatable="yes">Selected _Playlist</property>
155                                <property name="use_underline">True</property>
156                                <signal handler="on_mserv_from_file_playlist_menu_activate" name="activate"/>
157                              </widget>
158                            </child>
159                            <child>
160                              <widget class="GtkMenuItem" id="mserv_from_file_entry_menu">
161                                <property name="visible">True</property>
162                                <property name="label" translatable="yes">Selected Tab _Entry</property>
163                                <property name="use_underline">True</property>
164                                <signal handler="on_mserv_from_file_entry_menu_activate" name="activate"/>
165                              </widget>
166                            </child>
167                            <child>
168                              <widget class="GtkMenuItem" id="mserv_from_file_tracks_menu">
169                                <property name="visible">True</property>
170                                <property name="label" translatable="yes">Selected _Tracks</property>
171                                <property name="use_underline">True</property>
172                                <signal handler="on_mserv_from_file_tracks_menu_activate" name="activate"/>
173                              </widget>
174                            </child>
175                          </widget>
176                        </child>
177                        <child internal-child="image">
178                          <widget class="GtkImage" id="image3998">
179                            <property name="visible">True</property>
180                            <property name="stock">gtk-refresh</property>
181                            <property name="icon_size">1</property>
182                          </widget>
183                        </child>
184                      </widget>
185                    </child>
186                    <child>
187                      <widget class="GtkImageMenuItem" id="sync_menu">
188                        <property name="visible">True</property>
189                        <property name="label" translatable="yes">_Synchronize Playlist with Dir(s)</property>
190                        <property name="use_underline">True</property>
191                        <signal handler="on_sync_playlist_activate" name="activate"/>
192                        <child internal-child="image">
193                          <widget class="GtkImage" id="image3999">
194                            <property name="visible">True</property>
195                            <property name="stock">gtk-refresh</property>
196                            <property name="icon_size">1</property>
197                          </widget>
198                        </child>
199                      </widget>
200                    </child>
201                    <child>
202                      <widget class="GtkSeparatorMenuItem" id="separator6">
203                        <property name="visible">True</property>
204                      </widget>
205                    </child>
206                    <child>
207                      <widget class="GtkImageMenuItem" id="export_menu">
208                        <property name="visible">True</property>
209                        <property name="label" translatable="yes">_Export Tracks from Database</property>
210                        <property name="use_underline">True</property>
211                        <child>
212                          <widget class="GtkMenu" id="export_menu_menu">
213                            <child>
214                              <widget class="GtkMenuItem" id="export_playlist">
215                                <property name="visible">True</property>
216                                <property name="label" translatable="yes">Selected _Playlist</property>
217                                <property name="use_underline">True</property>
218                                <signal handler="on_export_playlist_activate" name="activate"/>
219                              </widget>
220                            </child>
221                            <child>
222                              <widget class="GtkMenuItem" id="export_tab_entry_menu">
223                                <property name="visible">True</property>
224                                <property name="label" translatable="yes">Selected Tab _Entry</property>
225                                <property name="use_underline">True</property>
226                                <signal handler="on_export_tab_entry_activate" name="activate"/>
227                              </widget>
228                            </child>
229                            <child>
230                              <widget class="GtkMenuItem" id="export_tracks">
231                                <property name="visible">True</property>
232                                <property name="label" translatable="yes">Selected _Tracks</property>
233                                <property name="use_underline">True</property>
234                                <signal handler="on_export_tracks_activate" name="activate"/>
235                              </widget>
236                            </child>
237                          </widget>
238                        </child>
239                        <child internal-child="image">
240                          <widget class="GtkImage" id="image4000">
241                            <property name="visible">True</property>
242                            <property name="stock">gtk-save-as</property>
243                            <property name="icon_size">1</property>
244                          </widget>
245                        </child>
246                      </widget>
247                    </child>
248                    <child>
249                      <widget class="GtkImageMenuItem" id="create_playlist_file_menu">
250                        <property name="visible">True</property>
251                        <property name="label" translatable="yes">Create _Playlist File</property>
252                        <property name="use_underline">True</property>
253                        <child>
254                          <widget class="GtkMenu" id="create_playlist_file_menu_menu">
255                            <child>
256                              <widget class="GtkMenuItem" id="playlist_file_playlist">
257                                <property name="visible">True</property>
258                                <property name="label" translatable="yes">Selected _Playlist</property>
259                                <property name="use_underline">True</property>
260                                <signal handler="on_playlist_file_playlist_activate" name="activate"/>
261                              </widget>
262                            </child>
263                            <child>
264                              <widget class="GtkMenuItem" id="playlist_file_tab_entry">
265                                <property name="visible">True</property>
266                                <property name="label" translatable="yes">Selected Tab _Entry</property>
267                                <property name="use_underline">True</property>
268                                <signal handler="on_playlist_file_tab_entry_activate" name="activate"/>
269                              </widget>
270                            </child>
271                            <child>
272                              <widget class="GtkMenuItem" id="playlist_file_tracks">
273                                <property name="visible">True</property>
274                                <property name="label" translatable="yes">Selected _Tracks</property>
275                                <property name="use_underline">True</property>
276                                <signal handler="on_playlist_file_tracks_activate" name="activate"/>
277                              </widget>
278                            </child>
279                          </widget>
280                        </child>
281                        <child internal-child="image">
282                          <widget class="GtkImage" id="image4001">
283                            <property name="visible">True</property>
284                            <property name="stock">gtk-save-as</property>
285                            <property name="icon_size">1</property>
286                          </widget>
287                        </child>
288                      </widget>
289                    </child>
290                    <child>
291                      <widget class="GtkSeparatorMenuItem" id="trennlinie6">
292                        <property name="visible">True</property>
293                      </widget>
294                    </child>
295                    <child>
296                      <widget class="GtkImageMenuItem" id="ipod_directories">
297                        <property name="visible">True</property>
298                        <property name="label" translatable="yes">_Create iPod's Directories</property>
299                        <property name="use_underline">True</property>
300                        <signal handler="on_ipod_directories_menu" name="activate"/>
301                        <child internal-child="image">
302                          <widget class="GtkImage" id="image4002">
303                            <property name="visible">True</property>
304                            <property name="stock">gtk-execute</property>
305                            <property name="icon_size">1</property>
306                          </widget>
307                        </child>
308                      </widget>
309                    </child>
310                    <child>
311                      <widget class="GtkMenuItem" id="check_ipod_files_mi">
312                        <property name="visible">True</property>
313                        <property name="tooltip" translatable="yes">Find orphan files (files with no track info in DB) and dangling tracks (tracks with no corresponding files on iPod)</property>
314                        <property name="label" translatable="yes">_Check iPod's Files</property>
315                        <property name="use_underline">True</property>
316                        <signal handler="on_check_ipod_files_activate" name="activate"/>
317                      </widget>
318                    </child>
319                    <child>
320                      <widget class="GtkSeparatorMenuItem" id="trennlinie3">
321                        <property name="visible">True</property>
322                      </widget>
323                    </child>
324                    <child>
325                      <widget class="GtkImageMenuItem" id="quit1">
326                        <property name="visible">True</property>
327                        <property name="label">gtk-quit</property>
328                        <property name="use_underline">True</property>
329                        <property name="use_stock">True</property>
330                        <signal handler="on_quit1_activate" name="activate"/>
331                      </widget>
332                    </child>
333                  </widget>
334                </child>
335              </widget>
336            </child>
337            <child>
338              <widget class="GtkMenuItem" id="edit_menu">
339                <property name="visible">True</property>
340                <property name="label" translatable="yes">_Edit</property>
341                <property name="use_underline">True</property>
342                <child>
343                  <widget class="GtkMenu" id="edit_menu_menu">
344                    <child>
345                      <widget class="GtkImageMenuItem" id="edit_details_menu">
346                        <property name="visible">True</property>
347                        <property name="label" translatable="yes">Edit Track Details</property>
348                        <property name="use_underline">True</property>
349                        <child>
350                          <widget class="GtkMenu" id="edit_details_menu_menu">
351                            <child>
352                              <widget class="GtkMenuItem" id="edit_details_selected_playlist">
353                                <property name="visible">True</property>
354                                <property name="label" translatable="yes">Tracks in Selected _Playlist</property>
355                                <property name="use_underline">True</property>
356                                <signal handler="on_edit_details_selected_playlist" name="activate"/>
357                              </widget>
358                            </child>
359                            <child>
360                              <widget class="GtkMenuItem" id="edit_details_selected_tab_entry">
361                                <property name="visible">True</property>
362                                <property name="label" translatable="yes">Tracks in Selected Tab _Entry</property>
363                                <property name="use_underline">True</property>
364                                <signal handler="on_edit_details_selected_tab_entry" name="activate"/>
365                              </widget>
366                            </child>
367                            <child>
368                              <widget class="GtkMenuItem" id="edit_details_selected_tracks">
369                                <property name="visible">True</property>
370                                <property name="label" translatable="yes">Selected _Tracks</property>
371                                <property name="use_underline">True</property>
372                                <signal handler="on_edit_details_selected_tracks" name="activate"/>
373                              </widget>
374                            </child>
375                          </widget>
376                        </child>
377                        <child internal-child="image">
378                          <widget class="GtkImage" id="image4003">
379                            <property name="visible">True</property>
380                            <property name="stock">gtk-edit</property>
381                            <property name="icon_size">1</property>
382                          </widget>
383                        </child>
384                      </widget>
385                    </child>
386                    <child>
387                      <widget class="GtkMenuItem" id="edit_smart_playlist">
388                        <property name="visible">True</property>
389                        <property name="label" translatable="yes">Edit Smart Playlist</property>
390                        <property name="use_underline">True</property>
391                        <signal handler="on_edit_smart_playlist" name="activate"/>
392                      </widget>
393                    </child>
394                    <child>
395                      <widget class="GtkImageMenuItem" id="delete_menu">
396                        <property name="visible">True</property>
397                        <property name="label" translatable="yes">_Delete</property>
398                        <property name="use_underline">True</property>
399                        <child>
400                          <widget class="GtkMenu" id="delete_menu_menu">
401                            <child>
402                              <widget class="GtkMenuItem" id="delete_selected_playlist">
403                                <property name="visible">True</property>
404                                <property name="label" translatable="yes">Selected playlist</property>
405                                <property name="use_underline">True</property>
406                                <signal handler="on_delete_selected_playlist" name="activate"/>
407                              </widget>
408                            </child>
409                            <child>
410                              <widget class="GtkMenuItem" id="delete_selected_playlist_including_tracks_from_ipod">
411                                <property name="visible">True</property>
412                                <property name="label" translatable="yes">Selected Playlist Including Tracks from iPod</property>
413                                <property name="use_underline">True</property>
414                                <signal handler="on_delete_selected_playlist_including_tracks_from_ipod" name="activate"/>
415                              </widget>
416                            </child>
417                            <child>
418                              <widget class="GtkMenuItem" id="delete_selected_playlist_including_tracks_from_database">
419                                <property name="visible">True</property>
420                                <property name="label" translatable="yes">Selected Playlist Including Tracks from Database</property>
421                                <property name="use_underline">True</property>
422                                <signal handler="on_delete_selected_playlist_including_tracks_from_database" name="activate"/>
423                              </widget>
424                            </child>
425                            <child>
426                              <widget class="GtkMenuItem" id="delete_selected_playlist_including_tracks_from_harddisk">
427                                <property name="visible">True</property>
428                                <property name="label" translatable="yes">Selected Playlist Including Tracks from Hard Disk</property>
429                                <property name="use_underline">True</property>
430                                <signal handler="on_delete_selected_playlist_including_tracks_from_harddisk" name="activate"/>
431                              </widget>
432                            </child>
433                            <child>
434                              <widget class="GtkSeparatorMenuItem" id="delete_separator1">
435                                <property name="visible">True</property>
436                              </widget>
437                            </child>
438                            <child>
439                              <widget class="GtkMenuItem" id="delete_selected_entry_from_playlist">
440                                <property name="visible">True</property>
441                                <property name="label" translatable="yes">Selected Filter Tab Entry from Playlist</property>
442                                <property name="use_underline">True</property>
443                                <signal handler="on_delete_selected_entry_from_playlist" name="activate"/>
444                              </widget>
445                            </child>
446                            <child>
447                              <widget class="GtkMenuItem" id="delete_selected_entry_from_ipod">
448                                <property name="visible">True</property>
449                                <property name="label" translatable="yes">Selected Filter Tab Entry from iPod</property>
450                                <property name="use_underline">True</property>
451                                <signal handler="on_delete_selected_entry_from_ipod" name="activate"/>
452                              </widget>
453                            </child>
454                            <child>
455                              <widget class="GtkMenuItem" id="delete_selected_entry_from_database">
456                                <property name="visible">True</property>
457                                <property name="label" translatable="yes">Selected Filter Tab Entry from Database</property>
458                                <property name="use_underline">True</property>
459                                <signal handler="on_delete_selected_entry_from_database" name="activate"/>
460                              </widget>
461                            </child>
462                            <child>
463                              <widget class="GtkMenuItem" id="delete_selected_entry_from_harddisk">
464                                <property name="visible">True</property>
465                                <property name="label" translatable="yes">Selected Filter Tab Entry from Hard Disk</property>
466                                <property name="use_underline">True</property>
467                                <signal handler="on_delete_selected_entry_from_harddisk" name="activate"/>
468                              </widget>
469                            </child>
470                            <child>
471                              <widget class="GtkSeparatorMenuItem" id="delete_separator2">
472                                <property name="visible">True</property>
473                              </widget>
474                            </child>
475                            <child>
476                              <widget class="GtkMenuItem" id="delete_selected_tracks_from_playlist">
477                                <property name="visible">True</property>
478                                <property name="label" translatable="yes">Selected Tracks from Playlist</property>
479                                <property name="use_underline">True</property>
480                                <signal handler="on_delete_selected_tracks_from_playlist" name="activate"/>
481                              </widget>
482                            </child>
483                            <child>
484                              <widget class="GtkMenuItem" id="delete_selected_tracks_from_ipod">
485                                <property name="visible">True</property>
486                                <property name="label" translatable="yes">Selected Tracks from iPod</property>
487                                <property name="use_underline">True</property>
488                                <signal handler="on_delete_selected_tracks_from_ipod" name="activate"/>
489                              </widget>
490                            </child>
491                            <child>
492                              <widget class="GtkMenuItem" id="delete_selected_tracks_from_database">
493                                <property name="visible">True</property>
494                                <property name="label" translatable="yes">Selected Tracks from Database</property>
495                                <property name="use_underline">True</property>
496                                <signal handler="on_delete_selected_tracks_from_database" name="activate"/>
497                              </widget>
498                            </child>
499                            <child>
500                              <widget class="GtkMenuItem" id="delete_selected_tracks_from_harddisk">
501                                <property name="visible">True</property>
502                                <property name="label" translatable="yes">Selected Tracks from Hard Disk</property>
503                                <property name="use_underline">True</property>
504                                <signal handler="on_delete_selected_tracks_from_harddisk" name="activate"/>
505                              </widget>
506                            </child>
507                          </widget>
508                        </child>
509                        <child internal-child="image">
510                          <widget class="GtkImage" id="image4004">
511                            <property name="visible">True</property>
512                            <property name="stock">gtk-delete</property>
513                            <property name="icon_size">1</property>
514                          </widget>
515                        </child>
516                      </widget>
517                    </child>
518                    <child>
519                      <widget class="GtkSeparatorMenuItem" id="separator7">
520                        <property name="visible">True</property>
521                      </widget>
522                    </child>
523                    <child>
524                      <widget class="GtkImageMenuItem" id="create_playlists_menu">
525                        <property name="visible">True</property>
526                        <property name="label" translatable="yes">_Create Playlists</property>
527                        <property name="use_underline">True</property>
528                        <child>
529                          <widget class="GtkMenu" id="create_playlists_menu_menu">
530                            <child>
531                              <widget class="GtkImageMenuItem" id="new_playlist1">
532                                <property name="visible">True</property>
533                                <property name="label" translatable="yes">Empty Playlist</property>
534                                <property name="use_underline">True</property>
535                                <signal handler="on_new_playlist1_activate" name="activate"/>
536                                <child internal-child="image">
537                                  <widget class="GtkImage" id="menu-item-image34">
538                                    <property name="visible">True</property>
539                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
540                                    <property name="icon_size">1</property>
541                                    <property name="icon_name">playlist</property>
542                                  </widget>
543                                </child>
544                              </widget>
545                            </child>
546                            <child>
547                              <widget class="GtkMenuItem" id="smart_playlist">
548                                <property name="visible">True</property>
549                                <property name="label" translatable="yes">Smart Playlist</property>
550                                <property name="use_underline">True</property>
551                                <signal handler="on_smart_playlist_activate" name="activate"/>
552                              </widget>
553                            </child>
554                            <child>
555                              <widget class="GtkSeparatorMenuItem" id="separator8">
556                                <property name="visible">True</property>
557                              </widget>
558                            </child>
559                            <child>
560                              <widget class="GtkMenuItem" id="random_playlist">
561                                <property name="visible">True</property>
562                                <property name="label" translatable="yes">Random Playlist from Displayed Tracks</property>
563                                <property name="use_underline">True</property>
564                                <signal handler="on_random_playlist_activate" name="activate"/>
565                              </widget>
566                            </child>
567                            <child>
568                              <widget class="GtkMenuItem" id="pl_containing_displayed_tracks">
569                                <property name="visible">True</property>
570                                <property name="label" translatable="yes">Containing Displayed Tracks</property>
571                                <property name="use_underline">True</property>
572                                <signal handler="on_pl_containing_displayed_tracks_activate" name="activate"/>
573                              </widget>
574                            </child>
575                            <child>
576                              <widget class="GtkMenuItem" id="pl_containing_selected_tracks">
577                                <property name="visible">True</property>
578                                <property name="label" translatable="yes">Containing Selected Tracks</property>
579                                <property name="use_underline">True</property>
580                                <signal handler="on_pl_containing_selected_tracks_activate" name="activate"/>
581                              </widget>
582                            </child>
583                            <child>
584                              <widget class="GtkSeparatorMenuItem" id="menuitem2">
585                                <property name="visible">True</property>
586                              </widget>
587                            </child>
588                            <child>
589                              <widget class="GtkMenuItem" id="most_rated_tracks">
590                                <property name="visible">True</property>
591                                <property name="label" translatable="yes">Best Rated Tracks</property>
592                                <property name="use_underline">True</property>
593                                <signal handler="on_most_rated_tracks_playlist_s1_activate" name="activate"/>
594                              </widget>
595                            </child>
596                            <child>
597                              <widget class="GtkMenuItem" id="most_listened_tracks">
598                                <property name="visible">True</property>
599                                <property name="label" translatable="yes">Tracks Most Often Listened To</property>
600                                <property name="use_underline">True</property>
601                                <signal handler="on_most_listened_tracks1_activate" name="activate"/>
602                              </widget>
603                            </child>
604                            <child>
605                              <widget class="GtkMenuItem" id="most_recent_played_tracks">
606                                <property name="visible">True</property>
607                                <property name="label" translatable="yes">Most Recently Played Tracks</property>
608                                <property name="use_underline">True</property>
609                                <signal handler="on_most_recent_played_tracks_activate" name="activate"/>
610                              </widget>
611                            </child>
612                            <child>
613                              <widget class="GtkMenuItem" id="played_since_last_time1">
614                                <property name="visible">True</property>
615                                <property name="label" translatable="yes">All Tracks Played Since Last Time</property>
616                                <property name="use_underline">True</property>
617                                <signal handler="on_played_since_last_time1_activate" name="activate"/>
618                              </widget>
619                            </child>
620                            <child>
621                              <widget class="GtkMenuItem" id="all_tracks_never_listened_to1">
622                                <property name="visible">True</property>
623                                <property name="label" translatable="yes">All Tracks Never Listened To</property>
624                                <property name="use_underline">True</property>
625                                <signal handler="on_all_tracks_never_listened_to1_activate" name="activate"/>
626                              </widget>
627                            </child>
628                            <child>
629                              <widget class="GtkMenuItem" id="all_tracks_not_listed_in_any_playlist1">
630                                <property name="visible">True</property>
631                                <property name="label" translatable="yes">All Tracks not Listed in any Playlist</property>
632                                <property name="use_underline">True</property>
633                                <signal handler="on_all_tracks_not_listed_in_any_playlist1_activate" name="activate"/>
634                              </widget>
635                            </child>
636                            <child>
637                              <widget class="GtkSeparatorMenuItem" id="menuitem3">
638                                <property name="visible">True</property>
639                              </widget>
640                            </child>
641                            <child>
642                              <widget class="GtkMenuItem" id="pl_for_each_artist">
643                                <property name="visible">True</property>
644                                <property name="label" translatable="yes">One for each Artist</property>
645                                <property name="use_underline">True</property>
646                                <signal handler="on_pl_for_each_artist_activate" name="activate"/>
647                              </widget>
648                            </child>
649                            <child>
650                              <widget class="GtkMenuItem" id="pl_for_each_album">
651                                <property name="visible">True</property>
652                                <property name="label" translatable="yes">One for each Album</property>
653                                <property name="use_underline">True</property>
654                                <signal handler="on_pl_for_each_album_activate" name="activate"/>
655                              </widget>
656                            </child>
657                            <child>
658                              <widget class="GtkMenuItem" id="pl_for_each_genre">
659                                <property name="visible">True</property>
660                                <property name="label" translatable="yes">One for each Genre</property>
661                                <property name="use_underline">True</property>
662                                <signal handler="on_pl_for_each_genre_activate" name="activate"/>
663                              </widget>
664                            </child>
665                            <child>
666                              <widget class="GtkMenuItem" id="pl_for_each_composer">
667                                <property name="visible">True</property>
668                                <property name="label" translatable="yes">One for each Composer</property>
669                                <property name="use_underline">True</property>
670                                <signal handler="on_pl_for_each_composer_activate" name="activate"/>
671                              </widget>
672                            </child>
673                            <child>
674                              <widget class="GtkMenuItem" id="pl_for_each_year">
675                                <property name="visible">True</property>
676                                <property name="label" translatable="yes">One for each Year</property>
677                                <property name="use_underline">True</property>
678                                <signal handler="on_pl_for_each_year_activate" name="activate"/>
679                              </widget>
680                            </child>
681                            <child>
682                              <widget class="GtkMenuItem" id="pl_for_each_rating">
683                                <property name="visible">True</property>
684                                <property name="label" translatable="yes">One for each Rating</property>
685                                <property name="use_underline">True</property>
686                                <signal handler="on_pl_for_each_rating_activate" name="activate"/>
687                              </widget>
688                            </child>
689                          </widget>
690                        </child>
691                        <child internal-child="image">
692                          <widget class="GtkImage" id="image4005">
693                            <property name="visible">True</property>
694                            <property name="stock">gtk-new</property>
695                            <property name="icon_size">1</property>
696                          </widget>
697                        </child>
698                      </widget>
699                    </child>
700                    <child>
701                      <widget class="GtkSeparatorMenuItem" id="separator1">
702                        <property name="visible">True</property>
703                      </widget>
704                    </child>
705                    <child>
706                      <widget class="GtkImageMenuItem" id="sorting1">
707                        <property name="visible">True</property>
708                        <property name="label" translatable="yes">_Sorting</property>
709                        <property name="use_underline">True</property>
710                        <signal handler="on_sorting_activate" name="activate"/>
711                        <child internal-child="image">
712                          <widget class="GtkImage" id="image4006">
713                            <property name="visible">True</property>
714                            <property name="stock">gtk-sort-ascending</property>
715                            <property name="icon_size">1</property>
716                          </widget>
717                        </child>
718                      </widget>
719                    </child>
720                    <child>
721                      <widget class="GtkMenuItem" id="randomize_current_playlist_menu">
722                        <property name="visible">True</property>
723                        <property name="label" translatable="yes">Randomize Current Playlist</property>
724                        <property name="use_underline">True</property>
725                        <signal handler="on_randomize_current_playlist_activate" name="activate"/>
726                      </widget>
727                    </child>
728                    <child>
729                      <widget class="GtkImageMenuItem" id="save_track_order_menu">
730                        <property name="visible">True</property>
731                        <property name="label" translatable="yes">_Save Displayed Track Order</property>
732                        <property name="use_underline">True</property>
733                        <signal handler="on_save_track_order1_activate" name="activate"/>
734                        <accelerator key="s" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
735                        <child internal-child="image">
736                          <widget class="GtkImage" id="image4007">
737                            <property name="visible">True</property>
738                            <property name="stock">gtk-justify-fill</property>
739                            <property name="icon_size">1</property>
740                          </widget>
741                        </child>
742                      </widget>
743                    </child>
744                    <child>
745                      <widget class="GtkSeparatorMenuItem" id="separator2">
746                        <property name="visible">True</property>
747                      </widget>
748                    </child>
749                    <child>
750                      <widget class="GtkImageMenuItem" id="edit_repository_options">
751                        <property name="visible">True</property>
752                        <property name="label" translatable="yes">Repository/iPod Options</property>
753                        <property name="use_underline">True</property>
754                        <signal handler="on_edit_repository_options_activate" name="activate"/>
755                        <child internal-child="image">
756                          <widget class="GtkImage" id="image4008">
757                            <property name="visible">True</property>
758                            <property name="stock">gtk-preferences</property>
759                            <property name="icon_size">1</property>
760                          </widget>
761                        </child>
762                      </widget>
763                    </child>
764                    <child>
765                      <widget class="GtkImageMenuItem" id="preferences_exp">
766                        <property name="visible">True</property>
767                        <property name="label">gtk-preferences</property>
768                        <property name="use_underline">True</property>
769                        <property name="use_stock">True</property>
770                        <signal handler="open_prefs_dlg" name="activate"/>
771                        <accelerator key="p" modifiers="GDK_CONTROL_MASK" signal="activate"/>
772                      </widget>
773                    </child>
774                  </widget>
775                </child>
776              </widget>
777            </child>
778            <child>
779              <widget class="GtkMenuItem" id="item1">
780                <property name="visible">True</property>
781                <property name="label" translatable="yes">_View</property>
782                <property name="use_underline">True</property>
783                <child>
784                  <widget class="GtkMenu" id="item1_menu">
785                    <child>
786                      <widget class="GtkCheckMenuItem" id="toolbar_menu">
787                        <property name="visible">True</property>
788                        <property name="label" translatable="yes">_Toolbar</property>
789                        <property name="use_underline">True</property>
790                        <signal handler="on_toolbar_menu_activate" name="activate"/>
791                      </widget>
792                    </child>
793                    <child>
794                      <widget class="GtkCheckMenuItem" id="filterbar_menu">
795                        <property name="visible">True</property>
796                        <property name="label" translatable="yes">_Filter Bar</property>
797                        <property name="use_underline">True</property>
798                        <signal handler="on_filterbar_menu_activate" name="activate"/>
799                      </widget>
800                    </child>
801                    <child>
802                      <widget class="GtkCheckMenuItem" id="tooltips_menu">
803                        <property name="visible">True</property>
804                        <property name="label" translatable="yes">_Tooltips</property>
805                        <property name="use_underline">True</property>
806                        <signal handler="on_tooltips_menu_activate" name="activate"/>
807                      </widget>
808                    </child>
809                    <child>
810                      <widget class="GtkSeparatorMenuItem" id="menuitem4">
811                        <property name="visible">True</property>
812                      </widget>
813                    </child>
814                    <child>
815                      <widget class="GtkCheckMenuItem" id="info_window_menu">
816                        <property name="visible">True</property>
817                        <property name="label" translatable="yes">_Info Window</property>
818                        <property name="use_underline">True</property>
819                        <signal handler="on_info_window1_activate" name="activate"/>
820                        <accelerator key="i" modifiers="GDK_CONTROL_MASK" signal="activate"/>
821                      </widget>
822                    </child>
823                    <child>
824                      <widget class="GtkCheckMenuItem" id="view_conversion_log">
825                        <property name="visible">True</property>
826                        <property name="label" translatable="yes">_Conversion Log</property>
827                        <property name="use_underline">True</property>
828                        <signal handler="on_conversion_log1_activate" name="activate"/>
829                      </widget>
830                    </child>
831                    <child>
832                      <widget class="GtkSeparatorMenuItem" id="menuitem1">
833                        <property name="visible">True</property>
834                      </widget>
835                    </child>
836                    <child>
837                      <widget class="GtkImageMenuItem" id="more_sort_tabs">
838                        <property name="visible">True</property>
839                        <property name="label" translatable="yes">_More Filter Tabs</property>
840                        <property name="use_underline">True</property>
841                        <signal handler="on_more_sort_tabs_activate" name="activate"/>
842                        <child internal-child="image">
843                          <widget class="GtkImage" id="image4010">
844                            <property name="visible">True</property>
845                            <property name="stock">gtk-add</property>
846                            <property name="icon_size">1</property>
847                          </widget>
848                        </child>
849                      </widget>
850                    </child>
851                    <child>
852                      <widget class="GtkImageMenuItem" id="less_sort_tabs">
853                        <property name="visible">True</property>
854                        <property name="label" translatable="yes">_Fewer Filter Tabs</property>
855                        <property name="use_underline">True</property>
856                        <signal handler="on_less_sort_tabs_activate" name="activate"/>
857                        <child internal-child="image">
858                          <widget class="GtkImage" id="image4011">
859                            <property name="visible">True</property>
860                            <property name="stock">gtk-remove</property>
861                            <property name="icon_size">1</property>
862                          </widget>
863                        </child>
864                      </widget>
865                    </child>
866                    <child>
867                      <widget class="GtkMenuItem" id="arrange_sort_tabs">
868                        <property name="visible">True</property>
869                        <property name="label" translatable="yes">_Arrange Filter Tabs</property>
870                        <property name="use_underline">True</property>
871                        <signal handler="on_arrange_sort_tabs_activate" name="activate"/>
872                      </widget>
873                    </child>
874                  </widget>
875                </child>
876              </widget>
877            </child>
878            <child>
879              <widget class="GtkMenuItem" id="tools1">
880                <property name="visible">True</property>
881                <property name="label" translatable="yes">_Tools</property>
882                <property name="use_underline">True</property>
883                <child>
884                  <widget class="GtkMenu" id="tools1_menu">
885                    <child>
886                      <widget class="GtkImageMenuItem" id="play_menu">
887                        <property name="visible">True</property>
888                        <property name="label" translatable="yes">_Play Now</property>
889                        <property name="use_underline">True</property>
890                        <child>
891                          <widget class="GtkMenu" id="play_menu_menu">
892                            <child>
893                              <widget class="GtkMenuItem" id="play_playlist_menu">
894                                <property name="visible">True</property>
895                                <property name="label" translatable="yes">Selected _Playlist</property>
896                                <property name="use_underline">True</property>
897                                <signal handler="on_play_playlist_activate" name="activate"/>
898                              </widget>
899                            </child>
900                            <child>
901                              <widget class="GtkMenuItem" id="play_tab_entry_menu">
902                                <property name="visible">True</property>
903                                <property name="label" translatable="yes">Selected Tab _Entry</property>
904                                <property name="use_underline">True</property>
905                                <signal handler="on_play_tab_entry_activate" name="activate"/>
906                              </widget>
907                            </child>
908                            <child>
909                              <widget class="GtkMenuItem" id="play_tracks_menu">
910                                <property name="visible">True</property>
911                                <property name="label" translatable="yes">Selected _Tracks</property>
912                                <property name="use_underline">True</property>
913                                <signal handler="on_play_tracks_activate" name="activate"/>
914                              </widget>
915                            </child>
916                          </widget>
917                        </child>
918                        <child internal-child="image">
919                          <widget class="GtkImage" id="image4012">
920                            <property name="visible">True</property>
921                            <property name="stock">gtk-cdrom</property>
922                            <property name="icon_size">1</property>
923                          </widget>
924                        </child>
925                      </widget>
926                    </child>
927                    <child>
928                      <widget class="GtkImageMenuItem" id="enqueue_menu">
929                        <property name="visible">True</property>
930                        <property name="label" translatable="yes">_Enqueue</property>
931                        <property name="use_underline">True</property>
932                        <child>
933                          <widget class="GtkMenu" id="enqueue_menu_menu">
934                            <child>
935                              <widget class="GtkMenuItem" id="enqueue_playlist_menu">
936                                <property name="visible">True</property>
937                                <property name="label" translatable="yes">Selected _Playlist</property>
938                                <property name="use_underline">True</property>
939                                <signal handler="on_enqueue_playlist_activate" name="activate"/>
940                              </widget>
941                            </child>
942                            <child>
943                              <widget class="GtkMenuItem" id="enqueue_tab_entry_menu">
944                                <property name="visible">True</property>
945                                <property name="label" translatable="yes">Selected Tab _Entry</property>
946                                <property name="use_underline">True</property>
947                                <signal handler="on_enqueue_tab_entry_activate" name="activate"/>
948                              </widget>
949                            </child>
950                            <child>
951                              <widget class="GtkMenuItem" id="enqueue_tracks_menu">
952                                <property name="visible">True</property>
953                                <property name="label" translatable="yes">Selected _Tracks</property>
954                                <property name="use_underline">True</property>
955                                <signal handler="on_enqueue_tracks_activate" name="activate"/>
956                              </widget>
957                            </child>
958                          </widget>
959                        </child>
960                        <child internal-child="image">
961                          <widget class="GtkImage" id="image4013">
962                            <property name="visible">True</property>
963                            <property name="stock">gtk-cdrom</property>
964                            <property name="icon_size">1</property>
965                          </widget>
966                        </child>
967                      </widget>
968                    </child>
969                    <child>
970                      <widget class="GtkSeparatorMenuItem" id="trennlinie4">
971                        <property name="visible">True</property>
972                      </widget>
973                    </child>
974                    <child>
975                      <widget class="GtkMenuItem" id="normalize_tracks1">
976                        <property name="visible">True</property>
977                        <property name="label" translatable="yes">_Normalize Volume</property>
978                        <property name="use_underline">True</property>
979                        <child>
980                          <widget class="GtkMenu" id="normalize_tracks1_menu">
981                            <child>
982                              <widget class="GtkMenuItem" id="normalize_selected_playlist">
983                                <property name="visible">True</property>
984                                <property name="label" translatable="yes">Selected _Playlist</property>
985                                <property name="use_underline">True</property>
986                                <signal handler="on_normalize_selected_playlist_activate" name="activate"/>
987                              </widget>
988                            </child>
989                            <child>
990                              <widget class="GtkMenuItem" id="normalize_selected_tab_entry">
991                                <property name="visible">True</property>
992                                <property name="label" translatable="yes">Selected Tab _Entry</property>
993                                <property name="use_underline">True</property>
994                                <signal handler="on_normalize_selected_tab_entry_activate" name="activate"/>
995                              </widget>
996                            </child>
997                            <child>
998                              <widget class="GtkMenuItem" id="normalize_selected_tracks">
999                                <property name="visible">True</property>
1000                                <property name="label" translatable="yes">Selected _Tracks</property>
1001                                <property name="use_underline">True</property>
1002                                <signal handler="on_normalize_selected_tracks_activate" name="activate"/>
1003                              </widget>
1004                            </child>
1005                            <child>
1006                              <widget class="GtkMenuItem" id="normalize_displayed_tracks">
1007                                <property name="visible">True</property>
1008                                <property name="label" translatable="yes">_Displayed Tracks</property>
1009                                <property name="use_underline">True</property>
1010                                <signal handler="on_normalize_displayed_tracks_activate" name="activate"/>
1011                              </widget>
1012                            </child>
1013                            <child>
1014                              <widget class="GtkMenuItem" id="normalize_all_tracks">
1015                                <property name="visible">True</property>
1016                                <property name="label" translatable="yes">_All Tracks</property>
1017                                <property name="use_underline">True</property>
1018                                <signal handler="on_normalize_all_tracks" name="activate"/>
1019                              </widget>
1020                            </child>
1021                            <child>
1022                              <widget class="GtkMenuItem" id="normalize_newly_added_tracks">
1023                                <property name="visible">True</property>
1024                                <property name="label" translatable="yes">_Newly Added Tracks</property>
1025                                <property name="use_underline">True</property>
1026                                <signal handler="on_normalize_newly_added_tracks" name="activate"/>
1027                              </widget>
1028                            </child>
1029                          </widget>
1030                        </child>
1031                      </widget>
1032                    </child>
1033                    <child>
1034                      <widget class="GtkSeparatorMenuItem" id="trennlinie5">
1035                        <property name="visible">True</property>
1036                      </widget>
1037                    </child>
1038                    <child>
1039                      <widget class="GtkMenuItem" id="sync_all">
1040                        <property name="visible">True</property>
1041                        <property name="tooltip" translatable="yes">Synchronise Contacts, Calendar and Notes</property>
1042                        <property name="label" translatable="yes">Synchronize All</property>
1043                        <property name="use_underline">True</property>
1044                        <signal handler="on_sync_all_activate" name="activate"/>
1045                      </widget>
1046                    </child>
1047                    <child>
1048                      <widget class="GtkMenuItem" id="sync_contacts">
1049                        <property name="visible">True</property>
1050                        <property name="label" translatable="yes">Synchronize Contacts</property>
1051                        <property name="use_underline">True</property>
1052                        <signal handler="on_sync_contacts_activate" name="activate"/>
1053                      </widget>
1054                    </child>
1055                    <child>
1056                      <widget class="GtkMenuItem" id="sync_calendar">
1057                        <property name="visible">True</property>
1058                        <property name="label" translatable="yes">Synchronize Calendar</property>
1059                        <property name="use_underline">True</property>
1060                        <signal handler="on_sync_calendar_activate" name="activate"/>
1061                      </widget>
1062                    </child>
1063                    <child>
1064                      <widget class="GtkMenuItem" id="sync_notes">
1065                        <property name="visible">True</property>
1066                        <property name="label" translatable="yes">Synchronize Notes</property>
1067                        <property name="use_underline">True</property>
1068                        <signal handler="on_sync_notes_activate" name="activate"/>
1069                      </widget>
1070                    </child>
1071                  </widget>
1072                </child>
1073              </widget>
1074            </child>
1075            <child>
1076              <widget class="GtkMenuItem" id="menuitem13">
1077                <property name="visible">True</property>
1078                <property name="label" translatable="yes">_Help</property>
1079                <property name="use_underline">True</property>
1080                <child>
1081                  <widget class="GtkMenu" id="menuitem13_menu">
1082                    <child>
1083                      <widget class="GtkImageMenuItem" id="help_contents">
1084                        <property name="visible">True</property>
1085                        <property name="label" translatable="yes">_Contents</property>
1086                        <property name="use_underline">True</property>
1087                        <signal handler="open_help_contents" name="activate"/>
1088                        <accelerator key="F1" modifiers="" signal="activate"/>
1089                        <child internal-child="image">
1090                          <widget class="GtkImage" id="menu-item-image24">
1091                            <property name="visible">True</property>
1092                            <property name="stock">gtk-help</property>
1093                            <property name="icon_size">1</property>
1094                          </widget>
1095                        </child>
1096                      </widget>
1097                    </child>
1098                    <child>
1099                      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
1100                        <property name="visible">True</property>
1101                      </widget>
1102                    </child>
1103                    <child>
1104                      <widget class="GtkMenuItem" id="help_online">
1105                        <property name="visible">True</property>
1106                        <property name="label" translatable="yes">Get Help _Online</property>
1107                        <property name="use_underline">True</property>
1108                        <signal handler="open_help_online" name="activate"/>
1109                      </widget>
1110                    </child>
1111                    <child>
1112                      <widget class="GtkMenuItem" id="help_reportbug">
1113                        <property name="visible">True</property>
1114                        <property name="label" translatable="yes">Report a _Problem</property>
1115                        <property name="use_underline">True</property>
1116                        <signal handler="open_help_reportbug" name="activate"/>
1117                      </widget>
1118                    </child>
1119                    <child>
1120                      <widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
1121                        <property name="visible">True</property>
1122                      </widget>
1123                    </child>
1124                    <child>
1125                      <widget class="GtkImageMenuItem" id="about1">
1126                        <property name="visible">True</property>
1127                        <property name="label" translatable="yes">_About gtkpod</property>
1128                        <property name="use_underline">True</property>
1129                        <signal handler="open_about_window" name="activate"/>
1130                        <child internal-child="image">
1131                          <widget class="GtkImage" id="image4014">
1132                            <property name="visible">True</property>
1133                            <property name="stock">gtk-about</property>
1134                            <property name="icon_size">1</property>
1135                          </widget>
1136                        </child>
1137                      </widget>
1138                    </child>
1139                  </widget>
1140                </child>
1141              </widget>
1142            </child>
1143          </widget>
1144          <packing>
1145            <property name="expand">False</property>
1146            <property name="fill">False</property>
1147          </packing>
1148        </child>
1149        <child>
1150          <widget class="GtkToolbar" id="toolbar">
1151            <property name="visible">True</property>
1152            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
1153            <child>
1154              <widget class="GtkToolButton" id="load_ipods_button">
1155                <property name="visible">True</property>
1156                <property name="tooltip" translatable="yes">Try to load contents of all connected iPods. For each iPod a separate repository must be set up.</property>
1157                <property name="is_important">True</property>
1158                <property name="label" translatable="yes">Load iPod(s)</property>
1159                <property name="use_underline">True</property>
1160                <property name="icon">gtkpod-read.png</property>
1161                <signal handler="on_load_ipods_clicked" name="clicked"/>
1162              </widget>
1163              <packing>
1164                <property name="homogeneous">True</property>
1165              </packing>
1166            </child>
1167            <child>
1168              <widget class="GtkToolButton" id="save_changes_button">
1169                <property name="visible">True</property>
1170                <property name="tooltip" translatable="yes">Write all changes made to the disk and the iPod(s).</property>
1171                <property name="label" translatable="yes">Save Changes</property>
1172                <property name="use_underline">True</property>
1173                <property name="stock_id">gtk-save</property>
1174                <signal handler="on_save_changes_clicked" name="clicked"/>
1175              </widget>
1176              <packing>
1177                <property name="homogeneous">True</property>
1178              </packing>
1179            </child>
1180            <child>
1181              <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
1182                <property name="visible">True</property>
1183              </widget>
1184            </child>
1185            <child>
1186              <widget class="GtkToolButton" id="add_files_button">
1187                <property name="visible">True</property>
1188                <property name="tooltip" translatable="yes">Add Files or Directories</property>
1189                <property name="label" translatable="yes">Add Files</property>
1190                <property name="use_underline">True</property>
1191                <property name="icon">gtkpod-add-files.png</property>
1192                <signal handler="create_add_files_callback" name="clicked"/>
1193              </widget>
1194              <packing>
1195                <property name="homogeneous">True</property>
1196              </packing>
1197            </child>
1198            <child>
1199              <widget class="GtkToolButton" id="add_dirs_button">
1200                <property name="visible">True</property>
1201                <property name="tooltip" translatable="yes">Add Directories Recursively</property>
1202                <property name="label" translatable="yes">Add Folder</property>
1203                <property name="use_underline">True</property>
1204                <property name="icon">gtkpod-add-dirs.png</property>
1205                <signal handler="dirbrowser_create_callback" name="clicked"/>
1206              </widget>
1207              <packing>
1208                <property name="homogeneous">True</property>
1209              </packing>
1210            </child>
1211            <child>
1212              <widget class="GtkToolButton" id="add_PL_button">
1213                <property name="visible">True</property>
1214                <property name="tooltip" translatable="yes">Add playlist from file</property>
1215                <property name="label" translatable="yes">Add Playlist</property>
1216                <property name="use_underline">True</property>
1217                <property name="icon">gtkpod-add-playlists.png</property>
1218                <signal handler="create_add_playlists_callback" name="clicked"/>
1219              </widget>
1220              <packing>
1221                <property name="homogeneous">True</property>
1222              </packing>
1223            </child>
1224            <child>
1225              <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
1226                <property name="visible">True</property>
1227              </widget>
1228            </child>
1229            <child>
1230              <widget class="GtkMenuToolButton" id="new_PL_button">
1231                <property name="visible">True</property>
1232                <property name="tooltip" translatable="yes">Create New Playlist</property>
1233                <property name="is_important">True</property>
1234                <property name="label" translatable="yes">New Playlist</property>
1235                <property name="use_underline">True</property>
1236                <property name="stock_id">gtk-new</property>
1237                <property name="menu">create_playlists_menu_menu</property>
1238                <signal handler="on_new_playlist_button" name="clicked"/>
1239              </widget>
1240            </child>
1241          </widget>
1242          <packing>
1243            <property name="expand">False</property>
1244            <property name="fill">False</property>
1245            <property name="position">1</property>
1246          </packing>
1247        </child>
1248        <child>
1249          <widget class="GtkHPaned" id="paned0">
1250            <property name="visible">True</property>
1251            <property name="can_focus">True</property>
1252            <property name="position">235</property>
1253            <signal handler="on_paned0_button_release_event" name="button_release_event"/>
1254            <child>
1255              <widget class="GtkVBox" id="vbox2"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1256                <property name="visible">True</property>
1257                <child>
1258                  <widget class="GtkScrolledWindow" id="playlist_window">
1259                    <property name="visible">True</property>
1260                    <property name="can_focus">True</property>
1261                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1262                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1263                    <property name="shadow_type">GTK_SHADOW_IN</property>
1264                    <child>
1265                      <placeholder/>
1266                    </child>
1267                  </widget>
1268                </child>
1269                <child>
1270                  <widget class="GtkHBox" id="cover_visible_control_box">
1271                    <property name="height_request">23</property>
1272                    <property name="visible">True</property>
1273                    <child>
1274                      <widget class="GtkLabel" id="lbl_albumart">
1275                        <property name="visible">True</property>
1276                        <property name="xalign">0</property>
1277                        <property name="label" translatable="yes">Album Art</property>
1278                        <property name="justify">GTK_JUSTIFY_CENTER</property>
1279                      </widget>
1280                      <packing>
1281                        <property name="padding">2</property>
1282                      </packing>
1283                    </child>
1284                    <child>
1285                      <widget class="GtkButton" id="cover_down_button">
1286                        <property name="width_request">25</property>
1287                        <property name="visible">True</property>
1288                        <property name="can_focus">True</property>
1289                        <property name="relief">GTK_RELIEF_NONE</property>
1290                        <property name="response_id">0</property>
1291                        <signal handler="on_cover_down_button_clicked" name="clicked"/>
1292                        <child>
1293                          <widget class="GtkArrow" id="arrow1">
1294                            <property name="width_request">22</property>
1295                            <property name="visible">True</property>
1296                            <property name="arrow_type">GTK_ARROW_DOWN</property>
1297                            <property name="shadow_type">GTK_SHADOW_NONE</property>
1298                          </widget>
1299                        </child>
1300                      </widget>
1301                      <packing>
1302                        <property name="expand">False</property>
1303                        <property name="fill">False</property>
1304                        <property name="pack_type">GTK_PACK_END</property>
1305                        <property name="position">2</property>
1306                      </packing>
1307                    </child>
1308                    <child>
1309                      <widget class="GtkButton" id="cover_up_button">
1310                        <property name="width_request">25</property>
1311                        <property name="visible">True</property>
1312                        <property name="can_focus">True</property>
1313                        <property name="relief">GTK_RELIEF_NONE</property>
1314                        <property name="response_id">0</property>
1315                        <signal handler="on_cover_up_button_clicked" name="clicked"/>
1316                        <child>
1317                          <widget class="GtkArrow" id="arrow2">
1318                            <property name="visible">True</property>
1319                            <property name="arrow_type">GTK_ARROW_UP</property>
1320                            <property name="shadow_type">GTK_SHADOW_NONE</property>
1321                          </widget>
1322                        </child>
1323                      </widget>
1324                      <packing>
1325                        <property name="expand">False</property>
1326                        <property name="fill">False</property>
1327                        <property name="pack_type">GTK_PACK_END</property>
1328                        <property name="position">1</property>
1329                      </packing>
1330                    </child>
1331                  </widget>
1332                  <packing>
1333                    <property name="expand">False</property>
1334                    <property name="fill">False</property>
1335                    <property name="position">1</property>
1336                  </packing>
1337                </child>
1338                <child>
1339                  <widget class="GtkVBox" id="cover_display_window"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1340                    <property name="visible">True</property>
1341                    <child>
1342                      <widget class="GtkHBox" id="cover_display_canvasbox">
1343                        <property name="visible">True</property>
1344                        <child>
1345                          <placeholder/>
1346                        </child>
1347                      </widget>
1348                      <packing>
1349                        <property name="expand">False</property>
1350                        <property name="fill">False</property>
1351                      </packing>
1352                    </child>
1353                    <child>
1354                      <widget class="GtkHBox" id="cover_display_controlbox">
1355                        <property name="visible">True</property>
1356                        <property name="spacing">2</property>
1357                        <child>
1358                          <widget class="GtkButton" id="cover_display_leftbutton">
1359                            <property name="visible">True</property>
1360                            <property name="can_focus">True</property>
1361                            <property name="label" translatable="yes">&lt;</property>
1362                            <property name="relief">GTK_RELIEF_NONE</property>
1363                            <property name="response_id">0</property>
1364                          </widget>
1365                          <packing>
1366                            <property name="expand">False</property>
1367                            <property name="fill">False</property>
1368                          </packing>
1369                        </child>
1370                        <child>
1371                          <widget class="GtkHScale" id="cover_display_scaler">
1372                            <property name="visible">True</property>
1373                            <property name="can_focus">True</property>
1374                            <property name="adjustment">0 0 0 1 9 0</property>
1375                            <property name="digits">0</property>
1376                            <property name="draw_value">False</property>
1377                          </widget>
1378                          <packing>
1379                            <property name="position">1</property>
1380                          </packing>
1381                        </child>
1382                        <child>
1383                          <widget class="GtkButton" id="cover_display_rightbutton">
1384                            <property name="visible">True</property>
1385                            <property name="can_focus">True</property>
1386                            <property name="label" translatable="yes">&gt;</property>
1387                            <property name="relief">GTK_RELIEF_NONE</property>
1388                            <property name="response_id">0</property>
1389                          </widget>
1390                          <packing>
1391                            <property name="expand">False</property>
1392                            <property name="fill">False</property>
1393                            <property name="position">2</property>
1394                          </packing>
1395                        </child>
1396                      </widget>
1397                      <packing>
1398                        <property name="expand">False</property>
1399                        <property name="fill">False</property>
1400                        <property name="position">1</property>
1401                      </packing>
1402                    </child>
1403                  </widget>
1404                  <packing>
1405                    <property name="expand">False</property>
1406                    <property name="fill">False</property>
1407                    <property name="position">2</property>
1408                  </packing>
1409                </child>
1410              </widget>
1411              <packing>
1412                <property name="resize">False</property>
1413                <property name="shrink">False</property>
1414              </packing>
1415            </child>
1416            <child>
1417              <widget class="GtkVBox" id="main_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1418                <property name="visible">True</property>
1419                <child>
1420                  <widget class="GtkVPaned" id="paned1">
1421                    <property name="visible">True</property>
1422                    <property name="can_focus">True</property>
1423                    <property name="position">320</property>
1424                    <child>
1425                      <widget class="GtkVBox" id="vbox29"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1426                        <property name="visible">True</property>
1427                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1428                        <child>
1429                          <widget class="GtkHBox" id="searchbar_hpanel">
1430                            <property name="visible">True</property>
1431                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1432                            <property name="border_width">6</property>
1433                            <property name="spacing">6</property>
1434                            <child>
1435                              <widget class="GtkLabel" id="current_playlist_label">
1436                                <property name="visible">True</property>
1437                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1438                                <property name="xalign">0</property>
1439                                <property name="label" translatable="yes">&lt;span weight='bold' size='larger'&gt;No playlist selected&lt;/span&gt;</property>
1440                                <property name="use_markup">True</property>
1441                              </widget>
1442                              <packing>
1443                                <property name="expand">False</property>
1444                                <property name="fill">False</property>
1445                              </packing>
1446                            </child>
1447                            <child>
1448                              <widget class="GtkEntry" id="search_entry">
1449                                <property name="visible">True</property>
1450                                <property name="can_focus">True</property>
1451                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1452                                <property name="width_chars">20</property>
1453                                <signal handler="on_search_entry_changed" name="changed"/>
1454                              </widget>
1455                              <packing>
1456                                <property name="expand">False</property>
1457                                <property name="fill">False</property>
1458                                <property name="pack_type">GTK_PACK_END</property>
1459                                <property name="position">3</property>
1460                              </packing>
1461                            </child>
1462                            <child>
1463                              <widget class="GtkLabel" id="label22">
1464                                <property name="visible">True</property>
1465                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1466                                <property name="label" translatable="yes">Filter:</property>
1467                              </widget>
1468                              <packing>
1469                                <property name="expand">False</property>
1470                                <property name="fill">False</property>
1471                                <property name="pack_type">GTK_PACK_END</property>
1472                                <property name="position">2</property>
1473                              </packing>
1474                            </child>
1475                            <child>
1476                              <widget class="GtkButton" id="searchbar_down_button">
1477                                <property name="width_request">25</property>
1478                                <property name="visible">True</property>
1479                                <property name="can_focus">True</property>
1480                                <property name="relief">GTK_RELIEF_NONE</property>
1481                                <property name="response_id">0</property>
1482                                <signal handler="on_searchbar_down_button_clicked" name="clicked"/>
1483                                <child>
1484                                  <widget class="GtkArrow" id="arrow4">
1485                                    <property name="width_request">22</property>
1486                                    <property name="visible">True</property>
1487                                    <property name="arrow_type">GTK_ARROW_DOWN</property>
1488                                    <property name="shadow_type">GTK_SHADOW_NONE</property>
1489                                  </widget>
1490                                </child>
1491                              </widget>
1492                              <packing>
1493                                <property name="expand">False</property>
1494                                <property name="fill">False</property>
1495                                <property name="pack_type">GTK_PACK_END</property>
1496                                <property name="position">1</property>
1497                              </packing>
1498                            </child>
1499                          </widget>
1500                          <packing>
1501                            <property name="expand">False</property>
1502                            <property name="fill">False</property>
1503                          </packing>
1504                        </child>
1505                        <child>
1506                          <widget class="GtkScrolledWindow" id="track_window">
1507                            <property name="visible">True</property>
1508                            <property name="can_focus">True</property>
1509                            <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1510                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1511                            <property name="shadow_type">GTK_SHADOW_IN</property>
1512                            <child>
1513                              <placeholder/>
1514                            </child>
1515                          </widget>
1516                          <packing>
1517                            <property name="position">1</property>
1518                          </packing>
1519                        </child>
1520                      </widget>
1521                      <packing>
1522                        <property name="resize">True</property>
1523                        <property name="shrink">True</property>
1524                      </packing>
1525                    </child>
1526                    <child>
1527                      <widget class="GtkScrolledWindow" id="paned1_dummy">
1528                        <property name="visible">True</property>
1529                        <property name="can_focus">True</property>
1530                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1531                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1532                        <child>
1533                          <placeholder/>
1534                        </child>
1535                      </widget>
1536                      <packing>
1537                        <property name="resize">True</property>
1538                        <property name="shrink">True</property>
1539                      </packing>
1540                    </child>
1541                  </widget>
1542                </child>
1543              </widget>
1544              <packing>
1545                <property name="resize">True</property>
1546                <property name="shrink">True</property>
1547              </packing>
1548            </child>
1549          </widget>
1550          <packing>
1551            <property name="position">2</property>
1552          </packing>
1553        </child>
1554        <child>
1555          <widget class="GtkHBox" id="hbox77">
1556            <property name="visible">True</property>
1557            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1558            <child>
1559              <widget class="GtkHPaned" id="paned2">
1560                <property name="visible">True</property>
1561                <property name="can_focus">True</property>
1562                <child>
1563                  <widget class="GtkStatusbar" id="gtkpod_status">
1564                    <property name="width_request">300</property>
1565                    <property name="visible">True</property>
1566                    <property name="border_width">1</property>
1567                    <property name="has_resize_grip">False</property>
1568                  </widget>
1569                  <packing>
1570                    <property name="resize">True</property>
1571                    <property name="shrink">False</property>
1572                  </packing>
1573                </child>
1574                <child>
1575                  <widget class="GtkHPaned" id="paned3">
1576                    <property name="visible">True</property>
1577                    <property name="can_focus">True</property>
1578                    <property name="position">130</property>
1579                    <child>
1580                      <widget class="GtkStatusbar" id="space_statusbar">
1581                        <property name="width_request">150</property>
1582                        <property name="visible">True</property>
1583                        <property name="border_width">1</property>
1584                        <property name="has_resize_grip">False</property>
1585                      </widget>
1586                      <packing>
1587                        <property name="resize">True</property>
1588                        <property name="shrink">True</property>
1589                      </packing>
1590                    </child>
1591                    <child>
1592                      <widget class="GtkStatusbar" id="tracks_statusbar">
1593                        <property name="width_request">175</property>
1594                        <property name="visible">True</property>
1595                        <property name="border_width">1</property>
1596                        <property name="has_resize_grip">False</property>
1597                      </widget>
1598                      <packing>
1599                        <property name="resize">True</property>
1600                        <property name="shrink">True</property>
1601                      </packing>
1602                    </child>
1603                  </widget>
1604                  <packing>
1605                    <property name="resize">True</property>
1606                    <property name="shrink">True</property>
1607                  </packing>
1608                </child>
1609              </widget>
1610              <packing>
1611                <property name="position">1</property>
1612              </packing>
1613            </child>
1614            <child>
1615              <widget class="GtkButton" id="searchbar_up_button">
1616                <property name="width_request">25</property>
1617                <property name="can_focus">True</property>
1618                <property name="relief">GTK_RELIEF_NONE</property>
1619                <property name="response_id">0</property>
1620                <signal handler="on_searchbar_up_button_clicked" name="clicked"/>
1621                <child>
1622                  <widget class="GtkArrow" id="arrow6">
1623                    <property name="visible">True</property>
1624                    <property name="arrow_type">GTK_ARROW_UP</property>
1625                    <property name="shadow_type">GTK_SHADOW_NONE</property>
1626                  </widget>
1627                </child>
1628              </widget>
1629              <packing>
1630                <property name="expand">False</property>
1631                <property name="fill">False</property>
1632                <property name="pack_type">GTK_PACK_END</property>
1633                <property name="position">1</property>
1634              </packing>
1635            </child>
1636          </widget>
1637          <packing>
1638            <property name="expand">False</property>
1639            <property name="position">3</property>
1640          </packing>
1641        </child>
1642      </widget>
1643    </child>
1644  </widget>
1645  <widget class="GtkWindow" id="special_sorttab">
1646    <property name="title" translatable="yes">special_sorttab -- Don't translate!</property>
1647    <child>
1648      <widget class="GtkViewport" id="special_viewport">
1649        <property name="visible">True</property>
1650        <child>
1651          <widget class="GtkVBox" id="vbox37"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1652            <property name="visible">True</property>
1653            <property name="spacing">18</property>
1654            <child>
1655              <widget class="GtkHBox" id="hbox20">
1656                <property name="visible">True</property>
1657                <property name="spacing">12</property>
1658                <child>
1659                  <widget class="GtkLabel" id="label52">
1660                    <property name="visible">True</property>
1661                    <property name="can_focus">True</property>
1662                    <property name="label" translatable="yes">Logic:</property>
1663                  </widget>
1664                  <packing>
1665                    <property name="expand">False</property>
1666                    <property name="fill">False</property>
1667                  </packing>
1668                </child>
1669                <child>
1670                  <widget class="GtkRadioButton" id="sp_or_button">
1671                    <property name="visible">True</property>
1672                    <property name="can_focus">True</property>
1673                    <property name="label" translatable="yes">Any (OR)</property>
1674                    <property name="use_underline">True</property>
1675                    <property name="response_id">0</property>
1676                    <property name="draw_indicator">True</property>
1677                  </widget>
1678                  <packing>
1679                    <property name="expand">False</property>
1680                    <property name="fill">False</property>
1681                    <property name="position">1</property>
1682                  </packing>
1683                </child>
1684                <child>
1685                  <widget class="GtkRadioButton" id="sp_and_button">
1686                    <property name="visible">True</property>
1687                    <property name="can_focus">True</property>
1688                    <property name="label" translatable="yes">All (AND)</property>
1689                    <property name="use_underline">True</property>
1690                    <property name="response_id">0</property>
1691                    <property name="draw_indicator">True</property>
1692                    <property name="group">sp_or_button</property>
1693                  </widget>
1694                  <packing>
1695                    <property name="expand">False</property>
1696                    <property name="fill">False</property>
1697                    <property name="position">2</property>
1698                  </packing>
1699                </child>
1700              </widget>
1701              <packing>
1702                <property name="expand">False</property>
1703                <property name="fill">False</property>
1704              </packing>
1705            </child>
1706            <child>
1707              <widget class="GtkTable" id="table6">
1708                <property name="visible">True</property>
1709                <property name="n_rows">5</property>
1710                <property name="n_columns">2</property>
1711                <property name="column_spacing">12</property>
1712                <property name="row_spacing">6</property>
1713                <child>
1714                  <widget class="GtkHBox" id="hbox14">
1715                    <property name="visible">True</property>
1716                    <property name="spacing">6</property>
1717                    <child>
1718                      <widget class="GtkCheckButton" id="sp_rating0">
1719                        <property name="visible">True</property>
1720                        <property name="can_focus">True</property>
1721                        <property name="label" translatable="yes">0</property>
1722                        <property name="use_underline">True</property>
1723                        <property name="response_id">0</property>
1724                        <property name="draw_indicator">True</property>
1725                      </widget>
1726                      <packing>
1727                        <property name="expand">False</property>
1728                        <property name="fill">False</property>
1729                      </packing>
1730                    </child>
1731                    <child>
1732                      <widget class="GtkCheckButton" id="sp_rating1">
1733                        <property name="visible">True</property>
1734                        <property name="can_focus">True</property>
1735                        <property name="label" translatable="yes">1</property>
1736                        <property name="use_underline">True</property>
1737                        <property name="response_id">0</property>
1738                        <property name="draw_indicator">True</property>
1739                      </widget>
1740                      <packing>
1741                        <property name="expand">False</property>
1742                        <property name="fill">False</property>
1743                        <property name="position">1</property>
1744                      </packing>
1745                    </child>
1746                    <child>
1747                      <widget class="GtkCheckButton" id="sp_rating2">
1748                        <property name="visible">True</property>
1749                        <property name="can_focus">True</property>
1750                        <property name="label" translatable="yes">2</property>
1751                        <property name="use_underline">True</property>
1752                        <property name="response_id">0</property>
1753                        <property name="draw_indicator">True</property>
1754                      </widget>
1755                      <packing>
1756                        <property name="expand">False</property>
1757                        <property name="fill">False</property>
1758                        <property name="position">2</property>
1759                      </packing>
1760                    </child>
1761                    <child>
1762                      <widget class="GtkCheckButton" id="sp_rating3">
1763                        <property name="visible">True</property>
1764                        <property name="can_focus">True</property>
1765                        <property name="label" translatable="yes">3</property>
1766                        <property name="use_underline">True</property>
1767                        <property name="response_id">0</property>
1768                        <property name="draw_indicator">True</property>
1769                      </widget>
1770                      <packing>
1771                        <property name="expand">False</property>
1772                        <property name="fill">False</property>
1773                        <property name="position">3</property>
1774                      </packing>
1775                    </child>
1776                    <child>
1777                      <widget class="GtkCheckButton" id="sp_rating4">
1778                        <property name="visible">True</property>
1779                        <property name="can_focus">True</property>
1780                        <property name="label" translatable="yes">4</property>
1781                        <property name="use_underline">True</property>
1782                        <property name="response_id">0</property>
1783                        <property name="draw_indicator">True</property>
1784                      </widget>
1785                      <packing>
1786                        <property name="expand">False</property>
1787                        <property name="fill">False</property>
1788                        <property name="position">4</property>
1789                      </packing>
1790                    </child>
1791                    <child>
1792                      <widget class="GtkCheckButton" id="sp_rating5">
1793                        <property name="visible">True</property>
1794                        <property name="can_focus">True</property>
1795                        <property name="label" translatable="yes">5</property>
1796                        <property name="use_underline">True</property>
1797                        <property name="response_id">0</property>
1798                        <property name="draw_indicator">True</property>
1799                      </widget>
1800                      <packing>
1801                        <property name="expand">False</property>
1802                        <property name="fill">False</property>
1803                        <property name="position">5</property>
1804                      </packing>
1805                    </child>
1806                  </widget>
1807                  <packing>
1808                    <property name="left_attach">1</property>
1809                    <property name="right_attach">2</property>
1810                    <property name="x_options">GTK_FILL</property>
1811                    <property name="y_options"/>
1812                  </packing>
1813                </child>
1814                <child>
1815                  <widget class="GtkHBox" id="hbox15">
1816                    <property name="visible">True</property>
1817                    <child>
1818                      <widget class="GtkHBox" id="hbox23">
1819                        <property name="visible">True</property>
1820                        <child>
1821                          <widget class="GtkSpinButton" id="sp_playcount_low">
1822                            <property name="visible">True</property>
1823                            <property name="can_focus">True</property>
1824                            <property name="tooltip" translatable="yes">Select '0' for no lower limit.</property>
1825                            <property name="adjustment">0 0 99 1 10 0</property>
1826                            <property name="climb_rate">1</property>
1827                          </widget>
1828                          <packing>
1829                            <property name="expand">False</property>
1830                            <property name="fill">False</property>
1831                          </packing>
1832                        </child>
1833                        <child>
1834                          <widget class="GtkLabel" id="label54">
1835                            <property name="visible">True</property>
1836                            <property name="can_focus">True</property>
1837                            <property name="label" translatable="yes"> &lt;= cts &lt;= </property>
1838                            <property name="selectable">True</property>
1839                          </widget>
1840                          <packing>
1841                            <property name="expand">False</property>
1842                            <property name="fill">False</property>
1843                            <property name="position">1</property>
1844                          </packing>
1845                        </child>
1846                        <child>
1847                          <widget class="GtkSpinButton" id="sp_playcount_high">
1848                            <property name="visible">True</property>
1849                            <property name="can_focus">True</property>
1850                            <property name="tooltip" translatable="yes">Select '-1' for no upper limit.</property>
1851                            <property name="adjustment">0 -1 99 1 10 0</property>
1852                            <property name="climb_rate">1</property>
1853                          </widget>
1854                          <packing>
1855                            <property name="expand">False</property>
1856                            <property name="fill">False</property>
1857                            <property name="position">2</property>
1858                          </packing>
1859                        </child>
1860                      </widget>
1861                    </child>
1862                  </widget>
1863                  <packing>
1864                    <property name="left_attach">1</property>
1865                    <property name="right_attach">2</property>
1866                    <property name="top_attach">1</property>
1867                    <property name="bottom_attach">2</property>
1868                    <property name="x_options">GTK_FILL</property>
1869                    <property name="y_options"/>
1870                  </packing>
1871                </child>
1872                <child>
1873                  <widget class="GtkHBox" id="hbox17">
1874                    <property name="visible">True</property>
1875                    <property name="spacing">6</property>
1876                    <child>
1877                      <widget class="GtkEntry" id="sp_played_entry">
1878                        <property name="visible">True</property>
1879                        <property name="can_focus">True</property>
1880                        <property name="tooltip" translatable="yes">'DD/MM/YYYY HH:MM &lt; d &lt; DD/MM/YYYY HH:MM' or similar. Press 'enter' when finished.</property>
1881                        <property name="invisible_char">*</property>
1882                      </widget>
1883                    </child>
1884                    <child>
1885                      <widget class="GtkButton" id="sp_played_cal_button">
1886                        <property name="visible">True</property>
1887                        <property name="can_focus">True</property>
1888                        <property name="label" translatable="yes">Calendar</property>
1889                        <property name="use_underline">True</property>
1890                        <property name="response_id">0</property>
1891                      </widget>
1892                      <packing>
1893                        <property name="expand">False</property>
1894                        <property name="fill">False</property>
1895                        <property name="position">1</property>
1896                      </packing>
1897                    </child>
1898                  </widget>
1899                  <packing>
1900                    <property name="left_attach">1</property>
1901                    <property name="right_attach">2</property>
1902                    <property name="top_attach">2</property>
1903                    <property name="bottom_attach">3</property>
1904                    <property name="y_options"/>
1905                  </packing>
1906                </child>
1907                <child>
1908                  <widget class="GtkHBox" id="hbox18">
1909                    <property name="visible">True</property>
1910                    <property name="spacing">6</property>
1911                    <child>
1912                      <widget class="GtkEntry" id="sp_modified_entry">
1913                        <property name="visible">True</property>
1914                        <property name="can_focus">True</property>
1915                        <property name="tooltip" translatable="yes">'DD/MM/YYYY HH:MM &lt; d &lt; DD/MM/YYYY HH:MM' or similar. Press 'enter' when finished.</property>
1916                        <property name="invisible_char">*</property>
1917                      </widget>
1918                    </child>
1919                    <child>
1920                      <widget class="GtkButton" id="sp_modified_cal_button">
1921                        <property name="visible">True</property>
1922                        <property name="can_focus">True</property>
1923                        <property name="label" translatable="yes">Calendar</property>
1924                        <property name="use_underline">True</property>
1925                        <property name="response_id">0</property>
1926                      </widget>
1927                      <packing>
1928                        <property name="expand">False</property>
1929                        <property name="fill">False</property>
1930                        <property name="position">1</property>
1931                      </packing>
1932                    </child>
1933                  </widget>
1934                  <packing>
1935                    <property name="left_attach">1</property>
1936                    <property name="right_attach">2</property>
1937                    <property name="top_attach">3</property>
1938                    <property name="bottom_attach">4</property>
1939                    <property name="y_options"/>
1940                  </packing>
1941                </child>
1942                <child>
1943                  <widget class="GtkHBox" id="hbox57">
1944                    <property name="visible">True</property>
1945                    <property name="spacing">6</property>
1946                    <child>
1947                      <widget class="GtkEntry" id="sp_added_entry">
1948                        <property name="visible">True</property>
1949                        <property name="can_focus">True</property>
1950                        <property name="tooltip" translatable="yes">'DD/MM/YYYY HH:MM &lt; d &lt; DD/MM/YYYY HH:MM' or similar. Press 'enter' when finished.</property>
1951                        <property name="invisible_char">*</property>
1952                      </widget>
1953                    </child>
1954                    <child>
1955                      <widget class="GtkButton" id="sp_added_cal_button">
1956                        <property name="visible">True</property>
1957                        <property name="can_focus">True</property>
1958                        <property name="label" translatable="yes">Calendar</property>
1959                        <property name="use_underline">True</property>
1960                        <property name="response_id">0</property>
1961                      </widget>
1962                      <packing>
1963                        <property name="expand">False</property>
1964                        <property name="fill">False</property>
1965                        <property name="position">1</property>
1966                      </packing>
1967                    </child>
1968                  </widget>
1969                  <packing>
1970                    <property name="left_attach">1</property>
1971                    <property name="right_attach">2</property>
1972                    <property name="top_attach">4</property>
1973                    <property name="bottom_attach">5</property>
1974                    <property name="y_options"/>
1975                  </packing>
1976                </child>
1977                <child>
1978                  <widget class="GtkHBox" id="hbox177">
1979                    <property name="visible">True</property>
1980                    <child>
1981                      <widget class="GtkCheckButton" id="sp_rating_button">
1982                        <property name="visible">True</property>
1983                        <property name="can_focus">True</property>
1984                        <property name="label" translatable="yes">Rating:</property>
1985                        <property name="use_underline">True</property>
1986                        <property name="response_id">0</property>
1987                        <property name="draw_indicator">True</property>
1988                      </widget>
1989                      <packing>
1990                        <property name="expand">False</property>
1991                        <property name="fill">False</property>
1992                      </packing>
1993                    </child>
1994                  </widget>
1995                  <packing>
1996                    <property name="x_options">GTK_FILL</property>
1997                    <property name="y_options"/>
1998                  </packing>
1999                </child>
2000                <child>
2001                  <widget class="GtkHBox" id="hbox178">
2002                    <property name="visible">True</property>
2003                    <child>
2004                      <widget class="GtkCheckButton" id="sp_playcount_button">
2005                        <property name="visible">True</property>
2006                        <property name="can_focus">True</property>
2007                        <property name="tooltip" translatable="yes">Specify interval</property>
2008                        <property name="label" translatable="yes">Playcount:</property>
2009                        <property name="use_underline">True</property>
2010                        <property name="response_id">0</property>
2011                        <property name="draw_indicator">True</property>
2012                      </widget>
2013                      <packing>
2014                        <property name="expand">False</property>
2015                        <property name="fill">False</property>
2016                      </packing>
2017                    </child>
2018                  </widget>
2019                  <packing>
2020                    <property name="top_attach">1</property>
2021                    <property name="bottom_attach">2</property>
2022                    <property name="x_options">GTK_FILL</property>
2023                    <property name="y_options"/>
2024                  </packing>
2025                </child>
2026                <child>
2027                  <widget class="GtkHBox" id="hbox179">
2028                    <property name="visible">True</property>
2029                    <child>
2030                      <widget class="GtkCheckButton" id="sp_played_button">
2031                        <property name="visible">True</property>
2032                        <property name="can_focus">True</property>
2033                        <property name="label" translatable="yes">Played:</property>
2034                        <property name="use_underline">True</property>
2035                        <property name="response_id">0</property>
2036                        <property name="draw_indicator">True</property>
2037                      </widget>
2038                      <packing>
2039                        <property name="expand">False</property>
2040                        <property name="fill">False</property>
2041                      </packing>
2042                    </child>
2043                  </widget>
2044                  <packing>
2045                    <property name="top_attach">2</property>
2046                    <property name="bottom_attach">3</property>
2047                    <property name="x_options">GTK_FILL</property>
2048                    <property name="y_options"/>
2049                  </packing>
2050                </child>
2051                <child>
2052                  <widget class="GtkHBox" id="hbox180">
2053                    <property name="visible">True</property>
2054                    <child>
2055                      <widget class="GtkCheckButton" id="sp_modified_button">
2056                        <property name="visible">True</property>
2057                        <property name="can_focus">True</property>
2058                        <property name="label" translatable="yes">Modified:</property>
2059                        <property name="use_underline">True</property>
2060                        <property name="response_id">0</property>
2061                        <property name="draw_indicator">True</property>
2062                      </widget>
2063                      <packing>
2064                        <property name="expand">False</property>
2065                        <property name="fill">False</property>
2066                      </packing>
2067                    </child>
2068                  </widget>
2069                  <packing>
2070                    <property name="top_attach">3</property>
2071                    <property name="bottom_attach">4</property>
2072                    <property name="x_options">GTK_FILL</property>
2073                    <property name="y_options"/>
2074                  </packing>
2075                </child>
2076                <child>
2077                  <widget class="GtkHBox" id="hbox181">
2078                    <property name="visible">True</property>
2079                    <child>
2080                      <widget class="GtkCheckButton" id="sp_added_button">
2081                        <property name="visible">True</property>
2082                        <property name="can_focus">True</property>
2083                        <property name="label" translatable="yes">Added:</property>
2084                        <property name="use_underline">True</property>
2085                        <property name="response_id">0</property>
2086                        <property name="draw_indicator">True</property>
2087                      </widget>
2088                      <packing>
2089                        <property name="expand">False</property>
2090                        <property name="fill">False</property>
2091                      </packing>
2092                    </child>
2093                  </widget>
2094                  <packing>
2095                    <property name="top_attach">4</property>
2096                    <property name="bottom_attach">5</property>
2097                    <property name="x_options">GTK_FILL</property>
2098                    <property name="y_options"/>
2099                  </packing>
2100                </child>
2101              </widget>
2102              <packing>
2103                <property name="position">1</property>
2104              </packing>
2105            </child>
2106            <child>
2107              <widget class="GtkHBox" id="hbox21">
2108                <property name="visible">True</property>
2109                <child>
2110                  <widget class="GtkCheckButton" id="sp_go_always">
2111                    <property name="visible">True</property>
2112                    <property name="can_focus">True</property>
2113                    <property name="tooltip" translatable="yes">Automatically start displaying tracks that match the criteria entered above. If not selected, you must press 'Display' to start displaying.</property>
2114                    <property name="label" translatable="yes">Start display automatically</property>
2115                    <property name="use_underline">True</property>
2116                    <property name="response_id">0</property>
2117                    <property name="draw_indicator">True</property>
2118                  </widget>
2119                  <packing>
2120                    <property name="expand">False</property>
2121                    <property name="fill">False</property>
2122                    <property name="padding">2</property>
2123                  </packing>
2124                </child>
2125                <child>
2126                  <widget class="GtkButton" id="sp_go">
2127                    <property name="visible">True</property>
2128                    <property name="can_focus">True</property>
2129                    <property name="tooltip" translatable="yes">Display tracks that match the criteria entered above.</property>
2130                    <property name="response_id">0</property>
2131                    <child>
2132                      <widget class="GtkAlignment" id="alignment1">
2133                        <property name="visible">True</property>
2134                        <property name="xscale">0</property>
2135                        <property name="yscale">0</property>
2136                        <child>
2137                          <widget class="GtkHBox" id="hbox22">
2138                            <property name="visible">True</property>
2139                            <property name="spacing">2</property>
2140                            <child>
2141                              <widget class="GtkImage" id="image1056">
2142                                <property name="visible">True</property>
2143                                <property name="stock">gtk-execute</property>
2144                              </widget>
2145                              <packing>
2146                                <property name="expand">False</property>
2147                                <property name="fill">False</property>
2148                              </packing>
2149                            </child>
2150                            <child>
2151                              <widget class="GtkLabel" id="label53">
2152                                <property name="visible">True</property>
2153                                <property name="label" translatable="yes">_Display</property>
2154                                <property name="use_underline">True</property>
2155                              </widget>
2156                              <packing>
2157                                <property name="expand">False</property>
2158                                <property name="fill">False</property>
2159                                <property name="position">1</property>
2160                              </packing>
2161                            </child>
2162                          </widget>
2163                        </child>
2164                      </widget>
2165                    </child>
2166                  </widget>
2167                  <packing>
2168                    <property name="expand">False</property>
2169                    <property name="padding">2</property>
2170                    <property name="pack_type">GTK_PACK_END</property>
2171                    <property name="position">1</property>
2172                  </packing>
2173                </child>
2174              </widget>
2175              <packing>
2176                <property name="expand">False</property>
2177                <property name="fill">False</property>
2178                <property name="position">2</property>
2179              </packing>
2180            </child>
2181          </widget>
2182        </child>
2183      </widget>
2184    </child>
2185  </widget>
2186  <widget class="GtkWindow" id="calendar_window">
2187    <property name="border_width">6</property>
2188    <property name="title" translatable="yes">Calendar</property>
2189    <property name="resizable">False</property>
2190    <property name="default_width">480</property>
2191    <property name="default_height">290</property>
2192    <property name="icon">gtkpod-icon-48.png</property>
2193    <child>
2194      <widget class="GtkVBox" id="vbox43"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2195        <property name="visible">True</property>
2196        <property name="spacing">6</property>
2197        <child>
2198          <widget class="GtkVBox" id="vbox7"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2199            <property name="visible">True</property>
2200            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2201            <property name="border_width">6</property>
2202            <property name="spacing">6</property>
2203            <child>
2204              <widget class="GtkLabel" id="label63">
2205                <property name="visible">True</property>
2206                <property name="can_focus">True</property>
2207                <property name="xalign">0</property>
2208                <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;Please specify a time interval&lt;/span&gt;</property>
2209                <property name="use_markup">True</property>
2210                <property name="wrap">True</property>
2211              </widget>
2212              <packing>
2213                <property name="expand">False</property>
2214                <property name="fill">False</property>
2215                <property name="padding">3</property>
2216              </packing>
2217            </child>
2218            <child>
2219              <widget class="GtkHBox" id="hbox29">
2220                <property name="visible">True</property>
2221                <property name="spacing">12</property>
2222                <child>
2223                  <widget class="GtkLabel" id="label64">
2224                    <property name="visible">True</property>
2225                    <property name="can_focus">True</property>
2226                    <property name="label" translatable="yes">Filter tab:</property>
2227                  </widget>
2228                  <packing>
2229                    <property name="expand">False</property>
2230                    <property name="fill">False</property>
2231                  </packing>
2232                </child>
2233                <child>
2234                  <widget class="GtkSpinButton" id="sorttab_num_spin">
2235                    <property name="visible">True</property>
2236                    <property name="can_focus">True</property>
2237                    <property name="adjustment">1 0 100 1 10 0</property>
2238                    <property name="climb_rate">1</property>
2239                  </widget>
2240                  <packing>
2241                    <property name="expand">False</property>
2242                    <property name="fill">False</property>
2243                    <property name="position">1</property>
2244                  </packing>
2245                </child>
2246                <child>
2247                  <widget class="GtkLabel" id="label66">
2248                    <property name="visible">True</property>
2249                    <property name="can_focus">True</property>
2250                    <property name="label" translatable="yes">Category:</property>
2251                  </widget>
2252                  <packing>
2253                    <property name="expand">False</property>
2254                    <property name="fill">False</property>
2255                    <property name="position">2</property>
2256                  </packing>
2257                </child>
2258                <child>
2259                  <widget class="GtkComboBox" id="cat_combo">
2260                    <property name="visible">True</property>
2261                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2262                    <property name="items" translatable="yes">Last Played
2263Last Modified
2264Added
2265</property>
2266                  </widget>
2267                  <packing>
2268                    <property name="expand">False</property>
2269                    <property name="fill">False</property>
2270                    <property name="position">3</property>
2271                  </packing>
2272                </child>
2273              </widget>
2274              <packing>
2275                <property name="expand">False</property>
2276                <property name="fill">False</property>
2277                <property name="padding">2</property>
2278                <property name="position">1</property>
2279              </packing>
2280            </child>
2281            <child>
2282              <widget class="GtkHBox" id="hbox25">
2283                <property name="visible">True</property>
2284                <property name="spacing">6</property>
2285                <child>
2286                  <widget class="GtkVBox" id="vbox44"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2287                    <property name="visible">True</property>
2288                    <property name="spacing">6</property>
2289                    <child>
2290                      <widget class="GtkLabel" id="label57">
2291                        <property name="visible">True</property>
2292                        <property name="can_focus">True</property>
2293                        <property name="label" translatable="yes">&lt;b&gt;Lower Margin&lt;/b&gt;</property>
2294                        <property name="use_markup">True</property>
2295                        <property name="justify">GTK_JUSTIFY_CENTER</property>
2296                        <property name="selectable">True</property>
2297                      </widget>
2298                      <packing>
2299                        <property name="expand">False</property>
2300                        <property name="fill">False</property>
2301                        <property name="padding">2</property>
2302                      </packing>
2303                    </child>
2304                    <child>
2305                      <widget class="GtkVBox" id="lower_cal_box"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2306                        <property name="visible">True</property>
2307                        <property name="spacing">6</property>
2308                        <child>
2309                          <widget class="GtkCalendar" id="lower_cal">
2310                            <property name="visible">True</property>
2311                            <property name="can_focus">True</property>
2312                          </widget>
2313                        </child>
2314                        <child>
2315                          <widget class="GtkHBox" id="lower_time_fullbox">
2316                            <property name="visible">True</property>
2317                            <property name="spacing">12</property>
2318                            <child>
2319                              <widget class="GtkCheckButton" id="lower_time">
2320                                <property name="visible">True</property>
2321                                <property name="can_focus">True</property>
2322                                <property name="label" translatable="yes">Time:</property>
2323                                <property name="use_underline">True</property>
2324                                <property name="response_id">0</property>
2325                                <property name="draw_indicator">True</property>
2326                              </widget>
2327                              <packing>
2328                                <property name="expand">False</property>
2329                                <property name="fill">False</property>
2330                              </packing>
2331                            </child>
2332                            <child>
2333                              <widget class="GtkHBox" id="lower_time_box">
2334                                <property name="visible">True</property>
2335                                <property name="spacing">6</property>
2336                                <child>
2337                                  <widget class="GtkSpinButton" id="lower_hours">
2338                                    <property name="visible">True</property>
2339                                    <property name="can_focus">True</property>
2340                                    <property name="adjustment">0 0 23 1 2 0</property>
2341                                    <property name="climb_rate">1</property>
2342                                    <property name="numeric">True</property>
2343                                    <property name="wrap">True</property>
2344                                  </widget>
2345                                </child>
2346                                <child>
2347                                  <widget class="GtkLabel" id="label59">
2348                                    <property name="visible">True</property>
2349                                    <property name="label" translatable="yes">:</property>
2350                                  </widget>
2351                                  <packing>
2352                                    <property name="expand">False</property>
2353                                    <property name="fill">False</property>
2354                                    <property name="position">1</property>
2355                                  </packing>
2356                                </child>
2357                                <child>
2358                                  <widget class="GtkSpinButton" id="lower_minutes">
2359                                    <property name="visible">True</property>
2360                                    <property name="can_focus">True</property>
2361                                    <property name="adjustment">3 0 59 1 5 0</property>
2362                                    <property name="climb_rate">1</property>
2363                                    <property name="numeric">True</property>
2364                                    <property name="wrap">True</property>
2365                                  </widget>
2366                                  <packing>
2367                                    <property name="position">2</property>
2368                                  </packing>
2369                                </child>
2370                              </widget>
2371                              <packing>
2372                                <property name="expand">False</property>
2373                                <property name="fill">False</property>
2374                                <property name="position">1</property>
2375                              </packing>
2376                            </child>
2377                          </widget>
2378                          <packing>
2379                            <property name="position">1</property>
2380                          </packing>
2381                        </child>
2382                      </widget>
2383                      <packing>
2384                        <property name="expand">False</property>
2385                        <property name="fill">False</property>
2386                        <property name="position">1</property>
2387                      </packing>
2388                    </child>
2389                    <child>
2390                      <widget class="GtkCheckButton" id="no_lower_margin">
2391                        <property name="visible">True</property>
2392                        <property name="can_focus">True</property>
2393                        <property name="label" translatable="yes">No lower margin</property>
2394                        <property name="use_underline">True</property>
2395                        <property name="response_id">0</property>
2396                        <property name="draw_indicator">True</property>
2397                      </widget>
2398                      <packing>
2399                        <property name="expand">False</property>
2400                        <property name="fill">False</property>
2401                        <property name="position">2</property>
2402                      </packing>
2403                    </child>
2404                  </widget>
2405                </child>
2406                <child>
2407                  <widget class="GtkVSeparator" id="vseparator1"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2408                    <property name="visible">True</property>
2409                  </widget>
2410                  <packing>
2411                    <property name="expand">False</property>
2412                    <property name="fill">False</property>
2413                    <property name="position">1</property>
2414                  </packing>
2415                </child>
2416                <child>
2417                  <widget class="GtkVBox" id="vbox47"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2418                    <property name="visible">True</property>
2419                    <property name="spacing">6</property>
2420                    <child>
2421                      <widget class="GtkLabel" id="label58">
2422                        <property name="visible">True</property>
2423                        <property name="can_focus">True</property>
2424                        <property name="label" translatable="yes">&lt;b&gt;Upper Margin&lt;/b&gt;</property>
2425                        <property name="use_markup">True</property>
2426                        <property name="justify">GTK_JUSTIFY_CENTER</property>
2427                        <property name="selectable">True</property>
2428                      </widget>
2429                      <packing>
2430                        <property name="expand">False</property>
2431                        <property name="fill">False</property>
2432                        <property name="padding">2</property>
2433                      </packing>
2434                    </child>
2435                    <child>
2436                      <widget class="GtkVBox" id="upper_cal_box"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2437                        <property name="visible">True</property>
2438                        <property name="spacing">6</property>
2439                        <child>
2440                          <widget class="GtkCalendar" id="upper_cal">
2441                            <property name="visible">True</property>
2442                            <property name="can_focus">True</property>
2443                          </widget>
2444                        </child>
2445                        <child>
2446                          <widget class="GtkHBox" id="upper_time_fullbox">
2447                            <property name="visible">True</property>
2448                            <property name="spacing">12</property>
2449                            <child>
2450                              <widget class="GtkCheckButton" id="upper_time">
2451                                <property name="visible">True</property>
2452                                <property name="can_focus">True</property>
2453                                <property name="label" translatable="yes">Time:</property>
2454                                <property name="use_underline">True</property>
2455                                <property name="response_id">0</property>
2456                                <property name="draw_indicator">True</property>
2457                              </widget>
2458                              <packing>
2459                                <property name="expand">False</property>
2460                                <property name="fill">False</property>
2461                              </packing>
2462                            </child>
2463                            <child>
2464                              <widget class="GtkHBox" id="upper_time_box">
2465                                <property name="visible">True</property>
2466                                <property name="spacing">6</property>
2467                                <child>
2468                                  <widget class="GtkSpinButton" id="upper_hours">
2469                                    <property name="visible">True</property>
2470                                    <property name="can_focus">True</property>
2471                                    <property name="adjustment">0 0 23 1 2 0</property>
2472                                    <property name="climb_rate">1</property>
2473                                    <property name="numeric">True</property>
2474                                    <property name="wrap">True</property>
2475                                  </widget>
2476                                </child>
2477                                <child>
2478                                  <widget class="GtkLabel" id="label62">
2479                                    <property name="visible">True</property>
2480                                    <property name="label" translatable="yes">:</property>
2481                                  </widget>
2482                                  <packing>
2483                                    <property name="expand">False</property>
2484                                    <property name="fill">False</property>
2485                                    <property name="position">1</property>
2486                                  </packing>
2487                                </child>
2488                                <child>
2489                                  <widget class="GtkSpinButton" id="upper_minutes">
2490                                    <property name="visible">True</property>
2491                                    <property name="can_focus">True</property>
2492                                    <property name="adjustment">3 0 59 1 5 0</property>
2493                                    <property name="climb_rate">1</property>
2494                                    <property name="numeric">True</property>
2495                                    <property name="wrap">True</property>
2496                                  </widget>
2497                                  <packing>
2498                                    <property name="position">2</property>
2499                                  </packing>
2500                                </child>
2501                              </widget>
2502                              <packing>
2503                                <property name="expand">False</property>
2504                                <property name="fill">False</property>
2505                                <property name="position">1</property>
2506                              </packing>
2507                            </child>
2508                          </widget>
2509                          <packing>
2510                            <property name="position">1</property>
2511                          </packing>
2512                        </child>
2513                      </widget>
2514                      <packing>
2515                        <property name="expand">False</property>
2516                        <property name="fill">False</property>
2517                        <property name="position">1</property>
2518                      </packing>
2519                    </child>
2520                    <child>
2521                      <widget class="GtkCheckButton" id="no_upper_margin">
2522                        <property name="visible">True</property>
2523                        <property name="can_focus">True</property>
2524                        <property name="label" translatable="yes">No upper margin</property>
2525                        <property name="use_underline">True</property>
2526                        <property name="response_id">0</property>
2527                        <property name="draw_indicator">True</property>
2528                      </widget>
2529                      <packing>
2530                        <property name="expand">False</property>
2531                        <property name="fill">False</property>
2532                        <property name="position">2</property>
2533                      </packing>
2534                    </child>
2535                  </widget>
2536                  <packing>
2537                    <property name="position">2</property>
2538                  </packing>
2539                </child>
2540              </widget>
2541              <packing>
2542                <property name="expand">False</property>
2543                <property name="position">2</property>
2544              </packing>
2545            </child>
2546          </widget>
2547          <packing>
2548            <property name="expand">False</property>
2549            <property name="fill">False</property>
2550          </packing>
2551        </child>
2552        <child>
2553          <widget class="GtkHButtonBox" id="hbuttonbox7">
2554            <property name="visible">True</property>
2555            <property name="spacing">6</property>
2556            <property name="layout_style">GTK_BUTTONBOX_END</property>
2557            <child>
2558              <widget class="GtkButton" id="cal_apply">
2559                <property name="visible">True</property>
2560                <property name="can_focus">True</property>
2561                <property name="can_default">True</property>
2562                <property name="label">gtk-apply</property>
2563                <property name="use_stock">True</property>
2564                <property name="response_id">0</property>
2565              </widget>
2566            </child>
2567            <child>
2568              <widget class="GtkButton" id="cal_cancel">
2569                <property name="visible">True</property>
2570                <property name="can_focus">True</property>
2571                <property name="can_default">True</property>
2572                <property name="label">gtk-cancel</property>
2573                <property name="use_stock">True</property>
2574                <property name="response_id">0</property>
2575              </widget>
2576              <packing>
2577                <property name="position">1</property>
2578              </packing>
2579            </child>
2580            <child>
2581              <widget class="GtkButton" id="cal_ok">
2582                <property name="visible">True</property>
2583                <property name="can_focus">True</property>
2584                <property name="can_default">True</property>
2585                <property name="label">gtk-ok</property>
2586                <property name="use_stock">True</property>
2587                <property name="response_id">0</property>
2588              </widget>
2589              <packing>
2590                <property name="position">2</property>
2591              </packing>
2592            </child>
2593          </widget>
2594          <packing>
2595            <property name="expand">False</property>
2596            <property name="padding">2</property>
2597            <property name="pack_type">GTK_PACK_END</property>
2598            <property name="position">1</property>
2599          </packing>
2600        </child>
2601      </widget>
2602    </child>
2603  </widget>
2604  <widget class="GtkWindow" id="sort_window">
2605    <property name="title" translatable="yes">Sorting Options</property>
2606    <property name="icon">gtkpod-icon-48.png</property>
2607    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2608    <property name="skip_taskbar_hint">True</property>
2609    <signal handler="on_sort_window_delete_event" name="delete_event"/>
2610    <child>
2611      <widget class="GtkVBox" id="vbox52"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2612        <property name="visible">True</property>
2613        <property name="border_width">6</property>
2614        <property name="spacing">2</property>
2615        <child>
2616          <widget class="GtkVBox" id="vbox31"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2617            <property name="visible">True</property>
2618            <property name="border_width">6</property>
2619            <property name="spacing">18</property>
2620            <child>
2621              <widget class="GtkVBox" id="vbox135"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2622                <property name="visible">True</property>
2623                <property name="spacing">6</property>
2624                <child>
2625                  <widget class="GtkLabel" id="label283">
2626                    <property name="visible">True</property>
2627                    <property name="xalign">0</property>
2628                    <property name="label" translatable="yes">&lt;b&gt;Sort Order&lt;/b&gt;</property>
2629                    <property name="use_markup">True</property>
2630                  </widget>
2631                  <packing>
2632                    <property name="expand">False</property>
2633                    <property name="fill">False</property>
2634                  </packing>
2635                </child>
2636                <child>
2637                  <widget class="GtkHBox" id="hbox128">
2638                    <property name="visible">True</property>
2639                    <child>
2640                      <widget class="GtkLabel" id="label284">
2641                        <property name="visible">True</property>
2642                        <property name="label" translatable="yes">    </property>
2643                      </widget>
2644                      <packing>
2645                        <property name="expand">False</property>
2646                        <property name="fill">False</property>
2647                      </packing>
2648                    </child>
2649                    <child>
2650                      <widget class="GtkVBox" id="vbox53"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2651                        <property name="visible">True</property>
2652                        <child>
2653                          <widget class="GtkTextView" id="textview2">
2654                            <property name="visible">True</property>
2655                            <property name="sensitive">False</property>
2656                            <property name="can_focus">True</property>
2657                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2658                            <property name="editable">False</property>
2659                            <property name="wrap_mode">GTK_WRAP_WORD</property>
2660                            <property name="text" translatable="yes">In order to save the displayed track order to the iPod choose 'Save Displayed Track Order' from the 'Edit' menu or select 'Auto Store' below.</property>
2661                          </widget>
2662                        </child>
2663                        <child>
2664                          <widget class="GtkHBox" id="hbox30">
2665                            <property name="visible">True</property>
2666                            <child>
2667                              <widget class="GtkTable" id="table11">
2668                                <property name="visible">True</property>
2669                                <property name="border_width">4</property>
2670                                <property name="n_rows">9</property>
2671                                <property name="n_columns">11</property>
2672                                <child>
2673                                  <widget class="GtkLabel" id="label431">
2674                                    <property name="can_focus">True</property>
2675                                    <property name="label" translatable="yes">n/a</property>
2676                                    <property name="justify">GTK_JUSTIFY_CENTER</property>
2677                                    <property name="selectable">True</property>
2678                                  </widget>
2679                                  <packing>
2680                                    <property name="left_attach">9</property>
2681                                    <property name="right_attach">10</property>
2682                                    <property name="top_attach">3</property>
2683                                    <property name="bottom_attach">4</property>
2684                                    <property name="x_options"/>
2685                                    <property name="y_options"/>
2686                                  </packing>
2687                                </child>
2688                                <child>
2689                                  <widget class="GtkHBox" id="hbox45">
2690                                    <property name="visible">True</property>
2691                                    <property name="homogeneous">True</property>
2692                                    <child>
2693                                      <widget class="GtkRadioButton" id="tm_none">
2694                                        <property name="visible">True</property>
2695                                        <property name="can_focus">True</property>
2696                                        <property name="response_id">0</property>
2697                                        <property name="draw_indicator">True</property>
2698                                        <property name="group">tm_ascend</property>
2699                                        <signal handler="on_tm_none_toggled" name="toggled"/>
2700                                        <child>
2701                                          <widget class="GtkImage" id="image2015">
2702                                            <property name="visible">True</property>
2703                                            <property name="stock">gtk-undo</property>
2704                                          </widget>
2705                                        </child>
2706                                      </widget>
2707                                      <packing>
2708                                        <property name="expand">False</property>
2709                                        <property name="fill">False</property>
2710                                      </packing>
2711                                    </child>
2712                                  </widget>
2713                                  <packing>
2714                                    <property name="left_attach">7</property>
2715                                    <property name="right_attach">8</property>
2716                                    <property name="top_attach">7</property>
2717                                    <property name="bottom_attach">8</property>
2718                                    <property name="x_options"/>
2719                                    <property name="y_options"/>
2720                                  </packing>
2721                                </child>
2722                                <child>
2723                                  <widget class="GtkHBox" id="hbox44">
2724                                    <property name="visible">True</property>
2725                                    <property name="homogeneous">True</property>
2726                                    <child>
2727                                      <widget class="GtkRadioButton" id="tm_descend">
2728                                        <property name="visible">True</property>
2729                                        <property name="can_focus">True</property>
2730                                        <property name="response_id">0</property>
2731                                        <property name="draw_indicator">True</property>
2732                                        <property name="group">tm_ascend</property>
2733                                        <signal handler="on_tm_descend_toggled" name="toggled"/>
2734                                        <child>
2735                                          <widget class="GtkImage" id="image2014">
2736                                            <property name="visible">True</property>
2737                                            <property name="stock">gtk-sort-descending</property>
2738                                          </widget>
2739                                        </child>
2740                                      </widget>
2741                                      <packing>
2742                                        <property name="expand">False</property>
2743                                        <property name="fill">False</property>
2744                                      </packing>
2745                                    </child>
2746                                  </widget>
2747                                  <packing>
2748                                    <property name="left_attach">5</property>
2749                                    <property name="right_attach">6</property>
2750                                    <property name="top_attach">7</property>
2751                                    <property name="bottom_attach">8</property>
2752                                    <property name="x_options"/>
2753                                    <property name="y_options"/>
2754                                  </packing>
2755                                </child>
2756                                <child>
2757                                  <widget class="GtkVSeparator" id="vseparator7"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2758                                    <property name="visible">True</property>
2759                                  </widget>
2760                                  <packing>
2761                                    <property name="left_attach">4</property>
2762                                    <property name="right_attach">5</property>
2763                                    <property name="top_attach">1</property>
2764                                    <property name="bottom_attach">8</property>
2765                                    <property name="x_options"/>
2766                                    <property name="y_options"/>
2767                                  </packing>
2768                                </child>
2769                                <child>
2770                                  <widget class="GtkHBox" id="hbox43">
2771                                    <property name="visible">True</property>
2772                                    <property name="homogeneous">True</property>
2773                                    <child>
2774                                      <widget class="GtkRadioButton" id="tm_ascend">
2775                                        <property name="visible">True</property>
2776                                        <property name="can_focus">True</property>
2777                                        <property name="response_id">0</property>
2778                                        <property name="draw_indicator">True</property>
2779                                        <signal handler="on_tm_ascend_toggled" name="toggled"/>
2780                                        <child>
2781                                          <widget class="GtkImage" id="image2013">
2782                                            <property name="visible">True</property>
2783                                            <property name="stock">gtk-sort-ascending</property>
2784                                          </widget>
2785                                        </child>
2786                                      </widget>
2787                                      <packing>
2788                                        <property name="expand">False</property>
2789                                        <property name="fill">False</property>
2790                                      </packing>
2791                                    </child>
2792                                  </widget>
2793                                  <packing>
2794                                    <property name="left_attach">3</property>
2795                                    <property name="right_attach">4</property>
2796                                    <property name="top_attach">7</property>
2797                                    <property name="bottom_attach">8</property>
2798                                    <property name="x_options"/>
2799                                    <property name="y_options"/>
2800                                  </packing>
2801                                </child>
2802                                <child>
2803                                  <widget class="GtkLabel" id="label96">
2804                                    <property name="visible">True</property>
2805                                    <property name="can_focus">True</property>
2806                                    <property name="label" translatable="yes">n/a</property>
2807                                    <property name="justify">GTK_JUSTIFY_CENTER</property>
2808                                  </widget>
2809                                  <packing>
2810                                    <property name="left_attach">9</property>
2811                                    <property name="right_attach">10</property>
2812                                    <property name="top_attach">5</property>
2813                                    <property name="bottom_attach">6</property>
2814                                    <property name="y_options"/>
2815                                  </packing>
2816                                </child>
2817                                <child>
2818                                  <widget class="GtkHBox" id="hbox41">
2819                                    <property name="visible">True</property>
2820                                    <property name="homogeneous">True</property>
2821                                    <child>
2822                                      <widget class="GtkCheckButton" id="tm_autostore">
2823                                        <property name="visible">True</property>
2824                                        <property name="can_focus">True</property>
2825                                        <property name="tooltip" translatable="yes">Please refer to the notice below.</property>
2826                                        <property name="response_id">0</property>
2827                                        <property name="draw_indicator">True</property>
2828                                        <signal handler="on_tm_autostore_toggled" name="toggled"/>
2829                                        <child>
2830                                          <placeholder/>
2831                                        </child>
2832                                      </widget>
2833                                      <packing>
2834                                        <property name="expand">False</property>
2835                                        <property name="fill">False</property>
2836                                      </packing>
2837                                    </child>
2838                                  </widget>
2839                                  <packing>
2840                                    <property name="left_attach">9</property>
2841                                    <property name="right_attach">10</property>
2842                                    <property name="top_attach">7</property>
2843                                    <property name="bottom_attach">8</property>
2844                                    <property name="x_options"/>
2845                                    <property name="y_options"/>
2846                                  </packing>
2847                                </child>
2848                                <child>
2849                                  <widget class="GtkTable" id="table19">
2850                                    <property name="visible">True</property>
2851                                    <property name="border_width">3</property>
2852                                    <child>
2853                                      <widget class="GtkLabel" id="label95">
2854                                        <property name="visible">True</property>
2855                                        <property name="can_focus">True</property>
2856                                        <property name="label" translatable="yes">&lt;b&gt;Auto Store&lt;/b&gt;</property>
2857                                        <property name="use_markup">True</property>
2858                                      </widget>
2859                                      <packing>
2860                                        <property name="y_options"/>
2861                                      </packing>
2862                                    </child>
2863                                  </widget>
2864                                  <packing>
2865                                    <property name="left_attach">9</property>
2866                                    <property name="right_attach">10</property>
2867                                    <property name="top_attach">1</property>
2868                                    <property name="bottom_attach">2</property>
2869                                    <property name="x_options"/>
2870                                    <property name="y_options"/>
2871                                  </packing>
2872                                </child>
2873                                <child>
2874                                  <widget class="GtkVSeparator" id="vseparator9"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
2875                                    <property name="visible">True</property>
2876                                  </widget>
2877                                  <packing>
2878                                    <property name="left_attach">10</property>
2879                                    <property name="right_attach">11</property>
2880                                    <property name="top_attach">1</property>
2881                                    <property name="bottom_attach">8</property>
2882                                    <property name="x_options"/>
2883                                    <property name="y_options"/>
2884                                  </packing>
2885                                </child>
2886                                <child>
2887                                  <widget class="GtkHSeparator" id="hseparator11">
2888                                    <property name="visible">True</property>
2889                                  </widget>
2890                                  <packing>
2891                                    <property name="left_attach">1</property>
2892                                    <property name="right_attach">10</property>
2893                                    <property name="top_attach">2</property>
2894                                    <property name="bottom_attach">3</property>
2895                                    <property name="x_options"/>
2896                                    <property name="y_options"/>
2897                                  </packing>
2898                                </child>
2899                                <child>
2900                                  <widget class="GtkHSeparator" id="hseparator12">
2901                                  </widget>
2902                                  <packing>
2903                                    <property name="left_attach">1</property>
2904                                    <property name="right_attach">10</property>
2905                                    <property name="top_attach">4</property>
2906                                    <property name="bottom_attach">5</property>
2907                                    <property name="x_options"/>
2908                                    <property name="y_options"/>
2909                                  </packing>
2910                                </child>
2911                                <child>
2912                                  <widget class="GtkHSeparator" id="hseparator13">
2913                                    <property name="visible">True</property>
2914                                  </widget>
2915                                  <packing>
2916                                    <property name="left_attach">1</property>
2917                                    <property name="right_attach">10</property>
2918                                    <property name="top_attach">6</property>
2919                                    <property name="bottom_attach">7</property>
2920                                    <property name="x_options"/>
2921                                    <property name="y_options"/>
2922                                  </packing>
2923                                </child>
2924                                <child>
2925                                  <widget class="GtkHSeparator" id="hseparator10">
2926                                    <property name="visible">True</property>
2927                                  </widget>
2928                                  <packing>
2929                                    <property name="right_attach">11</property>
2930                                    <property name="top_attach">8</property>
2931                                    <property name="bottom_attach">9</property>
2932                                    <property name="x_options"/>
2933                                    <property name="y_options"/>
2934                                  </packing>
2935                                </child>
2936                                <child>
2937                                  <widget class="GtkHSeparator" id="hseparator9">
2938                                    <property name="visible">True</property>
2939                                  </widget>
2940                                  <packing>
2941                                    <property name="right_attach">11</property>
2942                                    <property name="x_options"/>
2943                                    <property name="y_options"/>
2944                                  </packing>
2945                                </child>
2946                                <child>
2947                                  <widget class="GtkLabel" id="label91">
2948                                    <property name="visible">True</property>
2949                                    <property name="xalign">0</property>
2950                                  </widget>
2951                                  <packing>
2952                                    <property name="left_attach">1</property>
2953                                    <property name="right_attach">2</property>
2954                                    <property name="top_attach">1</property>
2955                                    <property name="bottom_attach">2</property>
2956                                    <property name="x_options"/>
2957                                    <property name="y_options"/>
2958                                  </packing>
2959                                </child>
2960                                <child>
2961                                  <widget class="GtkTable" id="table14">
2962                                    <property name="visible">True</property>
2963                                    <property name="border_width">3</property>
2964                                    <child>
2965                                      <widget class="GtkLabel" id="label86">
2966                                        <property name="visible">True</property>
2967                                        <property name="can_focus">True</property>
2968                                        <property name="label" translatable="yes">&lt;b&gt;None&lt;/b&gt;</property>
2969                                        <property name="use_markup">True</property>
2970                                      </widget>
2971                                      <packing>
2972                                        <property name="y_options"/>
2973                                      </packing>
2974                                    </child>
2975                                  </widget>
2976                                  <packing>
2977                                    <property name="left_attach">7</property>
2978                                    <property name="right_attach">8</property>
2979                                    <property name="top_attach">1</property>
2980                                    <property name="bottom_attach">2</property>
2981                                    <property name="x_options"/>
2982                                    <property name="y_options"/>
2983                                  </packing>
2984                                </child>
2985                                <child>
2986                                  <widget class="GtkTable" id="table13">
2987                                    <property name="visible">True</property>
2988                                    <property name="border_width">3</property>
2989                                    <child>
2990                                      <widget class="GtkLabel" id="label85">
2991                                        <property name="visible">True</property>
2992                                        <property name="can_focus">True</property>
2993                                        <property name="label" translatable="yes">&lt;b&gt;Descending&lt;/b&gt;</property>
2994                                        <property name="use_markup">True</property>
2995                                      </widget>
2996                                      <packing>
2997                                        <property name="y_options"/>
2998                                      </packing>
2999                                    </child>
3000                                  </widget>
3001                                  <packing>
3002                                    <property name="left_attach">5</property>
3003                                    <property name="right_attach">6</property>
3004                                    <property name="top_attach">1</property>
3005                                    <property name="bottom_attach">2</property>
3006                                    <property name="x_options"/>
3007                                    <property name="y_options"/>
3008                                  </packing>
3009                                </child>
3010                                <child>
3011                                  <widget class="GtkTable" id="table12">
3012                                    <property name="visible">True</property>
3013                                    <property name="border_width">3</property>
3014                                    <child>
3015                                      <widget class="GtkLabel" id="label82">
3016                                        <property name="visible">True</property>
3017                                        <property name="can_focus">True</property>
3018                                        <property name="label" translatable="yes">&lt;b&gt;Ascending&lt;/b&gt;</property>
3019                                        <property name="use_markup">True</property>
3020                                      </widget>
3021                                      <packing>
3022                                        <property name="y_options"/>
3023                                      </packing>
3024                                    </child>
3025                                  </widget>
3026                                  <packing>
3027                                    <property name="left_attach">3</property>
3028                                    <property name="right_attach">4</property>
3029                                    <property name="top_attach">1</property>
3030                                    <property name="bottom_attach">2</property>
3031                                    <property name="x_options"/>
3032                                    <property name="y_options"/>
3033                                  </packing>
3034                                </child>
3035                                <child>
3036                                  <widget class="GtkVSeparator" id="vseparator8"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3037                                    <property name="visible">True</property>
3038                                  </widget>
3039                                  <packing>
3040                                    <property name="left_attach">6</property>
3041                                    <property name="right_attach">7</property>
3042                                    <property name="top_attach">1</property>
3043                                    <property name="bottom_attach">8</property>
3044                                    <property name="x_options"/>
3045                                    <property name="y_options"/>
3046                                  </packing>
3047                                </child>
3048                                <child>
3049                                  <widget class="GtkVSeparator" id="vseparator6"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3050                                    <property name="visible">True</property>
3051                                  </widget>
3052                                  <packing>
3053                                    <property name="left_attach">2</property>
3054                                    <property name="right_attach">3</property>
3055                                    <property name="top_attach">1</property>
3056                                    <property name="bottom_attach">8</property>
3057                                    <property name="x_options"/>
3058                                    <property name="y_options"/>
3059                                  </packing>
3060                                </child>
3061                                <child>
3062                                  <widget class="GtkVSeparator" id="vseparator3"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3063                                    <property name="visible">True</property>
3064                                  </widget>
3065                                  <packing>
3066                                    <property name="left_attach">8</property>
3067                                    <property name="right_attach">9</property>
3068                                    <property name="top_attach">1</property>
3069                                    <property name="bottom_attach">8</property>
3070                                    <property name="x_options"/>
3071                                    <property name="y_options"/>
3072                                  </packing>
3073                                </child>
3074                                <child>
3075                                  <widget class="GtkVSeparator" id="vseparator2"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3076                                    <property name="visible">True</property>
3077                                  </widget>
3078                                  <packing>
3079                                    <property name="top_attach">1</property>
3080                                    <property name="bottom_attach">8</property>
3081                                    <property name="x_options"/>
3082                                    <property name="y_options"/>
3083                                  </packing>
3084                                </child>
3085                                <child>
3086                                  <widget class="GtkHBox" id="hbox37">
3087                                    <property name="homogeneous">True</property>
3088                                    <child>
3089                                      <widget class="GtkRadioButton" id="pm_ascend">
3090                                        <property name="visible">True</property>
3091                                        <property name="can_focus">True</property>
3092                                        <property name="response_id">0</property>
3093                                        <property name="draw_indicator">True</property>
3094                                        <signal handler="on_pm_ascend_toggled" name="toggled"/>
3095                                        <child>
3096                                          <widget class="GtkImage" id="image1928">
3097                                            <property name="visible">True</property>
3098                                            <property name="stock">gtk-sort-ascending</property>
3099                                          </widget>
3100                                        </child>
3101                                      </widget>
3102                                      <packing>
3103                                        <property name="expand">False</property>
3104                                        <property name="fill">False</property>
3105                                      </packing>
3106                                    </child>
3107                                  </widget>
3108                                  <packing>
3109                                    <property name="left_attach">3</property>
3110                                    <property name="right_attach">4</property>
3111                                    <property name="top_attach">3</property>
3112                                    <property name="bottom_attach">4</property>
3113                                    <property name="x_options"/>
3114                                    <property name="y_options"/>
3115                                  </packing>
3116                                </child>
3117                                <child>
3118                                  <widget class="GtkHBox" id="hbox32">
3119                                    <property name="homogeneous">True</property>
3120                                    <child>
3121                                      <widget class="GtkRadioButton" id="pm_descend">
3122                                        <property name="visible">True</property>
3123                                        <property name="can_focus">True</property>
3124                                        <property name="response_id">0</property>
3125                                        <property name="draw_indicator">True</property>
3126                                        <property name="group">pm_ascend</property>
3127                                        <signal handler="on_pm_descend_toggled" name="toggled"/>
3128                                        <child>
3129                                          <widget class="GtkImage" id="image1929">
3130                                            <property name="visible">True</property>
3131                                            <property name="stock">gtk-sort-descending</property>
3132                                          </widget>
3133                                        </child>
3134                                      </widget>
3135                                      <packing>
3136                                        <property name="expand">False</property>
3137                                        <property name="fill">False</property>
3138                                      </packing>
3139                                    </child>
3140                                  </widget>
3141                                  <packing>
3142                                    <property name="left_attach">5</property>
3143                                    <property name="right_attach">6</property>
3144                                    <property name="top_attach">3</property>
3145                                    <property name="bottom_attach">4</property>
3146                                    <property name="x_options"/>
3147                                    <property name="y_options"/>
3148                                  </packing>
3149                                </child>
3150                                <child>
3151                                  <widget class="GtkHBox" id="hbox33">
3152                                    <property name="visible">True</property>
3153                                    <property name="homogeneous">True</property>
3154                                    <child>
3155                                      <widget class="GtkRadioButton" id="pm_none">
3156                                        <property name="can_focus">True</property>
3157                                        <property name="response_id">0</property>
3158                                        <property name="draw_indicator">True</property>
3159                                        <property name="group">pm_ascend</property>
3160                                        <signal handler="on_pm_none_toggled" name="toggled"/>
3161                                        <child>
3162                                          <widget class="GtkImage" id="image1930">
3163                                            <property name="visible">True</property>
3164                                            <property name="stock">gtk-undo</property>
3165                                          </widget>
3166                                        </child>
3167                                      </widget>
3168                                      <packing>
3169                                        <property name="expand">False</property>
3170                                        <property name="fill">False</property>
3171                                      </packing>
3172                                    </child>
3173                                  </widget>
3174                                  <packing>
3175                                    <property name="left_attach">7</property>
3176                                    <property name="right_attach">8</property>
3177                                    <property name="top_attach">3</property>
3178                                    <property name="bottom_attach">4</property>
3179                                    <property name="y_options"/>
3180                                  </packing>
3181                                </child>
3182                                <child>
3183                                  <widget class="GtkHBox" id="hbox36">
3184                                    <property name="visible">True</property>
3185                                    <property name="homogeneous">True</property>
3186                                    <child>
3187                                      <widget class="GtkRadioButton" id="st_none">
3188                                        <property name="visible">True</property>
3189                                        <property name="can_focus">True</property>
3190                                        <property name="response_id">0</property>
3191                                        <property name="draw_indicator">True</property>
3192                                        <property name="group">st_ascend</property>
3193                                        <signal handler="on_st_none_toggled" name="toggled"/>
3194                                        <child>
3195                                          <widget class="GtkImage" id="image1933">
3196                                            <property name="visible">True</property>
3197                                            <property name="stock">gtk-undo</property>
3198                                          </widget>
3199                                        </child>
3200                                      </widget>
3201                                      <packing>
3202                                        <property name="expand">False</property>
3203                                        <property name="fill">False</property>
3204                                      </packing>
3205                                    </child>
3206                                  </widget>
3207                                  <packing>
3208                                    <property name="left_attach">7</property>
3209                                    <property name="right_attach">8</property>
3210                                    <property name="top_attach">5</property>
3211                                    <property name="bottom_attach">6</property>
3212                                    <property name="x_options"/>
3213                                    <property name="y_options"/>
3214                                  </packing>
3215                                </child>
3216                                <child>
3217                                  <widget class="GtkHBox" id="hbox35">
3218                                    <property name="visible">True</property>
3219                                    <property name="homogeneous">True</property>
3220                                    <child>
3221                                      <widget class="GtkRadioButton" id="st_descend">
3222                                        <property name="visible">True</property>
3223                                        <property name="can_focus">True</property>
3224                                        <property name="response_id">0</property>
3225                                        <property name="draw_indicator">True</property>
3226                                        <property name="group">st_ascend</property>
3227                                        <signal handler="on_st_descend_toggled" name="toggled"/>
3228                                        <child>
3229                                          <widget class="GtkImage" id="image1932">
3230                                            <property name="visible">True</property>
3231                                            <property name="stock">gtk-sort-descending</property>
3232                                          </widget>
3233                                        </child>
3234                                      </widget>
3235                                      <packing>
3236                                        <property name="expand">False</property>
3237                                        <property name="fill">False</property>
3238                                      </packing>
3239                                    </child>
3240                                  </widget>
3241                                  <packing>
3242                                    <property name="left_attach">5</property>
3243                                    <property name="right_attach">6</property>
3244                                    <property name="top_attach">5</property>
3245                                    <property name="bottom_attach">6</property>
3246                                    <property name="x_options"/>
3247                                    <property name="y_options"/>
3248                                  </packing>
3249                                </child>
3250                                <child>
3251                                  <widget class="GtkHBox" id="hbox34">
3252                                    <property name="visible">True</property>
3253                                    <property name="homogeneous">True</property>
3254                                    <child>
3255                                      <widget class="GtkRadioButton" id="st_ascend">
3256                                        <property name="visible">True</property>
3257                                        <property name="can_focus">True</property>
3258                                        <property name="response_id">0</property>
3259                                        <property name="draw_indicator">True</property>
3260                                        <signal handler="on_st_ascend_toggled" name="toggled"/>
3261                                        <child>
3262                                          <widget class="GtkImage" id="image1931">
3263                                            <property name="visible">True</property>
3264                                            <property name="stock">gtk-sort-ascending</property>
3265                                          </widget>
3266                                        </child>
3267                                      </widget>
3268                                      <packing>
3269                                        <property name="expand">False</property>
3270                                        <property name="fill">False</property>
3271                                      </packing>
3272                                    </child>
3273                                  </widget>
3274                                  <packing>
3275                                    <property name="left_attach">3</property>
3276                                    <property name="right_attach">4</property>
3277                                    <property name="top_attach">5</property>
3278                                    <property name="bottom_attach">6</property>
3279                                    <property name="x_options"/>
3280                                    <property name="y_options"/>
3281                                  </packing>
3282                                </child>
3283                                <child>
3284                                  <widget class="GtkHBox" id="hbox67">
3285                                    <property name="visible">True</property>
3286                                    <child>
3287                                      <widget class="GtkLabel" id="label87">
3288                                        <property name="can_focus">True</property>
3289                                        <property name="label" translatable="yes">Playlists</property>
3290                                      </widget>
3291                                      <packing>
3292                                        <property name="expand">False</property>
3293                                        <property name="fill">False</property>
3294                                      </packing>
3295                                    </child>
3296                                  </widget>
3297                                  <packing>
3298                                    <property name="left_attach">1</property>
3299                                    <property name="right_attach">2</property>
3300                                    <property name="top_attach">3</property>
3301                                    <property name="bottom_attach">4</property>
3302                                    <property name="x_options"/>
3303                                    <property name="y_options"/>
3304                                  </packing>
3305                                </child>
3306                                <child>
3307                                  <widget class="GtkHBox" id="hbox68">
3308                                    <property name="visible">True</property>
3309                                    <child>
3310                                      <widget class="GtkLabel" id="label88">
3311                                        <property name="visible">True</property>
3312                                        <property name="can_focus">True</property>
3313                                        <property name="label" translatable="yes">Filter tabs</property>
3314                                      </widget>
3315                                      <packing>
3316                                        <property name="expand">False</property>
3317                                        <property name="fill">False</property>
3318                                      </packing>
3319                                    </child>
3320                                  </widget>
3321                                  <packing>
3322                                    <property name="left_attach">1</property>
3323                                    <property name="right_attach">2</property>
3324                                    <property name="top_attach">5</property>
3325                                    <property name="bottom_attach">6</property>
3326                                    <property name="x_options"/>
3327                                    <property name="y_options"/>
3328                                  </packing>
3329                                </child>
3330                                <child>
3331                                  <widget class="GtkHBox" id="hbox69">
3332                                    <property name="visible">True</property>
3333                                    <child>
3334                                      <widget class="GtkLabel" id="label89">
3335                                        <property name="visible">True</property>
3336                                        <property name="can_focus">True</property>
3337                                        <property name="label" translatable="yes">Tracks</property>
3338                                      </widget>
3339                                      <packing>
3340                                        <property name="expand">False</property>
3341                                        <property name="fill">False</property>
3342                                      </packing>
3343                                    </child>
3344                                  </widget>
3345                                  <packing>
3346                                    <property name="left_attach">1</property>
3347                                    <property name="right_attach">2</property>
3348                                    <property name="top_attach">7</property>
3349                                    <property name="bottom_attach">8</property>
3350                                    <property name="x_options"/>
3351                                    <property name="y_options"/>
3352                                  </packing>
3353                                </child>
3354                              </widget>
3355                              <packing>
3356                                <property name="expand">False</property>
3357                                <property name="fill">False</property>
3358                              </packing>
3359                            </child>
3360                          </widget>
3361                          <packing>
3362                            <property name="expand">False</property>
3363                            <property name="position">1</property>
3364                          </packing>
3365                        </child>
3366                        <child>
3367                          <widget class="GtkHBox" id="hbox46">
3368                            <property name="visible">True</property>
3369                            <property name="spacing">12</property>
3370                            <child>
3371                              <widget class="GtkLabel" id="label97">
3372                                <property name="visible">True</property>
3373                                <property name="can_focus">True</property>
3374                                <property name="label" translatable="yes">Sort tracks according to: </property>
3375                              </widget>
3376                              <packing>
3377                                <property name="expand">False</property>
3378                                <property name="fill">False</property>
3379                              </packing>
3380                            </child>
3381                            <child>
3382                              <widget class="GtkComboBox" id="sort_combo">
3383                                <property name="visible">True</property>
3384                                <property name="items">Dummy - do not delete
3385</property>
3386                              </widget>
3387                              <packing>
3388                                <property name="expand">False</property>
3389                                <property name="fill">False</property>
3390                                <property name="position">1</property>
3391                              </packing>
3392                            </child>
3393                          </widget>
3394                          <packing>
3395                            <property name="expand">False</property>
3396                            <property name="fill">False</property>
3397                            <property name="position">2</property>
3398                          </packing>
3399                        </child>
3400                        <child>
3401                          <widget class="GtkCheckButton" id="cfg_case_sensitive">
3402                            <property name="visible">True</property>
3403                            <property name="can_focus">True</property>
3404                            <property name="tooltip" translatable="yes">If checked, sorting will be case sensitive. Please note that case sensitive sorting will not work well with most charsets.</property>
3405                            <property name="label" translatable="yes">Case sensitive sorting</property>
3406                            <property name="use_underline">True</property>
3407                            <property name="response_id">0</property>
3408                            <property name="draw_indicator">True</property>
3409                            <signal handler="on_sort_case_sensitive_toggled" name="toggled"/>
3410                          </widget>
3411                          <packing>
3412                            <property name="expand">False</property>
3413                            <property name="fill">False</property>
3414                            <property name="position">3</property>
3415                          </packing>
3416                        </child>
3417                      </widget>
3418                      <packing>
3419                        <property name="position">1</property>
3420                      </packing>
3421                    </child>
3422                  </widget>
3423                  <packing>
3424                    <property name="position">1</property>
3425                  </packing>
3426                </child>
3427              </widget>
3428              <packing>
3429                <property name="expand">False</property>
3430              </packing>
3431            </child>
3432            <child>
3433              <widget class="GtkVBox" id="vbox136"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3434                <property name="visible">True</property>
3435                <property name="spacing">6</property>
3436                <child>
3437                  <widget class="GtkLabel" id="label297">
3438                    <property name="visible">True</property>
3439                    <property name="xalign">0</property>
3440                    <property name="label" translatable="yes">&lt;b&gt;Ignore Frequent Words&lt;/b&gt;</property>
3441                    <property name="use_markup">True</property>
3442                  </widget>
3443                  <packing>
3444                    <property name="expand">False</property>
3445                    <property name="fill">False</property>
3446                  </packing>
3447                </child>
3448                <child>
3449                  <widget class="GtkHBox" id="hbox143">
3450                    <property name="visible">True</property>
3451                    <child>
3452                      <widget class="GtkLabel" id="label298">
3453                        <property name="visible">True</property>
3454                        <property name="label" translatable="yes">    </property>
3455                      </widget>
3456                      <packing>
3457                        <property name="expand">False</property>
3458                        <property name="fill">False</property>
3459                      </packing>
3460                    </child>
3461                    <child>
3462                      <widget class="GtkVBox" id="vbox137"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3463                        <property name="visible">True</property>
3464                        <property name="spacing">6</property>
3465                        <child>
3466                          <widget class="GtkScrolledWindow" id="scrolledwindow15">
3467                            <property name="visible">True</property>
3468                            <property name="can_focus">True</property>
3469                            <property name="border_width">4</property>
3470                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3471                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3472                            <property name="shadow_type">GTK_SHADOW_IN</property>
3473                            <child>
3474                              <widget class="GtkTextView" id="sort_ign_strings">
3475                                <property name="visible">True</property>
3476                                <property name="can_focus">True</property>
3477                              </widget>
3478                            </child>
3479                          </widget>
3480                        </child>
3481                        <child>
3482                          <widget class="GtkLabel" id="label310">
3483                            <property name="visible">True</property>
3484                            <property name="can_focus">True</property>
3485                            <property name="xalign">0.039999999105930328</property>
3486                            <property name="label" translatable="yes">Ignore these words when at the beginning of the following fields:</property>
3487                          </widget>
3488                          <packing>
3489                            <property name="expand">False</property>
3490                            <property name="fill">False</property>
3491                            <property name="position">1</property>
3492                          </packing>
3493                        </child>
3494                        <child>
3495                          <widget class="GtkHBox" id="hbox158">
3496                            <property name="visible">True</property>
3497                            <property name="spacing">12</property>
3498                            <child>
3499                              <widget class="GtkVBox" id="vbox138"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3500                                <property name="visible">True</property>
3501                                <property name="spacing">6</property>
3502                                <child>
3503                                  <widget class="GtkCheckButton" id="sort_ign_field_3">
3504                                    <property name="visible">True</property>
3505                                    <property name="can_focus">True</property>
3506                                    <property name="response_id">0</property>
3507                                    <property name="draw_indicator">True</property>
3508                                    <child>
3509                                      <placeholder/>
3510                                    </child>
3511                                  </widget>
3512                                  <packing>
3513                                    <property name="expand">False</property>
3514                                    <property name="fill">False</property>
3515                                  </packing>
3516                                </child>
3517                                <child>
3518                                  <widget class="GtkCheckButton" id="sort_ign_field_1">
3519                                    <property name="visible">True</property>
3520                                    <property name="can_focus">True</property>
3521                                    <property name="response_id">0</property>
3522                                    <property name="draw_indicator">True</property>
3523                                    <child>
3524                                      <placeholder/>
3525                                    </child>
3526                                  </widget>
3527                                  <packing>
3528                                    <property name="expand">False</property>
3529                                    <property name="fill">False</property>
3530                                    <property name="position">1</property>
3531                                  </packing>
3532                                </child>
3533                                <child>
3534                                  <placeholder/>
3535                                </child>
3536                                <child>
3537                                  <placeholder/>
3538                                </child>
3539                              </widget>
3540                            </child>
3541                            <child>
3542                              <widget class="GtkVBox" id="vbox139"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3543                                <property name="visible">True</property>
3544                                <property name="spacing">6</property>
3545                                <child>
3546                                  <widget class="GtkCheckButton" id="sort_ign_field_2">
3547                                    <property name="visible">True</property>
3548                                    <property name="can_focus">True</property>
3549                                    <property name="response_id">0</property>
3550                                    <property name="draw_indicator">True</property>
3551                                    <child>
3552                                      <placeholder/>
3553                                    </child>
3554                                  </widget>
3555                                  <packing>
3556                                    <property name="expand">False</property>
3557                                    <property name="fill">False</property>
3558                                  </packing>
3559                                </child>
3560                                <child>
3561                                  <widget class="GtkCheckButton" id="sort_ign_field_6">
3562                                    <property name="visible">True</property>
3563                                    <property name="can_focus">True</property>
3564                                    <property name="response_id">0</property>
3565                                    <property name="draw_indicator">True</property>
3566                                    <child>
3567                                      <placeholder/>
3568                                    </child>
3569                                  </widget>
3570                                  <packing>
3571                                    <property name="expand">False</property>
3572                                    <property name="fill">False</property>
3573                                    <property name="position">1</property>
3574                                  </packing>
3575                                </child>
3576                                <child>
3577                                  <placeholder/>
3578                                </child>
3579                                <child>
3580                                  <placeholder/>
3581                                </child>
3582                              </widget>
3583                              <packing>
3584                                <property name="position">1</property>
3585                              </packing>
3586                            </child>
3587                            <child>
3588                              <widget class="GtkVBox" id="vbox140"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3589                                <property name="visible">True</property>
3590                                <property name="spacing">6</property>
3591                                <child>
3592                                  <placeholder/>
3593                                </child>
3594                                <child>
3595                                  <placeholder/>
3596                                </child>
3597                                <child>
3598                                  <placeholder/>
3599                                </child>
3600                                <child>
3601                                  <placeholder/>
3602                                </child>
3603                              </widget>
3604                              <packing>
3605                                <property name="position">2</property>
3606                              </packing>
3607                            </child>
3608                          </widget>
3609                          <packing>
3610                            <property name="expand">False</property>
3611                            <property name="fill">False</property>
3612                            <property name="position">2</property>
3613                          </packing>
3614                        </child>
3615                      </widget>
3616                      <packing>
3617                        <property name="position">1</property>
3618                      </packing>
3619                    </child>
3620                  </widget>
3621                  <packing>
3622                    <property name="position">1</property>
3623                  </packing>
3624                </child>
3625              </widget>
3626              <packing>
3627                <property name="position">1</property>
3628              </packing>
3629            </child>
3630          </widget>
3631        </child>
3632        <child>
3633          <widget class="GtkHButtonBox" id="hbuttonbox8">
3634            <property name="visible">True</property>
3635            <property name="spacing">6</property>
3636            <property name="layout_style">GTK_BUTTONBOX_END</property>
3637            <child>
3638              <widget class="GtkButton" id="sort_cancel">
3639                <property name="visible">True</property>
3640                <property name="can_focus">True</property>
3641                <property name="can_default">True</property>
3642                <property name="label">gtk-cancel</property>
3643                <property name="use_stock">True</property>
3644                <property name="response_id">0</property>
3645                <signal handler="on_sort_cancel_clicked" name="clicked"/>
3646              </widget>
3647            </child>
3648            <child>
3649              <widget class="GtkButton" id="sort_apply">
3650                <property name="visible">True</property>
3651                <property name="can_focus">True</property>
3652                <property name="can_default">True</property>
3653                <property name="label">gtk-apply</property>
3654                <property name="use_stock">True</property>
3655                <property name="response_id">0</property>
3656                <signal handler="on_sort_apply_clicked" name="clicked"/>
3657              </widget>
3658              <packing>
3659                <property name="position">1</property>
3660              </packing>
3661            </child>
3662            <child>
3663              <widget class="GtkButton" id="sort_ok">
3664                <property name="visible">True</property>
3665                <property name="can_focus">True</property>
3666                <property name="can_default">True</property>
3667                <property name="label">gtk-ok</property>
3668                <property name="use_stock">True</property>
3669                <property name="response_id">0</property>
3670                <signal handler="on_sort_ok_clicked" name="clicked"/>
3671              </widget>
3672              <packing>
3673                <property name="position">2</property>
3674              </packing>
3675            </child>
3676          </widget>
3677          <packing>
3678            <property name="expand">False</property>
3679            <property name="fill">False</property>
3680            <property name="position">1</property>
3681          </packing>
3682        </child>
3683      </widget>
3684    </child>
3685  </widget>
3686  <widget class="GtkDialog" id="confirm_dialog">
3687    <property name="border_width">6</property>
3688    <property name="title" translatable="yes"> </property>
3689    <property name="icon">gtkpod-icon-48.png</property>
3690    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3691    <property name="has_separator">False</property>
3692    <child internal-child="vbox">
3693      <widget class="GtkVBox" id="dialog-vbox1"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3694        <property name="visible">True</property>
3695        <property name="spacing">1</property>
3696        <child>
3697          <widget class="GtkHBox" id="hbox169">
3698            <property name="visible">True</property>
3699            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3700            <property name="border_width">6</property>
3701            <property name="spacing">12</property>
3702            <child>
3703              <widget class="GtkImage" id="image18">
3704                <property name="visible">True</property>
3705                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3706                <property name="yalign">0</property>
3707                <property name="stock">gtk-dialog-warning</property>
3708                <property name="icon_size">6</property>
3709              </widget>
3710              <packing>
3711                <property name="expand">False</property>
3712                <property name="fill">False</property>
3713              </packing>
3714            </child>
3715            <child>
3716              <widget class="GtkVBox" id="vbox6"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3717                <property name="visible">True</property>
3718                <property name="spacing">6</property>
3719                <child>
3720                  <widget class="GtkLabel" id="label">
3721                    <property name="visible">True</property>
3722                    <property name="can_focus">True</property>
3723                    <property name="xalign">0</property>
3724                    <property name="yalign">0</property>
3725                    <property name="label" translatable="yes">label21</property>
3726                    <property name="wrap">True</property>
3727                    <property name="selectable">True</property>
3728                  </widget>
3729                  <packing>
3730                    <property name="expand">False</property>
3731                    <property name="fill">False</property>
3732                  </packing>
3733                </child>
3734                <child>
3735                  <widget class="GtkScrolledWindow" id="scroller">
3736                    <property name="visible">True</property>
3737                    <property name="can_focus">True</property>
3738                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
3739                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3740                    <property name="shadow_type">GTK_SHADOW_IN</property>
3741                    <child>
3742                      <widget class="GtkTreeView" id="tree">
3743                        <property name="visible">True</property>
3744                        <property name="can_focus">True</property>
3745                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
3746                        <property name="headers_visible">False</property>
3747                        <property name="rules_hint">True</property>
3748                        <signal handler="on_confirm_tree_size_allocate" name="size_allocate"/>
3749                      </widget>
3750                    </child>
3751                  </widget>
3752                  <packing>
3753                    <property name="position">1</property>
3754                  </packing>
3755                </child>
3756                <child>
3757                  <widget class="GtkHBox" id="option_hbox">
3758                    <property name="visible">True</property>
3759                    <property name="homogeneous">True</property>
3760                    <child>
3761                      <widget class="GtkVBox" id="option_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
3762                        <property name="visible">True</property>
3763                        <child>
3764                          <placeholder/>
3765                        </child>
3766                        <child>
3767                          <placeholder/>
3768                        </child>
3769                        <child>
3770                          <widget class="GtkCheckButton" id="never_again">
3771                            <property name="visible">True</property>
3772                            <property name="can_focus">True</property>
3773                            <property name="label" translatable="yes">Never show this dialogue again</property>
3774                            <property name="use_underline">True</property>
3775                            <property name="response_id">0</property>
3776                            <property name="draw_indicator">True</property>
3777                          </widget>
3778                          <packing>
3779                            <property name="expand">False</property>
3780                            <property name="fill">False</property>
3781                            <property name="pack_type">GTK_PACK_END</property>
3782                            <property name="position">2</property>
3783                          </packing>
3784                        </child>
3785                      </widget>
3786                      <packing>
3787                        <property name="expand">False</property>
3788                      </packing>
3789                    </child>
3790                  </widget>
3791                  <packing>
3792                    <property name="expand">False</property>
3793                    <property name="fill">False</property>
3794                    <property name="position">2</property>
3795                  </packing>
3796                </child>
3797                <child>
3798                  <placeholder/>
3799                </child>
3800              </widget>
3801              <packing>
3802                <property name="position">1</property>
3803              </packing>
3804            </child>
3805          </widget>
3806          <packing>
3807            <property name="position">1</property>
3808          </packing>
3809        </child>
3810        <child internal-child="action_area">
3811          <widget class="GtkHButtonBox" id="dialog-action_area1">
3812            <property name="visible">True</property>
3813            <property name="layout_style">GTK_BUTTONBOX_END</property>
3814            <child>
3815              <widget class="GtkButton" id="cancel">
3816                <property name="visible">True</property>
3817                <property name="can_focus">True</property>
3818                <property name="can_default">True</property>
3819                <property name="label">gtk-cancel</property>
3820                <property name="use_stock">True</property>
3821                <property name="response_id">-6</property>
3822              </widget>
3823            </child>
3824            <child>
3825              <widget class="GtkButton" id="apply">
3826                <property name="visible">True</property>
3827                <property name="can_focus">True</property>
3828                <property name="can_default">True</property>
3829                <property name="label">gtk-apply</property>
3830                <property name="use_stock">True</property>
3831                <property name="response_id">-10</property>
3832              </widget>
3833              <packing>
3834                <property name="position">1</property>
3835              </packing>
3836            </child>
3837            <child>
3838              <widget class="GtkButton" id="ok">
3839                <property name="visible">True</property>
3840                <property name="can_focus">True</property>
3841                <property name="can_default">True</property>
3842                <property name="label">gtk-ok</property>
3843                <property name="use_stock">True</property>
3844                <property name="response_id">-5</property>
3845              </widget>
3846              <packing>
3847                <property name="position">2</property>
3848              </packing>
3849            </child>
3850          </widget>
3851          <packing>
3852            <property name="expand">False</property>
3853            <property name="pack_type">GTK_PACK_END</property>
3854            <property name="position">1</property>
3855          </packing>
3856        </child>
3857      </widget>
3858    </child>
3859  </widget>
3860  <widget class="GtkWindow" id="export_playlist_file_options">
3861    <property name="title" translatable="yes">window1</property>
3862    <child>
3863      <widget class="GtkFrame" id="ep_options_frame">
3864        <property name="visible">True</property>
3865        <property name="label_xalign">0</property>
3866        <property name="shadow_type">GTK_SHADOW_NONE</property>
3867        <child>
3868          <widget class="GtkAlignment" id="alignment4">
3869            <property name="visible">True</property>
3870            <property name="border_width">5</property>
3871            <property name="left_padding">12</property>
3872            <child>
3873              <widget class="GtkTable" id="table29">
3874                <property name="visible">True</property>
3875                <property name="n_rows">3</property>
3876                <property name="n_columns">2</property>
3877                <property name="column_spacing">12</property>
3878                <property name="row_spacing">6</property>
3879                <child>
3880                  <widget class="GtkEntry" id="export_playlist_file_template">
3881                    <property name="visible">True</property>
3882                    <property name="can_focus">True</property>
3883                    <property name="tooltip" translatable="yes">Determines how the string for the info field should be constructed, e.g '%a/%A/%T - %t.mp3' or '%o'.  You can separate several templates by semicolons -- gtkpod will determine which one to use by the filename extension given. Artist: %a, album: %A, composer: %c, title: %t, genre: %G, track nr: %T, CD nr: %C, year: %Y, original filename (requires extended information file): %o, the character '%': %%.</property>
3884                    <property name="invisible_char">*</property>
3885                  </widget>
3886                  <packing>
3887                    <property name="left_attach">1</property>
3888                    <property name="right_attach">2</property>
3889                    <property name="top_attach">2</property>
3890                    <property name="bottom_attach">3</property>
3891                    <property name="y_options"/>
3892                  </packing>
3893                </child>
3894                <child>
3895                  <widget class="GtkHBox" id="hbox60">
3896                    <property name="visible">True</property>
3897                    <property name="spacing">10</property>
3898                    <child>
3899                      <widget class="GtkRadioButton" id="source_prefer_local">
3900                        <property name="visible">True</property>
3901                        <property name="can_focus">True</property>
3902                        <property name="tooltip" translatable="yes">If available, the local copy of the track is referenced in the playlist. Otherwise the file on the iPod is used.</property>
3903                        <property name="label" translatable="yes">_Prefer Local</property>
3904                        <property name="use_underline">True</property>
3905                        <property name="response_id">0</property>
3906                        <property name="draw_indicator">True</property>
3907                      </widget>
3908                      <packing>
3909                        <property name="expand">False</property>
3910                        <property name="fill">False</property>
3911                      </packing>
3912                    </child>
3913                    <child>
3914                      <widget class="GtkRadioButton" id="source_local">
3915                        <property name="visible">True</property>
3916                        <property name="can_focus">True</property>
3917                        <property name="tooltip" translatable="yes">The local copy of the track is referenced in the playlist. If the track is not available locally, an error message is displayed.</property>
3918                        <property name="label" translatable="yes">_Local</property>
3919                        <property name="use_underline">True</property>
3920                        <property name="response_id">0</property>
3921                        <property name="draw_indicator">True</property>
3922                        <property name="group">source_prefer_local</property>
3923                      </widget>
3924                      <packing>
3925                        <property name="expand">False</property>
3926                        <property name="fill">False</property>
3927                        <property name="position">1</property>
3928                      </packing>
3929                    </child>
3930                    <child>
3931                      <widget class="GtkRadioButton" id="source_ipod">
3932                        <property name="visible">True</property>
3933                        <property name="can_focus">True</property>
3934                        <property name="tooltip" translatable="yes">The track on the iPod is referenced in the playlist file.</property>
3935                        <property name="label" translatable="yes">_iPod</property>
3936                        <property name="use_underline">True</property>
3937                        <property name="response_id">0</property>
3938                        <property name="draw_indicator">True</property>
3939                        <property name="group">source_prefer_local</property>
3940                      </widget>
3941                      <packing>
3942                        <property name="expand">False</property>
3943                        <property name="fill">False</property>
3944                        <property name="position">2</property>
3945                      </packing>
3946                    </child>
3947                    <child>
3948                      <placeholder/>
3949                    </child>
3950                  </widget>
3951                  <packing>
3952                    <property name="left_attach">1</property>
3953                    <property name="right_attach">2</property>
3954                    <property name="top_attach">1</property>
3955                    <property name="bottom_attach">2</property>
3956                    <property name="x_options"/>
3957                    <property name="y_options"/>
3958                  </packing>
3959                </child>
3960                <child>
3961                  <widget class="GtkHBox" id="hbox59">
3962                    <property name="visible">True</property>
3963                    <property name="spacing">10</property>
3964                    <child>
3965                      <widget class="GtkRadioButton" id="type_m3u">
3966                        <property name="visible">True</property>
3967                        <property name="can_focus">True</property>
3968                        <property name="label" translatable="yes">_M3U</property>
3969                        <property name="use_underline">True</property>
3970                        <property name="response_id">0</property>
3971                        <property name="draw_indicator">True</property>
3972                      </widget>
3973                      <packing>
3974                        <property name="expand">False</property>
3975                        <property name="fill">False</property>
3976                      </packing>
3977                    </child>
3978                    <child>
3979                      <widget class="GtkRadioButton" id="type_pls">
3980                        <property name="visible">True</property>
3981                        <property name="can_focus">True</property>
3982                        <property name="label" translatable="yes">_PLS</property>
3983                        <property name="use_underline">True</property>
3984                        <property name="response_id">0</property>
3985                        <property name="draw_indicator">True</property>
3986                        <property name="group">type_m3u</property>
3987                      </widget>
3988                      <packing>
3989                        <property name="expand">False</property>
3990                        <property name="fill">False</property>
3991                        <property name="position">1</property>
3992                      </packing>
3993                    </child>
3994                    <child>
3995                      <placeholder/>
3996                    </child>
3997                  </widget>
3998                  <packing>
3999                    <property name="left_attach">1</property>
4000                    <property name="right_attach">2</property>
4001                    <property name="x_options"/>
4002                    <property name="y_options"/>
4003                  </packing>
4004                </child>
4005                <child>
4006                  <widget class="GtkHBox" id="hbox58">
4007                    <property name="visible">True</property>
4008                    <child>
4009                      <widget class="GtkLabel" id="label167">
4010                        <property name="visible">True</property>
4011                        <property name="xalign">0</property>
4012                        <property name="label" translatable="yes">Playlist type:</property>
4013                      </widget>
4014                      <packing>
4015                        <property name="expand">False</property>
4016                        <property name="fill">False</property>
4017                      </packing>
4018                    </child>
4019                  </widget>
4020                  <packing>
4021                    <property name="x_options"/>
4022                    <property name="y_options"/>
4023                  </packing>
4024                </child>
4025                <child>
4026                  <widget class="GtkHBox" id="hbox65">
4027                    <property name="visible">True</property>
4028                    <child>
4029                      <widget class="GtkLabel" id="label168">
4030                        <property name="visible">True</property>
4031                        <property name="xalign">0</property>
4032                        <property name="label" translatable="yes">Source:</property>
4033                      </widget>
4034                      <packing>
4035                        <property name="expand">False</property>
4036                        <property name="fill">False</property>
4037                      </packing>
4038                    </child>
4039                  </widget>
4040                  <packing>
4041                    <property name="top_attach">1</property>
4042                    <property name="bottom_attach">2</property>
4043                    <property name="x_options"/>
4044                    <property name="y_options"/>
4045                  </packing>
4046                </child>
4047                <child>
4048                  <widget class="GtkHBox" id="hbox66">
4049                    <property name="visible">True</property>
4050                    <child>
4051                      <widget class="GtkLabel" id="label165">
4052                        <property name="visible">True</property>
4053                        <property name="can_focus">True</property>
4054                        <property name="xalign">0</property>
4055                        <property name="label" translatable="yes">Info field template:</property>
4056                        <property name="selectable">True</property>
4057                      </widget>
4058                      <packing>
4059                        <property name="expand">False</property>
4060                        <property name="fill">False</property>
4061                      </packing>
4062                    </child>
4063                  </widget>
4064                  <packing>
4065                    <property name="top_attach">2</property>
4066                    <property name="bottom_attach">3</property>
4067                    <property name="x_options"/>
4068                    <property name="y_options"/>
4069                  </packing>
4070                </child>
4071              </widget>
4072            </child>
4073          </widget>
4074        </child>
4075        <child>
4076          <widget class="GtkLabel" id="label166">
4077            <property name="visible">True</property>
4078            <property name="label" translatable="yes">&lt;b&gt;gtkpod Options&lt;/b&gt;</property>
4079            <property name="use_markup">True</property>
4080          </widget>
4081          <packing>
4082            <property name="type">label_item</property>
4083          </packing>
4084        </child>
4085      </widget>
4086    </child>
4087  </widget>
4088  <widget class="GtkWindow" id="export_files_options">
4089    <property name="title" translatable="yes">window1</property>
4090    <child>
4091      <widget class="GtkFrame" id="ef_options_frame">
4092        <property name="visible">True</property>
4093        <property name="label_xalign">0</property>
4094        <property name="shadow_type">GTK_SHADOW_NONE</property>
4095        <child>
4096          <widget class="GtkAlignment" id="alignment43">
4097            <property name="visible">True</property>
4098            <property name="top_padding">6</property>
4099            <property name="left_padding">12</property>
4100            <child>
4101              <widget class="GtkVBox" id="vbox50"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4102                <property name="visible">True</property>
4103                <child>
4104                  <widget class="GtkHBox" id="hbox51">
4105                    <property name="visible">True</property>
4106                    <property name="spacing">12</property>
4107                    <child>
4108                      <widget class="GtkLabel" id="label70">
4109                        <property name="visible">True</property>
4110                        <property name="can_focus">True</property>
4111                        <property name="xalign">0</property>
4112                        <property name="label" translatable="yes">Filename format: </property>
4113                        <property name="selectable">True</property>
4114                      </widget>
4115                      <packing>
4116                        <property name="expand">False</property>
4117                        <property name="fill">False</property>
4118                      </packing>
4119                    </child>
4120                    <child>
4121                      <widget class="GtkEntry" id="export_files_template">
4122                        <property name="visible">True</property>
4123                        <property name="can_focus">True</property>
4124                        <property name="tooltip" translatable="yes">Determines the filename of tracks you copy from the iPod, e.g '%a/%A/%T - %t.mp3' or '%o'.  You can separate several patterns by semicolons -- gtkpod will determine which one to use by the filename extension given. Artist: %a, album: %A, composer: %c, title: %t, genre: %G, track nr: %T, CD nr: %C, year: %Y, original filename (requires extended information file): %o, current playlist: %p, the character '%': %%.</property>
4125                        <property name="invisible_char">*</property>
4126                        <property name="text" translatable="yes"> </property>
4127                      </widget>
4128                      <packing>
4129                        <property name="position">1</property>
4130                      </packing>
4131                    </child>
4132                  </widget>
4133                  <packing>
4134                    <property name="expand">False</property>
4135                    <property name="fill">False</property>
4136                  </packing>
4137                </child>
4138                <child>
4139                  <widget class="GtkCheckButton" id="export_files_special_charset">
4140                    <property name="visible">True</property>
4141                    <property name="can_focus">True</property>
4142                    <property name="tooltip" translatable="yes">Normally the charset specified when first importing the track will be used for the filename. If you set this option you can set a different charset with the charset selector (Preferences/'Adding/Updating/Syncing'). Note: the charset info is stored in the extended information file (see Preferences/'Writing of the iTunesDB'). Tracks imported before V0.51 will have no charset stored. Instead the charset specified will be used.</property>
4143                    <property name="label" translatable="yes">Use selected charset (Preferences/'Adding/Updating/ Syncing')
4144for this filename.</property>
4145                    <property name="use_underline">True</property>
4146                    <property name="response_id">0</property>
4147                    <property name="draw_indicator">True</property>
4148                  </widget>
4149                  <packing>
4150                    <property name="expand">False</property>
4151                    <property name="fill">False</property>
4152                    <property name="position">1</property>
4153                  </packing>
4154                </child>
4155                <child>
4156                  <widget class="GtkCheckButton" id="export_files_check_existing">
4157                    <property name="visible">True</property>
4158                    <property name="can_focus">True</property>
4159                    <property name="tooltip" translatable="yes">When copying from iPod no check is performed on whether the destination file exists. Enabling this option will make gtkpod check whether the length of the destination file is the same as the file in the iPod. If so the file is skipped, allowing a quick sync of the iPod's contents.</property>
4160                    <property name="label" translatable="yes">Check for existing files when copying from iPod.</property>
4161                    <property name="use_underline">True</property>
4162                    <property name="response_id">0</property>
4163                    <property name="draw_indicator">True</property>
4164                  </widget>
4165                  <packing>
4166                    <property name="expand">False</property>
4167                    <property name="fill">False</property>
4168                    <property name="position">2</property>
4169                  </packing>
4170                </child>
4171                <child>
4172                  <widget class="GtkVBox" id="ef_message_box"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4173                    <property name="visible">True</property>
4174                    <child>
4175                      <placeholder/>
4176                    </child>
4177                    <child>
4178                      <widget class="GtkLabel" id="ef_message">
4179                        <property name="visible">True</property>
4180                        <property name="can_focus">True</property>
4181                        <property name="yalign">0</property>
4182                        <property name="wrap">True</property>
4183                        <property name="selectable">True</property>
4184                      </widget>
4185                      <packing>
4186                        <property name="expand">False</property>
4187                        <property name="fill">False</property>
4188                        <property name="position">1</property>
4189                      </packing>
4190                    </child>
4191                    <child>
4192                      <widget class="GtkScrolledWindow" id="scrolledwindow13">
4193                        <property name="visible">True</property>
4194                        <property name="can_focus">True</property>
4195                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4196                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4197                        <property name="shadow_type">GTK_SHADOW_IN</property>
4198                        <child>
4199                          <widget class="GtkTextView" id="ef_textview">
4200                            <property name="visible">True</property>
4201                            <property name="can_focus">True</property>
4202                            <property name="wrap_mode">GTK_WRAP_WORD</property>
4203                          </widget>
4204                        </child>
4205                      </widget>
4206                      <packing>
4207                        <property name="position">2</property>
4208                      </packing>
4209                    </child>
4210                  </widget>
4211                  <packing>
4212                    <property name="padding">2</property>
4213                    <property name="position">3</property>
4214                  </packing>
4215                </child>
4216              </widget>
4217            </child>
4218          </widget>
4219        </child>
4220        <child>
4221          <widget class="GtkLabel" id="label72">
4222            <property name="visible">True</property>
4223            <property name="can_focus">True</property>
4224            <property name="label" translatable="yes">&lt;b&gt;gtkpod Options&lt;/b&gt;</property>
4225            <property name="use_markup">True</property>
4226            <property name="selectable">True</property>
4227          </widget>
4228          <packing>
4229            <property name="type">label_item</property>
4230          </packing>
4231        </child>
4232      </widget>
4233    </child>
4234  </widget>
4235  <widget class="GtkWindow" id="spl_window">
4236    <property name="title" translatable="yes">Smart Playlist</property>
4237    <property name="icon">gtkpod-icon-48.png</property>
4238    <child>
4239      <widget class="GtkVBox" id="vbox28"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4240        <property name="visible">True</property>
4241        <property name="border_width">5</property>
4242        <property name="spacing">2</property>
4243        <child>
4244          <widget class="GtkVBox" id="vbox63"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4245            <property name="visible">True</property>
4246            <property name="border_width">7</property>
4247            <property name="spacing">18</property>
4248            <child>
4249              <widget class="GtkFrame" id="frame17">
4250                <property name="visible">True</property>
4251                <property name="label_xalign">0</property>
4252                <property name="shadow_type">GTK_SHADOW_NONE</property>
4253                <child>
4254                  <widget class="GtkAlignment" id="alignment35">
4255                    <property name="visible">True</property>
4256                    <property name="top_padding">6</property>
4257                    <property name="left_padding">12</property>
4258                    <child>
4259                      <widget class="GtkTable" id="table3">
4260                        <property name="visible">True</property>
4261                        <property name="n_rows">2</property>
4262                        <property name="n_columns">2</property>
4263                        <property name="column_spacing">12</property>
4264                        <property name="row_spacing">6</property>
4265                        <child>
4266                          <widget class="GtkHBox" id="hbox40">
4267                            <property name="visible">True</property>
4268                            <child>
4269                              <widget class="GtkComboBox" id="spl_match_rules">
4270                                <property name="visible">True</property>
4271                                <property name="items" translatable="yes">Any rules
4272All rules
4273Ignore rules</property>
4274                                <signal handler="spl_match_rules_changed" name="changed"/>
4275                              </widget>
4276                              <packing>
4277                                <property name="expand">False</property>
4278                                <property name="fill">False</property>
4279                              </packing>
4280                            </child>
4281                          </widget>
4282                          <packing>
4283                            <property name="left_attach">1</property>
4284                            <property name="right_attach">2</property>
4285                            <property name="top_attach">1</property>
4286                            <property name="bottom_attach">2</property>
4287                            <property name="y_options"/>
4288                          </packing>
4289                        </child>
4290                        <child>
4291                          <widget class="GtkHBox" id="hbox39">
4292                            <property name="visible">True</property>
4293                            <child>
4294                              <widget class="GtkLabel" id="label34">
4295                                <property name="visible">True</property>
4296                                <property name="label" translatable="yes">Match:</property>
4297                              </widget>
4298                              <packing>
4299                                <property name="expand">False</property>
4300                                <property name="fill">False</property>
4301                              </packing>
4302                            </child>
4303                          </widget>
4304                          <packing>
4305                            <property name="top_attach">1</property>
4306                            <property name="bottom_attach">2</property>
4307                            <property name="x_options">GTK_FILL</property>
4308                            <property name="y_options"/>
4309                          </packing>
4310                        </child>
4311                        <child>
4312                          <widget class="GtkHBox" id="hbox38">
4313                            <property name="visible">True</property>
4314                            <child>
4315                              <widget class="GtkLabel" id="label175">
4316                                <property name="visible">True</property>
4317                                <property name="label" translatable="yes">Playlist name:</property>
4318                              </widget>
4319                              <packing>
4320                                <property name="expand">False</property>
4321                                <property name="fill">False</property>
4322                              </packing>
4323                            </child>
4324                          </widget>
4325                          <packing>
4326                            <property name="x_options">GTK_FILL</property>
4327                            <property name="y_options"/>
4328                          </packing>
4329                        </child>
4330                        <child>
4331                          <widget class="GtkEntry" id="spl_name_entry">
4332                            <property name="visible">True</property>
4333                            <property name="can_focus">True</property>
4334                            <property name="invisible_char">*</property>
4335                          </widget>
4336                          <packing>
4337                            <property name="left_attach">1</property>
4338                            <property name="right_attach">2</property>
4339                            <property name="y_options"/>
4340                          </packing>
4341                        </child>
4342                      </widget>
4343                    </child>
4344                  </widget>
4345                </child>
4346                <child>
4347                  <widget class="GtkLabel" id="label1">
4348                    <property name="visible">True</property>
4349                    <property name="label" translatable="yes">&lt;b&gt;General Options&lt;/b&gt;</property>
4350                    <property name="use_markup">True</property>
4351                  </widget>
4352                  <packing>
4353                    <property name="type">label_item</property>
4354                  </packing>
4355                </child>
4356              </widget>
4357            </child>
4358            <child>
4359              <widget class="GtkFrame" id="spl_rules_frame">
4360                <property name="visible">True</property>
4361                <property name="label_xalign">0</property>
4362                <property name="shadow_type">GTK_SHADOW_NONE</property>
4363                <child>
4364                  <widget class="GtkAlignment" id="alignment34">
4365                    <property name="visible">True</property>
4366                    <property name="top_padding">6</property>
4367                    <property name="left_padding">12</property>
4368                    <child>
4369                      <widget class="GtkVBox" id="vbox30"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4370                        <property name="visible">True</property>
4371                        <property name="spacing">6</property>
4372                        <child>
4373                          <widget class="GtkScrolledWindow" id="scrolledwindow16">
4374                            <property name="visible">True</property>
4375                            <property name="can_focus">True</property>
4376                            <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
4377                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4378                            <child>
4379                              <widget class="GtkViewport" id="viewport10">
4380                                <property name="visible">True</property>
4381                                <child>
4382                                  <widget class="GtkAlignment" id="spl_rules_table_align">
4383                                    <property name="visible">True</property>
4384                                    <child>
4385                                      <placeholder/>
4386                                    </child>
4387                                  </widget>
4388                                </child>
4389                              </widget>
4390                            </child>
4391                          </widget>
4392                        </child>
4393                      </widget>
4394                    </child>
4395                  </widget>
4396                </child>
4397                <child>
4398                  <widget class="GtkLabel" id="label174">
4399                    <property name="visible">True</property>
4400                    <property name="can_focus">True</property>
4401                    <property name="label" translatable="yes">&lt;b&gt;Rules&lt;/b&gt;</property>
4402                    <property name="use_markup">True</property>
4403                    <property name="selectable">True</property>
4404                  </widget>
4405                  <packing>
4406                    <property name="type">label_item</property>
4407                  </packing>
4408                </child>
4409              </widget>
4410              <packing>
4411                <property name="position">1</property>
4412              </packing>
4413            </child>
4414            <child>
4415              <widget class="GtkFrame" id="frame18">
4416                <property name="visible">True</property>
4417                <property name="label_xalign">0</property>
4418                <property name="shadow_type">GTK_SHADOW_NONE</property>
4419                <child>
4420                  <widget class="GtkAlignment" id="alignment33">
4421                    <property name="visible">True</property>
4422                    <property name="top_padding">6</property>
4423                    <property name="left_padding">12</property>
4424                    <child>
4425                      <widget class="GtkVBox" id="vbox28"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4426                        <property name="visible">True</property>
4427                        <property name="spacing">6</property>
4428                        <child>
4429                          <widget class="GtkHBox" id="hbox62">
4430                            <property name="visible">True</property>
4431                            <property name="spacing">12</property>
4432                            <child>
4433                              <widget class="GtkCheckButton" id="spl_checklimits_button">
4434                                <property name="visible">True</property>
4435                                <property name="can_focus">True</property>
4436                                <property name="label" translatable="yes">_Limit to</property>
4437                                <property name="use_underline">True</property>
4438                                <property name="response_id">0</property>
4439                                <property name="draw_indicator">True</property>
4440                              </widget>
4441                              <packing>
4442                                <property name="expand">False</property>
4443                                <property name="fill">False</property>
4444                              </packing>
4445                            </child>
4446                            <child>
4447                              <widget class="GtkEntry" id="spl_limitvalue_entry">
4448                                <property name="visible">True</property>
4449                                <property name="can_focus">True</property>
4450                                <property name="max_length">12</property>
4451                                <property name="invisible_char">*</property>
4452                                <property name="width_chars">6</property>
4453                              </widget>
4454                              <packing>
4455                                <property name="expand">False</property>
4456                                <property name="fill">False</property>
4457                                <property name="position">1</property>
4458                              </packing>
4459                            </child>
4460                            <child>
4461                              <widget class="GtkComboBox" id="spl_limittype_combobox">
4462                                <property name="visible">True</property>
4463                              </widget>
4464                              <packing>
4465                                <property name="expand">False</property>
4466                                <property name="position">2</property>
4467                              </packing>
4468                            </child>
4469                          </widget>
4470                          <packing>
4471                            <property name="expand">False</property>
4472                          </packing>
4473                        </child>
4474                        <child>
4475                          <widget class="GtkAlignment" id="alignment32">
4476                            <property name="visible">True</property>
4477                            <property name="left_padding">12</property>
4478                            <child>
4479                              <widget class="GtkHBox" id="hbox63">
4480                                <property name="visible">True</property>
4481                                <property name="spacing">12</property>
4482                                <child>
4483                                  <widget class="GtkLabel" id="spl_limitsort_label">
4484                                    <property name="visible">True</property>
4485                                    <property name="label" translatable="yes">Sort by:</property>
4486                                  </widget>
4487                                  <packing>
4488                                    <property name="expand">False</property>
4489                                    <property name="fill">False</property>
4490                                  </packing>
4491                                </child>
4492                                <child>
4493                                  <widget class="GtkComboBox" id="spl_limitsort_combobox">
4494                                    <property name="visible">True</property>
4495                                  </widget>
4496                                  <packing>
4497                                    <property name="expand">False</property>
4498                                    <property name="position">1</property>
4499                                  </packing>
4500                                </child>
4501                              </widget>
4502                            </child>
4503                          </widget>
4504                          <packing>
4505                            <property name="expand">False</property>
4506                            <property name="fill">False</property>
4507                            <property name="position">1</property>
4508                          </packing>
4509                        </child>
4510                        <child>
4511                          <widget class="GtkCheckButton" id="spl_matchcheckedonly_button">
4512                            <property name="visible">True</property>
4513                            <property name="can_focus">True</property>
4514                            <property name="label" translatable="yes">Match only _checked tracks</property>
4515                            <property name="use_underline">True</property>
4516                            <property name="response_id">0</property>
4517                            <property name="draw_indicator">True</property>
4518                          </widget>
4519                          <packing>
4520                            <property name="expand">False</property>
4521                            <property name="fill">False</property>
4522                            <property name="position">2</property>
4523                          </packing>
4524                        </child>
4525                        <child>
4526                          <widget class="GtkCheckButton" id="spl_liveupdate_button">
4527                            <property name="visible">True</property>
4528                            <property name="can_focus">True</property>
4529                            <property name="label" translatable="yes">Live _updating</property>
4530                            <property name="use_underline">True</property>
4531                            <property name="response_id">0</property>
4532                            <property name="draw_indicator">True</property>
4533                          </widget>
4534                          <packing>
4535                            <property name="expand">False</property>
4536                            <property name="fill">False</property>
4537                            <property name="position">3</property>
4538                          </packing>
4539                        </child>
4540                      </widget>
4541                    </child>
4542                  </widget>
4543                </child>
4544                <child>
4545                  <widget class="GtkLabel" id="label35">
4546                    <property name="visible">True</property>
4547                    <property name="label" translatable="yes">&lt;b&gt;Advanced Options&lt;/b&gt;</property>
4548                    <property name="use_markup">True</property>
4549                  </widget>
4550                  <packing>
4551                    <property name="type">label_item</property>
4552                  </packing>
4553                </child>
4554              </widget>
4555              <packing>
4556                <property name="expand">False</property>
4557                <property name="fill">False</property>
4558                <property name="position">2</property>
4559              </packing>
4560            </child>
4561          </widget>
4562        </child>
4563        <child>
4564          <widget class="GtkHButtonBox" id="hbuttonbox11">
4565            <property name="visible">True</property>
4566            <property name="spacing">6</property>
4567            <property name="layout_style">GTK_BUTTONBOX_END</property>
4568            <child>
4569              <widget class="GtkButton" id="spl_cancel_button">
4570                <property name="visible">True</property>
4571                <property name="can_focus">True</property>
4572                <property name="can_default">True</property>
4573                <property name="label">gtk-cancel</property>
4574                <property name="use_stock">True</property>
4575                <property name="response_id">0</property>
4576              </widget>
4577            </child>
4578            <child>
4579              <widget class="GtkButton" id="spl_ok_button">
4580                <property name="visible">True</property>
4581                <property name="can_focus">True</property>
4582                <property name="can_default">True</property>
4583                <property name="label">gtk-save</property>
4584                <property name="use_stock">True</property>
4585                <property name="response_id">0</property>
4586              </widget>
4587              <packing>
4588                <property name="position">1</property>
4589              </packing>
4590            </child>
4591          </widget>
4592          <packing>
4593            <property name="expand">False</property>
4594            <property name="fill">False</property>
4595            <property name="position">1</property>
4596          </packing>
4597        </child>
4598      </widget>
4599    </child>
4600  </widget>
4601  <widget class="GtkWindow" id="details_window">
4602    <property name="title" translatable="yes">Details</property>
4603    <property name="icon">gtkpod-icon-48.png</property>
4604    <child>
4605      <widget class="GtkVBox" id="vbox150"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4606        <property name="visible">True</property>
4607        <property name="border_width">6</property>
4608        <property name="spacing">4</property>
4609        <child>
4610          <widget class="GtkLabel" id="details_label_artist_title">
4611            <property name="visible">True</property>
4612            <property name="xalign">0</property>
4613            <property name="ypad">3</property>
4614            <property name="label">label</property>
4615            <property name="use_markup">True</property>
4616          </widget>
4617          <packing>
4618            <property name="expand">False</property>
4619            <property name="fill">False</property>
4620          </packing>
4621        </child>
4622        <child>
4623          <widget class="GtkViewport" id="details_viewport">
4624            <property name="visible">True</property>
4625            <property name="border_width">2</property>
4626            <child>
4627              <widget class="GtkHBox" id="hbox188">
4628                <property name="visible">True</property>
4629                <property name="spacing">4</property>
4630                <child>
4631                  <widget class="GtkVBox" id="vbox151"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4632                    <property name="visible">True</property>
4633                    <child>
4634                      <widget class="GtkLabel" id="label340">
4635                        <property name="visible">True</property>
4636                        <property name="ypad">6</property>
4637                        <property name="label" translatable="yes">Cover</property>
4638                      </widget>
4639                      <packing>
4640                        <property name="expand">False</property>
4641                        <property name="fill">False</property>
4642                        <property name="padding">2</property>
4643                      </packing>
4644                    </child>
4645                    <child>
4646                      <widget class="GtkViewport" id="viewport18">
4647                        <property name="visible">True</property>
4648                        <child>
4649                          <widget class="GtkImage" id="details_image_thumbnail">
4650                            <property name="visible">True</property>
4651                            <property name="xpad">3</property>
4652                            <property name="ypad">3</property>
4653                            <property name="stock">gtk-missing-image</property>
4654                          </widget>
4655                        </child>
4656                      </widget>
4657                      <packing>
4658                        <property name="expand">False</property>
4659                        <property name="padding">6</property>
4660                        <property name="position">1</property>
4661                      </packing>
4662                    </child>
4663                    <child>
4664                      <widget class="GtkButton" id="details_button_set_artwork">
4665                        <property name="visible">True</property>
4666                        <property name="can_focus">True</property>
4667                        <property name="response_id">0</property>
4668                        <child>
4669                          <widget class="GtkHBox" id="hbox190">
4670                            <property name="visible">True</property>
4671                            <property name="spacing">2</property>
4672                            <child>
4673                              <widget class="GtkLabel" id="label60">
4674                                <property name="visible">True</property>
4675                              </widget>
4676                            </child>
4677                            <child>
4678                              <widget class="GtkImage" id="image3072">
4679                                <property name="visible">True</property>
4680                                <property name="stock">gtk-open</property>
4681                              </widget>
4682                              <packing>
4683                                <property name="expand">False</property>
4684                                <property name="fill">False</property>
4685                                <property name="position">1</property>
4686                              </packing>
4687                            </child>
4688                            <child>
4689                              <widget class="GtkLabel" id="label341">
4690                                <property name="visible">True</property>
4691                                <property name="label" translatable="yes">Set Cover Art from _File</property>
4692                                <property name="use_underline">True</property>
4693                              </widget>
4694                              <packing>
4695                                <property name="expand">False</property>
4696                                <property name="fill">False</property>
4697                                <property name="position">2</property>
4698                              </packing>
4699                            </child>
4700                            <child>
4701                              <widget class="GtkLabel" id="label61">
4702                                <property name="visible">True</property>
4703                              </widget>
4704                              <packing>
4705                                <property name="position">3</property>
4706                              </packing>
4707                            </child>
4708                          </widget>
4709                        </child>
4710                      </widget>
4711                      <packing>
4712                        <property name="expand">False</property>
4713                        <property name="fill">False</property>
4714                        <property name="position">2</property>
4715                      </packing>
4716                    </child>
4717                    <child>
4718                      <widget class="GtkButton" id="details_button_remove_artwork">
4719                        <property name="visible">True</property>
4720                        <property name="can_focus">True</property>
4721                        <property name="response_id">0</property>
4722                        <child>
4723                          <widget class="GtkHBox" id="hbox192">
4724                            <property name="visible">True</property>
4725                            <property name="spacing">2</property>
4726                            <child>
4727                              <widget class="GtkLabel" id="label67">
4728                                <property name="visible">True</property>
4729                              </widget>
4730                            </child>
4731                            <child>
4732                              <widget class="GtkImage" id="image3075">
4733                                <property name="visible">True</property>
4734                                <property name="stock">gtk-delete</property>
4735                              </widget>
4736                              <packing>
4737                                <property name="expand">False</property>
4738                                <property name="fill">False</property>
4739                                <property name="position">1</property>
4740                              </packing>
4741                            </child>
4742                            <child>
4743                              <widget class="GtkLabel" id="label389">
4744                                <property name="visible">True</property>
4745                                <property name="label" translatable="yes">_Remove Cover Art</property>
4746                                <property name="use_underline">True</property>
4747                              </widget>
4748                              <packing>
4749                                <property name="expand">False</property>
4750                                <property name="fill">False</property>
4751                                <property name="position">2</property>
4752                              </packing>
4753                            </child>
4754                            <child>
4755                              <widget class="GtkLabel" id="label68">
4756                                <property name="visible">True</property>
4757                              </widget>
4758                              <packing>
4759                                <property name="position">3</property>
4760                              </packing>
4761                            </child>
4762                          </widget>
4763                        </child>
4764                      </widget>
4765                      <packing>
4766                        <property name="expand">False</property>
4767                        <property name="fill">False</property>
4768                        <property name="position">4</property>
4769                      </packing>
4770                    </child>
4771                    <child>
4772                      <widget class="GtkHSeparator" id="hseparator56">
4773                        <property name="visible">True</property>
4774                      </widget>
4775                      <packing>
4776                        <property name="expand">False</property>
4777                        <property name="padding">5</property>
4778                        <property name="pack_type">GTK_PACK_END</property>
4779                        <property name="position">5</property>
4780                      </packing>
4781                    </child>
4782                    <child>
4783                      <widget class="GtkCheckButton" id="details_checkbutton_writethrough">
4784                        <property name="visible">True</property>
4785                        <property name="can_focus">True</property>
4786                        <property name="tooltip" translatable="yes">If you check this, information (cover art and meta information) changed for this track will be copied to all other selected tracks as well. Use with care.</property>
4787                        <property name="border_width">3</property>
4788                        <property name="response_id">0</property>
4789                        <property name="draw_indicator">True</property>
4790                        <child>
4791                          <widget class="GtkAlignment" id="alignment7">
4792                            <property name="visible">True</property>
4793                            <property name="xscale">0</property>
4794                            <property name="yscale">0</property>
4795                            <child>
4796                              <widget class="GtkHBox" id="hbox191">
4797                                <property name="visible">True</property>
4798                                <property name="spacing">2</property>
4799                                <child>
4800                                  <widget class="GtkImage" id="image3074">
4801                                    <property name="visible">True</property>
4802                                    <property name="stock">gtk-dialog-warning</property>
4803                                  </widget>
4804                                  <packing>
4805                                    <property name="expand">False</property>
4806                                    <property name="fill">False</property>
4807                                  </packing>
4808                                </child>
4809                                <child>
4810                                  <widget class="GtkLabel" id="label342">
4811                                    <property name="visible">True</property>
4812                                    <property name="label" translatable="yes">Change all tracks
4813simultaneously</property>
4814                                    <property name="use_underline">True</property>
4815                                  </widget>
4816                                  <packing>
4817                                    <property name="expand">False</property>
4818                                    <property name="fill">False</property>
4819                                    <property name="position">1</property>
4820                                  </packing>
4821                                </child>
4822                              </widget>
4823                            </child>
4824                          </widget>
4825                        </child>
4826                      </widget>
4827                      <packing>
4828                        <property name="expand">False</property>
4829                        <property name="fill">False</property>
4830                        <property name="padding">6</property>
4831                        <property name="pack_type">GTK_PACK_END</property>
4832                        <property name="position">3</property>
4833                      </packing>
4834                    </child>
4835                  </widget>
4836                  <packing>
4837                    <property name="expand">False</property>
4838                    <property name="fill">False</property>
4839                    <property name="padding">2</property>
4840                  </packing>
4841                </child>
4842                <child>
4843                  <widget class="GtkNotebook" id="details_notebook">
4844                    <property name="visible">True</property>
4845                    <property name="can_focus">True</property>
4846                    <property name="border_width">2</property>
4847                    <child>
4848                      <widget class="GtkScrolledWindow" id="details_window_general">
4849                        <property name="visible">True</property>
4850                        <property name="can_focus">True</property>
4851                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4852                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4853                        <child>
4854                          <widget class="GtkViewport" id="viewport14">
4855                            <property name="visible">True</property>
4856                            <child>
4857                              <widget class="GtkVBox" id="vbox153"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
4858                                <property name="visible">True</property>
4859                                <property name="border_width">6</property>
4860                                <property name="spacing">6</property>
4861                                <child>
4862                                  <widget class="GtkTable" id="table36">
4863                                    <property name="visible">True</property>
4864                                    <property name="n_rows">13</property>
4865                                    <property name="n_columns">4</property>
4866                                    <property name="column_spacing">12</property>
4867                                    <property name="row_spacing">6</property>
4868                                    <child>
4869                                      <placeholder/>
4870                                    </child>
4871                                    <child>
4872                                      <placeholder/>
4873                                    </child>
4874                                    <child>
4875                                      <widget class="GtkCheckButton" id="details_checkbutton_38">
4876                                        <property name="visible">True</property>
4877                                        <property name="can_focus">True</property>
4878                                        <property name="label">(Remember playback position)</property>
4879                                        <property name="use_underline">True</property>
4880                                        <property name="response_id">0</property>
4881                                        <property name="draw_indicator">True</property>
4882                                      </widget>
4883                                      <packing>
4884                                        <property name="left_attach">2</property>
4885                                        <property name="right_attach">4</property>
4886                                        <property name="top_attach">10</property>
4887                                        <property name="bottom_attach">11</property>
4888                                        <property name="y_options"/>
4889                                      </packing>
4890                                    </child>
4891                                    <child>
4892                                      <widget class="GtkCheckButton" id="details_checkbutton_35">
4893                                        <property name="visible">True</property>
4894                                        <property name="can_focus">True</property>
4895                                        <property name="label" translatable="yes">(Checked)</property>
4896                                        <property name="use_underline">True</property>
4897                                        <property name="response_id">0</property>
4898                                        <property name="draw_indicator">True</property>
4899                                      </widget>
4900                                      <packing>
4901                                        <property name="left_attach">2</property>
4902                                        <property name="right_attach">4</property>
4903                                        <property name="top_attach">11</property>
4904                                        <property name="bottom_attach">12</property>
4905                                        <property name="y_options"/>
4906                                      </packing>
4907                                    </child>
4908                                    <child>
4909                                      <widget class="GtkCheckButton" id="details_checkbutton_28">
4910                                        <property name="visible">True</property>
4911                                        <property name="can_focus">True</property>
4912                                        <property name="label">(Compilation)</property>
4913                                        <property name="use_underline">True</property>
4914                                        <property name="response_id">0</property>
4915                                        <property name="draw_indicator">True</property>
4916                                      </widget>
4917                                      <packing>
4918                                        <property name="right_attach">2</property>
4919                                        <property name="top_attach">12</property>
4920                                        <property name="bottom_attach">13</property>
4921                                        <property name="y_options"/>
4922                                      </packing>
4923                                    </child>
4924                                    <child>
4925                                      <widget class="GtkCheckButton" id="details_checkbutton_39">
4926                                        <property name="visible">True</property>
4927                                        <property name="can_focus">True</property>
4928                                        <property name="label">(Skip when shuffling)</property>
4929                                        <property name="use_underline">True</property>
4930                                        <property name="response_id">0</property>
4931                                        <property name="draw_indicator">True</property>
4932                                      </widget>
4933                                      <packing>
4934                                        <property name="right_attach">2</property>
4935                                        <property name="top_attach">11</property>
4936                                        <property name="bottom_attach">12</property>
4937                                        <property name="y_options"/>
4938                                      </packing>
4939                                    </child>
4940                                    <child>
4941                                      <widget class="GtkEntry" id="details_entry_11">
4942                                        <property name="visible">True</property>
4943                                        <property name="can_focus">True</property>
4944                                        <property name="invisible_char">*</property>
4945                                      </widget>
4946                                      <packing>
4947                                        <property name="left_attach">1</property>
4948                                        <property name="right_attach">2</property>
4949                                        <property name="top_attach">9</property>
4950                                        <property name="bottom_attach">10</property>
4951                                        <property name="y_options"/>
4952                                      </packing>
4953                                    </child>
4954                                    <child>
4955                                      <widget class="GtkEntry" id="details_entry_37">
4956                                        <property name="visible">True</property>
4957                                        <property name="can_focus">True</property>
4958                                        <property name="invisible_char">*</property>
4959                                      </widget>
4960                                      <packing>
4961                                        <property name="left_attach">3</property>
4962                                        <property name="right_attach">4</property>
4963                                        <property name="top_attach">9</property>
4964                                        <property name="bottom_attach">10</property>
4965                                        <property name="y_options"/>
4966                                      </packing>
4967                                    </child>
4968                                    <child>
4969                                      <widget class="GtkEntry" id="details_entry_26">
4970                                        <property name="visible">True</property>
4971                                        <property name="can_focus">True</property>
4972                                        <property name="invisible_char">*</property>
4973                                      </widget>
4974                                      <packing>
4975                                        <property name="left_attach">1</property>
4976                                        <property name="right_attach">2</property>
4977                                        <property name="top_attach">8</property>
4978                                        <property name="bottom_attach">9</property>
4979                                        <property name="y_options"/>
4980                                      </packing>
4981                                    </child>
4982                                    <child>
4983                                      <widget class="GtkEntry" id="details_entry_18">
4984                                        <property name="visible">True</property>
4985                                        <property name="can_focus">True</property>
4986                                        <property name="invisible_char">*</property>
4987                                      </widget>
4988                                      <packing>
4989                                        <property name="left_attach">1</property>
4990                                        <property name="right_attach">2</property>
4991                                        <property name="top_attach">7</property>
4992                                        <property name="bottom_attach">8</property>
4993                                        <property name="y_options"/>
4994                                      </packing>
4995                                    </child>
4996                                    <child>
4997                                      <widget class="GtkEntry" id="details_entry_25">
4998                                        <property name="visible">True</property>
4999                                        <property name="can_focus">True</property>
5000                                        <property name="invisible_char">*</property>
5001                                      </widget>
5002                                      <packing>
5003                                        <property name="left_attach">1</property>
5004                                        <property name="right_attach">2</property>
5005                                        <property name="top_attach">6</property>
5006                                        <property name="bottom_attach">7</property>
5007                                        <property name="y_options"/>
5008                                      </packing>
5009                                    </child>
5010                                    <child>
5011                                      <widget class="GtkEntry" id="details_entry_36">
5012                                        <property name="visible">True</property>
5013                                        <property name="can_focus">True</property>
5014                                        <property name="invisible_char">*</property>
5015                                      </widget>
5016                                      <packing>
5017                                        <property name="left_attach">3</property>
5018                                        <property name="right_attach">4</property>
5019                                        <property name="top_attach">8</property>
5020                                        <property name="bottom_attach">9</property>
5021                                        <property name="y_options"/>
5022                                      </packing>
5023                                    </child>
5024                                    <child>
5025                                      <widget class="GtkEntry" id="details_entry_14">
5026                                        <property name="visible">True</property>
5027                                        <property name="can_focus">True</property>
5028                                        <property name="invisible_char">*</property>
5029                                      </widget>
5030                                      <packing>
5031                                        <property name="left_attach">3</property>
5032                                        <property name="right_attach">4</property>
5033                                        <property name="top_attach">7</property>
5034                                        <property name="bottom_attach">8</property>
5035                                        <property name="y_options"/>
5036                                      </packing>
5037                                    </child>
5038                                    <child>
5039                                      <widget class="GtkEntry" id="details_entry_19">
5040                                        <property name="visible">True</property>
5041                                        <property name="can_focus">True</property>
5042                                        <property name="invisible_char">*</property>
5043                                      </widget>
5044                                      <packing>
5045                                        <property name="left_attach">3</property>
5046                                        <property name="right_attach">4</property>
5047                                        <property name="top_attach">6</property>
5048                                        <property name="bottom_attach">7</property>
5049                                        <property name="y_options"/>
5050                                      </packing>
5051                                    </child>
5052                                    <child>
5053                                      <widget class="GtkEntry" id="details_entry_4">
5054                                        <property name="visible">True</property>
5055                                        <property name="can_focus">True</property>
5056                                        <property name="invisible_char">*</property>
5057                                      </widget>
5058                                      <packing>
5059                                        <property name="left_attach">1</property>
5060                                        <property name="right_attach">4</property>
5061                                        <property name="top_attach">5</property>
5062                                        <property name="bottom_attach">6</property>
5063                                        <property name="y_options"/>
5064                                      </packing>
5065                                    </child>
5066                                    <child>
5067                                      <widget class="GtkEntry" id="details_entry_6">
5068                                        <property name="visible">True</property>
5069                                        <property name="can_focus">True</property>
5070                                        <property name="invisible_char">*</property>
5071                                      </widget>
5072                                      <packing>
5073                                        <property name="left_attach">1</property>
5074                                        <property name="right_attach">4</property>
5075                                        <property name="top_attach">4</property>
5076                                        <property name="bottom_attach">5</property>
5077                                        <property name="y_options"/>
5078                                      </packing>
5079                                    </child>
5080                                    <child>
5081                                      <widget class="GtkEntry" id="details_entry_3">
5082                                        <property name="visible">True</property>
5083                                        <property name="can_focus">True</property>
5084                                        <property name="invisible_char">*</property>
5085                                      </widget>
5086                                      <packing>
5087                                        <property name="left_attach">1</property>
5088                                        <property name="right_attach">4</property>
5089                                        <property name="top_attach">3</property>
5090                                        <property name="bottom_attach">4</property>
5091                                        <property name="y_options"/>
5092                                      </packing>
5093                                    </child>
5094                                    <child>
5095                                      <widget class="GtkEntry" id="details_entry_47">
5096                                        <property name="visible">True</property>
5097                                        <property name="can_focus">True</property>
5098                                        <property name="invisible_char">*</property>
5099                                      </widget>
5100                                      <packing>
5101                                        <property name="left_attach">1</property>
5102                                        <property name="right_attach">4</property>
5103                                        <property name="y_options"/>
5104                                      </packing>
5105                                    </child>
5106                                    <child>
5107                                      <widget class="GtkComboBox" id="details_combobox_41">
5108                                        <property name="visible">True</property>
5109                                      </widget>
5110                                      <packing>
5111                                        <property name="left_attach">1</property>
5112                                        <property name="right_attach">2</property>
5113                                        <property name="top_attach">10</property>
5114                                        <property name="bottom_attach">11</property>
5115                                        <property name="y_options"/>
5116                                      </packing>
5117                                    </child>
5118                                    <child>
5119                                      <widget class="GtkEntry" id="details_entry_1">
5120                                        <property name="visible">True</property>
5121                                        <property name="can_focus">True</property>
5122                                        <property name="invisible_char">*</property>
5123                                      </widget>
5124                                      <packing>
5125                                        <property name="left_attach">1</property>
5126                                        <property name="right_attach">4</property>
5127                                        <property name="top_attach">2</property>
5128                                        <property name="bottom_attach">3</property>
5129                                        <property name="y_options"/>
5130                                      </packing>
5131                                    </child>
5132                                    <child>
5133                                      <widget class="GtkEntry" id="details_entry_2">
5134                                        <property name="visible">True</property>
5135                                        <property name="can_focus">True</property>
5136                                        <property name="invisible_char">*</property>
5137                                      </widget>
5138                                      <packing>
5139                                        <property name="left_attach">1</property>
5140                                        <property name="right_attach">4</property>
5141                                        <property name="top_attach">1</property>
5142                                        <property name="bottom_attach">2</property>
5143                                        <property name="y_options"/>
5144                                      </packing>
5145                                    </child>
5146                                    <child>
5147                                      <widget class="GtkHBox" id="hbox70">
5148                                        <property name="visible">True</property>
5149                                        <child>
5150                                          <widget class="GtkLabel" id="details_label_47">
5151                                            <property name="visible">True</property>
5152                                            <property name="xalign">0</property>
5153                                            <property name="label">label</property>
5154                                          </widget>
5155                                          <packing>
5156                                            <property name="expand">False</property>
5157                                            <property name="fill">False</property>
5158                                          </packing>
5159                                        </child>
5160                                      </widget>
5161                                      <packing>
5162                                        <property name="x_options"/>
5163                                        <property name="y_options"/>
5164                                      </packing>
5165                                    </child>
5166                                    <child>
5167                                      <widget class="GtkHBox" id="hbox71">
5168                                        <property name="visible">True</property>
5169                                        <child>
5170                                          <widget class="GtkLabel" id="details_label_2">
5171                                            <property name="visible">True</property>
5172                                            <property name="xalign">0</property>
5173                                            <property name="label">label</property>
5174                                          </widget>
5175                                          <packing>
5176                                            <property name="expand">False</property>
5177                                            <property name="fill">False</property>
5178                                          </packing>
5179                                        </child>
5180                                      </widget>
5181                                      <packing>
5182                                        <property name="top_attach">1</property>
5183                                        <property name="bottom_attach">2</property>
5184                                        <property name="x_options"/>
5185                                        <property name="y_options"/>
5186                                      </packing>
5187                                    </child>
5188                                    <child>
5189                                      <widget class="GtkHBox" id="hbox72">
5190                                        <property name="visible">True</property>
5191                                        <child>
5192                                          <widget class="GtkLabel" id="details_label_1">
5193                                            <property name="visible">True</property>
5194                                            <property name="xalign">0</property>
5195                                            <property name="label">label</property>
5196                                          </widget>
5197                                          <packing>
5198                                            <property name="expand">False</property>
5199                                            <property name="fill">False</property>
5200                                          </packing>
5201                                        </child>
5202                                      </widget>
5203                                      <packing>
5204                                        <property name="top_attach">2</property>
5205                                        <property name="bottom_attach">3</property>
5206                                        <property name="x_options"/>
5207                                        <property name="y_options"/>
5208                                      </packing>
5209                                    </child>
5210                                    <child>
5211                                      <widget class="GtkHBox" id="hbox73">
5212                                        <property name="visible">True</property>
5213                                        <child>
5214                                          <widget class="GtkLabel" id="details_label_3">
5215                                            <property name="visible">True</property>
5216                                            <property name="xalign">0</property>
5217                                            <property name="label">label</property>
5218                                          </widget>
5219                                          <packing>
5220                                            <property name="expand">False</property>
5221                                            <property name="fill">False</property>
5222                                          </packing>
5223                                        </child>
5224                                      </widget>
5225                                      <packing>
5226                                        <property name="top_attach">3</property>
5227                                        <property name="bottom_attach">4</property>
5228                                        <property name="x_options"/>
5229                                        <property name="y_options"/>
5230                                      </packing>
5231                                    </child>
5232                                    <child>
5233                                      <widget class="GtkHBox" id="hbox74">
5234                                        <property name="visible">True</property>
5235                                        <child>
5236                                          <widget class="GtkLabel" id="details_label_6">
5237                                            <property name="visible">True</property>
5238                                            <property name="xalign">0</property>
5239                                            <property name="label">label</property>
5240                                          </widget>
5241                                          <packing>
5242                                            <property name="expand">False</property>
5243                                            <property name="fill">False</property>
5244                                          </packing>
5245                                        </child>
5246                                      </widget>
5247                                      <packing>
5248                                        <property name="top_attach">4</property>
5249                                        <property name="bottom_attach">5</property>
5250                                        <property name="x_options"/>
5251                                        <property name="y_options"/>
5252                                      </packing>
5253                                    </child>
5254                                    <child>
5255                                      <widget class="GtkHBox" id="hbox78">
5256                                        <property name="visible">True</property>
5257                                        <child>
5258                                          <widget class="GtkLabel" id="details_label_4">
5259                                            <property name="visible">True</property>
5260                                            <property name="xalign">0</property>
5261                                            <property name="label">label</property>
5262                                          </widget>
5263                                          <packing>
5264                                            <property name="expand">False</property>
5265                                            <property name="fill">False</property>
5266                                          </packing>
5267                                        </child>
5268                                      </widget>
5269                                      <packing>
5270                                        <property name="top_attach">5</property>
5271                                        <property name="bottom_attach">6</property>
5272                                        <property name="x_options"/>
5273                                        <property name="y_options"/>
5274                                      </packing>
5275                                    </child>
5276                                    <child>
5277                                      <widget class="GtkHBox" id="hbox86">
5278                                        <property name="visible">True</property>
5279                                        <child>
5280                                          <widget class="GtkLabel" id="details_label_25">
5281                                            <property name="visible">True</property>
5282                                            <property name="xalign">0</property>
5283                                            <property name="label">label</property>
5284                                          </widget>
5285                                          <packing>
5286                                            <property name="expand">False</property>
5287                                            <property name="fill">False</property>
5288                                          </packing>
5289                                        </child>
5290                                      </widget>
5291                                      <packing>
5292                                        <property name="top_attach">6</property>
5293                                        <property name="bottom_attach">7</property>
5294                                        <property name="x_options"/>
5295                                        <property name="y_options"/>
5296                                      </packing>
5297                                    </child>
5298                                    <child>
5299                                      <widget class="GtkHBox" id="hbox87">
5300                                        <property name="visible">True</property>
5301                                        <child>
5302                                          <widget class="GtkLabel" id="details_label_18">
5303                                            <property name="visible">True</property>
5304                                            <property name="xalign">0</property>
5305                                            <property name="label">label</property>
5306                                          </widget>
5307                                          <packing>
5308                                            <property name="expand">False</property>
5309                                            <property name="fill">False</property>
5310                                          </packing>
5311                                        </child>
5312                                      </widget>
5313                                      <packing>
5314                                        <property name="top_attach">7</property>
5315                                        <property name="bottom_attach">8</property>
5316                                        <property name="x_options"/>
5317                                        <property name="y_options"/>
5318                                      </packing>
5319                                    </child>
5320                                    <child>
5321                                      <widget class="GtkHBox" id="hbox89">
5322                                        <property name="visible">True</property>
5323                                        <child>
5324                                          <widget class="GtkLabel" id="details_label_26">
5325                                            <property name="visible">True</property>
5326                                            <property name="xalign">0</property>
5327                                            <property name="label">label</property>
5328                                          </widget>
5329                                          <packing>
5330                                            <property name="expand">False</property>
5331                                            <property name="fill">False</property>
5332                                          </packing>
5333                                        </child>
5334                                      </widget>
5335                                      <packing>
5336                                        <property name="top_attach">8</property>
5337                                        <property name="bottom_attach">9</property>
5338                                        <property name="x_options"/>
5339                                        <property name="y_options"/>
5340                                      </packing>
5341                                    </child>
5342                                    <child>
5343                                      <widget class="GtkHBox" id="hbox91">
5344                                        <property name="visible">True</property>
5345                                        <child>
5346                                          <widget class="GtkLabel" id="details_label_11">
5347                                            <property name="visible">True</property>
5348                                            <property name="xalign">0</property>
5349                                            <property name="label">label</property>
5350                                          </widget>
5351                                          <packing>
5352                                            <property name="expand">False</property>
5353                                            <property name="fill">False</property>
5354                                          </packing>
5355                                        </child>
5356                                      </widget>
5357                                      <packing>
5358                                        <property name="top_attach">9</property>
5359                                        <property name="bottom_attach">10</property>
5360                                        <property name="x_options"/>
5361                                        <property name="y_options"/>
5362                                      </packing>
5363                                    </child>
5364                                    <child>
5365                                      <widget class="GtkHBox" id="hbox92">
5366                                        <property name="visible">True</property>
5367                                        <child>
5368                                          <widget class="GtkLabel" id="details_label_41">
5369                                            <property name="visible">True</property>
5370                                            <property name="xalign">0</property>
5371                                            <property name="label">label</property>
5372                                          </widget>
5373                                          <packing>
5374                                            <property name="expand">False</property>
5375                                            <property name="fill">False</property>
5376                                          </packing>
5377                                        </child>
5378                                      </widget>
5379                                      <packing>
5380                                        <property name="top_attach">10</property>
5381                                        <property name="bottom_attach">11</property>
5382                                        <property name="x_options"/>
5383                                        <property name="y_options"/>
5384                                      </packing>
5385                                    </child>
5386                                    <child>
5387                                      <widget class="GtkHBox" id="hbox93">
5388                                        <property name="visible">True</property>
5389                                        <child>
5390                                          <widget class="GtkLabel" id="details_label_19">
5391                                            <property name="visible">True</property>
5392                                            <property name="xalign">0</property>
5393                                            <property name="label">label</property>
5394                                          </widget>
5395                                          <packing>
5396                                            <property name="expand">False</property>
5397                                            <property name="fill">False</property>
5398                                          </packing>
5399                                        </child>
5400                                      </widget>
5401                                      <packing>
5402                                        <property name="left_attach">2</property>
5403                                        <property name="right_attach">3</property>
5404                                        <property name="top_attach">6</property>
5405                                        <property name="bottom_attach">7</property>
5406                                        <property name="x_options"/>
5407                                        <property name="y_options"/>
5408                                      </packing>
5409                                    </child>
5410                                    <child>
5411                                      <widget class="GtkHBox" id="hbox94">
5412                                        <property name="visible">True</property>
5413                                        <child>
5414                                          <widget class="GtkLabel" id="details_label_14">
5415                                            <property name="visible">True</property>
5416                                            <property name="xalign">0</property>
5417                                            <property name="label">label</property>
5418                                          </widget>
5419                                          <packing>
5420                                            <property name="expand">False</property>
5421                                            <property name="fill">False</property>
5422                                          </packing>
5423                                        </child>
5424                                      </widget>
5425                                      <packing>
5426                                        <property name="left_attach">2</property>
5427                                        <property name="right_attach">3</property>
5428                                        <property name="top_attach">7</property>
5429                                        <property name="bottom_attach">8</property>
5430                                        <property name="x_options"/>
5431                                        <property name="y_options"/>
5432                                      </packing>
5433                                    </child>
5434                                    <child>
5435                                      <widget class="GtkHBox" id="hbox95">
5436                                        <property name="visible">True</property>
5437                                        <child>
5438                                          <widget class="GtkLabel" id="details_label_36">
5439                                            <property name="visible">True</property>
5440                                            <property name="xalign">0</property>
5441                                            <property name="label">label</property>
5442                                          </widget>
5443                                          <packing>
5444                                            <property name="expand">False</property>
5445                                            <property name="fill">False</property>
5446                                          </packing>
5447                                        </child>
5448                                      </widget>
5449                                      <packing>
5450                                        <property name="left_attach">2</property>
5451                                        <property name="right_attach">3</property>
5452                                        <property name="top_attach">8</property>
5453                                        <property name="bottom_attach">9</property>
5454                                        <property name="x_options"/>
5455                                        <property name="y_options"/>
5456                                      </packing>
5457                                    </child>
5458                                    <child>
5459                                      <widget class="GtkHBox" id="hbox96">
5460                                        <property name="visible">True</property>
5461                                        <child>
5462                                          <widget class="GtkLabel" id="details_label_37">
5463                                            <property name="visible">True</property>
5464                                            <property name="xalign">0</property>
5465                                            <property name="label">label</property>
5466                                          </widget>
5467                                          <packing>
5468                                            <property name="expand">False</property>
5469                                            <property name="fill">False</property>
5470                                          </packing>
5471                                        </child>
5472                                      </widget>
5473                                      <packing>
5474                                        <property name="left_attach">2</property>
5475                                        <property name="right_attach">3</property>
5476                                        <property name="top_attach">9</property>
5477                                        <property name="bottom_attach">10</property>
5478                                        <property name="x_options"/>
5479                                        <property name="y_options"/>
5480                                      </packing>
5481                                    </child>
5482                                  </widget>
5483                                  <packing>
5484                                    <property name="expand">False</property>
5485                                  </packing>
5486                                </child>
5487                                <child>
5488                                  <placeholder/>
5489                                </child>
5490                              </widget>
5491                            </child>
5492                          </widget>
5493                        </child>
5494                      </widget>
5495                    </child>
5496                    <child>
5497                      <widget class="GtkLabel" id="label343">
5498                        <property name="visible">True</property>
5499                        <property name="label" translatable="yes">_General</property>
5500                        <property name="use_underline">True</property>
5501                        <property name="mnemonic_widget">details_window_general</property>
5502                      </widget>
5503                      <packing>
5504                        <property name="type">tab</property>
5505                        <property name="tab_fill">False</property>
5506                      </packing>
5507                    </child>
5508                    <child>
5509                      <widget class="GtkScrolledWindow" id="details_window_sorting">
5510                        <property name="visible">True</property>
5511                        <property name="can_focus">True</property>
5512                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5513                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5514                        <child>
5515                          <widget class="GtkViewport" id="viewport28">
5516                            <property name="visible">True</property>
5517                            <child>
5518                              <widget class="GtkTable" id="table53">
5519                                <property name="visible">True</property>
5520                                <property name="border_width">6</property>
5521                                <property name="n_rows">6</property>
5522                                <property name="n_columns">2</property>
5523                                <property name="column_spacing">12</property>
5524                                <property name="row_spacing">6</property>
5525                                <child>
5526                                  <widget class="GtkEntry" id="details_entry_51">
5527                                    <property name="visible">True</property>
5528                                    <property name="can_focus">True</property>
5529                                    <property name="invisible_char">*</property>
5530                                  </widget>
5531                                  <packing>
5532                                    <property name="left_attach">1</property>
5533                                    <property name="right_attach">2</property>
5534                                    <property name="y_options"/>
5535                                  </packing>
5536                                </child>
5537                                <child>
5538                                  <widget class="GtkEntry" id="details_entry_48">
5539                                    <property name="visible">True</property>
5540                                    <property name="can_focus">True</property>
5541                                    <property name="invisible_char">*</property>
5542                                  </widget>
5543                                  <packing>
5544                                    <property name="left_attach">1</property>
5545                                    <property name="right_attach">2</property>
5546                                    <property name="top_attach">1</property>
5547                                    <property name="bottom_attach">2</property>
5548                                    <property name="y_options"/>
5549                                  </packing>
5550                                </child>
5551                                <child>
5552                                  <widget class="GtkEntry" id="details_entry_50">
5553                                    <property name="visible">True</property>
5554                                    <property name="can_focus">True</property>
5555                                    <property name="invisible_char">*</property>
5556                                  </widget>
5557                                  <packing>
5558                                    <property name="left_attach">1</property>
5559                                    <property name="right_attach">2</property>
5560                                    <property name="top_attach">2</property>
5561                                    <property name="bottom_attach">3</property>
5562                                    <property name="y_options"/>
5563                                  </packing>
5564                                </child>
5565                                <child>
5566                                  <widget class="GtkEntry" id="details_entry_49">
5567                                    <property name="visible">True</property>
5568                                    <property name="can_focus">True</property>
5569                                    <property name="invisible_char">*</property>
5570                                  </widget>
5571                                  <packing>
5572                                    <property name="left_attach">1</property>
5573                                    <property name="right_attach">2</property>
5574                                    <property name="top_attach">3</property>
5575                                    <property name="bottom_attach">4</property>
5576                                    <property name="y_options"/>
5577                                  </packing>
5578                                </child>
5579                                <child>
5580                                  <widget class="GtkEntry" id="details_entry_52">
5581                                    <property name="visible">True</property>
5582                                    <property name="can_focus">True</property>
5583                                    <property name="invisible_char">*</property>
5584                                  </widget>
5585                                  <packing>
5586                                    <property name="left_attach">1</property>
5587                                    <property name="right_attach">2</property>
5588                                    <property name="top_attach">4</property>
5589                                    <property name="bottom_attach">5</property>
5590                                    <property name="y_options"/>
5591                                  </packing>
5592                                </child>
5593                                <child>
5594                                  <widget class="GtkEntry" id="details_entry_53">
5595                                    <property name="visible">True</property>
5596                                    <property name="can_focus">True</property>
5597                                    <property name="invisible_char">*</property>
5598                                  </widget>
5599                                  <packing>
5600                                    <property name="left_attach">1</property>
5601                                    <property name="right_attach">2</property>
5602                                    <property name="top_attach">5</property>
5603                                    <property name="bottom_attach">6</property>
5604                                    <property name="y_options"/>
5605                                  </packing>
5606                                </child>
5607                                <child>
5608                                  <widget class="GtkHBox" id="hbox97">
5609                                    <property name="visible">True</property>
5610                                    <child>
5611                                      <widget class="GtkLabel" id="details_label_51">
5612                                        <property name="visible">True</property>
5613                                        <property name="xalign">0</property>
5614                                        <property name="label">label</property>
5615                                      </widget>
5616                                      <packing>
5617                                        <property name="expand">False</property>
5618                                        <property name="fill">False</property>
5619                                      </packing>
5620                                    </child>
5621                                  </widget>
5622                                  <packing>
5623                                    <property name="x_options"/>
5624                                    <property name="y_options"/>
5625                                  </packing>
5626                                </child>
5627                                <child>
5628                                  <widget class="GtkHBox" id="hbox98">
5629                                    <property name="visible">True</property>
5630                                    <child>
5631                                      <widget class="GtkLabel" id="details_label_48">
5632                                        <property name="visible">True</property>
5633                                        <property name="xalign">0</property>
5634                                        <property name="label">label</property>
5635                                      </widget>
5636                                      <packing>
5637                                        <property name="expand">False</property>
5638                                        <property name="fill">False</property>
5639                                      </packing>
5640                                    </child>
5641                                  </widget>
5642                                  <packing>
5643                                    <property name="top_attach">1</property>
5644                                    <property name="bottom_attach">2</property>
5645                                    <property name="x_options"/>
5646                                    <property name="y_options"/>
5647                                  </packing>
5648                                </child>
5649                                <child>
5650                                  <widget class="GtkHBox" id="hbox99">
5651                                    <property name="visible">True</property>
5652                                    <child>
5653                                      <widget class="GtkLabel" id="details_label_50">
5654                                        <property name="visible">True</property>
5655                                        <property name="xalign">0</property>
5656                                        <property name="label">label</property>
5657                                      </widget>
5658                                      <packing>
5659                                        <property name="expand">False</property>
5660                                        <property name="fill">False</property>
5661                                      </packing>
5662                                    </child>
5663                                  </widget>
5664                                  <packing>
5665                                    <property name="top_attach">2</property>
5666                                    <property name="bottom_attach">3</property>
5667                                    <property name="x_options"/>
5668                                    <property name="y_options"/>
5669                                  </packing>
5670                                </child>
5671                                <child>
5672                                  <widget class="GtkHBox" id="hbox100">
5673                                    <property name="visible">True</property>
5674                                    <child>
5675                                      <widget class="GtkLabel" id="details_label_49">
5676                                        <property name="visible">True</property>
5677                                        <property name="xalign">0</property>
5678                                        <property name="label">label</property>
5679                                      </widget>
5680                                      <packing>
5681                                        <property name="expand">False</property>
5682                                        <property name="fill">False</property>
5683                                      </packing>
5684                                    </child>
5685                                  </widget>
5686                                  <packing>
5687                                    <property name="top_attach">3</property>
5688                                    <property name="bottom_attach">4</property>
5689                                    <property name="x_options"/>
5690                                    <property name="y_options"/>
5691                                  </packing>
5692                                </child>
5693                                <child>
5694                                  <widget class="GtkHBox" id="hbox101">
5695                                    <property name="visible">True</property>
5696                                    <child>
5697                                      <widget class="GtkLabel" id="details_label_52">
5698                                        <property name="visible">True</property>
5699                                        <property name="xalign">0</property>
5700                                        <property name="label">label</property>
5701                                      </widget>
5702                                      <packing>
5703                                        <property name="expand">False</property>
5704                                        <property name="fill">False</property>
5705                                      </packing>
5706                                    </child>
5707                                  </widget>
5708                                  <packing>
5709                                    <property name="top_attach">4</property>
5710                                    <property name="bottom_attach">5</property>
5711                                    <property name="x_options"/>
5712                                    <property name="y_options"/>
5713                                  </packing>
5714                                </child>
5715                                <child>
5716                                  <widget class="GtkHBox" id="hbox102">
5717                                    <property name="visible">True</property>
5718                                    <child>
5719                                      <widget class="GtkLabel" id="details_label_53">
5720                                        <property name="visible">True</property>
5721                                        <property name="xalign">0</property>
5722                                        <property name="label">label</property>
5723                                      </widget>
5724                                      <packing>
5725                                        <property name="expand">False</property>
5726                                        <property name="fill">False</property>
5727                                      </packing>
5728                                    </child>
5729                                  </widget>
5730                                  <packing>
5731                                    <property name="top_attach">5</property>
5732                                    <property name="bottom_attach">6</property>
5733                                    <property name="x_options"/>
5734                                    <property name="y_options"/>
5735                                  </packing>
5736                                </child>
5737                              </widget>
5738                            </child>
5739                          </widget>
5740                        </child>
5741                      </widget>
5742                      <packing>
5743                        <property name="position">1</property>
5744                      </packing>
5745                    </child>
5746                    <child>
5747                      <widget class="GtkLabel" id="label465">
5748                        <property name="visible">True</property>
5749                        <property name="label" translatable="yes">_Sorting</property>
5750                        <property name="use_underline">True</property>
5751                        <property name="mnemonic_widget">details_window_sorting</property>
5752                      </widget>
5753                      <packing>
5754                        <property name="type">tab</property>
5755                        <property name="position">1</property>
5756                        <property name="tab_fill">False</property>
5757                      </packing>
5758                    </child>
5759                    <child>
5760                      <widget class="GtkScrolledWindow" id="details_window_podcasts">
5761                        <property name="visible">True</property>
5762                        <property name="can_focus">True</property>
5763                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5764                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5765                        <child>
5766                          <widget class="GtkViewport" id="viewport16">
5767                            <property name="visible">True</property>
5768                            <child>
5769                              <widget class="GtkTable" id="table41">
5770                                <property name="visible">True</property>
5771                                <property name="border_width">6</property>
5772                                <property name="n_rows">6</property>
5773                                <property name="n_columns">5</property>
5774                                <property name="column_spacing">12</property>
5775                                <property name="row_spacing">6</property>
5776                                <child>
5777                                  <widget class="GtkEntry" id="details_entry_31">
5778                                    <property name="visible">True</property>
5779                                    <property name="can_focus">True</property>
5780                                    <property name="invisible_char">*</property>
5781                                  </widget>
5782                                  <packing>
5783                                    <property name="left_attach">1</property>
5784                                    <property name="right_attach">5</property>
5785                                    <property name="y_options"/>
5786                                  </packing>
5787                                </child>
5788                                <child>
5789                                  <widget class="GtkEntry" id="details_entry_34">
5790                                    <property name="visible">True</property>
5791                                    <property name="can_focus">True</property>
5792                                    <property name="invisible_char">*</property>
5793                                  </widget>
5794                                  <packing>
5795                                    <property name="left_attach">1</property>
5796                                    <property name="right_attach">5</property>
5797                                    <property name="top_attach">1</property>
5798                                    <property name="bottom_attach">2</property>
5799                                    <property name="y_options"/>
5800                                  </packing>
5801                                </child>
5802                                <child>
5803                                  <widget class="GtkEntry" id="details_entry_32">
5804                                    <property name="visible">True</property>
5805                                    <property name="can_focus">True</property>
5806                                    <property name="invisible_char">*</property>
5807                                  </widget>
5808                                  <packing>
5809                                    <property name="left_attach">1</property>
5810                                    <property name="right_attach">5</property>
5811                                    <property name="top_attach">2</property>
5812                                    <property name="bottom_attach">3</property>
5813                                    <property name="y_options"/>
5814                                  </packing>
5815                                </child>
5816                                <child>
5817                                  <widget class="GtkScrolledWindow" id="scrolledwindow25">
5818                                    <property name="visible">True</property>
5819                                    <property name="can_focus">True</property>
5820                                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
5821                                    <property name="shadow_type">GTK_SHADOW_IN</property>
5822                                    <child>
5823                                      <widget class="GtkTextView" id="details_textview_5">
5824                                        <property name="visible">True</property>
5825                                        <property name="can_focus">True</property>
5826                                        <property name="wrap_mode">GTK_WRAP_WORD</property>
5827                                      </widget>
5828                                    </child>
5829                                  </widget>
5830                                  <packing>
5831                                    <property name="left_attach">1</property>
5832                                    <property name="right_attach">5</property>
5833                                    <property name="top_attach">4</property>
5834                                    <property name="bottom_attach">5</property>
5835                                  </packing>
5836                                </child>
5837                                <child>
5838                                  <widget class="GtkScrolledWindow" id="scrolledwindow26">
5839                                    <property name="visible">True</property>
5840                                    <property name="can_focus">True</property>
5841                                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
5842                                    <property name="shadow_type">GTK_SHADOW_IN</property>
5843                                    <child>
5844                                      <widget class="GtkTextView" id="details_textview_33">
5845                                        <property name="visible">True</property>
5846                                        <property name="can_focus">True</property>
5847                                        <property name="wrap_mode">GTK_WRAP_WORD</property>
5848                                      </widget>
5849                                    </child>
5850                                  </widget>
5851                                  <packing>
5852                                    <property name="left_attach">1</property>
5853                                    <property name="right_attach">5</property>
5854                                    <property name="top_attach">5</property>
5855                                    <property name="bottom_attach">6</property>
5856                                  </packing>
5857                                </child>
5858                                <child>
5859                                  <widget class="GtkScrolledWindow" id="scrolledwindow24">
5860                                    <property name="visible">True</property>
5861                                    <property name="can_focus">True</property>
5862                                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
5863                                    <property name="shadow_type">GTK_SHADOW_IN</property>
5864                                    <child>
5865                                      <widget class="GtkTextView" id="details_textview_30">
5866                                        <property name="visible">True</property>
5867                                        <property name="can_focus">True</property>
5868                                        <property name="wrap_mode">GTK_WRAP_WORD</property>
5869                                      </widget>
5870                                    </child>
5871                                  </widget>
5872                                  <packing>
5873                                    <property name="left_attach">1</property>
5874                                    <property name="right_attach">5</property>
5875                                    <property name="top_attach">3</property>
5876                                    <property name="bottom_attach">4</property>
5877                                  </packing>
5878                                </child>
5879                                <child>
5880                                  <widget class="GtkHBox" id="hbox103">
5881                                    <property name="visible">True</property>
5882                                    <child>
5883                                      <widget class="GtkLabel" id="details_label_31">
5884                                        <property name="visible">True</property>
5885                                        <property name="xalign">0</property>
5886                                        <property name="label">label</property>
5887                                      </widget>
5888                                      <packing>
5889                                        <property name="expand">False</property>
5890                                        <property name="fill">False</property>
5891                                      </packing>
5892                                    </child>
5893                                  </widget>
5894                                  <packing>
5895                                    <property name="x_options"/>
5896                                    <property name="y_options"/>
5897                                  </packing>
5898                                </child>
5899                                <child>
5900                                  <widget class="GtkHBox" id="hbox104">
5901                                    <property name="visible">True</property>
5902                                    <child>
5903                                      <widget class="GtkLabel" id="details_label_34">
5904                                        <property name="visible">True</property>
5905                                        <property name="xalign">0</property>
5906                                        <property name="label">label</property>
5907                                      </widget>
5908                                      <packing>
5909                                        <property name="expand">False</property>
5910                                        <property name="fill">False</property>
5911                                      </packing>
5912                                    </child>
5913                                  </widget>
5914                                  <packing>
5915                                    <property name="top_attach">1</property>
5916                                    <property name="bottom_attach">2</property>
5917                                    <property name="x_options"/>
5918                                    <property name="y_options"/>
5919                                  </packing>
5920                                </child>
5921                                <child>
5922                                  <widget class="GtkHBox" id="hbox105">
5923                                    <property name="visible">True</property>
5924                                    <child>
5925                                      <widget class="GtkLabel" id="details_label_32">
5926                                        <property name="visible">True</property>
5927                                        <property name="xalign">0</property>
5928                                        <property name="label">label</property>
5929                                      </widget>
5930                                      <packing>
5931                                        <property name="expand">False</property>
5932                                        <property name="fill">False</property>
5933                                      </packing>
5934                                    </child>
5935                                  </widget>
5936                                  <packing>
5937                                    <property name="top_attach">2</property>
5938                                    <property name="bottom_attach">3</property>
5939                                    <property name="x_options"/>
5940                                    <property name="y_options"/>
5941                                  </packing>
5942                                </child>
5943                                <child>
5944                                  <widget class="GtkHBox" id="hbox106">
5945                                    <property name="visible">True</property>
5946                                    <child>
5947                                      <widget class="GtkLabel" id="details_label_30">
5948                                        <property name="visible">True</property>
5949                                        <property name="xalign">0</property>
5950                                        <property name="label">label</property>
5951                                      </widget>
5952                                      <packing>
5953                                        <property name="expand">False</property>
5954                                        <property name="fill">False</property>
5955                                      </packing>
5956                                    </child>
5957                                  </widget>
5958                                  <packing>
5959                                    <property name="top_attach">3</property>
5960                                    <property name="bottom_attach">4</property>
5961                                    <property name="x_options"/>
5962                                    <property name="y_options"/>
5963                                  </packing>
5964                                </child>
5965                                <child>
5966                                  <widget class="GtkHBox" id="hbox107">
5967                                    <property name="visible">True</property>
5968                                    <child>
5969                                      <widget class="GtkLabel" id="details_label_5">
5970                                        <property name="visible">True</property>
5971                                        <property name="xalign">0</property>
5972                                        <property name="label">label</property>
5973                                      </widget>
5974                                      <packing>
5975                                        <property name="expand">False</property>
5976                                        <property name="fill">False</property>
5977                                      </packing>
5978                                    </child>
5979                                  </widget>
5980                                  <packing>
5981                                    <property name="top_attach">4</property>
5982                                    <property name="bottom_attach">5</property>
5983                                    <property name="x_options"/>
5984                                    <property name="y_options"/>
5985                                  </packing>
5986                                </child>
5987                                <child>
5988                                  <widget class="GtkHBox" id="hbox108">
5989                                    <property name="visible">True</property>
5990                                    <child>
5991                                      <widget class="GtkLabel" id="details_label_33">
5992                                        <property name="visible">True</property>
5993                                        <property name="xalign">0</property>
5994                                        <property name="label">label</property>
5995                                      </widget>
5996                                      <packing>
5997                                        <property name="expand">False</property>
5998                                        <property name="fill">False</property>
5999                                      </packing>
6000                                    </child>
6001                                  </widget>
6002                                  <packing>
6003                                    <property name="top_attach">5</property>
6004                                    <property name="bottom_attach">6</property>
6005                                    <property name="x_options"/>
6006                                    <property name="y_options"/>
6007                                  </packing>
6008                                </child>
6009                              </widget>
6010                            </child>
6011                          </widget>
6012                        </child>
6013                      </widget>
6014                      <packing>
6015                        <property name="position">2</property>
6016                      </packing>
6017                    </child>
6018                    <child>
6019                      <widget class="GtkLabel" id="label345">
6020                        <property name="visible">True</property>
6021                        <property name="label" translatable="yes">_Podcasts</property>
6022                        <property name="use_underline">True</property>
6023                        <property name="mnemonic_widget">details_window_podcasts</property>
6024                      </widget>
6025                      <packing>
6026                        <property name="type">tab</property>
6027                        <property name="position">2</property>
6028                        <property name="tab_fill">False</property>
6029                      </packing>
6030                    </child>
6031                    <child>
6032                      <widget class="GtkScrolledWindow" id="details_window_lyrics">
6033                        <property name="visible">True</property>
6034                        <property name="can_focus">True</property>
6035                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6036                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6037                        <child>
6038                          <widget class="GtkViewport" id="viewport2">
6039                            <property name="visible">True</property>
6040                            <child>
6041                              <widget class="GtkVBox" id="vbox49"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
6042                                <property name="visible">True</property>
6043                                <child>
6044                                  <widget class="GtkLabel" id="details_label_55">
6045                                    <property name="visible">True</property>
6046                                    <property name="yalign">0</property>
6047                                    <property name="label">label</property>
6048                                  </widget>
6049                                  <packing>
6050                                    <property name="expand">False</property>
6051                                    <property name="padding">6</property>
6052                                  </packing>
6053                                </child>
6054                                <child>
6055                                  <widget class="GtkScrolledWindow" id="scrolledwindow36">
6056                                    <property name="visible">True</property>
6057                                    <property name="can_focus">True</property>
6058                                    <property name="border_width">6</property>
6059                                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
6060                                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6061                                    <property name="shadow_type">GTK_SHADOW_IN</property>
6062                                    <child>
6063                                      <widget class="GtkTextView" id="details_textview_55">
6064                                        <property name="visible">True</property>
6065                                        <property name="can_focus">True</property>
6066                                        <property name="wrap_mode">GTK_WRAP_WORD</property>
6067                                      </widget>
6068                                    </child>
6069                                  </widget>
6070                                  <packing>
6071                                    <property name="position">1</property>
6072                                  </packing>
6073                                </child>
6074                              </widget>
6075                            </child>
6076                          </widget>
6077                        </child>
6078                      </widget>
6079                      <packing>
6080                        <property name="position">3</property>
6081                      </packing>
6082                    </child>
6083                    <child>
6084                      <widget class="GtkLabel" id="label48">
6085                        <property name="visible">True</property>
6086                        <property name="label" translatable="yes">_Lyrics</property>
6087                        <property name="use_underline">True</property>
6088                        <property name="mnemonic_widget">details_window_lyrics</property>
6089                      </widget>
6090                      <packing>
6091                        <property name="type">tab</property>
6092                        <property name="position">3</property>
6093                        <property name="tab_fill">False</property>
6094                      </packing>
6095                    </child>
6096                    <child>
6097                      <widget class="GtkScrolledWindow" id="details_window_video">
6098                        <property name="visible">True</property>
6099                        <property name="can_focus">True</property>
6100                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6101                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6102                        <child>
6103                          <widget class="GtkViewport" id="viewport23">
6104                            <property name="visible">True</property>
6105                            <child>
6106                              <widget class="GtkTable" id="table51">
6107                                <property name="visible">True</property>
6108                                <property name="border_width">6</property>
6109                                <property name="n_rows">5</property>
6110                                <property name="n_columns">2</property>
6111                                <property name="column_spacing">12</property>
6112                                <property name="row_spacing">6</property>
6113                                <child>
6114                                  <widget class="GtkHBox" id="hbox129">
6115                                    <property name="visible">True</property>
6116                                    <child>
6117                                      <widget class="GtkLabel" id="details_label_46">
6118                                        <property name="visible">True</property>
6119                                        <property name="xalign">0</property>
6120                                        <property name="label">label</property>
6121                                      </widget>
6122                                      <packing>
6123                                        <property name="expand">False</property>
6124                                        <property name="fill">False</property>
6125                                      </packing>
6126                                    </child>
6127                                  </widget>
6128                                  <packing>
6129                                    <property name="top_attach">4</property>
6130                                    <property name="bottom_attach">5</property>
6131                                    <property name="x_options"/>
6132                                    <property name="y_options"/>
6133                                  </packing>
6134                                </child>
6135                                <child>
6136                                  <widget class="GtkHBox" id="hbox122">
6137                                    <property name="visible">True</property>
6138                                    <child>
6139                                      <widget class="GtkLabel" id="details_label_45">
6140                                        <property name="visible">True</property>
6141                                        <property name="xalign">0</property>
6142                                        <property name="label">label</property>
6143                                      </widget>
6144                                      <packing>
6145                                        <property name="expand">False</property>
6146                                        <property name="fill">False</property>
6147                                      </packing>
6148                                    </child>
6149                                  </widget>
6150                                  <packing>
6151                                    <property name="top_attach">3</property>
6152                                    <property name="bottom_attach">4</property>
6153                                    <property name="x_options"/>
6154                                    <property name="y_options"/>
6155                                  </packing>
6156                                </child>
6157                                <child>
6158                                  <widget class="GtkHBox" id="hbox120">
6159                                    <property name="visible">True</property>
6160                                    <child>
6161                                      <widget class="GtkLabel" id="details_label_44">
6162                                        <property name="visible">True</property>
6163                                        <property name="xalign">0</property>
6164                                        <property name="label">label</property>
6165                                      </widget>
6166                                      <packing>
6167                                        <property name="expand">False</property>
6168                                        <property name="fill">False</property>
6169                                      </packing>
6170                                    </child>
6171                                  </widget>
6172                                  <packing>
6173                                    <property name="top_attach">2</property>
6174                                    <property name="bottom_attach">3</property>
6175                                    <property name="x_options"/>
6176                                    <property name="y_options"/>
6177                                  </packing>
6178                                </child>
6179                                <child>
6180                                  <widget class="GtkHBox" id="hbox117">
6181                                    <property name="visible">True</property>
6182                                    <child>
6183                                      <widget class="GtkLabel" id="details_label_43">
6184                                        <property name="visible">True</property>
6185                                        <property name="xalign">0</property>
6186                                        <property name="label">label</property>
6187                                      </widget>
6188                                      <packing>
6189                                        <property name="expand">False</property>
6190                                        <property name="fill">False</property>
6191                                      </packing>
6192                                    </child>
6193                                  </widget>
6194                                  <packing>
6195                                    <property name="top_attach">1</property>
6196                                    <property name="bottom_attach">2</property>
6197                                    <property name="x_options"/>
6198                                    <property name="y_options"/>
6199                                  </packing>
6200                                </child>
6201                                <child>
6202                                  <widget class="GtkHBox" id="hbox116">
6203                                    <property name="visible">True</property>
6204                                    <child>
6205                                      <widget class="GtkLabel" id="details_label_42">
6206                                        <property name="visible">True</property>
6207                                        <property name="xalign">0</property>
6208                                        <property name="label">label</property>
6209                                      </widget>
6210                                      <packing>
6211                                        <property name="expand">False</property>
6212                                        <property name="fill">False</property>
6213                                      </packing>
6214                                    </child>
6215                                  </widget>
6216                                  <packing>
6217                                    <property name="x_options"/>
6218                                    <property name="y_options"/>
6219                                  </packing>
6220                                </child>
6221                                <child>
6222                                  <widget class="GtkEntry" id="details_entry_46">
6223                                    <property name="visible">True</property>
6224                                    <property name="can_focus">True</property>
6225                                    <property name="invisible_char">*</property>
6226                                  </widget>
6227                                  <packing>
6228                                    <property name="left_attach">1</property>
6229                                    <property name="right_attach">2</property>
6230                                    <property name="top_attach">4</property>
6231                                    <property name="bottom_attach">5</property>
6232                                    <property name="y_options"/>
6233                                  </packing>
6234                                </child>
6235                                <child>
6236                                  <widget class="GtkEntry" id="details_entry_45">
6237                                    <property name="visible">True</property>
6238                                    <property name="can_focus">True</property>
6239                                    <property name="invisible_char">*</property>
6240                                  </widget>
6241                                  <packing>
6242                                    <property name="left_attach">1</property>
6243                                    <property name="right_attach">2</property>
6244                                    <property name="top_attach">3</property>
6245                                    <property name="bottom_attach">4</property>
6246                                    <property name="y_options"/>
6247                                  </packing>
6248                                </child>
6249                                <child>
6250                                  <widget class="GtkEntry" id="details_entry_44">
6251                                    <property name="visible">True</property>
6252                                    <property name="can_focus">True</property>
6253                                    <property name="invisible_char">*</property>
6254                                  </widget>
6255                                  <packing>
6256                                    <property name="left_attach">1</property>
6257                                    <property name="right_attach">2</property>
6258                                    <property name="top_attach">2</property>
6259                                    <property name="bottom_attach">3</property>
6260                                    <property name="y_options"/>
6261                                  </packing>
6262                                </child>
6263                                <child>
6264                                  <widget class="GtkEntry" id="details_entry_43">
6265                                    <property name="visible">True</property>
6266                                    <property name="can_focus">True</property>
6267                                    <property name="invisible_char">*</property>
6268                                  </widget>
6269                                  <packing>
6270                                    <property name="left_attach">1</property>
6271                                    <property name="right_attach">2</property>
6272                                    <property name="top_attach">1</property>
6273                                    <property name="bottom_attach">2</property>
6274                                    <property name="y_options"/>
6275                                  </packing>
6276                                </child>
6277                                <child>
6278                                  <widget class="GtkEntry" id="details_entry_42">
6279                                    <property name="visible">True</property>
6280                                    <property name="can_focus">True</property>
6281                                    <property name="invisible_char">*</property>
6282                                  </widget>
6283                                  <packing>
6284                                    <property name="left_attach">1</property>
6285                                    <property name="right_attach">2</property>
6286                                    <property name="y_options"/>
6287                                  </packing>
6288                                </child>
6289                              </widget>
6290                            </child>
6291                          </widget>
6292                        </child>
6293                      </widget>
6294                      <packing>
6295                        <property name="position">4</property>
6296                      </packing>
6297                    </child>
6298                    <child>
6299                      <widget class="GtkLabel" id="label444">
6300                        <property name="visible">True</property>
6301                        <property name="label" translatable="yes">_Video</property>
6302                        <property name="use_underline">True</property>
6303                        <property name="mnemonic_widget">details_window_video</property>
6304                      </widget>
6305                      <packing>
6306                        <property name="type">tab</property>
6307                        <property name="position">4</property>
6308                        <property name="tab_fill">False</property>
6309                      </packing>
6310                    </child>
6311                    <child>
6312                      <widget class="GtkScrolledWindow" id="details_window_misc">
6313                        <property name="visible">True</property>
6314                        <property name="can_focus">True</property>
6315                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6316                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6317                        <child>
6318                          <widget class="GtkViewport" id="viewport17">
6319                            <property name="visible">True</property>
6320                            <property name="shadow_type">GTK_SHADOW_NONE</property>
6321                            <child>
6322                              <widget class="GtkVBox" id="vbox152"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
6323                                <property name="visible">True</property>
6324                                <child>
6325                                  <widget class="GtkTable" id="table37">
6326                                    <property name="visible">True</property>
6327                                    <property name="border_width">6</property>
6328                                    <property name="n_rows">13</property>
6329                                    <property name="n_columns">4</property>
6330                                    <property name="column_spacing">12</property>
6331                                    <property name="row_spacing">6</property>
6332                                    <child>
6333                                      <widget class="GtkHBox" id="hbox149">
6334                                        <property name="visible">True</property>
6335                                        <child>
6336                                          <widget class="GtkLabel" id="details_label_54">
6337                                            <property name="visible">True</property>
6338                                            <property name="xalign">0</property>
6339                                            <property name="label">label</property>
6340                                          </widget>
6341                                          <packing>
6342                                            <property name="expand">False</property>
6343                                            <property name="fill">False</property>
6344                                          </packing>
6345                                        </child>
6346                                      </widget>
6347                                      <packing>
6348                                        <property name="left_attach">2</property>
6349                                        <property name="right_attach">3</property>
6350                                        <property name="top_attach">12</property>
6351                                        <property name="bottom_attach">13</property>
6352                                        <property name="x_options"/>
6353                                        <property name="y_options"/>
6354                                      </packing>
6355                                    </child>
6356                                    <child>
6357                                      <widget class="GtkHBox" id="hbox148">
6358                                        <property name="visible">True</property>
6359                                        <child>
6360                                          <widget class="GtkLabel" id="details_label_13">
6361                                            <property name="visible">True</property>
6362                                            <property name="xalign">0</property>
6363                                            <property name="label">label</property>
6364                                          </widget>
6365                                          <packing>
6366                                            <property name="expand">False</property>
6367                                            <property name="fill">False</property>
6368                                          </packing>
6369                                        </child>
6370                                      </widget>
6371                                      <packing>
6372                                        <property name="left_attach">2</property>
6373                                        <property name="right_attach">3</property>
6374                                        <property name="top_attach">11</property>
6375                                        <property name="bottom_attach">12</property>
6376                                        <property name="x_options"/>
6377                                        <property name="y_options"/>
6378                                      </packing>
6379                                    </child>
6380                                    <child>
6381                                      <widget class="GtkHBox" id="hbox147">
6382                                        <property name="visible">True</property>
6383                                        <child>
6384                                          <widget class="GtkLabel" id="details_label_16">
6385                                            <property name="visible">True</property>
6386                                            <property name="xalign">0</property>
6387                                            <property name="label">label</property>
6388                                          </widget>
6389                                          <packing>
6390                                            <property name="expand">False</property>
6391                                            <property name="fill">False</property>
6392                                          </packing>
6393                                        </child>
6394                                      </widget>
6395                                      <packing>
6396                                        <property name="left_attach">2</property>
6397                                        <property name="right_attach">3</property>
6398                                        <property name="top_attach">10</property>
6399                                        <property name="bottom_attach">11</property>
6400                                        <property name="x_options"/>
6401                                        <property name="y_options"/>
6402                                      </packing>
6403                                    </child>
6404                                    <child>
6405                                      <widget class="GtkHBox" id="hbox146">
6406                                        <property name="visible">True</property>
6407                                        <child>
6408                                          <widget class="GtkLabel" id="details_label_24">
6409                                            <property name="visible">True</property>
6410                                            <property name="xalign">0</property>
6411                                            <property name="label">label</property>
6412                                          </widget>
6413                                          <packing>
6414                                            <property name="expand">False</property>
6415                                            <property name="fill">False</property>
6416                                          </packing>
6417                                        </child>
6418                                      </widget>
6419                                      <packing>
6420                                        <property name="left_attach">2</property>
6421                                        <property name="right_attach">3</property>
6422                                        <property name="top_attach">9</property>
6423                                        <property name="bottom_attach">10</property>
6424                                        <property name="x_options"/>
6425                                        <property name="y_options"/>
6426                                      </packing>
6427                                    </child>
6428                                    <child>
6429                                      <widget class="GtkHBox" id="hbox145">
6430                                        <property name="visible">True</property>
6431                                        <child>
6432                                          <widget class="GtkLabel" id="details_label_10">
6433                                            <property name="visible">True</property>
6434                                            <property name="xalign">0</property>
6435                                            <property name="label">label</property>
6436                                          </widget>
6437                                          <packing>
6438                                            <property name="expand">False</property>
6439                                            <property name="fill">False</property>
6440                                          </packing>
6441                                        </child>
6442                                      </widget>
6443                                      <packing>
6444                                        <property name="left_attach">2</property>
6445                                        <property name="right_attach">3</property>
6446                                        <property name="top_attach">8</property>
6447                                        <property name="bottom_attach">9</property>
6448                                        <property name="x_options"/>
6449                                        <property name="y_options"/>
6450                                      </packing>
6451                                    </child>
6452                                    <child>
6453                                      <widget class="GtkHBox" id="hbox144">
6454                                        <property name="visible">True</property>
6455                                        <child>
6456                                          <widget class="GtkLabel" id="details_label_12">
6457                                            <property name="visible">True</property>
6458                                            <property name="xalign">0</property>
6459                                            <property name="label">label</property>
6460                                          </widget>
6461                                          <packing>
6462                                            <property name="expand">False</property>
6463                                            <property name="fill">False</property>
6464                                          </packing>
6465                                        </child>
6466                                      </widget>
6467                                      <packing>
6468                                        <property name="top_attach">12</property>
6469                                        <property name="bottom_attach">13</property>
6470                                        <property name="x_options"/>
6471                                        <property name="y_options"/>
6472                                      </packing>
6473                                    </child>
6474                                    <child>
6475                                      <widget class="GtkHBox" id="hbox142">
6476                                        <property name="visible">True</property>
6477                                        <child>
6478                                          <widget class="GtkLabel" id="details_label_17">
6479                                            <property name="visible">True</property>
6480                                            <property name="xalign">0</property>
6481                                            <property name="label">label</property>
6482                                          </widget>
6483                                          <packing>
6484                                            <property name="expand">False</property>
6485                                            <property name="fill">False</property>
6486                                          </packing>
6487                                        </child>
6488                                      </widget>
6489                                      <packing>
6490                                        <property name="top_attach">11</property>
6491                                        <property name="bottom_attach">12</property>
6492                                        <property name="x_options"/>
6493                                        <property name="y_options"/>
6494                                      </packing>
6495                                    </child>
6496                                    <child>
6497                                      <widget class="GtkHBox" id="hbox141">
6498                                        <property name="visible">True</property>
6499                                        <child>
6500                                          <widget class="GtkLabel" id="details_label_15">
6501                                            <property name="visible">True</property>
6502                                            <property name="xalign">0</property>
6503                                            <property name="label">label</property>
6504                                          </widget>
6505                                          <packing>
6506                                            <property name="expand">False</property>
6507                                            <property name="fill">False</property>
6508                                          </packing>
6509                                        </child>
6510                                      </widget>
6511                                      <packing>
6512                                        <property name="top_attach">10</property>
6513                                        <property name="bottom_attach">11</property>
6514                                        <property name="x_options"/>
6515                                        <property name="y_options"/>
6516                                      </packing>
6517                                    </child>
6518                                    <child>
6519                                      <widget class="GtkHBox" id="hbox140">
6520                                        <property name="visible">True</property>
6521                                        <child>
6522                                          <widget class="GtkLabel" id="details_label_23">
6523                                            <property name="visible">True</property>
6524                                            <property name="xalign">0</property>
6525                                            <property name="label">label</property>
6526                                          </widget>
6527                                          <packing>
6528                                            <property name="expand">False</property>
6529                                            <property name="fill">False</property>
6530                                          </packing>
6531                                        </child>
6532                                      </widget>
6533                                      <packing>
6534                                        <property name="top_attach">9</property>
6535                                        <property name="bottom_attach">10</property>
6536                                        <property name="x_options"/>
6537                                        <property name="y_options"/>
6538                                      </packing>
6539                                    </child>
6540                                    <child>
6541                                      <widget class="GtkHBox" id="hbox139">
6542                                        <property name="visible">True</property>
6543                                        <child>
6544                                          <widget class="GtkLabel" id="details_label_7">
6545                                            <property name="visible">True</property>
6546                                            <property name="xalign">0</property>
6547                                            <property name="label">label</property>
6548                                          </widget>
6549                                          <packing>
6550                                            <property name="expand">False</property>
6551                                            <property name="fill">False</property>
6552                                          </packing>
6553                                        </child>
6554                                      </widget>
6555                                      <packing>
6556                                        <property name="top_attach">8</property>
6557                                        <property name="bottom_attach">9</property>
6558                                        <property name="x_options"/>
6559                                        <property name="y_options"/>
6560                                      </packing>
6561                                    </child>
6562                                    <child>
6563                                      <widget class="GtkHBox" id="hbox138">
6564                                        <property name="visible">True</property>
6565                                        <child>
6566                                          <widget class="GtkLabel" id="details_label_40">
6567                                            <property name="visible">True</property>
6568                                            <property name="xalign">0</property>
6569                                            <property name="label">label</property>
6570                                          </widget>
6571                                          <packing>
6572                                            <property name="expand">False</property>
6573                                            <property name="fill">False</property>
6574                                          </packing>
6575                                        </child>
6576                                      </widget>
6577                                      <packing>
6578                                        <property name="top_attach">7</property>
6579                                        <property name="bottom_attach">8</property>
6580                                        <property name="x_options"/>
6581                                        <property name="y_options"/>
6582                                      </packing>
6583                                    </child>
6584                                    <child>
6585                                      <widget class="GtkHBox" id="hbox137">
6586                                        <property name="visible">True</property>
6587                                        <child>
6588                                          <widget class="GtkLabel" id="details_label_9">
6589                                            <property name="visible">True</property>
6590                                            <property name="xalign">0</property>
6591                                            <property name="label">label</property>
6592                                          </widget>
6593                                          <packing>
6594                                            <property name="expand">False</property>
6595                                            <property name="fill">False</property>
6596                                          </packing>
6597                                        </child>
6598                                      </widget>
6599                                      <packing>
6600                                        <property name="top_attach">6</property>
6601                                        <property name="bottom_attach">7</property>
6602                                        <property name="x_options"/>
6603                                        <property name="y_options"/>
6604                                      </packing>
6605                                    </child>
6606                                    <child>
6607                                      <widget class="GtkHBox" id="hbox136">
6608                                        <property name="visible">True</property>
6609                                        <child>
6610                                          <widget class="GtkLabel" id="details_label_8">
6611                                            <property name="visible">True</property>
6612                                            <property name="xalign">0</property>
6613                                            <property name="label">label</property>
6614                                          </widget>
6615                                          <packing>
6616                                            <property name="expand">False</property>
6617                                            <property name="fill">False</property>
6618                                          </packing>
6619                                        </child>
6620                                      </widget>
6621                                      <packing>
6622                                        <property name="top_attach">5</property>
6623                                        <property name="bottom_attach">6</property>
6624                                        <property name="x_options"/>
6625                                        <property name="y_options"/>
6626                                      </packing>
6627                                    </child>
6628                                    <child>
6629                                      <widget class="GtkHBox" id="hbox135">
6630                                        <property name="visible">True</property>
6631                                        <child>
6632                                          <widget class="GtkLabel" id="details_label_21">
6633                                            <property name="visible">True</property>
6634                                            <property name="xalign">0</property>
6635                                            <property name="label">label</property>
6636                                          </widget>
6637                                          <packing>
6638                                            <property name="expand">False</property>
6639                                            <property name="fill">False</property>
6640                                          </packing>
6641                                        </child>
6642                                      </widget>
6643                                      <packing>
6644                                        <property name="top_attach">4</property>
6645                                        <property name="bottom_attach">5</property>
6646                                        <property name="x_options"/>
6647                                        <property name="y_options"/>
6648                                      </packing>
6649                                    </child>
6650                                    <child>
6651                                      <widget class="GtkHBox" id="hbox134">
6652                                        <property name="visible">True</property>
6653                                        <child>
6654                                          <widget class="GtkLabel" id="details_label_22">
6655                                            <property name="visible">True</property>
6656                                            <property name="xalign">0</property>
6657                                            <property name="label">label</property>
6658                                          </widget>
6659                                          <packing>
6660                                            <property name="expand">False</property>
6661                                            <property name="fill">False</property>
6662                                          </packing>
6663                                        </child>
6664                                      </widget>
6665                                      <packing>
6666                                        <property name="top_attach">3</property>
6667                                        <property name="bottom_attach">4</property>
6668                                        <property name="x_options"/>
6669                                        <property name="y_options"/>
6670                                      </packing>
6671                                    </child>
6672                                    <child>
6673                                      <widget class="GtkHBox" id="hbox132">
6674                                        <property name="visible">True</property>
6675                                        <child>
6676                                          <widget class="GtkLabel" id="details_label_20">
6677                                            <property name="visible">True</property>
6678                                            <property name="xalign">0</property>
6679                                            <property name="label">label</property>
6680                                          </widget>
6681                                          <packing>
6682                                            <property name="expand">False</property>
6683                                            <property name="fill">False</property>
6684                                          </packing>
6685                                        </child>
6686                                      </widget>
6687                                      <packing>
6688                                        <property name="top_attach">2</property>
6689                                        <property name="bottom_attach">3</property>
6690                                        <property name="x_options"/>
6691                                        <property name="y_options"/>
6692                                      </packing>
6693                                    </child>
6694                                    <child>
6695                                      <widget class="GtkHBox" id="hbox131">
6696                                        <property name="visible">True</property>
6697                                        <child>
6698                                          <widget class="GtkLabel" id="details_label_29">
6699                                            <property name="visible">True</property>
6700                                            <property name="xalign">0</property>
6701                                            <property name="label">label</property>
6702                                          </widget>
6703                                          <packing>
6704                                            <property name="expand">False</property>
6705                                            <property name="fill">False</property>
6706                                          </packing>
6707                                        </child>
6708                                      </widget>
6709                                      <packing>
6710                                        <property name="top_attach">1</property>
6711                                        <property name="bottom_attach">2</property>
6712                                        <property name="x_options"/>
6713                                        <property name="y_options"/>
6714                                      </packing>
6715                                    </child>
6716                                    <child>
6717                                      <widget class="GtkHBox" id="hbox130">
6718                                        <property name="visible">True</property>
6719                                        <child>
6720                                          <widget class="GtkLabel" id="details_label_27">
6721                                            <property name="visible">True</property>
6722                                            <property name="xalign">0</property>
6723                                            <property name="label">label</property>
6724                                          </widget>
6725                                          <packing>
6726                                            <property name="expand">False</property>
6727                                            <property name="fill">False</property>
6728                                          </packing>
6729                                        </child>
6730                                      </widget>
6731                                      <packing>
6732                                        <property name="x_options"/>
6733                                        <property name="y_options"/>
6734                                      </packing>
6735                                    </child>
6736                                    <child>
6737                                      <widget class="GtkCheckButton" id="details_checkbutton_54">
6738                                        <property name="visible">True</property>
6739                                        <property name="sensitive">False</property>
6740                                        <property name="can_focus">True</property>
6741                                        <property name="response_id">0</property>
6742                                        <property name="draw_indicator">True</property>
6743                                        <child>
6744                                          <placeholder/>
6745                                        </child>
6746                                      </widget>
6747                                      <packing>
6748                                        <property name="left_attach">3</property>
6749                                        <property name="right_attach">4</property>
6750                                        <property name="top_attach">12</property>
6751                                        <property name="bottom_attach">13</property>
6752                                        <property name="y_options"/>
6753                                      </packing>
6754                                    </child>
6755                                    <child>
6756                                      <widget class="GtkEntry" id="details_entry_16">
6757                                        <property name="visible">True</property>
6758                                        <property name="can_focus">True</property>
6759                                        <property name="invisible_char">*</property>
6760                                      </widget>
6761                                      <packing>
6762                                        <property name="left_attach">3</property>
6763                                        <property name="right_attach">4</property>
6764                                        <property name="top_attach">10</property>
6765                                        <property name="bottom_attach">11</property>
6766                                        <property name="y_options"/>
6767                                      </packing>
6768                                    </child>
6769                                    <child>
6770                                      <widget class="GtkEntry" id="details_entry_24">
6771                                        <property name="visible">True</property>
6772                                        <property name="can_focus">True</property>
6773                                        <property name="invisible_char">*</property>
6774                                      </widget>
6775                                      <packing>
6776                                        <property name="left_attach">3</property>
6777                                        <property name="right_attach">4</property>
6778                                        <property name="top_attach">9</property>
6779                                        <property name="bottom_attach">10</property>
6780                                        <property name="y_options"/>
6781                                      </packing>
6782                                    </child>
6783                                    <child>
6784                                      <widget class="GtkEntry" id="details_entry_10">
6785                                        <property name="visible">True</property>
6786                                        <property name="can_focus">True</property>
6787                                        <property name="editable">False</property>
6788                                        <property name="has_frame">False</property>
6789                                        <property name="invisible_char">*</property>
6790                                      </widget>
6791                                      <packing>
6792                                        <property name="left_attach">3</property>
6793                                        <property name="right_attach">4</property>
6794                                        <property name="top_attach">8</property>
6795                                        <property name="bottom_attach">9</property>
6796                                        <property name="y_options"/>
6797                                        <property name="x_padding">1</property>
6798                                        <property name="y_padding">1</property>
6799                                      </packing>
6800                                    </child>
6801                                    <child>
6802                                      <widget class="GtkEntry" id="details_entry_7">
6803                                        <property name="visible">True</property>
6804                                        <property name="can_focus">True</property>
6805                                        <property name="invisible_char">*</property>
6806                                      </widget>
6807                                      <packing>
6808                                        <property name="left_attach">1</property>
6809                                        <property name="right_attach">2</property>
6810                                        <property name="top_attach">8</property>
6811                                        <property name="bottom_attach">9</property>
6812                                        <property name="y_options"/>
6813                                      </packing>
6814                                    </child>
6815                                    <child>
6816				      <widget class="GtkHScale" id="details_scale_23">
6817					<property name="visible">True</property>
6818					<property name="can_focus">True</property>
6819					<property name="draw_value">True</property>
6820					<property name="value_pos">GTK_POS_RIGHT</property>
6821					<property name="digits">0</property>
6822					<property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
6823					<property name="inverted">False</property>
6824					<property name="adjustment">0 -255 255 1 16 0</property>
6825				      </widget>
6826                                      <packing>
6827                                        <property name="left_attach">1</property>
6828                                        <property name="right_attach">2</property>
6829                                        <property name="top_attach">9</property>
6830                                        <property name="bottom_attach">10</property>
6831                                        <property name="y_options"/>
6832                                      </packing>
6833                                    </child>
6834                                    <child>
6835                                      <widget class="GtkEntry" id="details_entry_15">
6836                                        <property name="visible">True</property>
6837                                        <property name="can_focus">True</property>
6838                                        <property name="invisible_char">*</property>
6839                                      </widget>
6840                                      <packing>
6841                                        <property name="left_attach">1</property>
6842                                        <property name="right_attach">2</property>
6843                                        <property name="top_attach">10</property>
6844                                        <property name="bottom_attach">11</property>
6845                                        <property name="y_options"/>
6846                                      </packing>
6847                                    </child>
6848                                    <child>
6849                                      <widget class="GtkEntry" id="details_entry_17">
6850                                        <property name="visible">True</property>
6851                                        <property name="can_focus">True</property>
6852                                        <property name="invisible_char">*</property>
6853                                      </widget>
6854                                      <packing>
6855                                        <property name="left_attach">1</property>
6856                                        <property name="right_attach">2</property>
6857                                        <property name="top_attach">11</property>
6858                                        <property name="bottom_attach">12</property>
6859                                        <property name="y_options"/>
6860                                      </packing>
6861                                    </child>
6862                                    <child>
6863                                      <widget class="GtkCheckButton" id="details_checkbutton_12">
6864                                        <property name="visible">True</property>
6865                                        <property name="can_focus">True</property>
6866                                        <property name="response_id">0</property>
6867                                        <property name="draw_indicator">True</property>
6868                                        <child>
6869                                          <placeholder/>
6870                                        </child>
6871                                      </widget>
6872                                      <packing>
6873                                        <property name="left_attach">1</property>
6874                                        <property name="right_attach">2</property>
6875                                        <property name="top_attach">12</property>
6876                                        <property name="bottom_attach">13</property>
6877                                        <property name="y_options"/>
6878                                      </packing>
6879                                    </child>
6880                                    <child>
6881                                      <widget class="GtkEntry" id="details_entry_27">
6882                                        <property name="visible">True</property>
6883                                        <property name="can_focus">True</property>
6884                                        <property name="invisible_char">*</property>
6885                                      </widget>
6886                                      <packing>
6887                                        <property name="left_attach">1</property>
6888                                        <property name="right_attach">4</property>
6889                                        <property name="y_options"/>
6890                                      </packing>
6891                                    </child>
6892                                    <child>
6893                                      <widget class="GtkEntry" id="details_entry_29">
6894                                        <property name="visible">True</property>
6895                                        <property name="can_focus">True</property>
6896                                        <property name="invisible_char">*</property>
6897                                      </widget>
6898                                      <packing>
6899                                        <property name="left_attach">1</property>
6900                                        <property name="right_attach">4</property>
6901                                        <property name="top_attach">1</property>
6902                                        <property name="bottom_attach">2</property>
6903                                        <property name="y_options"/>
6904                                      </packing>
6905                                    </child>
6906                                    <child>
6907                                      <widget class="GtkEntry" id="details_entry_20">
6908                                        <property name="visible">True</property>
6909                                        <property name="can_focus">True</property>
6910                                        <property name="invisible_char">*</property>
6911                                      </widget>
6912                                      <packing>
6913                                        <property name="left_attach">1</property>
6914                                        <property name="right_attach">4</property>
6915                                        <property name="top_attach">2</property>
6916                                        <property name="bottom_attach">3</property>
6917                                        <property name="y_options"/>
6918                                      </packing>
6919                                    </child>
6920                                    <child>
6921                                      <widget class="GtkEntry" id="details_entry_22">
6922                                        <property name="visible">True</property>
6923                                        <property name="can_focus">True</property>
6924                                        <property name="invisible_char">*</property>
6925                                      </widget>
6926                                      <packing>
6927                                        <property name="left_attach">1</property>
6928                                        <property name="right_attach">4</property>
6929                                        <property name="top_attach">3</property>
6930                                        <property name="bottom_attach">4</property>
6931                                        <property name="y_options"/>
6932                                      </packing>
6933                                    </child>
6934                                    <child>
6935                                      <widget class="GtkEntry" id="details_entry_21">
6936                                        <property name="visible">True</property>
6937                                        <property name="can_focus">True</property>
6938                                        <property name="invisible_char">*</property>
6939                                      </widget>
6940                                      <packing>
6941                                        <property name="left_attach">1</property>
6942                                        <property name="right_attach">4</property>
6943                                        <property name="top_attach">4</property>
6944                                        <property name="bottom_attach">5</property>
6945                                        <property name="y_options"/>
6946                                      </packing>
6947                                    </child>
6948                                    <child>
6949                                      <widget class="GtkEntry" id="details_entry_8">
6950                                        <property name="visible">True</property>
6951                                        <property name="can_focus">True</property>
6952                                        <property name="editable">False</property>
6953                                        <property name="has_frame">False</property>
6954                                        <property name="invisible_char">*</property>
6955                                      </widget>
6956                                      <packing>
6957                                        <property name="left_attach">1</property>
6958                                        <property name="right_attach">4</property>
6959                                        <property name="top_attach">5</property>
6960                                        <property name="bottom_attach">6</property>
6961                                        <property name="y_options"/>
6962                                        <property name="x_padding">1</property>
6963                                        <property name="y_padding">1</property>
6964                                      </packing>
6965                                    </child>
6966                                    <child>
6967                                      <widget class="GtkEntry" id="details_entry_9">
6968                                        <property name="visible">True</property>
6969                                        <property name="can_focus">True</property>
6970                                        <property name="editable">False</property>
6971                                        <property name="has_frame">False</property>
6972                                        <property name="invisible_char">*</property>
6973                                      </widget>
6974                                      <packing>
6975                                        <property name="left_attach">1</property>
6976                                        <property name="right_attach">4</property>
6977                                        <property name="top_attach">6</property>
6978                                        <property name="bottom_attach">7</property>
6979                                        <property name="y_options"/>
6980                                        <property name="x_padding">1</property>
6981                                        <property name="y_padding">1</property>
6982                                      </packing>
6983                                    </child>
6984                                    <child>
6985                                      <widget class="GtkEntry" id="details_entry_40">
6986                                        <property name="visible">True</property>
6987                                        <property name="can_focus">True</property>
6988                                        <property name="editable">False</property>
6989                                        <property name="has_frame">False</property>
6990                                        <property name="invisible_char">*</property>
6991                                      </widget>
6992                                      <packing>
6993                                        <property name="left_attach">1</property>
6994                                        <property name="right_attach">4</property>
6995                                        <property name="top_attach">7</property>
6996                                        <property name="bottom_attach">8</property>
6997                                        <property name="y_options"/>
6998                                        <property name="x_padding">1</property>
6999                                        <property name="y_padding">1</property>
7000                                      </packing>
7001                                    </child>
7002                                    <child>
7003                                      <widget class="GtkEntry" id="details_entry_13">
7004                                        <property name="visible">True</property>
7005                                        <property name="can_focus">True</property>
7006                                        <property name="invisible_char">*</property>
7007                                      </widget>
7008                                      <packing>
7009                                        <property name="left_attach">3</property>
7010                                        <property name="right_attach">4</property>
7011                                        <property name="top_attach">11</property>
7012                                        <property name="bottom_attach">12</property>
7013                                        <property name="y_options"/>
7014                                      </packing>
7015                                    </child>
7016                                  </widget>
7017                                </child>
7018                                <child>
7019                                  <placeholder/>
7020                                </child>
7021                                <child>
7022                                  <placeholder/>
7023                                </child>
7024                              </widget>
7025                            </child>
7026                          </widget>
7027                        </child>
7028                      </widget>
7029                      <packing>
7030                        <property name="position">5</property>
7031                      </packing>
7032                    </child>
7033                    <child>
7034                      <widget class="GtkLabel" id="label346">
7035                        <property name="visible">True</property>
7036                        <property name="label" translatable="yes">_Misc.</property>
7037                        <property name="use_underline">True</property>
7038                        <property name="mnemonic_widget">details_window_misc</property>
7039                      </widget>
7040                      <packing>
7041                        <property name="type">tab</property>
7042                        <property name="position">5</property>
7043                        <property name="tab_fill">False</property>
7044                      </packing>
7045                    </child>
7046                  </widget>
7047                  <packing>
7048                    <property name="position">1</property>
7049                  </packing>
7050                </child>
7051              </widget>
7052            </child>
7053          </widget>
7054          <packing>
7055            <property name="position">1</property>
7056          </packing>
7057        </child>
7058        <child>
7059          <widget class="GtkHBox" id="hbox187">
7060            <property name="visible">True</property>
7061            <child>
7062              <widget class="GtkHBox" id="hbox186">
7063                <property name="visible">True</property>
7064                <child>
7065                  <widget class="GtkButton" id="details_button_first">
7066                    <property name="visible">True</property>
7067                    <property name="can_focus">True</property>
7068                    <property name="response_id">0</property>
7069                    <child>
7070                      <widget class="GtkImage" id="image3068">
7071                        <property name="visible">True</property>
7072                        <property name="stock">gtk-goto-first</property>
7073                      </widget>
7074                    </child>
7075                  </widget>
7076                  <packing>
7077                    <property name="expand">False</property>
7078                    <property name="fill">False</property>
7079                  </packing>
7080                </child>
7081                <child>
7082                  <widget class="GtkButton" id="details_button_previous">
7083                    <property name="visible">True</property>
7084                    <property name="can_focus">True</property>
7085                    <property name="response_id">0</property>
7086                    <child>
7087                      <widget class="GtkImage" id="image3069">
7088                        <property name="visible">True</property>
7089                        <property name="stock">gtk-go-back</property>
7090                      </widget>
7091                    </child>
7092                  </widget>
7093                  <packing>
7094                    <property name="expand">False</property>
7095                    <property name="fill">False</property>
7096                    <property name="position">1</property>
7097                  </packing>
7098                </child>
7099                <child>
7100                  <widget class="GtkLabel" id="details_label_index">
7101                    <property name="visible">True</property>
7102                    <property name="xpad">5</property>
7103                    <property name="ypad">4</property>
7104                    <property name="label">n/n</property>
7105                  </widget>
7106                  <packing>
7107                    <property name="expand">False</property>
7108                    <property name="fill">False</property>
7109                    <property name="padding">5</property>
7110                    <property name="position">2</property>
7111                  </packing>
7112                </child>
7113                <child>
7114                  <widget class="GtkButton" id="details_button_next">
7115                    <property name="visible">True</property>
7116                    <property name="can_focus">True</property>
7117                    <property name="response_id">0</property>
7118                    <child>
7119                      <widget class="GtkImage" id="image3070">
7120                        <property name="visible">True</property>
7121                        <property name="stock">gtk-go-forward</property>
7122                      </widget>
7123                    </child>
7124                  </widget>
7125                  <packing>
7126                    <property name="expand">False</property>
7127                    <property name="fill">False</property>
7128                    <property name="position">3</property>
7129                  </packing>
7130                </child>
7131                <child>
7132                  <widget class="GtkButton" id="details_button_last">
7133                    <property name="visible">True</property>
7134                    <property name="can_focus">True</property>
7135                    <property name="response_id">0</property>
7136                    <child>
7137                      <widget class="GtkImage" id="image3071">
7138                        <property name="visible">True</property>
7139                        <property name="stock">gtk-goto-last</property>
7140                      </widget>
7141                    </child>
7142                  </widget>
7143                  <packing>
7144                    <property name="expand">False</property>
7145                    <property name="fill">False</property>
7146                    <property name="position">4</property>
7147                  </packing>
7148                </child>
7149              </widget>
7150              <packing>
7151                <property name="expand">False</property>
7152              </packing>
7153            </child>
7154            <child>
7155              <widget class="GtkHButtonBox" id="hbuttonbox14">
7156                <property name="visible">True</property>
7157                <property name="spacing">7</property>
7158                <property name="layout_style">GTK_BUTTONBOX_END</property>
7159                <child>
7160                  <widget class="GtkButton" id="details_button_undo_all">
7161                    <property name="visible">True</property>
7162                    <property name="can_focus">True</property>
7163                    <property name="can_default">True</property>
7164                    <property name="response_id">0</property>
7165                    <child>
7166                      <widget class="GtkAlignment" id="alignment9">
7167                        <property name="visible">True</property>
7168                        <property name="xscale">0</property>
7169                        <property name="yscale">0</property>
7170                        <child>
7171                          <widget class="GtkHBox" id="hbox193">
7172                            <property name="visible">True</property>
7173                            <property name="spacing">2</property>
7174                            <child>
7175                              <widget class="GtkImage" id="image3076">
7176                                <property name="visible">True</property>
7177                                <property name="stock">gtk-undo</property>
7178                              </widget>
7179                              <packing>
7180                                <property name="expand">False</property>
7181                                <property name="fill">False</property>
7182                              </packing>
7183                            </child>
7184                            <child>
7185                              <widget class="GtkLabel" id="label390">
7186                                <property name="visible">True</property>
7187                                <property name="label" translatable="yes">_Undo All</property>
7188                                <property name="use_underline">True</property>
7189                              </widget>
7190                              <packing>
7191                                <property name="expand">False</property>
7192                                <property name="fill">False</property>
7193                                <property name="position">1</property>
7194                              </packing>
7195                            </child>
7196                          </widget>
7197                        </child>
7198                      </widget>
7199                    </child>
7200                  </widget>
7201                </child>
7202                <child>
7203                  <widget class="GtkButton" id="details_button_undo_track">
7204                    <property name="visible">True</property>
7205                    <property name="can_focus">True</property>
7206                    <property name="can_default">True</property>
7207                    <property name="response_id">0</property>
7208                    <child>
7209                      <widget class="GtkAlignment" id="alignment10">
7210                        <property name="visible">True</property>
7211                        <property name="xscale">0</property>
7212                        <property name="yscale">0</property>
7213                        <child>
7214                          <widget class="GtkHBox" id="hbox194">
7215                            <property name="visible">True</property>
7216                            <property name="spacing">2</property>
7217                            <child>
7218                              <widget class="GtkImage" id="image3077">
7219                                <property name="visible">True</property>
7220                                <property name="stock">gtk-undo</property>
7221                              </widget>
7222                              <packing>
7223                                <property name="expand">False</property>
7224                                <property name="fill">False</property>
7225                              </packing>
7226                            </child>
7227                            <child>
7228                              <widget class="GtkLabel" id="label391">
7229                                <property name="visible">True</property>
7230                                <property name="label" translatable="yes">Undo _Track</property>
7231                                <property name="use_underline">True</property>
7232                              </widget>
7233                              <packing>
7234                                <property name="expand">False</property>
7235                                <property name="fill">False</property>
7236                                <property name="position">1</property>
7237                              </packing>
7238                            </child>
7239                          </widget>
7240                        </child>
7241                      </widget>
7242                    </child>
7243                  </widget>
7244                  <packing>
7245                    <property name="position">1</property>
7246                  </packing>
7247                </child>
7248              </widget>
7249              <packing>
7250                <property name="fill">False</property>
7251                <property name="position">2</property>
7252              </packing>
7253            </child>
7254            <child>
7255              <widget class="GtkHButtonBox" id="hbuttonbox13">
7256                <property name="visible">True</property>
7257                <property name="spacing">7</property>
7258                <property name="layout_style">GTK_BUTTONBOX_END</property>
7259                <child>
7260                  <widget class="GtkButton" id="details_button_apply">
7261                    <property name="visible">True</property>
7262                    <property name="can_focus">True</property>
7263                    <property name="can_default">True</property>
7264                    <property name="label">gtk-apply</property>
7265                    <property name="use_stock">True</property>
7266                    <property name="response_id">0</property>
7267                  </widget>
7268                </child>
7269                <child>
7270                  <widget class="GtkButton" id="details_button_cancel">
7271                    <property name="visible">True</property>
7272                    <property name="can_focus">True</property>
7273                    <property name="can_default">True</property>
7274                    <property name="label">gtk-cancel</property>
7275                    <property name="use_stock">True</property>
7276                    <property name="response_id">0</property>
7277                  </widget>
7278                  <packing>
7279                    <property name="position">1</property>
7280                  </packing>
7281                </child>
7282                <child>
7283                  <widget class="GtkButton" id="details_button_ok">
7284                    <property name="visible">True</property>
7285                    <property name="can_focus">True</property>
7286                    <property name="can_default">True</property>
7287                    <property name="label">gtk-ok</property>
7288                    <property name="use_stock">True</property>
7289                    <property name="response_id">0</property>
7290                  </widget>
7291                  <packing>
7292                    <property name="position">2</property>
7293                  </packing>
7294                </child>
7295              </widget>
7296              <packing>
7297                <property name="expand">False</property>
7298                <property name="fill">False</property>
7299                <property name="pack_type">GTK_PACK_END</property>
7300                <property name="position">1</property>
7301              </packing>
7302            </child>
7303          </widget>
7304          <packing>
7305            <property name="expand">False</property>
7306            <property name="fill">False</property>
7307            <property name="position">2</property>
7308          </packing>
7309        </child>
7310      </widget>
7311    </child>
7312  </widget>
7313  <widget class="GtkWindow" id="repository_window">
7314    <property name="visible">True</property>
7315    <property name="title" translatable="yes">Repository Options</property>
7316    <property name="icon">gtkpod-icon-48.png</property>
7317    <child>
7318      <widget class="GtkVBox" id="vbox159"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
7319        <property name="visible">True</property>
7320        <property name="border_width">6</property>
7321        <property name="spacing">2</property>
7322        <child>
7323          <widget class="GtkVBox" id="vbox168"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
7324            <property name="visible">True</property>
7325            <property name="spacing">10</property>
7326            <child>
7327              <widget class="GtkHBox" id="hbox198">
7328                <property name="visible">True</property>
7329                <property name="spacing">6</property>
7330                <child>
7331                  <widget class="GtkComboBox" id="repository_combo">
7332                    <property name="visible">True</property>
7333                  </widget>
7334                  <packing>
7335                    <property name="expand">False</property>
7336                  </packing>
7337                </child>
7338                <child>
7339                  <widget class="GtkLabel" id="repository_type_label">
7340                    <property name="visible">True</property>
7341                    <property name="label">&lt;i&gt;Repository type&lt;/i&gt;</property>
7342                    <property name="use_markup">True</property>
7343                  </widget>
7344                  <packing>
7345                    <property name="expand">False</property>
7346                    <property name="fill">False</property>
7347                    <property name="padding">6</property>
7348                    <property name="position">1</property>
7349                  </packing>
7350                </child>
7351                <child>
7352                  <widget class="GtkButton" id="new_repository_button">
7353                    <property name="visible">True</property>
7354                    <property name="can_focus">True</property>
7355                    <property name="response_id">0</property>
7356                    <child>
7357                      <widget class="GtkHBox" id="hbox182">
7358                        <property name="visible">True</property>
7359                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7360                        <property name="spacing">2</property>
7361                        <child>
7362                          <widget class="GtkImage" id="image6">
7363                            <property name="visible">True</property>
7364                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7365                            <property name="stock">gtk-add</property>
7366                          </widget>
7367                        </child>
7368                        <child>
7369                          <widget class="GtkLabel" id="label71">
7370                            <property name="visible">True</property>
7371                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7372                            <property name="label" translatable="yes">Add new repository/iPod...</property>
7373                          </widget>
7374                          <packing>
7375                            <property name="position">1</property>
7376                          </packing>
7377                        </child>
7378                      </widget>
7379                    </child>
7380                  </widget>
7381                  <packing>
7382                    <property name="expand">False</property>
7383                    <property name="fill">False</property>
7384                    <property name="pack_type">GTK_PACK_END</property>
7385                    <property name="position">2</property>
7386                  </packing>
7387                </child>
7388              </widget>
7389              <packing>
7390                <property name="expand">False</property>
7391                <property name="fill">False</property>
7392              </packing>
7393            </child>
7394            <child>
7395              <widget class="GtkNotebook" id="notebook3">
7396                <property name="visible">True</property>
7397                <property name="can_focus">True</property>
7398                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7399                <child>
7400                  <widget class="GtkVBox" id="repository_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
7401                    <property name="visible">True</property>
7402                    <property name="border_width">12</property>
7403                    <property name="spacing">18</property>
7404                    <child>
7405                      <widget class="GtkFrame" id="general_frame">
7406                        <property name="visible">True</property>
7407                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7408                        <property name="label_xalign">0</property>
7409                        <property name="shadow_type">GTK_SHADOW_NONE</property>
7410                        <child>
7411                          <widget class="GtkAlignment" id="alignment6">
7412                            <property name="visible">True</property>
7413                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7414                            <property name="top_padding">6</property>
7415                            <property name="left_padding">12</property>
7416                            <child>
7417                              <widget class="GtkTable" id="path_table_ipod">
7418                                <property name="visible">True</property>
7419                                <property name="n_rows">4</property>
7420                                <property name="n_columns">3</property>
7421                                <property name="column_spacing">12</property>
7422                                <property name="row_spacing">6</property>
7423                                <child>
7424                                  <widget class="GtkEntry" id="mountpoint_entry">
7425                                    <property name="visible">True</property>
7426                                    <property name="can_focus">True</property>
7427                                    <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7428                                    <property name="invisible_char">*</property>
7429                                  </widget>
7430                                  <packing>
7431                                    <property name="left_attach">1</property>
7432                                    <property name="right_attach">2</property>
7433                                    <property name="y_options"/>
7434                                  </packing>
7435                                </child>
7436                                <child>
7437                                  <widget class="GtkEntry" id="backup_entry">
7438                                    <property name="visible">True</property>
7439                                    <property name="can_focus">True</property>
7440                                    <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7441                                    <property name="invisible_char">*</property>
7442                                  </widget>
7443                                  <packing>
7444                                    <property name="left_attach">1</property>
7445                                    <property name="right_attach">2</property>
7446                                    <property name="top_attach">1</property>
7447                                    <property name="bottom_attach">2</property>
7448                                    <property name="y_options"/>
7449                                  </packing>
7450                                </child>
7451                                <child>
7452                                  <widget class="GtkEntry" id="local_path_entry">
7453                                    <property name="visible">True</property>
7454                                    <property name="can_focus">True</property>
7455                                    <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7456                                    <property name="editable">False</property>
7457                                    <property name="invisible_char">*</property>
7458                                  </widget>
7459                                  <packing>
7460                                    <property name="left_attach">1</property>
7461                                    <property name="right_attach">2</property>
7462                                    <property name="top_attach">3</property>
7463                                    <property name="bottom_attach">4</property>
7464                                    <property name="y_options"/>
7465                                  </packing>
7466                                </child>
7467                                <child>
7468                                  <widget class="GtkButton" id="mountpoint_button">
7469                                    <property name="visible">True</property>
7470                                    <property name="can_focus">True</property>
7471                                    <property name="response_id">0</property>
7472                                    <child>
7473                                      <widget class="GtkHBox" id="hbox185">
7474                                        <property name="visible">True</property>
7475                                        <property name="spacing">2</property>
7476                                        <child>
7477                                          <widget class="GtkImage" id="image10">
7478                                            <property name="visible">True</property>
7479                                            <property name="stock">gtk-directory</property>
7480                                          </widget>
7481                                        </child>
7482                                        <child>
7483                                          <widget class="GtkLabel" id="label79">
7484                                            <property name="visible">True</property>
7485                                            <property name="label" translatable="yes">Browse...</property>
7486                                          </widget>
7487                                          <packing>
7488                                            <property name="position">1</property>
7489                                          </packing>
7490                                        </child>
7491                                      </widget>
7492                                    </child>
7493                                  </widget>
7494                                  <packing>
7495                                    <property name="left_attach">2</property>
7496                                    <property name="right_attach">3</property>
7497                                    <property name="x_options"/>
7498                                    <property name="y_options"/>
7499                                  </packing>
7500                                </child>
7501                                <child>
7502                                  <widget class="GtkButton" id="backup_button">
7503                                    <property name="visible">True</property>
7504                                    <property name="can_focus">True</property>
7505                                    <property name="response_id">0</property>
7506                                    <child>
7507                                      <widget class="GtkHBox" id="hbox189">
7508                                        <property name="visible">True</property>
7509                                        <property name="spacing">2</property>
7510                                        <child>
7511                                          <widget class="GtkImage" id="image11">
7512                                            <property name="visible">True</property>
7513                                            <property name="stock">gtk-directory</property>
7514                                          </widget>
7515                                        </child>
7516                                        <child>
7517                                          <widget class="GtkLabel" id="label80">
7518                                            <property name="visible">True</property>
7519                                            <property name="label" translatable="yes">Browse...</property>
7520                                          </widget>
7521                                          <packing>
7522                                            <property name="position">1</property>
7523                                          </packing>
7524                                        </child>
7525                                      </widget>
7526                                    </child>
7527                                  </widget>
7528                                  <packing>
7529                                    <property name="left_attach">2</property>
7530                                    <property name="right_attach">3</property>
7531                                    <property name="top_attach">1</property>
7532                                    <property name="bottom_attach">2</property>
7533                                    <property name="x_options"/>
7534                                    <property name="y_options"/>
7535                                  </packing>
7536                                </child>
7537                                <child>
7538                                  <widget class="GtkComboBoxEntry" id="ipod_model_combo">
7539                                    <property name="visible">True</property>
7540                                    <child internal-child="entry">
7541                                      <widget class="GtkEntry" id="comboboxentry-entry1">
7542                                      </widget>
7543                                    </child>
7544                                  </widget>
7545                                  <packing>
7546                                    <property name="left_attach">1</property>
7547                                    <property name="right_attach">2</property>
7548                                    <property name="top_attach">2</property>
7549                                    <property name="bottom_attach">3</property>
7550                                    <property name="y_options"/>
7551                                  </packing>
7552                                </child>
7553                                <child>
7554                                  <widget class="GtkLabel" id="label75">
7555                                    <property name="visible">True</property>
7556                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7557                                  </widget>
7558                                  <packing>
7559                                    <property name="left_attach">2</property>
7560                                    <property name="right_attach">3</property>
7561                                    <property name="top_attach">2</property>
7562                                    <property name="bottom_attach">3</property>
7563                                    <property name="x_options"/>
7564                                    <property name="y_options"/>
7565                                  </packing>
7566                                </child>
7567                                <child>
7568                                  <widget class="GtkLabel" id="label76">
7569                                    <property name="visible">True</property>
7570                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7571                                  </widget>
7572                                  <packing>
7573                                    <property name="left_attach">2</property>
7574                                    <property name="right_attach">3</property>
7575                                    <property name="top_attach">3</property>
7576                                    <property name="bottom_attach">4</property>
7577                                    <property name="x_options"/>
7578                                    <property name="y_options"/>
7579                                  </packing>
7580                                </child>
7581                                <child>
7582                                  <widget class="GtkHBox" id="hbox197">
7583                                    <property name="visible">True</property>
7584                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7585                                    <child>
7586                                      <widget class="GtkLabel" id="mountpoint_label">
7587                                        <property name="visible">True</property>
7588                                        <property name="xalign">0</property>
7589                                        <property name="label" translatable="yes">iPod mountpoint:</property>
7590                                      </widget>
7591                                      <packing>
7592                                        <property name="expand">False</property>
7593                                        <property name="fill">False</property>
7594                                      </packing>
7595                                    </child>
7596                                  </widget>
7597                                  <packing>
7598                                    <property name="x_options">GTK_FILL</property>
7599                                    <property name="y_options"/>
7600                                  </packing>
7601                                </child>
7602                                <child>
7603                                  <widget class="GtkHBox" id="hbox203">
7604                                    <property name="visible">True</property>
7605                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7606                                    <child>
7607                                      <widget class="GtkLabel" id="backup_label">
7608                                        <property name="visible">True</property>
7609                                        <property name="xalign">0</property>
7610                                        <property name="label" translatable="yes">iTunesDB backup:</property>
7611                                      </widget>
7612                                      <packing>
7613                                        <property name="expand">False</property>
7614                                        <property name="fill">False</property>
7615                                      </packing>
7616                                    </child>
7617                                  </widget>
7618                                  <packing>
7619                                    <property name="top_attach">1</property>
7620                                    <property name="bottom_attach">2</property>
7621                                    <property name="x_options">GTK_FILL</property>
7622                                    <property name="y_options"/>
7623                                  </packing>
7624                                </child>
7625                                <child>
7626                                  <widget class="GtkHBox" id="hbox209">
7627                                    <property name="visible">True</property>
7628                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7629                                    <child>
7630                                      <widget class="GtkLabel" id="ipod_model_label">
7631                                        <property name="visible">True</property>
7632                                        <property name="xalign">0</property>
7633                                        <property name="label" translatable="yes">Model:</property>
7634                                      </widget>
7635                                      <packing>
7636                                        <property name="expand">False</property>
7637                                        <property name="fill">False</property>
7638                                      </packing>
7639                                    </child>
7640                                  </widget>
7641                                  <packing>
7642                                    <property name="top_attach">2</property>
7643                                    <property name="bottom_attach">3</property>
7644                                    <property name="x_options">GTK_FILL</property>
7645                                    <property name="y_options"/>
7646                                  </packing>
7647                                </child>
7648                                <child>
7649                                  <widget class="GtkHBox" id="hbox211">
7650                                    <property name="visible">True</property>
7651                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7652                                    <child>
7653                                      <widget class="GtkLabel" id="local_path_label">
7654                                        <property name="visible">True</property>
7655                                        <property name="xalign">0</property>
7656                                        <property name="label" translatable="yes">Path:</property>
7657                                      </widget>
7658                                      <packing>
7659                                        <property name="expand">False</property>
7660                                        <property name="fill">False</property>
7661                                      </packing>
7662                                    </child>
7663                                  </widget>
7664                                  <packing>
7665                                    <property name="top_attach">3</property>
7666                                    <property name="bottom_attach">4</property>
7667                                    <property name="x_options">GTK_FILL</property>
7668                                    <property name="y_options"/>
7669                                  </packing>
7670                                </child>
7671                              </widget>
7672                            </child>
7673                          </widget>
7674                        </child>
7675                        <child>
7676                          <widget class="GtkLabel" id="label98">
7677                            <property name="visible">True</property>
7678                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7679                            <property name="label" translatable="yes">&lt;b&gt;General&lt;/b&gt;</property>
7680                            <property name="use_markup">True</property>
7681                          </widget>
7682                          <packing>
7683                            <property name="type">label_item</property>
7684                          </packing>
7685                        </child>
7686                      </widget>
7687                      <packing>
7688                        <property name="expand">False</property>
7689                        <property name="fill">False</property>
7690                      </packing>
7691                    </child>
7692                    <child>
7693                      <widget class="GtkFrame" id="sync_frame">
7694                        <property name="visible">True</property>
7695                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7696                        <property name="label_xalign">0</property>
7697                        <property name="shadow_type">GTK_SHADOW_NONE</property>
7698                        <child>
7699                          <widget class="GtkAlignment" id="alignment8">
7700                            <property name="visible">True</property>
7701                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7702                            <property name="top_padding">6</property>
7703                            <property name="left_padding">12</property>
7704                            <child>
7705                              <widget class="GtkVBox" id="vbox41"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
7706                                <property name="visible">True</property>
7707                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7708                                <property name="spacing">6</property>
7709                                <child>
7710                                  <widget class="GtkTable" id="table5">
7711                                    <property name="visible">True</property>
7712                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7713                                    <property name="n_rows">3</property>
7714                                    <property name="n_columns">3</property>
7715                                    <property name="column_spacing">12</property>
7716                                    <property name="row_spacing">6</property>
7717                                    <child>
7718                                      <widget class="GtkHBox" id="hbox215">
7719                                        <property name="visible">True</property>
7720                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7721                                        <child>
7722                                          <widget class="GtkLabel" id="ipod_sync_contacts_label">
7723                                            <property name="visible">True</property>
7724                                            <property name="xalign">0</property>
7725                                            <property name="label" translatable="yes">Contacts sync command:</property>
7726                                          </widget>
7727                                          <packing>
7728                                            <property name="expand">False</property>
7729                                            <property name="fill">False</property>
7730                                          </packing>
7731                                        </child>
7732                                      </widget>
7733                                      <packing>
7734                                        <property name="x_options">GTK_FILL</property>
7735                                        <property name="y_options"/>
7736                                      </packing>
7737                                    </child>
7738                                    <child>
7739                                      <widget class="GtkHBox" id="hbox218">
7740                                        <property name="visible">True</property>
7741                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7742                                        <child>
7743                                          <widget class="GtkLabel" id="ipod_sync_notes_label">
7744                                            <property name="visible">True</property>
7745                                            <property name="xalign">0</property>
7746                                            <property name="label" translatable="yes">Notes sync command:</property>
7747                                          </widget>
7748                                          <packing>
7749                                            <property name="expand">False</property>
7750                                            <property name="fill">False</property>
7751                                          </packing>
7752                                        </child>
7753                                      </widget>
7754                                      <packing>
7755                                        <property name="top_attach">2</property>
7756                                        <property name="bottom_attach">3</property>
7757                                        <property name="x_options">GTK_FILL</property>
7758                                        <property name="y_options"/>
7759                                      </packing>
7760                                    </child>
7761                                    <child>
7762                                      <widget class="GtkHBox" id="hbox217">
7763                                        <property name="visible">True</property>
7764                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7765                                        <child>
7766                                          <widget class="GtkLabel" id="ipod_sync_calendar_label">
7767                                            <property name="visible">True</property>
7768                                            <property name="xalign">0</property>
7769                                            <property name="label" translatable="yes">Calendar sync command:</property>
7770                                          </widget>
7771                                          <packing>
7772                                            <property name="expand">False</property>
7773                                            <property name="fill">False</property>
7774                                          </packing>
7775                                        </child>
7776                                      </widget>
7777                                      <packing>
7778                                        <property name="top_attach">1</property>
7779                                        <property name="bottom_attach">2</property>
7780                                        <property name="x_options">GTK_FILL</property>
7781                                        <property name="y_options"/>
7782                                      </packing>
7783                                    </child>
7784                                    <child>
7785                                      <widget class="GtkEntry" id="ipod_sync_notes_entry">
7786                                        <property name="visible">True</property>
7787                                        <property name="can_focus">True</property>
7788                                        <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7789                                        <property name="invisible_char">*</property>
7790                                      </widget>
7791                                      <packing>
7792                                        <property name="left_attach">1</property>
7793                                        <property name="right_attach">2</property>
7794                                        <property name="top_attach">2</property>
7795                                        <property name="bottom_attach">3</property>
7796                                        <property name="y_options"/>
7797                                      </packing>
7798                                    </child>
7799                                    <child>
7800                                      <widget class="GtkEntry" id="ipod_sync_contacts_entry">
7801                                        <property name="visible">True</property>
7802                                        <property name="can_focus">True</property>
7803                                        <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7804                                        <property name="invisible_char">*</property>
7805                                      </widget>
7806                                      <packing>
7807                                        <property name="left_attach">1</property>
7808                                        <property name="right_attach">2</property>
7809                                        <property name="y_options"/>
7810                                      </packing>
7811                                    </child>
7812                                    <child>
7813                                      <widget class="GtkEntry" id="ipod_sync_calendar_entry">
7814                                        <property name="visible">True</property>
7815                                        <property name="can_focus">True</property>
7816                                        <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
7817                                        <property name="invisible_char">*</property>
7818                                      </widget>
7819                                      <packing>
7820                                        <property name="left_attach">1</property>
7821                                        <property name="right_attach">2</property>
7822                                        <property name="top_attach">1</property>
7823                                        <property name="bottom_attach">2</property>
7824                                        <property name="y_options"/>
7825                                      </packing>
7826                                    </child>
7827                                    <child>
7828                                      <widget class="GtkButton" id="ipod_sync_contacts_button">
7829                                        <property name="visible">True</property>
7830                                        <property name="can_focus">True</property>
7831                                        <property name="response_id">0</property>
7832                                        <child>
7833                                          <widget class="GtkHBox" id="hbox204">
7834                                            <property name="visible">True</property>
7835                                            <property name="spacing">2</property>
7836                                            <child>
7837                                              <widget class="GtkImage" id="image12">
7838                                                <property name="visible">True</property>
7839                                                <property name="stock">gtk-directory</property>
7840                                              </widget>
7841                                            </child>
7842                                            <child>
7843                                              <widget class="GtkLabel" id="label81">
7844                                                <property name="visible">True</property>
7845                                                <property name="label" translatable="yes">Browse...</property>
7846                                              </widget>
7847                                              <packing>
7848                                                <property name="position">1</property>
7849                                              </packing>
7850                                            </child>
7851                                          </widget>
7852                                        </child>
7853                                      </widget>
7854                                      <packing>
7855                                        <property name="left_attach">2</property>
7856                                        <property name="right_attach">3</property>
7857                                        <property name="x_options"/>
7858                                        <property name="y_options"/>
7859                                      </packing>
7860                                    </child>
7861                                    <child>
7862                                      <widget class="GtkButton" id="ipod_sync_calendar_button">
7863                                        <property name="visible">True</property>
7864                                        <property name="can_focus">True</property>
7865                                        <property name="response_id">0</property>
7866                                        <child>
7867                                          <widget class="GtkHBox" id="hbox206">
7868                                            <property name="visible">True</property>
7869                                            <property name="spacing">2</property>
7870                                            <child>
7871                                              <widget class="GtkImage" id="image13">
7872                                                <property name="visible">True</property>
7873                                                <property name="stock">gtk-directory</property>
7874                                              </widget>
7875                                            </child>
7876                                            <child>
7877                                              <widget class="GtkLabel" id="label83">
7878                                                <property name="visible">True</property>
7879                                                <property name="label" translatable="yes">Browse...</property>
7880                                              </widget>
7881                                              <packing>
7882                                                <property name="position">1</property>
7883                                              </packing>
7884                                            </child>
7885                                          </widget>
7886                                        </child>
7887                                      </widget>
7888                                      <packing>
7889                                        <property name="left_attach">2</property>
7890                                        <property name="right_attach">3</property>
7891                                        <property name="top_attach">1</property>
7892                                        <property name="bottom_attach">2</property>
7893                                        <property name="x_options"/>
7894                                        <property name="y_options"/>
7895                                      </packing>
7896                                    </child>
7897                                    <child>
7898                                      <widget class="GtkButton" id="ipod_sync_notes_button">
7899                                        <property name="visible">True</property>
7900                                        <property name="can_focus">True</property>
7901                                        <property name="response_id">0</property>
7902                                        <child>
7903                                          <widget class="GtkHBox" id="hbox207">
7904                                            <property name="visible">True</property>
7905                                            <property name="spacing">2</property>
7906                                            <child>
7907                                              <widget class="GtkImage" id="image14">
7908                                                <property name="visible">True</property>
7909                                                <property name="stock">gtk-directory</property>
7910                                              </widget>
7911                                            </child>
7912                                            <child>
7913                                              <widget class="GtkLabel" id="label84">
7914                                                <property name="visible">True</property>
7915                                                <property name="label" translatable="yes">Browse...</property>
7916                                              </widget>
7917                                              <packing>
7918                                                <property name="position">1</property>
7919                                              </packing>
7920                                            </child>
7921                                          </widget>
7922                                        </child>
7923                                      </widget>
7924                                      <packing>
7925                                        <property name="left_attach">2</property>
7926                                        <property name="right_attach">3</property>
7927                                        <property name="top_attach">2</property>
7928                                        <property name="bottom_attach">3</property>
7929                                        <property name="x_options"/>
7930                                        <property name="y_options"/>
7931                                      </packing>
7932                                    </child>
7933                                  </widget>
7934                                  <packing>
7935                                    <property name="expand">False</property>
7936                                    <property name="fill">False</property>
7937                                  </packing>
7938                                </child>
7939                                <child>
7940                                  <widget class="GtkCheckButton" id="ipod_concal_autosync_toggle">
7941                                    <property name="visible">True</property>
7942                                    <property name="can_focus">True</property>
7943                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7944                                    <property name="label" translatable="yes">Call automatically when synchronizing iTunesDB</property>
7945                                    <property name="response_id">0</property>
7946                                    <property name="draw_indicator">True</property>
7947                                  </widget>
7948                                  <packing>
7949                                    <property name="expand">False</property>
7950                                    <property name="fill">False</property>
7951                                    <property name="position">1</property>
7952                                  </packing>
7953                                </child>
7954                              </widget>
7955                            </child>
7956                          </widget>
7957                        </child>
7958                        <child>
7959                          <widget class="GtkLabel" id="ipod_sync_label">
7960                            <property name="visible">True</property>
7961                            <property name="xalign">0</property>
7962                            <property name="yalign">1</property>
7963                            <property name="label" translatable="yes">&lt;b&gt;Synchronization&lt;/b&gt;</property>
7964                            <property name="use_markup">True</property>
7965                          </widget>
7966                          <packing>
7967                            <property name="type">label_item</property>
7968                          </packing>
7969                        </child>
7970                      </widget>
7971                      <packing>
7972                        <property name="expand">False</property>
7973                        <property name="fill">False</property>
7974                        <property name="position">1</property>
7975                      </packing>
7976                    </child>
7977                    <child>
7978                      <widget class="GtkHButtonBox" id="hbuttonbox5">
7979                        <property name="visible">True</property>
7980                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7981                        <property name="spacing">6</property>
7982                        <property name="layout_style">GTK_BUTTONBOX_END</property>
7983                        <child>
7984                          <widget class="GtkButton" id="update_all_playlists_button">
7985                            <property name="visible">True</property>
7986                            <property name="can_focus">True</property>
7987                            <property name="response_id">0</property>
7988                            <child>
7989                              <widget class="GtkHBox" id="hbox208">
7990                                <property name="visible">True</property>
7991                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7992                                <property name="spacing">2</property>
7993                                <child>
7994                                  <widget class="GtkLabel" id="label49">
7995                                    <property name="visible">True</property>
7996                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7997                                  </widget>
7998                                </child>
7999                                <child>
8000                                  <widget class="GtkImage" id="image15">
8001                                    <property name="visible">True</property>
8002                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8003                                    <property name="stock">gtk-refresh</property>
8004                                  </widget>
8005                                  <packing>
8006                                    <property name="expand">False</property>
8007                                    <property name="fill">False</property>
8008                                    <property name="position">1</property>
8009                                  </packing>
8010                                </child>
8011                                <child>
8012                                  <widget class="GtkLabel" id="label90">
8013                                    <property name="visible">True</property>
8014                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8015                                    <property name="label" translatable="yes">Update/Sync All Playlists</property>
8016                                  </widget>
8017                                  <packing>
8018                                    <property name="expand">False</property>
8019                                    <property name="fill">False</property>
8020                                    <property name="position">2</property>
8021                                  </packing>
8022                                </child>
8023                                <child>
8024                                  <widget class="GtkLabel" id="label77">
8025                                    <property name="visible">True</property>
8026                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8027                                  </widget>
8028                                  <packing>
8029                                    <property name="position">3</property>
8030                                  </packing>
8031                                </child>
8032                              </widget>
8033                            </child>
8034                          </widget>
8035                        </child>
8036                        <child>
8037                          <widget class="GtkButton" id="delete_repository_button">
8038                            <property name="visible">True</property>
8039                            <property name="can_focus">True</property>
8040                            <property name="response_id">0</property>
8041                            <child>
8042                              <widget class="GtkHBox" id="hbox183">
8043                                <property name="visible">True</property>
8044                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8045                                <property name="spacing">2</property>
8046                                <child>
8047                                  <widget class="GtkLabel" id="label78">
8048                                    <property name="visible">True</property>
8049                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8050                                  </widget>
8051                                </child>
8052                                <child>
8053                                  <widget class="GtkImage" id="image9">
8054                                    <property name="visible">True</property>
8055                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8056                                    <property name="stock">gtk-delete</property>
8057                                  </widget>
8058                                  <packing>
8059                                    <property name="expand">False</property>
8060                                    <property name="fill">False</property>
8061                                    <property name="position">1</property>
8062                                  </packing>
8063                                </child>
8064                                <child>
8065                                  <widget class="GtkLabel" id="label92">
8066                                    <property name="visible">True</property>
8067                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8068                                    <property name="label" translatable="yes">Delete Repository</property>
8069                                  </widget>
8070                                  <packing>
8071                                    <property name="expand">False</property>
8072                                    <property name="fill">False</property>
8073                                    <property name="position">2</property>
8074                                  </packing>
8075                                </child>
8076                                <child>
8077                                  <widget class="GtkLabel" id="label93">
8078                                    <property name="visible">True</property>
8079                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8080                                  </widget>
8081                                  <packing>
8082                                    <property name="position">3</property>
8083                                  </packing>
8084                                </child>
8085                              </widget>
8086                            </child>
8087                          </widget>
8088                          <packing>
8089                            <property name="expand">False</property>
8090                            <property name="fill">False</property>
8091                            <property name="position">1</property>
8092                          </packing>
8093                        </child>
8094                      </widget>
8095                      <packing>
8096                        <property name="expand">False</property>
8097                        <property name="fill">False</property>
8098                        <property name="position">2</property>
8099                      </packing>
8100                    </child>
8101                  </widget>
8102                  <packing>
8103                    <property name="tab_fill">False</property>
8104                  </packing>
8105                </child>
8106                <child>
8107                  <widget class="GtkLabel" id="label2">
8108                    <property name="visible">True</property>
8109                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8110                    <property name="label" translatable="yes">Repository</property>
8111                  </widget>
8112                  <packing>
8113                    <property name="type">tab</property>
8114                    <property name="tab_fill">False</property>
8115                  </packing>
8116                </child>
8117                <child>
8118                  <widget class="GtkVBox" id="playlist_tab_contents"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8119                    <property name="visible">True</property>
8120                    <property name="border_width">12</property>
8121                    <property name="spacing">18</property>
8122                    <child>
8123                      <widget class="GtkHBox" id="hbox199">
8124                        <property name="visible">True</property>
8125                        <property name="spacing">6</property>
8126                        <child>
8127                          <widget class="GtkComboBox" id="playlist_combo">
8128                            <property name="visible">True</property>
8129                          </widget>
8130                          <packing>
8131                            <property name="expand">False</property>
8132                          </packing>
8133                        </child>
8134                        <child>
8135                          <widget class="GtkLabel" id="playlist_type_label">
8136                            <property name="visible">True</property>
8137                            <property name="label">&lt;i&gt;Playlist type&lt;/i&gt;</property>
8138                            <property name="use_markup">True</property>
8139                          </widget>
8140                          <packing>
8141                            <property name="expand">False</property>
8142                            <property name="fill">False</property>
8143                            <property name="padding">6</property>
8144                            <property name="position">1</property>
8145                          </packing>
8146                        </child>
8147                        <child>
8148                          <placeholder/>
8149                        </child>
8150                      </widget>
8151                      <packing>
8152                        <property name="expand">False</property>
8153                        <property name="fill">False</property>
8154                        <property name="padding">3</property>
8155                      </packing>
8156                    </child>
8157                    <child>
8158                      <widget class="GtkVBox" id="vbox164"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8159                        <property name="visible">True</property>
8160                        <property name="spacing">8</property>
8161                        <child>
8162                          <widget class="GtkFrame" id="frame25">
8163                            <property name="visible">True</property>
8164                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8165                            <property name="label_xalign">0</property>
8166                            <property name="shadow_type">GTK_SHADOW_NONE</property>
8167                            <child>
8168                              <widget class="GtkAlignment" id="alignment11">
8169                                <property name="visible">True</property>
8170                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8171                                <property name="top_padding">6</property>
8172                                <property name="left_padding">12</property>
8173                                <child>
8174                                  <widget class="GtkVBox" id="vbox40"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8175                                    <property name="visible">True</property>
8176                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8177                                    <property name="spacing">6</property>
8178                                    <child>
8179                                      <widget class="GtkVBox" id="standard_playlist_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8180                                        <property name="visible">True</property>
8181                                        <property name="spacing">6</property>
8182                                        <child>
8183                                          <widget class="GtkRadioButton" id="sync_playlist_mode_automatic_radio">
8184                                            <property name="visible">True</property>
8185                                            <property name="can_focus">True</property>
8186                                            <property name="tooltip" translatable="yes">Directories to sync with are determined from the filenames of the tracks in the playlist.</property>
8187                                            <property name="label" translatable="yes">On startup automatically sync with playlist directories</property>
8188                                            <property name="use_underline">True</property>
8189                                            <property name="response_id">0</property>
8190                                            <property name="draw_indicator">True</property>
8191                                          </widget>
8192                                          <packing>
8193                                            <property name="expand">False</property>
8194                                            <property name="fill">False</property>
8195                                          </packing>
8196                                        </child>
8197                                        <child>
8198                                          <widget class="GtkRadioButton" id="sync_playlist_mode_manual_radio">
8199                                            <property name="visible">True</property>
8200                                            <property name="can_focus">True</property>
8201                                            <property name="label" translatable="yes">On startup automatically sync with the following directory</property>
8202                                            <property name="use_underline">True</property>
8203                                            <property name="response_id">0</property>
8204                                            <property name="draw_indicator">True</property>
8205                                            <property name="group">sync_playlist_mode_automatic_radio</property>
8206                                          </widget>
8207                                          <packing>
8208                                            <property name="expand">False</property>
8209                                            <property name="fill">False</property>
8210                                            <property name="position">1</property>
8211                                          </packing>
8212                                        </child>
8213                                        <child>
8214                                          <widget class="GtkHBox" id="hbox201">
8215                                            <property name="visible">True</property>
8216                                            <property name="spacing">12</property>
8217                                            <child>
8218                                              <widget class="GtkLabel" id="label417">
8219                                                <property name="visible">True</property>
8220                                              </widget>
8221                                              <packing>
8222                                                <property name="expand">False</property>
8223                                                <property name="fill">False</property>
8224                                              </packing>
8225                                            </child>
8226                                            <child>
8227                                              <widget class="GtkEntry" id="manual_syncdir_entry">
8228                                                <property name="visible">True</property>
8229                                                <property name="can_focus">True</property>
8230                                                <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
8231                                                <property name="invisible_char">*</property>
8232                                              </widget>
8233                                              <packing>
8234                                                <property name="position">1</property>
8235                                              </packing>
8236                                            </child>
8237                                            <child>
8238                                              <widget class="GtkButton" id="manual_syncdir_button">
8239                                                <property name="visible">True</property>
8240                                                <property name="can_focus">True</property>
8241                                                <property name="response_id">0</property>
8242                                                <child>
8243                                                  <widget class="GtkHBox" id="hbox220">
8244                                                    <property name="visible">True</property>
8245                                                    <property name="spacing">2</property>
8246                                                    <child>
8247                                                      <widget class="GtkImage" id="image20">
8248                                                        <property name="visible">True</property>
8249                                                        <property name="stock">gtk-directory</property>
8250                                                      </widget>
8251                                                    </child>
8252                                                    <child>
8253                                                      <widget class="GtkLabel" id="label108">
8254                                                        <property name="visible">True</property>
8255                                                        <property name="label" translatable="yes">Browse...</property>
8256                                                      </widget>
8257                                                      <packing>
8258                                                        <property name="position">1</property>
8259                                                      </packing>
8260                                                    </child>
8261                                                  </widget>
8262                                                </child>
8263                                              </widget>
8264                                              <packing>
8265                                                <property name="expand">False</property>
8266                                                <property name="fill">False</property>
8267                                                <property name="position">2</property>
8268                                              </packing>
8269                                            </child>
8270                                          </widget>
8271                                          <packing>
8272                                            <property name="expand">False</property>
8273                                            <property name="fill">False</property>
8274                                            <property name="padding">2</property>
8275                                            <property name="position">2</property>
8276                                          </packing>
8277                                        </child>
8278                                        <child>
8279                                          <widget class="GtkRadioButton" id="sync_playlist_mode_none_radio">
8280                                            <property name="visible">True</property>
8281                                            <property name="can_focus">True</property>
8282                                            <property name="label" translatable="yes">Don't automatically sync on startup</property>
8283                                            <property name="use_underline">True</property>
8284                                            <property name="response_id">0</property>
8285                                            <property name="draw_indicator">True</property>
8286                                            <property name="group">sync_playlist_mode_automatic_radio</property>
8287                                          </widget>
8288                                          <packing>
8289                                            <property name="expand">False</property>
8290                                            <property name="fill">False</property>
8291                                            <property name="position">3</property>
8292                                          </packing>
8293                                        </child>
8294                                        <child>
8295                                          <widget class="GtkHBox" id="sync_options_hbox">
8296                                            <property name="visible">True</property>
8297                                            <child>
8298                                              <widget class="GtkLabel" id="label422">
8299                                                <property name="visible">True</property>
8300                                                <property name="xpad">6</property>
8301                                              </widget>
8302                                              <packing>
8303                                                <property name="expand">False</property>
8304                                                <property name="fill">False</property>
8305                                              </packing>
8306                                            </child>
8307                                            <child>
8308                                              <widget class="GtkVBox" id="vbox_720"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8309                                                <property name="visible">True</property>
8310                                                <property name="spacing">6</property>
8311                                                <child>
8312                                                  <widget class="GtkCheckButton" id="playlist_sync_delete_tracks_toggle">
8313                                                    <property name="visible">True</property>
8314                                                    <property name="can_focus">True</property>
8315                                                    <property name="tooltip" translatable="yes">Normally, if a track is no longer present in the sync directory, it will be removed from the playlist, but not from the iPod or local repository.
8316If this option is checked, tracks will be completely removed from the iPod or local repository, unless the track is a member of other playlists as well.
8317NOTE: if you sync with the master playlist, you must check this option if you want tracks to be removed, because removing from the master playlist means removing from the iPod.</property>
8318                                                    <property name="label" translatable="yes">Delete missing tracks from the iPod or repository</property>
8319                                                    <property name="use_underline">True</property>
8320                                                    <property name="response_id">0</property>
8321                                                    <property name="draw_indicator">True</property>
8322                                                  </widget>
8323                                                  <packing>
8324                                                    <property name="expand">False</property>
8325                                                    <property name="fill">False</property>
8326                                                  </packing>
8327                                                </child>
8328                                                <child>
8329                                                  <widget class="GtkCheckButton" id="playlist_sync_confirm_delete_toggle">
8330                                                    <property name="visible">True</property>
8331                                                    <property name="can_focus">True</property>
8332                                                    <property name="label" translatable="yes">Confirm before removing tracks from the iPod or repository</property>
8333                                                    <property name="use_underline">True</property>
8334                                                    <property name="response_id">0</property>
8335                                                    <property name="draw_indicator">True</property>
8336                                                  </widget>
8337                                                  <packing>
8338                                                    <property name="expand">False</property>
8339                                                    <property name="fill">False</property>
8340                                                    <property name="position">1</property>
8341                                                  </packing>
8342                                                </child>
8343                                                <child>
8344                                                  <widget class="GtkCheckButton" id="playlist_sync_show_summary_toggle">
8345                                                    <property name="visible">True</property>
8346                                                    <property name="can_focus">True</property>
8347                                                    <property name="tooltip" translatable="yes">Will show a list of tracks removed and a list of tracks newly added or updated.</property>
8348                                                    <property name="label" translatable="yes">Show summary of sync result</property>
8349                                                    <property name="use_underline">True</property>
8350                                                    <property name="response_id">0</property>
8351                                                    <property name="draw_indicator">True</property>
8352                                                  </widget>
8353                                                  <packing>
8354                                                    <property name="expand">False</property>
8355                                                    <property name="fill">False</property>
8356                                                    <property name="position">2</property>
8357                                                  </packing>
8358                                                </child>
8359                                              </widget>
8360                                              <packing>
8361                                                <property name="position">1</property>
8362                                              </packing>
8363                                            </child>
8364                                          </widget>
8365                                          <packing>
8366                                            <property name="position">4</property>
8367                                          </packing>
8368                                        </child>
8369                                      </widget>
8370                                      <packing>
8371                                        <property name="expand">False</property>
8372                                        <property name="fill">False</property>
8373                                      </packing>
8374                                    </child>
8375                                    <child>
8376                                      <widget class="GtkVBox" id="spl_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8377                                        <property name="visible">True</property>
8378                                        <property name="spacing">6</property>
8379                                        <child>
8380                                          <widget class="GtkCheckButton" id="spl_live_update_toggle">
8381                                            <property name="visible">True</property>
8382                                            <property name="can_focus">True</property>
8383                                            <property name="label" translatable="yes">On startup automatically update (Live Playlist)</property>
8384                                            <property name="use_underline">True</property>
8385                                            <property name="response_id">0</property>
8386                                            <property name="draw_indicator">True</property>
8387                                          </widget>
8388                                          <packing>
8389                                            <property name="expand">False</property>
8390                                            <property name="fill">False</property>
8391                                          </packing>
8392                                        </child>
8393                                        <child>
8394                                          <placeholder/>
8395                                        </child>
8396                                      </widget>
8397                                      <packing>
8398                                        <property name="expand">False</property>
8399                                        <property name="fill">False</property>
8400                                        <property name="position">1</property>
8401                                      </packing>
8402                                    </child>
8403                                  </widget>
8404                                </child>
8405                              </widget>
8406                            </child>
8407                            <child>
8408                              <widget class="GtkLabel" id="label100">
8409                                <property name="visible">True</property>
8410                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8411                                <property name="label" translatable="yes">&lt;b&gt;Playlist Options&lt;/b&gt;</property>
8412                                <property name="use_markup">True</property>
8413                              </widget>
8414                              <packing>
8415                                <property name="type">label_item</property>
8416                              </packing>
8417                            </child>
8418                          </widget>
8419                        </child>
8420                        <child>
8421                          <widget class="GtkHButtonBox" id="hbuttonbox6">
8422                            <property name="visible">True</property>
8423                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8424                            <property name="layout_style">GTK_BUTTONBOX_END</property>
8425                            <child>
8426                              <widget class="GtkButton" id="update_playlist_button">
8427                                <property name="visible">True</property>
8428                                <property name="can_focus">True</property>
8429                                <property name="response_id">0</property>
8430                                <child>
8431                                  <widget class="GtkHBox" id="hbox200">
8432                                    <property name="visible">True</property>
8433                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8434                                    <property name="spacing">2</property>
8435                                    <child>
8436                                      <widget class="GtkLabel" id="label103">
8437                                        <property name="visible">True</property>
8438                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8439                                      </widget>
8440                                    </child>
8441                                    <child>
8442                                      <widget class="GtkImage" id="image17">
8443                                        <property name="visible">True</property>
8444                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8445                                        <property name="stock">gtk-refresh</property>
8446                                      </widget>
8447                                      <packing>
8448                                        <property name="expand">False</property>
8449                                        <property name="fill">False</property>
8450                                        <property name="position">1</property>
8451                                      </packing>
8452                                    </child>
8453                                    <child>
8454                                      <widget class="GtkLabel" id="label104">
8455                                        <property name="visible">True</property>
8456                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8457                                        <property name="label" translatable="yes">Update/Sync Playlist</property>
8458                                      </widget>
8459                                      <packing>
8460                                        <property name="expand">False</property>
8461                                        <property name="fill">False</property>
8462                                        <property name="position">2</property>
8463                                      </packing>
8464                                    </child>
8465                                    <child>
8466                                      <widget class="GtkLabel" id="label105">
8467                                        <property name="visible">True</property>
8468                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8469                                      </widget>
8470                                      <packing>
8471                                        <property name="position">3</property>
8472                                      </packing>
8473                                    </child>
8474                                  </widget>
8475                                </child>
8476                              </widget>
8477                              <packing>
8478                                <property name="expand">False</property>
8479                                <property name="fill">False</property>
8480                              </packing>
8481                            </child>
8482                          </widget>
8483                          <packing>
8484                            <property name="position">1</property>
8485                          </packing>
8486                        </child>
8487                      </widget>
8488                      <packing>
8489                        <property name="expand">False</property>
8490                        <property name="fill">False</property>
8491                        <property name="position">1</property>
8492                      </packing>
8493                    </child>
8494                  </widget>
8495                  <packing>
8496                    <property name="position">1</property>
8497                    <property name="tab_fill">False</property>
8498                  </packing>
8499                </child>
8500                <child>
8501                  <widget class="GtkLabel" id="playlist_tab_label">
8502                    <property name="visible">True</property>
8503                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8504                    <property name="label" translatable="yes">Playlists</property>
8505                  </widget>
8506                  <packing>
8507                    <property name="type">tab</property>
8508                    <property name="position">1</property>
8509                    <property name="tab_fill">False</property>
8510                  </packing>
8511                </child>
8512              </widget>
8513              <packing>
8514                <property name="position">1</property>
8515              </packing>
8516            </child>
8517          </widget>
8518        </child>
8519        <child>
8520          <widget class="GtkHButtonBox" id="hbuttonbox15">
8521            <property name="visible">True</property>
8522            <property name="border_width">4</property>
8523            <property name="spacing">6</property>
8524            <property name="layout_style">GTK_BUTTONBOX_END</property>
8525            <child>
8526              <widget class="GtkButton" id="apply_button">
8527                <property name="visible">True</property>
8528                <property name="can_focus">True</property>
8529                <property name="can_default">True</property>
8530                <property name="label">gtk-apply</property>
8531                <property name="use_stock">True</property>
8532                <property name="response_id">0</property>
8533              </widget>
8534            </child>
8535            <child>
8536              <widget class="GtkButton" id="cancel_button">
8537                <property name="visible">True</property>
8538                <property name="can_focus">True</property>
8539                <property name="can_default">True</property>
8540                <property name="label">gtk-cancel</property>
8541                <property name="use_stock">True</property>
8542                <property name="response_id">0</property>
8543              </widget>
8544              <packing>
8545                <property name="position">1</property>
8546              </packing>
8547            </child>
8548            <child>
8549              <widget class="GtkButton" id="ok_button">
8550                <property name="visible">True</property>
8551                <property name="can_focus">True</property>
8552                <property name="can_default">True</property>
8553                <property name="label">gtk-ok</property>
8554                <property name="use_stock">True</property>
8555                <property name="response_id">0</property>
8556              </widget>
8557              <packing>
8558                <property name="position">2</property>
8559              </packing>
8560            </child>
8561          </widget>
8562          <packing>
8563            <property name="expand">False</property>
8564            <property name="position">1</property>
8565          </packing>
8566        </child>
8567      </widget>
8568    </child>
8569  </widget>
8570  <widget class="GtkWindow" id="create_repository_window">
8571    <property name="visible">True</property>
8572    <property name="title" translatable="yes">Create Repository</property>
8573    <property name="modal">True</property>
8574    <property name="skip_taskbar_hint">True</property>
8575    <child>
8576      <widget class="GtkVBox" id="vbox170"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8577        <property name="visible">True</property>
8578        <property name="border_width">6</property>
8579        <property name="spacing">2</property>
8580        <child>
8581          <widget class="GtkVBox" id="vbox39"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
8582            <property name="visible">True</property>
8583            <child>
8584              <widget class="GtkTable" id="table46">
8585                <property name="visible">True</property>
8586                <property name="border_width">6</property>
8587                <property name="n_rows">7</property>
8588                <property name="n_columns">3</property>
8589                <property name="column_spacing">12</property>
8590                <property name="row_spacing">6</property>
8591                <child>
8592                  <widget class="GtkHBox" id="hbox165">
8593                    <property name="visible">True</property>
8594                    <child>
8595                      <placeholder/>
8596                    </child>
8597                  </widget>
8598                  <packing>
8599                    <property name="left_attach">2</property>
8600                    <property name="right_attach">3</property>
8601                    <property name="top_attach">6</property>
8602                    <property name="bottom_attach">7</property>
8603                    <property name="x_options"/>
8604                    <property name="y_options"/>
8605                  </packing>
8606                </child>
8607                <child>
8608                  <widget class="GtkHBox" id="hbox163">
8609                    <property name="visible">True</property>
8610                    <child>
8611                      <placeholder/>
8612                    </child>
8613                  </widget>
8614                  <packing>
8615                    <property name="left_attach">2</property>
8616                    <property name="right_attach">3</property>
8617                    <property name="top_attach">4</property>
8618                    <property name="bottom_attach">5</property>
8619                    <property name="x_options"/>
8620                    <property name="y_options"/>
8621                  </packing>
8622                </child>
8623                <child>
8624                  <widget class="GtkHBox" id="hbox162">
8625                    <property name="visible">True</property>
8626                    <child>
8627                      <placeholder/>
8628                    </child>
8629                  </widget>
8630                  <packing>
8631                    <property name="left_attach">2</property>
8632                    <property name="right_attach">3</property>
8633                    <property name="top_attach">1</property>
8634                    <property name="bottom_attach">2</property>
8635                    <property name="x_options"/>
8636                    <property name="y_options"/>
8637                  </packing>
8638                </child>
8639                <child>
8640                  <widget class="GtkHBox" id="hbox161">
8641                    <property name="visible">True</property>
8642                    <child>
8643                      <placeholder/>
8644                    </child>
8645                  </widget>
8646                  <packing>
8647                    <property name="left_attach">2</property>
8648                    <property name="right_attach">3</property>
8649                    <property name="x_options"/>
8650                    <property name="y_options"/>
8651                  </packing>
8652                </child>
8653                <child>
8654                  <widget class="GtkHBox" id="hbox160">
8655                    <property name="visible">True</property>
8656                    <child>
8657                      <widget class="GtkButton" id="crw_mountpoint_button">
8658                        <property name="visible">True</property>
8659                        <property name="can_focus">True</property>
8660                        <property name="response_id">0</property>
8661                        <child>
8662                          <widget class="GtkHBox" id="hbox133">
8663                            <property name="visible">True</property>
8664                            <property name="spacing">2</property>
8665                            <child>
8666                              <widget class="GtkImage" id="image5">
8667                                <property name="visible">True</property>
8668                                <property name="stock">gtk-directory</property>
8669                              </widget>
8670                            </child>
8671                            <child>
8672                              <widget class="GtkLabel" id="label69">
8673                                <property name="visible">True</property>
8674                                <property name="label" translatable="yes">Browse...</property>
8675                              </widget>
8676                              <packing>
8677                                <property name="position">1</property>
8678                              </packing>
8679                            </child>
8680                          </widget>
8681                        </child>
8682                      </widget>
8683                      <packing>
8684                        <property name="expand">False</property>
8685                        <property name="fill">False</property>
8686                      </packing>
8687                    </child>
8688                  </widget>
8689                  <packing>
8690                    <property name="left_attach">2</property>
8691                    <property name="right_attach">3</property>
8692                    <property name="top_attach">2</property>
8693                    <property name="bottom_attach">3</property>
8694                    <property name="x_options"/>
8695                    <property name="y_options"/>
8696                  </packing>
8697                </child>
8698                <child>
8699                  <widget class="GtkHBox" id="hbox159">
8700                    <property name="visible">True</property>
8701                    <child>
8702                      <widget class="GtkComboBox" id="crw_repository_combo">
8703                        <property name="visible">True</property>
8704                      </widget>
8705                      <packing>
8706                        <property name="expand">False</property>
8707                        <property name="fill">False</property>
8708                      </packing>
8709                    </child>
8710                  </widget>
8711                  <packing>
8712                    <property name="left_attach">1</property>
8713                    <property name="right_attach">2</property>
8714                    <property name="top_attach">6</property>
8715                    <property name="bottom_attach">7</property>
8716                    <property name="x_options">GTK_FILL</property>
8717                    <property name="y_options"/>
8718                  </packing>
8719                </child>
8720                <child>
8721                  <widget class="GtkHBox" id="hbox157">
8722                    <property name="visible">True</property>
8723                    <child>
8724                      <widget class="GtkComboBox" id="crw_insert_before_after_combo">
8725                        <property name="visible">True</property>
8726                        <property name="items" translatable="yes">Insert before
8727Insert after</property>
8728                      </widget>
8729                      <packing>
8730                        <property name="expand">False</property>
8731                        <property name="fill">False</property>
8732                      </packing>
8733                    </child>
8734                  </widget>
8735                  <packing>
8736                    <property name="top_attach">6</property>
8737                    <property name="bottom_attach">7</property>
8738                    <property name="x_options">GTK_EXPAND</property>
8739                    <property name="y_options"/>
8740                  </packing>
8741                </child>
8742                <child>
8743                  <widget class="GtkHBox" id="hbox156">
8744                    <property name="visible">True</property>
8745                    <child>
8746                      <widget class="GtkLabel" id="crw_local_path_label">
8747                        <property name="visible">True</property>
8748                        <property name="xalign">0</property>
8749                        <property name="label" translatable="yes">Path:</property>
8750                      </widget>
8751                      <packing>
8752                        <property name="expand">False</property>
8753                        <property name="fill">False</property>
8754                      </packing>
8755                    </child>
8756                  </widget>
8757                  <packing>
8758                    <property name="top_attach">5</property>
8759                    <property name="bottom_attach">6</property>
8760                    <property name="x_options">GTK_FILL</property>
8761                    <property name="y_options"/>
8762                  </packing>
8763                </child>
8764                <child>
8765                  <widget class="GtkHBox" id="hbox155">
8766                    <property name="visible">True</property>
8767                    <child>
8768                      <widget class="GtkLabel" id="crw_ipod_model_label">
8769                        <property name="visible">True</property>
8770                        <property name="xalign">0</property>
8771                        <property name="label" translatable="yes">Model:</property>
8772                      </widget>
8773                      <packing>
8774                        <property name="expand">False</property>
8775                        <property name="fill">False</property>
8776                      </packing>
8777                    </child>
8778                  </widget>
8779                  <packing>
8780                    <property name="top_attach">4</property>
8781                    <property name="bottom_attach">5</property>
8782                    <property name="x_options">GTK_FILL</property>
8783                    <property name="y_options"/>
8784                  </packing>
8785                </child>
8786                <child>
8787                  <widget class="GtkHBox" id="hbox154">
8788                    <property name="visible">True</property>
8789                    <child>
8790                      <widget class="GtkLabel" id="crw_backup_label">
8791                        <property name="visible">True</property>
8792                        <property name="xalign">0</property>
8793                        <property name="label" translatable="yes">iTunesDB backup:</property>
8794                      </widget>
8795                      <packing>
8796                        <property name="expand">False</property>
8797                        <property name="fill">False</property>
8798                      </packing>
8799                    </child>
8800                  </widget>
8801                  <packing>
8802                    <property name="top_attach">3</property>
8803                    <property name="bottom_attach">4</property>
8804                    <property name="x_options">GTK_FILL</property>
8805                    <property name="y_options"/>
8806                  </packing>
8807                </child>
8808                <child>
8809                  <widget class="GtkHBox" id="hbox153">
8810                    <property name="visible">True</property>
8811                    <child>
8812                      <widget class="GtkLabel" id="crw_mountpoint_label">
8813                        <property name="visible">True</property>
8814                        <property name="xalign">0</property>
8815                        <property name="label" translatable="yes">iPod mountpoint:</property>
8816                      </widget>
8817                      <packing>
8818                        <property name="expand">False</property>
8819                        <property name="fill">False</property>
8820                      </packing>
8821                    </child>
8822                  </widget>
8823                  <packing>
8824                    <property name="top_attach">2</property>
8825                    <property name="bottom_attach">3</property>
8826                    <property name="x_options">GTK_FILL</property>
8827                    <property name="y_options"/>
8828                  </packing>
8829                </child>
8830                <child>
8831                  <widget class="GtkHBox" id="hbox152">
8832                    <property name="visible">True</property>
8833                    <child>
8834                      <widget class="GtkLabel" id="crw_repository_name_label">
8835                        <property name="visible">True</property>
8836                        <property name="xalign">0</property>
8837                        <property name="label" translatable="yes">Repository name:</property>
8838                      </widget>
8839                      <packing>
8840                        <property name="expand">False</property>
8841                        <property name="fill">False</property>
8842                      </packing>
8843                    </child>
8844                  </widget>
8845                  <packing>
8846                    <property name="top_attach">1</property>
8847                    <property name="bottom_attach">2</property>
8848                    <property name="x_options">GTK_FILL</property>
8849                    <property name="y_options"/>
8850                  </packing>
8851                </child>
8852                <child>
8853                  <widget class="GtkHBox" id="hbox151">
8854                    <property name="visible">True</property>
8855                    <child>
8856                      <widget class="GtkLabel" id="crw_repository_type_label">
8857                        <property name="visible">True</property>
8858                        <property name="xalign">0</property>
8859                        <property name="label" translatable="yes">Repository type:</property>
8860                      </widget>
8861                      <packing>
8862                        <property name="expand">False</property>
8863                        <property name="fill">False</property>
8864                      </packing>
8865                    </child>
8866                  </widget>
8867                  <packing>
8868                    <property name="x_options">GTK_FILL</property>
8869                    <property name="y_options"/>
8870                  </packing>
8871                </child>
8872                <child>
8873                  <widget class="GtkHBox" id="hbox150">
8874                    <property name="visible">True</property>
8875                    <child>
8876                      <widget class="GtkComboBox" id="crw_repository_type_combo">
8877                        <property name="visible">True</property>
8878                        <property comments="These are the items for the 'Repository type' combo in the 'Create Repository' dialog. Keep the three items in order!" name="items" translatable="yes">iPod
8879Local Repository (Standard)
8880Local Repository (Podcasts)
8881</property>
8882                      </widget>
8883                      <packing>
8884                        <property name="expand">False</property>
8885                        <property name="fill">False</property>
8886                      </packing>
8887                    </child>
8888                  </widget>
8889                  <packing>
8890                    <property name="left_attach">1</property>
8891                    <property name="right_attach">2</property>
8892                    <property name="x_options">GTK_FILL</property>
8893                    <property name="y_options"/>
8894                  </packing>
8895                </child>
8896                <child>
8897                  <widget class="GtkComboBoxEntry" id="crw_ipod_model_combo">
8898                    <property name="visible">True</property>
8899                    <child internal-child="entry">
8900                      <widget class="GtkEntry" id="crw_ipod_model_entry">
8901                      </widget>
8902                    </child>
8903                  </widget>
8904                  <packing>
8905                    <property name="left_attach">1</property>
8906                    <property name="right_attach">2</property>
8907                    <property name="top_attach">4</property>
8908                    <property name="bottom_attach">5</property>
8909                    <property name="y_options"/>
8910                  </packing>
8911                </child>
8912                <child>
8913                  <widget class="GtkEntry" id="crw_repository_name_entry">
8914                    <property name="visible">True</property>
8915                    <property name="can_focus">True</property>
8916                    <property name="tooltip" translatable="yes">Specify exact path including command line options. '%i' will be replaced with the mount point of the iPod.</property>
8917                    <property name="invisible_char">*</property>
8918                  </widget>
8919                  <packing>
8920                    <property name="left_attach">1</property>
8921                    <property name="right_attach">2</property>
8922                    <property name="top_attach">1</property>
8923                    <property name="bottom_attach">2</property>
8924                    <property name="y_options"/>
8925                  </packing>
8926                </child>
8927                <child>
8928                  <widget class="GtkButton" id="crw_local_path_button">
8929                    <property name="visible">True</property>
8930                    <property name="can_focus">True</property>
8931                    <property name="response_id">0</property>
8932                    <child>
8933                      <widget class="GtkHBox" id="hbox167">
8934                        <property name="visible">True</property>
8935                        <property name="spacing">2</property>
8936                        <child>
8937                          <widget class="GtkImage" id="image8">
8938                            <property name="visible">True</property>
8939                            <property name="stock">gtk-directory</property>
8940                          </widget>
8941                        </child>
8942                        <child>
8943                          <widget class="GtkLabel" id="label74">
8944                            <property name="visible">True</property>
8945                            <property name="label" translatable="yes">Browse...</property>
8946                          </widget>
8947                          <packing>
8948                            <property name="position">1</property>
8949                          </packing>
8950                        </child>
8951                      </widget>
8952                    </child>
8953                  </widget>
8954                  <packing>
8955                    <property name="left_attach">2</property>
8956                    <property name="right_attach">3</property>
8957                    <property name="top_attach">5</property>
8958                    <property name="bottom_attach">6</property>
8959                    <property name="x_options"/>
8960                    <property name="y_options"/>
8961                  </packing>
8962                </child>
8963                <child>
8964                  <widget class="GtkButton" id="crw_backup_button">
8965                    <property name="visible">True</property>
8966                    <property name="can_focus">True</property>
8967                    <property name="response_id">0</property>
8968                    <child>
8969                      <widget class="GtkHBox" id="hbox166">
8970                        <property name="visible">True</property>
8971                        <property name="spacing">2</property>
8972                        <child>
8973                          <widget class="GtkImage" id="image7">
8974                            <property name="visible">True</property>
8975                            <property name="stock">gtk-directory</property>
8976                          </widget>
8977                        </child>
8978                        <child>
8979                          <widget class="GtkLabel" id="label73">
8980                            <property name="visible">True</property>
8981                            <property name="label" translatable="yes">Browse...</property>
8982                          </widget>
8983                          <packing>
8984                            <property name="position">1</property>
8985                          </packing>
8986                        </child>
8987                      </widget>
8988                    </child>
8989                  </widget>
8990                  <packing>
8991                    <property name="left_attach">2</property>
8992                    <property name="right_attach">3</property>
8993                    <property name="top_attach">3</property>
8994                    <property name="bottom_attach">4</property>
8995                    <property name="x_options"/>
8996                    <property name="y_options"/>
8997                  </packing>
8998                </child>
8999                <child>
9000                  <widget class="GtkEntry" id="crw_mountpoint_entry">
9001                    <property name="visible">True</property>
9002                    <property name="can_focus">True</property>
9003                    <property name="invisible_char">*</property>
9004                  </widget>
9005                  <packing>
9006                    <property name="left_attach">1</property>
9007                    <property name="right_attach">2</property>
9008                    <property name="top_attach">2</property>
9009                    <property name="bottom_attach">3</property>
9010                    <property name="y_options"/>
9011                  </packing>
9012                </child>
9013                <child>
9014                  <widget class="GtkEntry" id="crw_backup_entry">
9015                    <property name="visible">True</property>
9016                    <property name="can_focus">True</property>
9017                    <property name="editable">False</property>
9018                    <property name="invisible_char">*</property>
9019                  </widget>
9020                  <packing>
9021                    <property name="left_attach">1</property>
9022                    <property name="right_attach">2</property>
9023                    <property name="top_attach">3</property>
9024                    <property name="bottom_attach">4</property>
9025                    <property name="y_options"/>
9026                  </packing>
9027                </child>
9028                <child>
9029                  <widget class="GtkEntry" id="crw_local_path_entry">
9030                    <property name="visible">True</property>
9031                    <property name="can_focus">True</property>
9032                    <property name="editable">False</property>
9033                    <property name="invisible_char">*</property>
9034                  </widget>
9035                  <packing>
9036                    <property name="left_attach">1</property>
9037                    <property name="right_attach">2</property>
9038                    <property name="top_attach">5</property>
9039                    <property name="bottom_attach">6</property>
9040                    <property name="y_options"/>
9041                  </packing>
9042                </child>
9043              </widget>
9044              <packing>
9045                <property name="expand">False</property>
9046                <property name="fill">False</property>
9047              </packing>
9048            </child>
9049          </widget>
9050        </child>
9051        <child>
9052          <widget class="GtkHButtonBox" id="hbuttonbox16">
9053            <property name="visible">True</property>
9054            <property name="spacing">6</property>
9055            <property name="layout_style">GTK_BUTTONBOX_END</property>
9056            <child>
9057              <widget class="GtkButton" id="crw_cancel_button">
9058                <property name="visible">True</property>
9059                <property name="can_focus">True</property>
9060                <property name="can_default">True</property>
9061                <property name="label">gtk-cancel</property>
9062                <property name="use_stock">True</property>
9063                <property name="response_id">0</property>
9064              </widget>
9065            </child>
9066            <child>
9067              <widget class="GtkButton" id="crw_ok_button">
9068                <property name="visible">True</property>
9069                <property name="can_focus">True</property>
9070                <property name="can_default">True</property>
9071                <property name="label">gtk-add</property>
9072                <property name="use_stock">True</property>
9073                <property name="response_id">0</property>
9074              </widget>
9075              <packing>
9076                <property name="position">1</property>
9077              </packing>
9078            </child>
9079          </widget>
9080          <packing>
9081            <property name="expand">False</property>
9082            <property name="fill">False</property>
9083            <property name="position">1</property>
9084          </packing>
9085        </child>
9086      </widget>
9087    </child>
9088  </widget>
9089  <widget class="GtkDialog" id="ipod_init_dialog">
9090    <property name="visible">True</property>
9091    <property name="title" translatable="yes">Initialize iPod</property>
9092    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9093    <child internal-child="vbox">
9094      <widget class="GtkVBox" id="dialog-vbox2"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9095        <property name="visible">True</property>
9096        <child>
9097          <widget class="GtkVBox" id="vbox172"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9098            <property name="visible">True</property>
9099            <property name="border_width">5</property>
9100            <child>
9101              <widget class="GtkLabel" id="ipod_init_label">
9102                <property name="visible">True</property>
9103                <property name="label" translatable="yes">&lt;b&gt;Please select mountpoint and your iPod model&lt;/b&gt;</property>
9104                <property name="use_markup">True</property>
9105              </widget>
9106              <packing>
9107                <property name="expand">False</property>
9108                <property name="fill">False</property>
9109                <property name="padding">5</property>
9110              </packing>
9111            </child>
9112            <child>
9113              <widget class="GtkViewport" id="viewport22">
9114                <property name="visible">True</property>
9115                <child>
9116                  <widget class="GtkVBox" id="vbox173"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9117                    <property name="visible">True</property>
9118                    <property name="border_width">6</property>
9119                    <property name="spacing">4</property>
9120                    <child>
9121                      <widget class="GtkTable" id="table48">
9122                        <property name="visible">True</property>
9123                        <property name="n_rows">2</property>
9124                        <property name="n_columns">3</property>
9125                        <child>
9126                          <widget class="GtkLabel" id="label428">
9127                            <property name="visible">True</property>
9128                            <property name="xalign">0</property>
9129                            <property name="xpad">10</property>
9130                            <property name="label" translatable="yes">iPod mountpoint:</property>
9131                          </widget>
9132                          <packing>
9133                            <property name="x_options"/>
9134                            <property name="y_options"/>
9135                          </packing>
9136                        </child>
9137                        <child>
9138                          <widget class="GtkEntry" id="iid_mountpoint_entry">
9139                            <property name="visible">True</property>
9140                            <property name="can_focus">True</property>
9141                            <property name="invisible_char">*</property>
9142                          </widget>
9143                          <packing>
9144                            <property name="left_attach">1</property>
9145                            <property name="right_attach">2</property>
9146                            <property name="y_options"/>
9147                            <property name="x_padding">3</property>
9148                            <property name="y_padding">3</property>
9149                          </packing>
9150                        </child>
9151                        <child>
9152                          <widget class="GtkButton" id="iid_mountpoint_button">
9153                            <property name="visible">True</property>
9154                            <property name="can_focus">True</property>
9155                            <property name="label" translatable="yes">Browse</property>
9156                            <property name="use_underline">True</property>
9157                            <property name="response_id">0</property>
9158                          </widget>
9159                          <packing>
9160                            <property name="left_attach">2</property>
9161                            <property name="right_attach">3</property>
9162                            <property name="x_options"/>
9163                            <property name="y_options"/>
9164                            <property name="x_padding">3</property>
9165                          </packing>
9166                        </child>
9167                        <child>
9168                          <widget class="GtkLabel" id="label430">
9169                            <property name="visible">True</property>
9170                            <property name="xalign">0</property>
9171                            <property name="xpad">10</property>
9172                            <property name="label" translatable="yes">Model:</property>
9173                          </widget>
9174                          <packing>
9175                            <property name="top_attach">1</property>
9176                            <property name="bottom_attach">2</property>
9177                            <property name="x_options"/>
9178                            <property name="y_options"/>
9179                          </packing>
9180                        </child>
9181                        <child>
9182                          <widget class="GtkComboBoxEntry" id="iid_model_combo">
9183                            <property name="visible">True</property>
9184                            <child internal-child="entry">
9185                              <widget class="GtkEntry" id="iid_comboboxentry_entry">
9186                              </widget>
9187                            </child>
9188                          </widget>
9189                          <packing>
9190                            <property name="left_attach">1</property>
9191                            <property name="right_attach">3</property>
9192                            <property name="top_attach">1</property>
9193                            <property name="bottom_attach">2</property>
9194                            <property name="x_options"/>
9195                            <property name="y_options"/>
9196                            <property name="x_padding">3</property>
9197                            <property name="y_padding">3</property>
9198                          </packing>
9199                        </child>
9200                      </widget>
9201                      <packing>
9202                        <property name="expand">False</property>
9203                        <property name="fill">False</property>
9204                        <property name="padding">6</property>
9205                      </packing>
9206                    </child>
9207                    <child>
9208                      <placeholder/>
9209                    </child>
9210                  </widget>
9211                </child>
9212              </widget>
9213              <packing>
9214                <property name="position">1</property>
9215              </packing>
9216            </child>
9217          </widget>
9218          <packing>
9219            <property name="position">2</property>
9220          </packing>
9221        </child>
9222        <child internal-child="action_area">
9223          <widget class="GtkHButtonBox" id="dialog-action_area2">
9224            <property name="visible">True</property>
9225            <property name="layout_style">GTK_BUTTONBOX_END</property>
9226            <child>
9227              <widget class="GtkButton" id="cancelbutton1">
9228                <property name="visible">True</property>
9229                <property name="can_focus">True</property>
9230                <property name="can_default">True</property>
9231                <property name="label">gtk-cancel</property>
9232                <property name="use_stock">True</property>
9233                <property name="response_id">-6</property>
9234              </widget>
9235            </child>
9236            <child>
9237              <widget class="GtkButton" id="okbutton1">
9238                <property name="visible">True</property>
9239                <property name="can_focus">True</property>
9240                <property name="can_default">True</property>
9241                <property name="label">gtk-ok</property>
9242                <property name="use_stock">True</property>
9243                <property name="response_id">-5</property>
9244              </widget>
9245              <packing>
9246                <property name="position">1</property>
9247              </packing>
9248            </child>
9249          </widget>
9250          <packing>
9251            <property name="expand">False</property>
9252            <property name="pack_type">GTK_PACK_END</property>
9253          </packing>
9254        </child>
9255      </widget>
9256    </child>
9257  </widget>
9258  <widget class="GtkDialog" id="set_ipod_model_dialog">
9259    <property name="visible">True</property>
9260    <property name="title" translatable="yes">Initialize iPod</property>
9261    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9262    <child internal-child="vbox">
9263      <widget class="GtkVBox" id="dialog-vbox3"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9264        <property name="visible">True</property>
9265        <child>
9266          <widget class="GtkVBox" id="vbox3"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9267            <property name="visible">True</property>
9268            <property name="border_width">5</property>
9269            <child>
9270              <widget class="GtkLabel" id="simd_label">
9271                <property name="visible">True</property>
9272                <property name="label">label set by application</property>
9273                <property name="use_markup">True</property>
9274                <property name="wrap">True</property>
9275              </widget>
9276              <packing>
9277                <property name="expand">False</property>
9278                <property name="fill">False</property>
9279                <property name="padding">5</property>
9280              </packing>
9281            </child>
9282            <child>
9283              <widget class="GtkViewport" id="viewport1">
9284                <property name="visible">True</property>
9285                <child>
9286                  <widget class="GtkVBox" id="vbox4"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9287                    <property name="visible">True</property>
9288                    <property name="border_width">6</property>
9289                    <property name="spacing">4</property>
9290                    <child>
9291                      <widget class="GtkTable" id="table1">
9292                        <property name="visible">True</property>
9293                        <property name="n_rows">2</property>
9294                        <property name="n_columns">3</property>
9295                        <child>
9296                          <placeholder/>
9297                        </child>
9298                        <child>
9299                          <placeholder/>
9300                        </child>
9301                        <child>
9302                          <placeholder/>
9303                        </child>
9304                        <child>
9305                          <widget class="GtkLabel" id="label4">
9306                            <property name="visible">True</property>
9307                            <property name="xalign">0</property>
9308                            <property name="xpad">10</property>
9309                            <property name="label" translatable="yes">Model:</property>
9310                          </widget>
9311                          <packing>
9312                            <property name="top_attach">1</property>
9313                            <property name="bottom_attach">2</property>
9314                            <property name="x_options"/>
9315                            <property name="y_options"/>
9316                          </packing>
9317                        </child>
9318                        <child>
9319                          <widget class="GtkComboBoxEntry" id="simd_model_combo">
9320                            <property name="width_request">250</property>
9321                            <property name="visible">True</property>
9322                            <child internal-child="entry">
9323                              <widget class="GtkEntry" id="comboboxentry-entry4">
9324                              </widget>
9325                            </child>
9326                          </widget>
9327                          <packing>
9328                            <property name="left_attach">1</property>
9329                            <property name="right_attach">3</property>
9330                            <property name="top_attach">1</property>
9331                            <property name="bottom_attach">2</property>
9332                            <property name="y_options"/>
9333                            <property name="x_padding">3</property>
9334                            <property name="y_padding">3</property>
9335                          </packing>
9336                        </child>
9337                      </widget>
9338                      <packing>
9339                        <property name="expand">False</property>
9340                        <property name="fill">False</property>
9341                        <property name="padding">6</property>
9342                      </packing>
9343                    </child>
9344                    <child>
9345                      <placeholder/>
9346                    </child>
9347                  </widget>
9348                </child>
9349              </widget>
9350              <packing>
9351                <property name="position">1</property>
9352              </packing>
9353            </child>
9354          </widget>
9355          <packing>
9356            <property name="position">2</property>
9357          </packing>
9358        </child>
9359        <child internal-child="action_area">
9360          <widget class="GtkHButtonBox" id="dialog-action_area3">
9361            <property name="visible">True</property>
9362            <property name="layout_style">GTK_BUTTONBOX_END</property>
9363            <child>
9364              <widget class="GtkButton" id="cancelbutton2">
9365                <property name="visible">True</property>
9366                <property name="can_focus">True</property>
9367                <property name="can_default">True</property>
9368                <property name="label">gtk-cancel</property>
9369                <property name="use_stock">True</property>
9370                <property name="response_id">-6</property>
9371              </widget>
9372            </child>
9373            <child>
9374              <widget class="GtkButton" id="okbutton2">
9375                <property name="visible">True</property>
9376                <property name="can_focus">True</property>
9377                <property name="can_default">True</property>
9378                <property name="label">gtk-ok</property>
9379                <property name="use_stock">True</property>
9380                <property name="response_id">-5</property>
9381              </widget>
9382              <packing>
9383                <property name="position">1</property>
9384              </packing>
9385            </child>
9386          </widget>
9387          <packing>
9388            <property name="expand">False</property>
9389            <property name="pack_type">GTK_PACK_END</property>
9390          </packing>
9391        </child>
9392      </widget>
9393    </child>
9394  </widget>
9395  <widget class="GtkWindow" id="file_transfer_information_dialog">
9396    <property name="border_width">2</property>
9397    <property name="title" translatable="yes">Progress Information</property>
9398    <property name="skip_taskbar_hint">True</property>
9399    <child>
9400      <widget class="GtkVBox" id="vbox180"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9401        <property name="visible">True</property>
9402        <property name="border_width">5</property>
9403        <property name="spacing">5</property>
9404        <child>
9405          <widget class="GtkLabel" id="textlabel">
9406            <property name="visible">True</property>
9407            <property name="xalign">0</property>
9408            <property name="label">Some placeholder text to assure reasonable size.</property>
9409          </widget>
9410          <packing>
9411            <property name="expand">False</property>
9412            <property name="fill">False</property>
9413          </packing>
9414        </child>
9415        <child>
9416          <widget class="GtkProgressBar" id="progressbar">
9417            <property name="visible">True</property>
9418            <property name="pulse_step">0.10000000149</property>
9419          </widget>
9420          <packing>
9421            <property name="expand">False</property>
9422            <property name="fill">False</property>
9423            <property name="position">1</property>
9424          </packing>
9425        </child>
9426        <child>
9427          <placeholder/>
9428        </child>
9429        <child>
9430          <widget class="GtkHSeparator" id="hseparator59">
9431            <property name="visible">True</property>
9432          </widget>
9433          <packing>
9434            <property name="expand">False</property>
9435            <property name="fill">False</property>
9436            <property name="position">3</property>
9437          </packing>
9438        </child>
9439        <child>
9440          <widget class="GtkHButtonBox" id="hbuttonbox17">
9441            <property name="visible">True</property>
9442            <child>
9443              <widget class="GtkButton" id="abortbutton">
9444                <property name="visible">True</property>
9445                <property name="can_focus">True</property>
9446                <property name="can_default">True</property>
9447                <property name="tooltip" translatable="yes">Export can be continued at a later time if canceled.</property>
9448                <property name="border_width">2</property>
9449                <property name="label">gtk-cancel</property>
9450                <property name="use_stock">True</property>
9451                <property name="response_id">0</property>
9452              </widget>
9453            </child>
9454          </widget>
9455          <packing>
9456            <property name="expand">False</property>
9457            <property name="fill">False</property>
9458            <property name="position">4</property>
9459          </packing>
9460        </child>
9461      </widget>
9462    </child>
9463  </widget>
9464  <widget class="GtkWindow" id="conversion_log">
9465    <property name="border_width">4</property>
9466    <property name="title" translatable="yes">Conversion Progress Display</property>
9467    <child>
9468      <widget class="GtkVBox" id="conversion_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9469        <property name="visible">True</property>
9470        <property name="spacing">4</property>
9471        <child>
9472          <widget class="GtkLabel" id="label463">
9473            <property name="visible">True</property>
9474            <property name="xalign">0</property>
9475            <property name="label" translatable="yes">The output of the background conversion scripts is copied below. Each page of the notebook corresponds to one background thread.</property>
9476            <property name="wrap">True</property>
9477          </widget>
9478          <packing>
9479            <property name="expand">False</property>
9480            <property name="fill">False</property>
9481            <property name="padding">8</property>
9482          </packing>
9483        </child>
9484        <child>
9485          <placeholder/>
9486        </child>
9487        <child>
9488          <widget class="GtkStatusbar" id="conversion_statusbar">
9489            <property name="visible">True</property>
9490          </widget>
9491          <packing>
9492            <property name="expand">False</property>
9493            <property name="fill">False</property>
9494            <property name="pack_type">GTK_PACK_END</property>
9495            <property name="position">2</property>
9496          </packing>
9497        </child>
9498      </widget>
9499    </child>
9500  </widget>
9501  <widget class="GtkDialog" id="coverart_preview_dialog">
9502    <property name="visible">True</property>
9503    <property name="type">GTK_WINDOW_POPUP</property>
9504    <property name="title" translatable="yes">Artwork Preview</property>
9505    <property name="modal">True</property>
9506    <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
9507    <property name="icon_name">gtk-dialog-info</property>
9508    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9509    <child internal-child="vbox">
9510      <widget class="GtkVBox" id="dialog-vbox4"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9511        <property name="visible">True</property>
9512        <child>
9513          <widget class="GtkVBox" id="coverart_preview_dialog_vbox"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9514            <property name="visible">True</property>
9515            <child>
9516              <widget class="GtkDrawingArea" id="coverart_preview_dialog_drawarea">
9517                <property name="visible">True</property>
9518              </widget>
9519            </child>
9520            <child>
9521              <widget class="GtkLabel" id="coverart_preview_dialog_res_lbl">
9522                <property name="visible">True</property>
9523                <property name="ypad">6</property>
9524                <property name="label">&lt;b&gt;Placeholder for image information&lt;/b&gt;</property>
9525                <property name="use_markup">True</property>
9526                <property name="justify">GTK_JUSTIFY_CENTER</property>
9527                <property name="wrap">True</property>
9528              </widget>
9529              <packing>
9530                <property name="expand">False</property>
9531                <property name="fill">False</property>
9532                <property name="pack_type">GTK_PACK_END</property>
9533                <property name="position">1</property>
9534              </packing>
9535            </child>
9536          </widget>
9537          <packing>
9538            <property name="position">2</property>
9539          </packing>
9540        </child>
9541        <child internal-child="action_area">
9542          <widget class="GtkHButtonBox" id="dialog-action_area4">
9543            <property name="visible">True</property>
9544            <property name="layout_style">GTK_BUTTONBOX_END</property>
9545            <child>
9546              <widget class="GtkButton" id="okbutton3">
9547                <property name="visible">True</property>
9548                <property name="can_focus">True</property>
9549                <property name="can_default">True</property>
9550                <property name="label">gtk-close</property>
9551                <property name="use_stock">True</property>
9552                <property name="response_id">-5</property>
9553              </widget>
9554            </child>
9555          </widget>
9556          <packing>
9557            <property name="expand">False</property>
9558            <property name="pack_type">GTK_PACK_END</property>
9559          </packing>
9560        </child>
9561      </widget>
9562    </child>
9563  </widget>
9564  <widget class="GtkWindow" id="photo_panel">
9565    <property name="visible">True</property>
9566    <property name="title" translatable="yes">Photo Window</property>
9567    <child>
9568      <widget class="GtkViewport" id="photo_viewport">
9569        <property name="visible">True</property>
9570        <property name="border_width">5</property>
9571        <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
9572        <child>
9573          <widget class="GtkHPaned" id="hpaned1">
9574            <property name="visible">True</property>
9575            <property name="can_focus">True</property>
9576            <child>
9577              <widget class="GtkVBox" id="vbox185"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9578                <property name="visible">True</property>
9579                <child>
9580                  <widget class="GtkMenuBar" id="menubar1">
9581                    <property name="visible">True</property>
9582                    <child>
9583                      <widget class="GtkImageMenuItem" id="photo_album_menuItem">
9584                        <property name="visible">True</property>
9585                        <property name="label" translatable="yes">_Album</property>
9586                        <property name="use_underline">True</property>
9587                        <signal handler="on_photo_album_menuItem_activate" name="activate"/>
9588                        <child>
9589                          <widget class="GtkMenu" id="photo_album_menuItem_menu">
9590                            <child>
9591                              <widget class="GtkImageMenuItem" id="photo_add_album_menuItem">
9592                                <property name="visible">True</property>
9593                                <property name="label" translatable="yes">_Add Album</property>
9594                                <property name="use_underline">True</property>
9595                                <child internal-child="image">
9596                                  <widget class="GtkImage" id="image4267">
9597                                    <property name="visible">True</property>
9598                                    <property name="stock">gtk-justify-fill</property>
9599                                    <property name="icon_size">1</property>
9600                                  </widget>
9601                                </child>
9602                              </widget>
9603                            </child>
9604                            <child>
9605                              <widget class="GtkImageMenuItem" id="photo_remove_album_menuItem">
9606                                <property name="visible">True</property>
9607                                <property name="label" translatable="yes">_Remove Album</property>
9608                                <property name="use_underline">True</property>
9609                                <child internal-child="image">
9610                                  <widget class="GtkImage" id="image4268">
9611                                    <property name="visible">True</property>
9612                                    <property name="stock">gtk-remove</property>
9613                                    <property name="icon_size">1</property>
9614                                  </widget>
9615                                </child>
9616                              </widget>
9617                            </child>
9618                            <child>
9619                              <widget class="GtkMenuItem" id="photo_rename_album_menuItem">
9620                                <property name="visible">True</property>
9621                                <property name="label" translatable="yes">R_ename Album</property>
9622                                <property name="use_underline">True</property>
9623                              </widget>
9624                            </child>
9625                          </widget>
9626                        </child>
9627                        <child internal-child="image">
9628                          <widget class="GtkImage" id="image4266">
9629                            <property name="visible">True</property>
9630                            <property name="pixbuf">photo-toolbar-album.png</property>
9631                            <property name="icon_size">2</property>
9632                          </widget>
9633                        </child>
9634                      </widget>
9635                    </child>
9636                    <child>
9637                      <widget class="GtkImageMenuItem" id="menuitem14">
9638                        <property name="visible">True</property>
9639                        <property name="label" translatable="yes">_Photos</property>
9640                        <property name="use_underline">True</property>
9641                        <child>
9642                          <widget class="GtkMenu" id="menuitem14_menu">
9643                            <child>
9644                              <widget class="GtkImageMenuItem" id="photo_add_image_menuItem">
9645                                <property name="visible">True</property>
9646                                <property name="label" translatable="yes">_Add Image</property>
9647                                <property name="use_underline">True</property>
9648                                <child internal-child="image">
9649                                  <widget class="GtkImage" id="image4270">
9650                                    <property name="visible">True</property>
9651                                    <property name="stock">gtk-add</property>
9652                                    <property name="icon_size">1</property>
9653                                  </widget>
9654                                </child>
9655                              </widget>
9656                            </child>
9657                            <child>
9658                              <widget class="GtkImageMenuItem" id="photo_add_image_dir_menuItem">
9659                                <property name="visible">True</property>
9660                                <property name="tooltip" translatable="yes">Add Images from a Directory</property>
9661                                <property name="label" translatable="yes">Add Image_s</property>
9662                                <property name="use_underline">True</property>
9663                                <child internal-child="image">
9664                                  <widget class="GtkImage" id="image4271">
9665                                    <property name="visible">True</property>
9666                                    <property name="stock">gtk-directory</property>
9667                                    <property name="icon_size">1</property>
9668                                  </widget>
9669                                </child>
9670                              </widget>
9671                            </child>
9672                            <child>
9673                              <widget class="GtkImageMenuItem" id="photo_remove_image_menuItem">
9674                                <property name="visible">True</property>
9675                                <property name="label" translatable="yes">_Remove Images</property>
9676                                <property name="use_underline">True</property>
9677                                <child internal-child="image">
9678                                  <widget class="GtkImage" id="image4272">
9679                                    <property name="visible">True</property>
9680                                    <property name="stock">gtk-remove</property>
9681                                    <property name="icon_size">1</property>
9682                                  </widget>
9683                                </child>
9684                              </widget>
9685                            </child>
9686                          </widget>
9687                        </child>
9688                        <child internal-child="image">
9689                          <widget class="GtkImage" id="image4269">
9690                            <property name="visible">True</property>
9691                            <property name="pixbuf">photo-toolbar-photos.png</property>
9692                          </widget>
9693                        </child>
9694                      </widget>
9695                    </child>
9696                    <child>
9697                      <widget class="GtkImageMenuItem" id="menuitem15">
9698                        <property name="visible">True</property>
9699                        <property name="label" translatable="yes">_Zoom</property>
9700                        <property name="use_underline">True</property>
9701                        <child>
9702                          <widget class="GtkMenu" id="menuitem15_menu">
9703                            <child>
9704                              <widget class="GtkImageMenuItem" id="photo_view_full_size_menuItem">
9705                                <property name="visible">True</property>
9706                                <property name="label" translatable="yes">View Full Size</property>
9707                                <property name="use_underline">True</property>
9708                                <child internal-child="image">
9709                                  <widget class="GtkImage" id="image4274">
9710                                    <property name="visible">True</property>
9711                                    <property name="stock">gtk-zoom-fit</property>
9712                                    <property name="icon_size">1</property>
9713                                  </widget>
9714                                </child>
9715                              </widget>
9716                            </child>
9717                          </widget>
9718                        </child>
9719                        <child internal-child="image">
9720                          <widget class="GtkImage" id="image4273">
9721                            <property name="visible">True</property>
9722                            <property name="stock">gtk-zoom-fit</property>
9723                            <property name="icon_size">2</property>
9724                          </widget>
9725                        </child>
9726                      </widget>
9727                    </child>
9728                  </widget>
9729                  <packing>
9730                    <property name="expand">False</property>
9731                    <property name="fill">False</property>
9732                  </packing>
9733                </child>
9734                <child>
9735                  <widget class="GtkScrolledWindow" id="photo_album_window">
9736                    <property name="visible">True</property>
9737                    <property name="can_focus">True</property>
9738                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
9739                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
9740                    <property name="shadow_type">GTK_SHADOW_IN</property>
9741                    <child>
9742                      <placeholder/>
9743                    </child>
9744                  </widget>
9745                  <packing>
9746                    <property name="padding">1</property>
9747                    <property name="position">1</property>
9748                  </packing>
9749                </child>
9750                <child>
9751                  <widget class="GtkImage" id="photo_preview_image">
9752                    <property name="width_request">250</property>
9753                    <property name="height_request">176</property>
9754                    <property name="visible">True</property>
9755                    <property name="stock">gtk-missing-image</property>
9756                  </widget>
9757                  <packing>
9758                    <property name="expand">False</property>
9759                    <property name="fill">False</property>
9760                    <property name="position">2</property>
9761                  </packing>
9762                </child>
9763              </widget>
9764              <packing>
9765                <property name="resize">False</property>
9766                <property name="shrink">False</property>
9767              </packing>
9768            </child>
9769            <child>
9770              <widget class="GtkScrolledWindow" id="photo_thumbnail_window">
9771                <property name="visible">True</property>
9772                <property name="can_focus">True</property>
9773                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
9774                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
9775                <child>
9776                  <placeholder/>
9777                </child>
9778              </widget>
9779              <packing>
9780                <property name="resize">True</property>
9781                <property name="shrink">True</property>
9782              </packing>
9783            </child>
9784          </widget>
9785        </child>
9786      </widget>
9787    </child>
9788  </widget>
9789  <widget class="GtkDialog" id="prefs_dialog">
9790    <property name="border_width">5</property>
9791    <property name="title" translatable="yes">Preferences</property>
9792    <property name="resizable">False</property>
9793    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9794    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9795    <property name="skip_taskbar_hint">True</property>
9796    <property name="has_separator">False</property>
9797    <signal handler="on_prefs_dialog_close" name="delete_event"/>
9798    <child internal-child="vbox">
9799      <widget class="GtkVBox" id="dialog-vbox5"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9800        <property name="visible">True</property>
9801        <property name="spacing">2</property>
9802        <child>
9803          <widget class="GtkNotebook" id="notebook1">
9804            <property name="visible">True</property>
9805            <property name="can_focus">True</property>
9806            <child>
9807              <widget class="GtkVBox" id="vbox5"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9808                <property name="visible">True</property>
9809                <property name="border_width">12</property>
9810                <property name="spacing">18</property>
9811                <child>
9812                  <widget class="GtkFrame" id="frame2">
9813                    <property name="visible">True</property>
9814                    <property name="label_xalign">0</property>
9815                    <property name="shadow_type">GTK_SHADOW_NONE</property>
9816                    <child>
9817                      <widget class="GtkAlignment" id="alignment2">
9818                        <property name="visible">True</property>
9819                        <property name="top_padding">6</property>
9820                        <property name="left_padding">12</property>
9821                        <child>
9822                          <widget class="GtkVBox" id="vbox8"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9823                            <property name="visible">True</property>
9824                            <property name="spacing">6</property>
9825                            <child>
9826                              <widget class="GtkHBox" id="hbox1">
9827                                <property name="visible">True</property>
9828                                <property name="spacing">12</property>
9829                                <child>
9830                                  <widget class="GtkLabel" id="label5">
9831                                    <property name="visible">True</property>
9832                                    <property name="label" translatable="yes">Number of filter tabs:</property>
9833                                  </widget>
9834                                  <packing>
9835                                    <property name="expand">False</property>
9836                                    <property name="fill">False</property>
9837                                  </packing>
9838                                </child>
9839                                <child>
9840                                  <widget class="GtkSpinButton" id="filter_tabs_count">
9841                                    <property name="visible">True</property>
9842                                    <property name="can_focus">True</property>
9843                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9844                                    <property name="adjustment">2 0 6 1 1 0</property>
9845                                    <property name="climb_rate">1</property>
9846                                    <signal handler="on_filter_tabs_count_value_changed" name="value_changed"/>
9847                                  </widget>
9848                                  <packing>
9849                                    <property name="expand">False</property>
9850                                    <property name="fill">False</property>
9851                                    <property name="position">1</property>
9852                                  </packing>
9853                                </child>
9854                              </widget>
9855                              <packing>
9856                                <property name="expand">False</property>
9857                                <property name="fill">False</property>
9858                              </packing>
9859                            </child>
9860                            <child>
9861                              <widget class="GtkHBox" id="hbox76">
9862                                <property name="visible">True</property>
9863                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9864                                <property name="spacing">12</property>
9865                                <child>
9866                                  <widget class="GtkLabel" id="label94">
9867                                    <property name="visible">True</property>
9868                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9869                                    <property name="label" translatable="yes">Position:</property>
9870                                  </widget>
9871                                  <packing>
9872                                    <property name="expand">False</property>
9873                                    <property name="fill">False</property>
9874                                  </packing>
9875                                </child>
9876                                <child>
9877                                  <widget class="GtkRadioButton" id="filter_tabs_top">
9878                                    <property name="visible">True</property>
9879                                    <property name="can_focus">True</property>
9880                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9881                                    <property name="label" translatable="yes">Top</property>
9882                                    <property name="response_id">0</property>
9883                                    <property name="active">True</property>
9884                                    <property name="draw_indicator">True</property>
9885                                    <signal handler="on_filter_tabs_top_toggled" name="toggled"/>
9886                                  </widget>
9887                                  <packing>
9888                                    <property name="expand">False</property>
9889                                    <property name="fill">False</property>
9890                                    <property name="position">1</property>
9891                                  </packing>
9892                                </child>
9893                                <child>
9894                                  <widget class="GtkRadioButton" id="filter_tabs_bottom">
9895                                    <property name="visible">True</property>
9896                                    <property name="can_focus">True</property>
9897                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9898                                    <property name="label" translatable="yes">Bottom</property>
9899                                    <property name="response_id">0</property>
9900                                    <property name="active">True</property>
9901                                    <property name="draw_indicator">True</property>
9902                                    <property name="group">filter_tabs_top</property>
9903                                  </widget>
9904                                  <packing>
9905                                    <property name="position">2</property>
9906                                  </packing>
9907                                </child>
9908                              </widget>
9909                              <packing>
9910                                <property name="expand">False</property>
9911                                <property name="fill">False</property>
9912                                <property name="position">1</property>
9913                              </packing>
9914                            </child>
9915                            <child>
9916                              <widget class="GtkCheckButton" id="group_compilations">
9917                                <property name="visible">True</property>
9918                                <property name="can_focus">True</property>
9919                                <property name="label" translatable="yes">Group artist filter tab by compilation CDs</property>
9920                                <property name="use_underline">True</property>
9921                                <property name="response_id">0</property>
9922                                <property name="draw_indicator">True</property>
9923                                <signal handler="on_group_compilations_toggled" name="toggled"/>
9924                              </widget>
9925                              <packing>
9926                                <property name="expand">False</property>
9927                                <property name="fill">False</property>
9928                                <property name="position">2</property>
9929                              </packing>
9930                            </child>
9931                          </widget>
9932                        </child>
9933                      </widget>
9934                    </child>
9935                    <child>
9936                      <widget class="GtkLabel" id="label6">
9937                        <property name="visible">True</property>
9938                        <property name="label" translatable="yes">&lt;b&gt;Filter Tabs&lt;/b&gt;</property>
9939                        <property name="use_markup">True</property>
9940                      </widget>
9941                      <packing>
9942                        <property name="type">label_item</property>
9943                      </packing>
9944                    </child>
9945                  </widget>
9946                  <packing>
9947                    <property name="expand">False</property>
9948                    <property name="fill">False</property>
9949                  </packing>
9950                </child>
9951                <child>
9952                  <widget class="GtkFrame" id="frame4">
9953                    <property name="visible">True</property>
9954                    <property name="label_xalign">0</property>
9955                    <property name="shadow_type">GTK_SHADOW_NONE</property>
9956                    <child>
9957                      <widget class="GtkAlignment" id="alignment14">
9958                        <property name="visible">True</property>
9959                        <property name="top_padding">6</property>
9960                        <property name="left_padding">12</property>
9961                        <child>
9962                          <widget class="GtkVBox" id="vbox46"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
9963                            <property name="visible">True</property>
9964                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9965                            <property name="spacing">6</property>
9966                            <child>
9967                              <widget class="GtkHBox" id="hbox3">
9968                                <property name="visible">True</property>
9969                                <property name="spacing">6</property>
9970                                <child>
9971                                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
9972                                    <property name="visible">True</property>
9973                                    <property name="can_focus">True</property>
9974                                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
9975                                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
9976                                    <property name="shadow_type">GTK_SHADOW_IN</property>
9977                                    <child>
9978                                      <widget class="GtkTreeView" id="displayed_columns">
9979                                        <property name="visible">True</property>
9980                                        <property name="can_focus">True</property>
9981                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9982                                        <property name="headers_visible">False</property>
9983                                        <property name="rules_hint">True</property>
9984                                      </widget>
9985                                    </child>
9986                                  </widget>
9987                                </child>
9988                                <child>
9989                                  <widget class="GtkVButtonBox" id="vbuttonbox2">
9990                                    <property name="visible">True</property>
9991                                    <property name="spacing">6</property>
9992                                    <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
9993                                    <child>
9994                                      <widget class="GtkButton" id="column_add">
9995                                        <property name="visible">True</property>
9996                                        <property name="can_focus">True</property>
9997                                        <property name="label">gtk-add</property>
9998                                        <property name="use_stock">True</property>
9999                                        <property name="response_id">0</property>
10000                                        <signal handler="on_column_add_clicked" name="clicked"/>
10001                                      </widget>
10002                                    </child>
10003                                    <child>
10004                                      <widget class="GtkButton" id="column_remove">
10005                                        <property name="visible">True</property>
10006                                        <property name="can_focus">True</property>
10007                                        <property name="label">gtk-remove</property>
10008                                        <property name="use_stock">True</property>
10009                                        <property name="response_id">0</property>
10010                                        <signal handler="on_column_remove_clicked" name="clicked"/>
10011                                      </widget>
10012                                      <packing>
10013                                        <property name="position">1</property>
10014                                      </packing>
10015                                    </child>
10016                                    <child>
10017                                      <widget class="GtkButton" id="sorting_button">
10018                                        <property name="visible">True</property>
10019                                        <property name="can_focus">True</property>
10020                                        <property name="response_id">0</property>
10021                                        <signal handler="on_sorting_button_clicked" name="clicked"/>
10022                                        <child>
10023                                          <widget class="GtkHBox" id="hbox64">
10024                                            <property name="visible">True</property>
10025                                            <property name="spacing">2</property>
10026                                            <child>
10027                                              <widget class="GtkLabel" id="label23">
10028                                                <property name="visible">True</property>
10029                                              </widget>
10030                                            </child>
10031                                            <child>
10032                                              <widget class="GtkImage" id="image3">
10033                                                <property name="visible">True</property>
10034                                                <property name="stock">gtk-sort-ascending</property>
10035                                              </widget>
10036                                              <packing>
10037                                                <property name="expand">False</property>
10038                                                <property name="fill">False</property>
10039                                                <property name="position">1</property>
10040                                              </packing>
10041                                            </child>
10042                                            <child>
10043                                              <widget class="GtkLabel" id="label21">
10044                                                <property name="visible">True</property>
10045                                                <property name="label" translatable="yes">Sorting...</property>
10046                                              </widget>
10047                                              <packing>
10048                                                <property name="expand">False</property>
10049                                                <property name="fill">False</property>
10050                                                <property name="position">2</property>
10051                                              </packing>
10052                                            </child>
10053                                            <child>
10054                                              <widget class="GtkLabel" id="label56">
10055                                                <property name="visible">True</property>
10056                                              </widget>
10057                                              <packing>
10058                                                <property name="position">3</property>
10059                                              </packing>
10060                                            </child>
10061                                          </widget>
10062                                        </child>
10063                                      </widget>
10064                                      <packing>
10065                                        <property name="position">2</property>
10066                                      </packing>
10067                                    </child>
10068                                  </widget>
10069                                  <packing>
10070                                    <property name="expand">False</property>
10071                                    <property name="fill">False</property>
10072                                    <property name="position">1</property>
10073                                  </packing>
10074                                </child>
10075                              </widget>
10076                            </child>
10077                            <child>
10078                              <widget class="GtkCheckButton" id="horizontal_scrollbar">
10079                                <property name="visible">True</property>
10080                                <property name="can_focus">True</property>
10081                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10082                                <property name="label" translatable="yes">Expand columns beyond the track list width</property>
10083                                <property name="response_id">0</property>
10084                                <property name="draw_indicator">True</property>
10085                                <signal handler="on_horizontal_scrollbar_toggled" name="toggled"/>
10086                              </widget>
10087                              <packing>
10088                                <property name="position">1</property>
10089                              </packing>
10090                            </child>
10091                          </widget>
10092                        </child>
10093                      </widget>
10094                    </child>
10095                    <child>
10096                      <widget class="GtkLabel" id="label7">
10097                        <property name="visible">True</property>
10098                        <property name="label" translatable="yes">&lt;b&gt;Displayed Columns&lt;/b&gt;</property>
10099                        <property name="use_markup">True</property>
10100                      </widget>
10101                      <packing>
10102                        <property name="type">label_item</property>
10103                      </packing>
10104                    </child>
10105                  </widget>
10106                  <packing>
10107                    <property name="expand">False</property>
10108                    <property name="fill">False</property>
10109                    <property name="position">1</property>
10110                  </packing>
10111                </child>
10112                <child>
10113                  <widget class="GtkFrame" id="frame15">
10114                    <property name="visible">True</property>
10115                    <property name="label_xalign">0</property>
10116                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10117                    <child>
10118                      <widget class="GtkAlignment" id="alignment29">
10119                        <property name="visible">True</property>
10120                        <property name="top_padding">6</property>
10121                        <property name="left_padding">12</property>
10122                        <child>
10123                          <widget class="GtkHBox" id="hbox214">
10124                            <property name="visible">True</property>
10125                            <property name="spacing">12</property>
10126                            <child>
10127                              <widget class="GtkColorButton" id="coverart_display_bg_button">
10128                                <property name="visible">True</property>
10129                                <property name="can_focus">True</property>
10130                                <property name="response_id">0</property>
10131                                <property name="title" translatable="yes">Choose a Different Colour for the CoverArt Display Background</property>
10132                                <signal handler="on_coverart_dialog_bg_color_set" name="color_set"/>
10133                              </widget>
10134                              <packing>
10135                                <property name="expand">False</property>
10136                                <property name="fill">False</property>
10137                              </packing>
10138                            </child>
10139                            <child>
10140                              <widget class="GtkLabel" id="label472">
10141                                <property name="visible">True</property>
10142                                <property name="label" translatable="yes">Background color</property>
10143                              </widget>
10144                              <packing>
10145                                <property name="expand">False</property>
10146                                <property name="fill">False</property>
10147                                <property name="position">1</property>
10148                              </packing>
10149                            </child>
10150                            <child>
10151                              <widget class="GtkColorButton" id="coverart_display_fg_button">
10152                                <property name="visible">True</property>
10153                                <property name="can_focus">True</property>
10154                                <property name="response_id">0</property>
10155                                <property name="title" translatable="yes">Choose a Different Colour for the CoverArt Display Background</property>
10156                                <property name="color">#ffffffffffff</property>
10157                                <signal handler="on_coverart_dialog_fg_color_set" name="color_set"/>
10158                              </widget>
10159                              <packing>
10160                                <property name="expand">False</property>
10161                                <property name="fill">False</property>
10162                                <property name="position">2</property>
10163                              </packing>
10164                            </child>
10165                            <child>
10166                              <widget class="GtkLabel" id="label50">
10167                                <property name="visible">True</property>
10168                                <property name="label" translatable="yes">Text color</property>
10169                              </widget>
10170                              <packing>
10171                                <property name="expand">False</property>
10172                                <property name="fill">False</property>
10173                                <property name="position">3</property>
10174                              </packing>
10175                            </child>
10176                          </widget>
10177                        </child>
10178                      </widget>
10179                    </child>
10180                    <child>
10181                      <widget class="GtkLabel" id="label18">
10182                        <property name="visible">True</property>
10183                        <property name="label" translatable="yes">&lt;b&gt;Cover Art Display&lt;/b&gt;</property>
10184                        <property name="use_markup">True</property>
10185                      </widget>
10186                      <packing>
10187                        <property name="type">label_item</property>
10188                      </packing>
10189                    </child>
10190                  </widget>
10191                  <packing>
10192                    <property name="expand">False</property>
10193                    <property name="fill">False</property>
10194                    <property name="position">2</property>
10195                  </packing>
10196                </child>
10197                <child>
10198                  <widget class="GtkFrame" id="frame1">
10199                    <property name="visible">True</property>
10200                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10201                    <property name="label_xalign">0</property>
10202                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10203                    <child>
10204                      <widget class="GtkAlignment" id="alignment44">
10205                        <property name="visible">True</property>
10206                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10207                        <property name="top_padding">6</property>
10208                        <property name="left_padding">12</property>
10209                        <child>
10210                          <widget class="GtkCheckButton" id="display_tooltips">
10211                            <property name="visible">True</property>
10212                            <property name="can_focus">True</property>
10213                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10214                            <property name="label" translatable="yes">Display tooltips in main window</property>
10215                            <property name="response_id">0</property>
10216                            <property name="draw_indicator">True</property>
10217                            <signal handler="on_display_tooltips_toggled" name="toggled"/>
10218                          </widget>
10219                        </child>
10220                      </widget>
10221                    </child>
10222                    <child>
10223                      <widget class="GtkLabel" id="label65">
10224                        <property name="visible">True</property>
10225                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10226                        <property name="label" translatable="yes">&lt;b&gt;Tooltips&lt;/b&gt;</property>
10227                        <property name="use_markup">True</property>
10228                      </widget>
10229                      <packing>
10230                        <property name="type">label_item</property>
10231                      </packing>
10232                    </child>
10233                  </widget>
10234                  <packing>
10235                    <property name="expand">False</property>
10236                    <property name="fill">False</property>
10237                    <property name="position">3</property>
10238                  </packing>
10239                </child>
10240                <child>
10241                  <widget class="GtkFrame" id="frame3">
10242                    <property name="visible">True</property>
10243                    <property name="label_xalign">0</property>
10244                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10245                    <child>
10246                      <widget class="GtkAlignment" id="alignment3">
10247                        <property name="visible">True</property>
10248                        <property name="top_padding">6</property>
10249                        <property name="left_padding">12</property>
10250                        <child>
10251                          <widget class="GtkHBox" id="hbox2">
10252                            <property name="visible">True</property>
10253                            <child>
10254                              <widget class="GtkComboBox" id="toolbar_style">
10255                                <property name="visible">True</property>
10256                                <property name="items">Dummy
10257</property>
10258                                <signal handler="on_toolbar_style_changed" name="changed"/>
10259                              </widget>
10260                              <packing>
10261                                <property name="expand">False</property>
10262                                <property name="fill">False</property>
10263                              </packing>
10264                            </child>
10265                          </widget>
10266                        </child>
10267                      </widget>
10268                    </child>
10269                    <child>
10270                      <widget class="GtkLabel" id="label8">
10271                        <property name="visible">True</property>
10272                        <property name="label" translatable="yes">&lt;b&gt;Toolbar Style&lt;/b&gt;</property>
10273                        <property name="use_markup">True</property>
10274                      </widget>
10275                      <packing>
10276                        <property name="type">label_item</property>
10277                      </packing>
10278                    </child>
10279                  </widget>
10280                  <packing>
10281                    <property name="expand">False</property>
10282                    <property name="fill">False</property>
10283                    <property name="position">4</property>
10284                  </packing>
10285                </child>
10286              </widget>
10287            </child>
10288            <child>
10289              <widget class="GtkLabel" id="display_page_label">
10290                <property name="visible">True</property>
10291                <property name="label" translatable="yes">Display</property>
10292              </widget>
10293              <packing>
10294                <property name="type">tab</property>
10295                <property name="tab_fill">False</property>
10296              </packing>
10297            </child>
10298            <child>
10299              <widget class="GtkVBox" id="vbox9"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10300                <property name="visible">True</property>
10301                <property name="border_width">12</property>
10302                <property name="spacing">18</property>
10303                <child>
10304                  <widget class="GtkFrame" id="frame5">
10305                    <property name="visible">True</property>
10306                    <property name="label_xalign">0</property>
10307                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10308                    <child>
10309                      <widget class="GtkAlignment" id="alignment15">
10310                        <property name="visible">True</property>
10311                        <property name="top_padding">6</property>
10312                        <property name="left_padding">12</property>
10313                        <child>
10314                          <widget class="GtkVBox" id="vbox10"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10315                            <property name="visible">True</property>
10316                            <property name="spacing">6</property>
10317                            <child>
10318                              <widget class="GtkCheckButton" id="background_transfer">
10319                                <property name="visible">True</property>
10320                                <property name="can_focus">True</property>
10321                                <property name="label" translatable="yes">Transfer tracks in background mode</property>
10322                                <property name="use_underline">True</property>
10323                                <property name="response_id">0</property>
10324                                <property name="active">True</property>
10325                                <property name="draw_indicator">True</property>
10326                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10327                              </widget>
10328                              <packing>
10329                                <property name="expand">False</property>
10330                                <property name="fill">False</property>
10331                              </packing>
10332                            </child>
10333                            <child>
10334                              <widget class="GtkCheckButton" id="add_subfolders">
10335                                <property name="visible">True</property>
10336                                <property name="can_focus">True</property>
10337                                <property name="label" translatable="yes">Add subfolders recursively</property>
10338                                <property name="use_underline">True</property>
10339                                <property name="response_id">0</property>
10340                                <property name="active">True</property>
10341                                <property name="draw_indicator">True</property>
10342                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10343                              </widget>
10344                              <packing>
10345                                <property name="expand">False</property>
10346                                <property name="fill">False</property>
10347                                <property name="position">1</property>
10348                              </packing>
10349                            </child>
10350                            <child>
10351                              <widget class="GtkCheckButton" id="allow_duplicates">
10352                                <property name="visible">True</property>
10353                                <property name="can_focus">True</property>
10354                                <property name="label" translatable="yes">Allow duplicate files</property>
10355                                <property name="use_underline">True</property>
10356                                <property name="response_id">0</property>
10357                                <property name="draw_indicator">True</property>
10358                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10359                              </widget>
10360                              <packing>
10361                                <property name="expand">False</property>
10362                                <property name="fill">False</property>
10363                                <property name="position">2</property>
10364                              </packing>
10365                            </child>
10366                            <child>
10367                              <widget class="GtkCheckButton" id="delete_missing">
10368                                <property name="visible">True</property>
10369                                <property name="can_focus">True</property>
10370                                <property name="label" translatable="yes">Delete missing tracks when synchronizing playlists</property>
10371                                <property name="use_underline">True</property>
10372                                <property name="response_id">0</property>
10373                                <property name="active">True</property>
10374                                <property name="draw_indicator">True</property>
10375                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10376                              </widget>
10377                              <packing>
10378                                <property name="expand">False</property>
10379                                <property name="fill">False</property>
10380                                <property name="position">3</property>
10381                              </packing>
10382                            </child>
10383                            <child>
10384                              <widget class="GtkHButtonBox" id="hbuttonbox1">
10385                                <property name="visible">True</property>
10386                                <property name="spacing">6</property>
10387                                <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
10388                                <child>
10389                                  <widget class="GtkButton" id="exclusions">
10390                                    <property name="visible">True</property>
10391                                    <property name="can_focus">True</property>
10392                                    <property name="label" translatable="yes">Excluded files...</property>
10393                                    <property name="use_underline">True</property>
10394                                    <property name="response_id">0</property>
10395                                    <signal handler="on_exclusions_clicked" name="clicked"/>
10396                                  </widget>
10397                                </child>
10398                                <child>
10399                                  <widget class="GtkButton" id="music_encoding">
10400                                    <property name="visible">True</property>
10401                                    <property name="can_focus">True</property>
10402                                    <property name="label" translatable="yes">Encoding...</property>
10403                                    <property name="use_underline">True</property>
10404                                    <property name="response_id">0</property>
10405                                    <signal handler="open_encoding_dialog" name="clicked"/>
10406                                  </widget>
10407                                  <packing>
10408                                    <property name="position">1</property>
10409                                  </packing>
10410                                </child>
10411                                <child>
10412                                  <widget class="GtkButton" id="commands">
10413                                    <property name="visible">True</property>
10414                                    <property name="can_focus">True</property>
10415                                    <property name="label" translatable="yes">Commands...</property>
10416                                    <property name="use_underline">True</property>
10417                                    <property name="response_id">0</property>
10418                                    <signal handler="on_commands_clicked" name="clicked"/>
10419                                  </widget>
10420                                  <packing>
10421                                    <property name="position">2</property>
10422                                  </packing>
10423                                </child>
10424                                <child>
10425                                  <widget class="GtkButton" id="replaygain">
10426                                    <property name="visible">True</property>
10427                                    <property name="can_focus">True</property>
10428                                    <property name="receives_default">True</property>
10429                                    <property name="label" translatable="yes">ReplayGain...</property>
10430                                    <property name="response_id">0</property>
10431                                    <signal handler="on_replaygain_clicked" name="clicked"/>
10432                                  </widget>
10433                                  <packing>
10434                                    <property name="position">3</property>
10435                                  </packing>
10436                                </child>
10437                              </widget>
10438                              <packing>
10439                                <property name="expand">False</property>
10440                                <property name="fill">False</property>
10441                                <property name="position">4</property>
10442                              </packing>
10443                            </child>
10444                          </widget>
10445                        </child>
10446                      </widget>
10447                    </child>
10448                    <child>
10449                      <widget class="GtkLabel" id="label9">
10450                        <property name="visible">True</property>
10451                        <property name="label" translatable="yes">&lt;b&gt;Import and Synchronization&lt;/b&gt;</property>
10452                        <property name="use_markup">True</property>
10453                      </widget>
10454                      <packing>
10455                        <property name="type">label_item</property>
10456                      </packing>
10457                    </child>
10458                  </widget>
10459                  <packing>
10460                    <property name="expand">False</property>
10461                    <property name="fill">False</property>
10462                  </packing>
10463                </child>
10464                <child>
10465                  <widget class="GtkFrame" id="frame7">
10466                    <property name="visible">True</property>
10467                    <property name="label_xalign">0</property>
10468                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10469                    <child>
10470                      <widget class="GtkAlignment" id="alignment17">
10471                        <property name="visible">True</property>
10472                        <property name="top_padding">6</property>
10473                        <property name="left_padding">12</property>
10474                        <child>
10475                          <widget class="GtkVBox" id="vbox9"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10476                            <property name="visible">True</property>
10477                            <property name="spacing">6</property>
10478                            <child>
10479                              <widget class="GtkRadioButton" id="update_existing_track">
10480                                <property name="visible">True</property>
10481                                <property name="can_focus">True</property>
10482                                <property name="label" translatable="yes">Update information about the existing track</property>
10483                                <property name="use_underline">True</property>
10484                                <property name="response_id">0</property>
10485                                <property name="active">True</property>
10486                                <property name="draw_indicator">True</property>
10487                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10488                              </widget>
10489                              <packing>
10490                                <property name="expand">False</property>
10491                                <property name="fill">False</property>
10492                              </packing>
10493                            </child>
10494                            <child>
10495                              <widget class="GtkRadioButton" id="skip_track_update">
10496                                <property name="visible">True</property>
10497                                <property name="can_focus">True</property>
10498                                <property name="label" translatable="yes">Skip the track</property>
10499                                <property name="use_underline">True</property>
10500                                <property name="response_id">0</property>
10501                                <property name="draw_indicator">True</property>
10502                                <property name="group">update_existing_track</property>
10503                              </widget>
10504                              <packing>
10505                                <property name="expand">False</property>
10506                                <property name="fill">False</property>
10507                                <property name="position">1</property>
10508                              </packing>
10509                            </child>
10510                          </widget>
10511                        </child>
10512                      </widget>
10513                    </child>
10514                    <child>
10515                      <widget class="GtkLabel" id="label10">
10516                        <property name="visible">True</property>
10517                        <property name="label" translatable="yes">&lt;b&gt;When Attempting to Add an Existing Track&lt;/b&gt;</property>
10518                        <property name="use_markup">True</property>
10519                      </widget>
10520                      <packing>
10521                        <property name="type">label_item</property>
10522                      </packing>
10523                    </child>
10524                  </widget>
10525                  <packing>
10526                    <property name="expand">False</property>
10527                    <property name="fill">False</property>
10528                    <property name="position">1</property>
10529                  </packing>
10530                </child>
10531                <child>
10532                  <widget class="GtkFrame" id="frame11">
10533                    <property name="visible">True</property>
10534                    <property name="label_xalign">0</property>
10535                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10536                    <child>
10537                      <widget class="GtkAlignment" id="alignment23">
10538                        <property name="visible">True</property>
10539                        <property name="top_padding">6</property>
10540                        <property name="left_padding">12</property>
10541                        <child>
10542                          <widget class="GtkVBox" id="vbox14"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10543                            <property name="visible">True</property>
10544                            <property name="spacing">6</property>
10545                            <child>
10546                              <widget class="GtkHBox" id="hbox9">
10547                                <property name="visible">True</property>
10548                                <property name="spacing">12</property>
10549                                <child>
10550                                  <widget class="GtkLabel" id="label13">
10551                                    <property name="visible">True</property>
10552                                    <property name="label" translatable="yes">Number of tracks:</property>
10553                                  </widget>
10554                                  <packing>
10555                                    <property name="expand">False</property>
10556                                    <property name="fill">False</property>
10557                                  </packing>
10558                                </child>
10559                                <child>
10560                                  <widget class="GtkSpinButton" id="agp_track_count">
10561                                    <property name="visible">True</property>
10562                                    <property name="can_focus">True</property>
10563                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10564                                    <property name="adjustment">25 0 100 1 10 0</property>
10565                                    <property name="climb_rate">1</property>
10566                                    <signal handler="on_agp_track_count_value_changed" name="value_changed"/>
10567                                  </widget>
10568                                  <packing>
10569                                    <property name="expand">False</property>
10570                                    <property name="fill">False</property>
10571                                    <property name="position">1</property>
10572                                  </packing>
10573                                </child>
10574                              </widget>
10575                              <packing>
10576                                <property name="expand">False</property>
10577                                <property name="fill">False</property>
10578                              </packing>
10579                            </child>
10580                            <child>
10581                              <widget class="GtkCheckButton" id="include_neverplayed">
10582                                <property name="visible">True</property>
10583                                <property name="can_focus">True</property>
10584                                <property name="label" translatable="yes">Include tracks never played in the &quot;Best Rated&quot; playlist</property>
10585                                <property name="use_underline">True</property>
10586                                <property name="response_id">0</property>
10587                                <property name="draw_indicator">True</property>
10588                                <signal after="yes" handler="on_simple_checkbox_toggled" name="toggled"/>
10589                              </widget>
10590                              <packing>
10591                                <property name="expand">False</property>
10592                                <property name="fill">False</property>
10593                                <property name="position">1</property>
10594                              </packing>
10595                            </child>
10596                          </widget>
10597                        </child>
10598                      </widget>
10599                    </child>
10600                    <child>
10601                      <widget class="GtkLabel" id="label12">
10602                        <property name="visible">True</property>
10603                        <property name="label" translatable="yes">&lt;b&gt;Auto-Generated Playlists&lt;/b&gt;</property>
10604                        <property name="use_markup">True</property>
10605                      </widget>
10606                      <packing>
10607                        <property name="type">label_item</property>
10608                      </packing>
10609                    </child>
10610                  </widget>
10611                  <packing>
10612                    <property name="expand">False</property>
10613                    <property name="fill">False</property>
10614                    <property name="position">2</property>
10615                  </packing>
10616                </child>
10617                <child>
10618                  <widget class="GtkFrame" id="frame10">
10619                    <property name="visible">True</property>
10620                    <property name="label_xalign">0</property>
10621                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10622                    <child>
10623                      <widget class="GtkAlignment" id="alignment22">
10624                        <property name="visible">True</property>
10625                        <property name="top_padding">6</property>
10626                        <property name="left_padding">12</property>
10627                        <child>
10628                          <widget class="GtkVBox" id="vbox13"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10629                            <property name="visible">True</property>
10630                            <property name="spacing">6</property>
10631                            <child>
10632                              <widget class="GtkHBox" id="hbox7">
10633                                <property name="visible">True</property>
10634                                <property name="spacing">12</property>
10635                                <child>
10636                                  <widget class="GtkLabel" id="label3">
10637                                    <property name="visible">True</property>
10638                                    <property name="xalign">0</property>
10639                                    <property name="label" translatable="yes">Convert incompatible music formats to:</property>
10640                                  </widget>
10641                                  <packing>
10642                                    <property name="expand">False</property>
10643                                  </packing>
10644                                </child>
10645                                <child>
10646                                  <widget class="GtkComboBox" id="target_format">
10647                                    <property name="visible">True</property>
10648                                    <property name="items" translatable="yes">MP3
10649AAC
10650</property>
10651                                    <signal handler="on_target_format_changed" name="changed"/>
10652                                  </widget>
10653                                  <packing>
10654                                    <property name="position">1</property>
10655                                  </packing>
10656                                </child>
10657                              </widget>
10658                            </child>
10659                            <child>
10660                              <widget class="GtkHButtonBox" id="hbuttonbox2">
10661                                <property name="visible">True</property>
10662                                <property name="spacing">6</property>
10663                                <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
10664                                <child>
10665                                  <widget class="GtkButton" id="conversion_settings">
10666                                    <property name="visible">True</property>
10667                                    <property name="can_focus">True</property>
10668                                    <property name="response_id">0</property>
10669                                    <signal handler="on_conversion_settings_clicked" name="clicked"/>
10670                                    <child>
10671                                      <widget class="GtkAlignment" id="alignment38">
10672                                        <property name="visible">True</property>
10673                                        <child>
10674                                          <widget class="GtkHBox" id="hbox8">
10675                                            <property name="visible">True</property>
10676                                            <property name="spacing">2</property>
10677                                            <child>
10678                                              <widget class="GtkImage" id="image1">
10679                                                <property name="visible">True</property>
10680                                                <property name="stock">gtk-convert</property>
10681                                              </widget>
10682                                              <packing>
10683                                                <property name="expand">False</property>
10684                                                <property name="fill">False</property>
10685                                              </packing>
10686                                            </child>
10687                                            <child>
10688                                              <widget class="GtkLabel" id="label11">
10689                                                <property name="visible">True</property>
10690                                                <property name="label" translatable="yes">Conversion Settings...</property>
10691                                              </widget>
10692                                              <packing>
10693                                                <property name="expand">False</property>
10694                                                <property name="fill">False</property>
10695                                                <property name="position">1</property>
10696                                              </packing>
10697                                            </child>
10698                                          </widget>
10699                                        </child>
10700                                      </widget>
10701                                    </child>
10702                                  </widget>
10703                                </child>
10704                              </widget>
10705                              <packing>
10706                                <property name="position">1</property>
10707                              </packing>
10708                            </child>
10709                          </widget>
10710                        </child>
10711                      </widget>
10712                    </child>
10713                    <child>
10714                      <widget class="GtkLabel" id="label14">
10715                        <property name="visible">True</property>
10716                        <property name="label" translatable="yes">&lt;b&gt;On-the-fly Conversion&lt;/b&gt;</property>
10717                        <property name="use_markup">True</property>
10718                      </widget>
10719                      <packing>
10720                        <property name="type">label_item</property>
10721                      </packing>
10722                    </child>
10723                  </widget>
10724                  <packing>
10725                    <property name="expand">False</property>
10726                    <property name="fill">False</property>
10727                    <property name="position">3</property>
10728                  </packing>
10729                </child>
10730              </widget>
10731              <packing>
10732                <property name="position">1</property>
10733              </packing>
10734            </child>
10735            <child>
10736              <widget class="GtkLabel" id="music_page_label">
10737                <property name="visible">True</property>
10738                <property name="label" translatable="yes">Music</property>
10739              </widget>
10740              <packing>
10741                <property name="type">tab</property>
10742                <property name="position">1</property>
10743                <property name="tab_fill">False</property>
10744              </packing>
10745            </child>
10746            <child>
10747              <widget class="GtkVBox" id="vbox11"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10748                <property name="visible">True</property>
10749                <property name="border_width">12</property>
10750                <property name="spacing">18</property>
10751                <child>
10752                  <widget class="GtkFrame" id="frame6">
10753                    <property name="visible">True</property>
10754                    <property name="label_xalign">0</property>
10755                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10756                    <child>
10757                      <widget class="GtkAlignment" id="alignment16">
10758                        <property name="visible">True</property>
10759                        <property name="top_padding">6</property>
10760                        <property name="left_padding">12</property>
10761                        <child>
10762                          <widget class="GtkVBox" id="vbox12"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10763                            <property name="visible">True</property>
10764                            <property name="spacing">6</property>
10765                            <child>
10766                              <widget class="GtkCheckButton" id="read_tags">
10767                                <property name="visible">True</property>
10768                                <property name="can_focus">True</property>
10769                                <property name="label" translatable="yes">Read embedded tags from music files</property>
10770                                <property name="use_underline">True</property>
10771                                <property name="response_id">0</property>
10772                                <property name="active">True</property>
10773                                <property name="draw_indicator">True</property>
10774                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10775                              </widget>
10776                              <packing>
10777                                <property name="expand">False</property>
10778                                <property name="fill">False</property>
10779                              </packing>
10780                            </child>
10781                            <child>
10782                              <widget class="GtkHBox" id="hbox4">
10783                                <property name="visible">True</property>
10784                                <property name="spacing">6</property>
10785                                <child>
10786                                  <widget class="GtkCheckButton" id="parse_filename_tags">
10787                                    <property name="visible">True</property>
10788                                    <property name="can_focus">True</property>
10789                                    <property name="label" translatable="yes">Parse file name to set missing tags</property>
10790                                    <property name="use_underline">True</property>
10791                                    <property name="response_id">0</property>
10792                                    <property name="draw_indicator">True</property>
10793                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10794                                  </widget>
10795                                  <packing>
10796                                    <property name="expand">False</property>
10797                                    <property name="fill">False</property>
10798                                  </packing>
10799                                </child>
10800                                <child>
10801                                  <widget class="GtkButton" id="customize_tags">
10802                                    <property name="visible">True</property>
10803                                    <property name="sensitive">False</property>
10804                                    <property name="can_focus">True</property>
10805                                    <property name="label" translatable="yes">Customize...</property>
10806                                    <property name="use_underline">True</property>
10807                                    <property name="response_id">0</property>
10808                                    <signal handler="on_customize_tags_clicked" name="clicked"/>
10809                                  </widget>
10810                                  <packing>
10811                                    <property name="expand">False</property>
10812                                    <property name="fill">False</property>
10813                                    <property name="pack_type">GTK_PACK_END</property>
10814                                    <property name="position">1</property>
10815                                  </packing>
10816                                </child>
10817                              </widget>
10818                              <packing>
10819                                <property name="expand">False</property>
10820                                <property name="fill">False</property>
10821                                <property name="position">1</property>
10822                              </packing>
10823                            </child>
10824                            <child>
10825                              <widget class="GtkCheckButton" id="last_resort_tags">
10826                                <property name="visible">True</property>
10827                                <property name="can_focus">True</property>
10828                                <property name="label" translatable="yes">Set still missing tags to file name</property>
10829                                <property name="use_underline">True</property>
10830                                <property name="response_id">0</property>
10831                                <property name="active">True</property>
10832                                <property name="draw_indicator">True</property>
10833                                <signal handler="on_unsetdeps_checkbox_toggled" name="toggled"/>
10834                              </widget>
10835                              <packing>
10836                                <property name="expand">False</property>
10837                                <property name="fill">False</property>
10838                                <property name="position">2</property>
10839                              </packing>
10840                            </child>
10841                            <child>
10842                              <widget class="GtkAlignment" id="alignment19">
10843                                <property name="visible">True</property>
10844                                <property name="left_padding">12</property>
10845                                <child>
10846                                  <widget class="GtkTable" id="table2">
10847                                    <property name="visible">True</property>
10848                                    <property name="n_rows">2</property>
10849                                    <property name="n_columns">3</property>
10850                                    <property name="column_spacing">12</property>
10851                                    <property name="row_spacing">6</property>
10852                                    <child>
10853                                      <placeholder/>
10854                                    </child>
10855                                    <child>
10856                                      <widget class="GtkCheckButton" id="tag_artist">
10857                                        <property name="visible">True</property>
10858                                        <property name="can_focus">True</property>
10859                                        <property name="label" translatable="yes">Artist</property>
10860                                        <property name="use_underline">True</property>
10861                                        <property name="response_id">0</property>
10862                                        <property name="draw_indicator">True</property>
10863                                        <signal handler="on_tag_checkbox_toggled" name="toggled"/>
10864                                      </widget>
10865                                      <packing>
10866                                        <property name="top_attach">1</property>
10867                                        <property name="bottom_attach">2</property>
10868                                        <property name="x_options">GTK_FILL</property>
10869                                        <property name="y_options"/>
10870                                      </packing>
10871                                    </child>
10872                                    <child>
10873                                      <widget class="GtkCheckButton" id="tag_title">
10874                                        <property name="visible">True</property>
10875                                        <property name="can_focus">True</property>
10876                                        <property name="label" translatable="yes">Title</property>
10877                                        <property name="use_underline">True</property>
10878                                        <property name="response_id">0</property>
10879                                        <property name="active">True</property>
10880                                        <property name="draw_indicator">True</property>
10881                                        <signal handler="on_tag_checkbox_toggled" name="toggled"/>
10882                                      </widget>
10883                                      <packing>
10884                                        <property name="x_options">GTK_FILL</property>
10885                                        <property name="y_options"/>
10886                                      </packing>
10887                                    </child>
10888                                    <child>
10889                                      <widget class="GtkCheckButton" id="tag_genre">
10890                                        <property name="visible">True</property>
10891                                        <property name="can_focus">True</property>
10892                                        <property name="label" translatable="yes">Genre</property>
10893                                        <property name="use_underline">True</property>
10894                                        <property name="response_id">0</property>
10895                                        <property name="draw_indicator">True</property>
10896                                        <signal handler="on_tag_checkbox_toggled" name="toggled"/>
10897                                      </widget>
10898                                      <packing>
10899                                        <property name="left_attach">2</property>
10900                                        <property name="right_attach">3</property>
10901                                        <property name="x_options">GTK_FILL</property>
10902                                        <property name="y_options"/>
10903                                      </packing>
10904                                    </child>
10905                                    <child>
10906                                      <widget class="GtkCheckButton" id="tag_composer">
10907                                        <property name="visible">True</property>
10908                                        <property name="can_focus">True</property>
10909                                        <property name="label" translatable="yes">Composer</property>
10910                                        <property name="use_underline">True</property>
10911                                        <property name="response_id">0</property>
10912                                        <property name="draw_indicator">True</property>
10913                                        <signal handler="on_tag_checkbox_toggled" name="toggled"/>
10914                                      </widget>
10915                                      <packing>
10916                                        <property name="left_attach">1</property>
10917                                        <property name="right_attach">2</property>
10918                                        <property name="top_attach">1</property>
10919                                        <property name="bottom_attach">2</property>
10920                                        <property name="x_options">GTK_FILL</property>
10921                                        <property name="y_options"/>
10922                                      </packing>
10923                                    </child>
10924                                    <child>
10925                                      <widget class="GtkCheckButton" id="tag_album">
10926                                        <property name="visible">True</property>
10927                                        <property name="can_focus">True</property>
10928                                        <property name="label" translatable="yes">Album</property>
10929                                        <property name="use_underline">True</property>
10930                                        <property name="response_id">0</property>
10931                                        <property name="draw_indicator">True</property>
10932                                        <signal handler="on_tag_checkbox_toggled" name="toggled"/>
10933                                      </widget>
10934                                      <packing>
10935                                        <property name="left_attach">1</property>
10936                                        <property name="right_attach">2</property>
10937                                        <property name="x_options">GTK_FILL</property>
10938                                        <property name="y_options"/>
10939                                      </packing>
10940                                    </child>
10941                                  </widget>
10942                                </child>
10943                              </widget>
10944                              <packing>
10945                                <property name="expand">False</property>
10946                                <property name="fill">False</property>
10947                                <property name="position">3</property>
10948                              </packing>
10949                            </child>
10950                          </widget>
10951                        </child>
10952                      </widget>
10953                    </child>
10954                    <child>
10955                      <widget class="GtkLabel" id="label15">
10956                        <property name="visible">True</property>
10957                        <property name="label" translatable="yes">&lt;b&gt;Tags&lt;/b&gt;</property>
10958                        <property name="use_markup">True</property>
10959                      </widget>
10960                      <packing>
10961                        <property name="type">label_item</property>
10962                      </packing>
10963                    </child>
10964                  </widget>
10965                  <packing>
10966                    <property name="expand">False</property>
10967                    <property name="fill">False</property>
10968                  </packing>
10969                </child>
10970                <child>
10971                  <widget class="GtkFrame" id="frame9">
10972                    <property name="visible">True</property>
10973                    <property name="label_xalign">0</property>
10974                    <property name="shadow_type">GTK_SHADOW_NONE</property>
10975                    <child>
10976                      <widget class="GtkAlignment" id="alignment20">
10977                        <property name="visible">True</property>
10978                        <property name="top_padding">6</property>
10979                        <property name="left_padding">12</property>
10980                        <child>
10981                          <widget class="GtkVBox" id="vbox15"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
10982                            <property name="visible">True</property>
10983                            <child>
10984                              <widget class="GtkCheckButton" id="mass_modify_tags">
10985                                <property name="visible">True</property>
10986                                <property name="can_focus">True</property>
10987                                <property name="label" translatable="yes">Mass-modify tags when multiple tracks are selected</property>
10988                                <property name="use_underline">True</property>
10989                                <property name="response_id">0</property>
10990                                <property name="draw_indicator">True</property>
10991                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
10992                              </widget>
10993                              <packing>
10994                                <property name="expand">False</property>
10995                                <property name="fill">False</property>
10996                              </packing>
10997                            </child>
10998                            <child>
10999                              <widget class="GtkHBox" id="hbox5">
11000                                <property name="visible">True</property>
11001                                <property name="spacing">6</property>
11002                                <child>
11003                                  <widget class="GtkCheckButton" id="write_tags">
11004                                    <property name="visible">True</property>
11005                                    <property name="can_focus">True</property>
11006                                    <property name="label" translatable="yes">Write tags to disk when edited</property>
11007                                    <property name="use_underline">True</property>
11008                                    <property name="response_id">0</property>
11009                                    <property name="active">True</property>
11010                                    <property name="draw_indicator">True</property>
11011                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11012                                  </widget>
11013                                  <packing>
11014                                    <property name="expand">False</property>
11015                                    <property name="fill">False</property>
11016                                  </packing>
11017                                </child>
11018                                <child>
11019                                  <widget class="GtkButton" id="tag_encoding">
11020                                    <property name="visible">True</property>
11021                                    <property name="sensitive">False</property>
11022                                    <property name="can_focus">True</property>
11023                                    <property name="label" translatable="yes">Encoding...</property>
11024                                    <property name="use_underline">True</property>
11025                                    <property name="response_id">0</property>
11026                                    <signal handler="open_encoding_dialog" name="clicked"/>
11027                                  </widget>
11028                                  <packing>
11029                                    <property name="expand">False</property>
11030                                    <property name="fill">False</property>
11031                                    <property name="pack_type">GTK_PACK_END</property>
11032                                    <property name="position">1</property>
11033                                  </packing>
11034                                </child>
11035                              </widget>
11036                              <packing>
11037                                <property name="expand">False</property>
11038                                <property name="fill">False</property>
11039                                <property name="position">1</property>
11040                              </packing>
11041                            </child>
11042                            <child>
11043                              <widget class="GtkAlignment" id="alignment21">
11044                                <property name="visible">True</property>
11045                                <property name="left_padding">12</property>
11046                                <child>
11047                                  <widget class="GtkVBox" id="vbox15"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11048                                    <property name="visible">True</property>
11049                                    <property name="spacing">6</property>
11050                                    <child>
11051                                      <widget class="GtkCheckButton" id="write_tags_legacy">
11052                                        <property name="visible">True</property>
11053                                        <property name="can_focus">True</property>
11054                                        <property name="label" translatable="yes">Use legacy format for MP3 tags</property>
11055                                        <property name="use_underline">True</property>
11056                                        <property name="response_id">0</property>
11057                                        <property name="draw_indicator">True</property>
11058                                        <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11059                                      </widget>
11060                                      <packing>
11061                                        <property name="expand">False</property>
11062                                        <property name="fill">False</property>
11063                                      </packing>
11064                                    </child>
11065                                  </widget>
11066                                </child>
11067                              </widget>
11068                              <packing>
11069                                <property name="expand">False</property>
11070                                <property name="fill">False</property>
11071                                <property name="position">2</property>
11072                              </packing>
11073                            </child>
11074                          </widget>
11075                        </child>
11076                      </widget>
11077                    </child>
11078                    <child>
11079                      <widget class="GtkLabel" id="label16">
11080                        <property name="visible">True</property>
11081                        <property name="label" translatable="yes">&lt;b&gt;Tag Editing&lt;/b&gt;</property>
11082                        <property name="use_markup">True</property>
11083                      </widget>
11084                      <packing>
11085                        <property name="type">label_item</property>
11086                      </packing>
11087                    </child>
11088                  </widget>
11089                  <packing>
11090                    <property name="expand">False</property>
11091                    <property name="fill">False</property>
11092                    <property name="position">1</property>
11093                  </packing>
11094                </child>
11095                <child>
11096                  <widget class="GtkFrame" id="frame8">
11097                    <property name="visible">True</property>
11098                    <property name="label_xalign">0</property>
11099                    <property name="shadow_type">GTK_SHADOW_NONE</property>
11100                    <child>
11101                      <widget class="GtkAlignment" id="alignment18">
11102                        <property name="visible">True</property>
11103                        <property name="top_padding">6</property>
11104                        <property name="left_padding">12</property>
11105                        <child>
11106                          <widget class="GtkVBox" id="vbox11"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11107                            <property name="visible">True</property>
11108                            <property name="spacing">6</property>
11109                            <child>
11110                              <widget class="GtkCheckButton" id="read_coverart">
11111                                <property name="visible">True</property>
11112                                <property name="can_focus">True</property>
11113                                <property name="label" translatable="yes">Read embedded cover art information</property>
11114                                <property name="use_underline">True</property>
11115                                <property name="response_id">0</property>
11116                                <property name="active">True</property>
11117                                <property name="draw_indicator">True</property>
11118                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11119                              </widget>
11120                              <packing>
11121                                <property name="expand">False</property>
11122                                <property name="fill">False</property>
11123                              </packing>
11124                            </child>
11125                            <child>
11126                              <widget class="GtkHBox" id="hbox6">
11127                                <property name="visible">True</property>
11128                                <property name="spacing">6</property>
11129                                <child>
11130                                  <widget class="GtkCheckButton" id="template_coverart">
11131                                    <property name="visible">True</property>
11132                                    <property name="can_focus">True</property>
11133                                    <property name="label" translatable="yes">Add cover art using file name template</property>
11134                                    <property name="use_underline">True</property>
11135                                    <property name="response_id">0</property>
11136                                    <property name="draw_indicator">True</property>
11137                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11138                                  </widget>
11139                                  <packing>
11140                                    <property name="expand">False</property>
11141                                    <property name="fill">False</property>
11142                                  </packing>
11143                                </child>
11144                                <child>
11145                                  <widget class="GtkButton" id="customize_coverart">
11146                                    <property name="visible">True</property>
11147                                    <property name="sensitive">False</property>
11148                                    <property name="can_focus">True</property>
11149                                    <property name="label" translatable="yes">Customize...</property>
11150                                    <property name="use_underline">True</property>
11151                                    <property name="response_id">0</property>
11152                                    <signal handler="on_customize_coverart_clicked" name="clicked"/>
11153                                  </widget>
11154                                  <packing>
11155                                    <property name="expand">False</property>
11156                                    <property name="fill">False</property>
11157                                    <property name="pack_type">GTK_PACK_END</property>
11158                                    <property name="position">1</property>
11159                                  </packing>
11160                                </child>
11161                              </widget>
11162                              <packing>
11163                                <property name="expand">False</property>
11164                                <property name="fill">False</property>
11165                                <property name="position">1</property>
11166                              </packing>
11167                            </child>
11168                            <child>
11169                              <widget class="GtkHBox" id="hbox79">
11170                                <property name="visible">True</property>
11171                                <property name="spacing">6</property>
11172                                <child>
11173                                  <widget class="GtkCheckButton" id="generate_video_thumbnails">
11174                                    <property name="visible">True</property>
11175                                    <property name="can_focus">True</property>
11176                                    <property name="has_tooltip">True</property>
11177                                    <property name="tooltip_text">Automatically generate a thumbnail from the video, if no thumbnail is otherwise provided.</property>
11178                                    <property name="label" translatable="yes">Automatically generate video thumbnails</property>
11179                                    <property name="use_underline">True</property>
11180                                    <property name="response_id">0</property>
11181                                    <property name="active">True</property>
11182                                    <property name="draw_indicator">True</property>
11183                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11184                                  </widget>
11185                                  <packing>
11186                                    <property name="expand">False</property>
11187                                    <property name="fill">False</property>
11188                                  </packing>
11189                                </child>
11190                                <child>
11191                                  <widget class="GtkButton" id="customize_video_thumbnailer">
11192                                    <property name="visible">True</property>
11193                                    <property name="sensitive">False</property>
11194                                    <property name="can_focus">True</property>
11195                                    <property name="label" translatable="yes">Customize...</property>
11196                                    <property name="use_underline">True</property>
11197                                    <property name="response_id">0</property>
11198                                    <signal handler="on_customize_video_thumbnailer_clicked" name="clicked"/>
11199                                  </widget>
11200                                  <packing>
11201                                    <property name="expand">False</property>
11202                                    <property name="fill">False</property>
11203                                    <property name="pack_type">GTK_PACK_END</property>
11204                                    <property name="position">1</property>
11205                                  </packing>
11206                                </child>
11207                              </widget>
11208                              <packing>
11209                                <property name="expand">False</property>
11210                                <property name="fill">False</property>
11211                                <property name="position">2</property>
11212                              </packing>
11213                            </child>
11214                          </widget>
11215                        </child>
11216                      </widget>
11217                    </child>
11218                    <child>
11219                      <widget class="GtkLabel" id="label17">
11220                        <property name="visible">True</property>
11221                        <property name="label" translatable="yes">&lt;b&gt;Cover Art&lt;/b&gt;</property>
11222                        <property name="use_markup">True</property>
11223                      </widget>
11224                      <packing>
11225                        <property name="type">label_item</property>
11226                      </packing>
11227                    </child>
11228                  </widget>
11229                  <packing>
11230                    <property name="expand">False</property>
11231                    <property name="fill">False</property>
11232                    <property name="position">2</property>
11233                  </packing>
11234                </child>
11235                <child>
11236                  <widget class="GtkFrame" id="frame16">
11237                    <property name="visible">True</property>
11238                    <property name="label_xalign">0</property>
11239                    <property name="shadow_type">GTK_SHADOW_NONE</property>
11240                    <child>
11241                      <widget class="GtkAlignment" id="alignment30">
11242                        <property name="visible">True</property>
11243                        <property name="top_padding">6</property>
11244                        <property name="left_padding">12</property>
11245                        <child>
11246                          <widget class="GtkHBox" id="hbox11">
11247                            <property name="visible">True</property>
11248                            <property name="spacing">12</property>
11249                            <child>
11250                              <widget class="GtkLabel" id="label20">
11251                                <property name="visible">True</property>
11252                                <property name="label" translatable="yes">To fill additional information, &lt;i&gt;gtkpod&lt;/i&gt; can use a database provided by the &lt;i&gt;mserv&lt;/i&gt; music server. If you do not know what &lt;i&gt;mserv&lt;/i&gt; is, leave this alone.</property>
11253                                <property name="use_markup">True</property>
11254                                <property name="wrap">True</property>
11255                              </widget>
11256                              <packing>
11257                                <property name="expand">False</property>
11258                                <property name="fill">False</property>
11259                              </packing>
11260                            </child>
11261                            <child>
11262                              <widget class="GtkVBox" id="vbox21"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11263                                <property name="visible">True</property>
11264                                <child>
11265                                  <widget class="GtkButton" id="mserv_settings">
11266                                    <property name="visible">True</property>
11267                                    <property name="can_focus">True</property>
11268                                    <property name="label" translatable="yes">Settings...</property>
11269                                    <property name="use_underline">True</property>
11270                                    <property name="response_id">0</property>
11271                                    <signal handler="on_mserv_settings_clicked" name="clicked"/>
11272                                  </widget>
11273                                  <packing>
11274                                    <property name="expand">False</property>
11275                                    <property name="fill">False</property>
11276                                  </packing>
11277                                </child>
11278                                <child>
11279                                  <placeholder/>
11280                                </child>
11281                              </widget>
11282                              <packing>
11283                                <property name="pack_type">GTK_PACK_END</property>
11284                                <property name="position">1</property>
11285                              </packing>
11286                            </child>
11287                          </widget>
11288                        </child>
11289                      </widget>
11290                    </child>
11291                    <child>
11292                      <widget class="GtkLabel" id="label19">
11293                        <property name="visible">True</property>
11294                        <property name="label" translatable="yes">&lt;b&gt;mserv&lt;/b&gt;</property>
11295                        <property name="use_markup">True</property>
11296                      </widget>
11297                      <packing>
11298                        <property name="type">label_item</property>
11299                      </packing>
11300                    </child>
11301                  </widget>
11302                  <packing>
11303                    <property name="expand">False</property>
11304                    <property name="fill">False</property>
11305                    <property name="position">3</property>
11306                  </packing>
11307                </child>
11308              </widget>
11309              <packing>
11310                <property name="position">2</property>
11311              </packing>
11312            </child>
11313            <child>
11314              <widget class="GtkLabel" id="metadata_page_label">
11315                <property name="visible">True</property>
11316                <property name="label" translatable="yes">Metadata</property>
11317              </widget>
11318              <packing>
11319                <property name="type">tab</property>
11320                <property name="position">2</property>
11321                <property name="tab_fill">False</property>
11322              </packing>
11323            </child>
11324            <child>
11325              <widget class="GtkVBox" id="vbox16"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11326                <property name="visible">True</property>
11327                <property name="border_width">12</property>
11328                <property name="spacing">18</property>
11329                <child>
11330                  <widget class="GtkFrame" id="frame12">
11331                    <property name="visible">True</property>
11332                    <property name="label_xalign">0</property>
11333                    <property name="shadow_type">GTK_SHADOW_NONE</property>
11334                    <child>
11335                      <widget class="GtkAlignment" id="alignment24">
11336                        <property name="visible">True</property>
11337                        <property name="top_padding">6</property>
11338                        <property name="left_padding">12</property>
11339                        <child>
11340                          <widget class="GtkVBox" id="vbox17"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11341                            <property name="visible">True</property>
11342                            <property name="spacing">6</property>
11343                            <child>
11344                              <widget class="GtkCheckButton" id="confirm_del_tracks">
11345                                <property name="visible">True</property>
11346                                <property name="can_focus">True</property>
11347                                <property name="label" translatable="yes">Confirm deletion of tracks:</property>
11348                                <property name="use_underline">True</property>
11349                                <property name="response_id">0</property>
11350                                <property name="active">True</property>
11351                                <property name="draw_indicator">True</property>
11352                                <signal handler="on_unsetdeps_checkbox_toggled" name="toggled"/>
11353                              </widget>
11354                              <packing>
11355                                <property name="expand">False</property>
11356                                <property name="fill">False</property>
11357                              </packing>
11358                            </child>
11359                            <child>
11360                              <widget class="GtkAlignment" id="alignment25">
11361                                <property name="visible">True</property>
11362                                <property name="left_padding">12</property>
11363                                <child>
11364                                  <widget class="GtkVBox" id="vbox20"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11365                                    <property name="visible">True</property>
11366                                    <property name="spacing">6</property>
11367                                    <child>
11368                                      <widget class="GtkCheckButton" id="confirm_from_ipod">
11369                                        <property name="visible">True</property>
11370                                        <property name="can_focus">True</property>
11371                                        <property name="label" translatable="yes">From the iPod</property>
11372                                        <property name="use_underline">True</property>
11373                                        <property name="response_id">0</property>
11374                                        <property name="active">True</property>
11375                                        <property name="draw_indicator">True</property>
11376                                        <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11377                                      </widget>
11378                                      <packing>
11379                                        <property name="expand">False</property>
11380                                        <property name="fill">False</property>
11381                                      </packing>
11382                                    </child>
11383                                    <child>
11384                                      <widget class="GtkCheckButton" id="confirm_from_hdd">
11385                                        <property name="visible">True</property>
11386                                        <property name="can_focus">True</property>
11387                                        <property name="label" translatable="yes">From the hard disk</property>
11388                                        <property name="use_underline">True</property>
11389                                        <property name="response_id">0</property>
11390                                        <property name="active">True</property>
11391                                        <property name="draw_indicator">True</property>
11392                                        <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11393                                      </widget>
11394                                      <packing>
11395                                        <property name="expand">False</property>
11396                                        <property name="fill">False</property>
11397                                        <property name="position">1</property>
11398                                      </packing>
11399                                    </child>
11400                                    <child>
11401                                      <widget class="GtkCheckButton" id="confirm_from_db">
11402                                        <property name="visible">True</property>
11403                                        <property name="can_focus">True</property>
11404                                        <property name="label" translatable="yes">From the local database</property>
11405                                        <property name="use_underline">True</property>
11406                                        <property name="response_id">0</property>
11407                                        <property name="active">True</property>
11408                                        <property name="draw_indicator">True</property>
11409                                        <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11410                                      </widget>
11411                                      <packing>
11412                                        <property name="expand">False</property>
11413                                        <property name="fill">False</property>
11414                                        <property name="position">2</property>
11415                                      </packing>
11416                                    </child>
11417                                  </widget>
11418                                </child>
11419                              </widget>
11420                              <packing>
11421                                <property name="expand">False</property>
11422                                <property name="fill">False</property>
11423                                <property name="position">1</property>
11424                              </packing>
11425                            </child>
11426                            <child>
11427                              <widget class="GtkCheckButton" id="confirm_del_pl">
11428                                <property name="visible">True</property>
11429                                <property name="can_focus">True</property>
11430                                <property name="label" translatable="yes">Confirm deletion of playlists or tracks from a playlist</property>
11431                                <property name="use_underline">True</property>
11432                                <property name="response_id">0</property>
11433                                <property name="active">True</property>
11434                                <property name="draw_indicator">True</property>
11435                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11436                              </widget>
11437                              <packing>
11438                                <property name="expand">False</property>
11439                                <property name="fill">False</property>
11440                                <property name="position">2</property>
11441                              </packing>
11442                            </child>
11443                            <child>
11444                              <widget class="GtkCheckButton" id="confirm_del_sync">
11445                                <property name="visible">True</property>
11446                                <property name="can_focus">True</property>
11447                                <property name="label" translatable="yes">Confirm deletion of tracks during synchronization</property>
11448                                <property name="use_underline">True</property>
11449                                <property name="response_id">0</property>
11450                                <property name="active">True</property>
11451                                <property name="draw_indicator">True</property>
11452                                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11453                              </widget>
11454                              <packing>
11455                                <property name="expand">False</property>
11456                                <property name="fill">False</property>
11457                                <property name="position">3</property>
11458                              </packing>
11459                            </child>
11460                          </widget>
11461                        </child>
11462                      </widget>
11463                    </child>
11464                    <child>
11465                      <widget class="GtkLabel" id="label24">
11466                        <property name="visible">True</property>
11467                        <property name="label" translatable="yes">&lt;b&gt;Deletion Confirmation Messages&lt;/b&gt;</property>
11468                        <property name="use_markup">True</property>
11469                      </widget>
11470                      <packing>
11471                        <property name="type">label_item</property>
11472                      </packing>
11473                    </child>
11474                  </widget>
11475                  <packing>
11476                    <property name="expand">False</property>
11477                    <property name="fill">False</property>
11478                  </packing>
11479                </child>
11480                <child>
11481                  <widget class="GtkFrame" id="frame13">
11482                    <property name="visible">True</property>
11483                    <property name="label_xalign">0</property>
11484                    <property name="shadow_type">GTK_SHADOW_NONE</property>
11485                    <child>
11486                      <widget class="GtkAlignment" id="alignment26">
11487                        <property name="visible">True</property>
11488                        <property name="top_padding">6</property>
11489                        <property name="left_padding">12</property>
11490                        <child>
11491                          <widget class="GtkVBox" id="vbox18"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11492                            <property name="visible">True</property>
11493                            <property name="spacing">6</property>
11494                            <child>
11495                              <widget class="GtkCheckButton" id="msg_startup">
11496                                <property name="visible">True</property>
11497                                <property name="can_focus">True</property>
11498                                <property name="label" translatable="yes">Display messages and warnings at startup</property>
11499                                <property name="use_underline">True</property>
11500                                <property name="response_id">0</property>
11501                                <property name="active">True</property>
11502                                <property name="draw_indicator">True</property>
11503                              </widget>
11504                              <packing>
11505                                <property name="expand">False</property>
11506                                <property name="fill">False</property>
11507                              </packing>
11508                            </child>
11509                            <child>
11510                              <widget class="GtkCheckButton" id="msg_duplicates">
11511                                <property name="visible">True</property>
11512                                <property name="can_focus">True</property>
11513                                <property name="label" translatable="yes">Display information about detected duplicate files</property>
11514                                <property name="use_underline">True</property>
11515                                <property name="response_id">0</property>
11516                                <property name="active">True</property>
11517                                <property name="draw_indicator">True</property>
11518                              </widget>
11519                              <packing>
11520                                <property name="expand">False</property>
11521                                <property name="fill">False</property>
11522                                <property name="position">1</property>
11523                              </packing>
11524                            </child>
11525                            <child>
11526                              <widget class="GtkCheckButton" id="msg_results">
11527                                <property name="visible">True</property>
11528                                <property name="can_focus">True</property>
11529                                <property name="label" translatable="yes">Display synchronization results</property>
11530                                <property name="use_underline">True</property>
11531                                <property name="response_id">0</property>
11532                                <property name="active">True</property>
11533                                <property name="draw_indicator">True</property>
11534                              </widget>
11535                              <packing>
11536                                <property name="expand">False</property>
11537                                <property name="fill">False</property>
11538                                <property name="position">2</property>
11539                              </packing>
11540                            </child>
11541                            <child>
11542                              <widget class="GtkHBox" id="hbox10">
11543                                <property name="visible">True</property>
11544                                <child>
11545                                  <widget class="GtkLabel" id="label25">
11546                                    <property name="visible">True</property>
11547                                    <property name="label" translatable="yes">When updating tracks, display information:</property>
11548                                  </widget>
11549                                  <packing>
11550                                    <property name="expand">False</property>
11551                                    <property name="fill">False</property>
11552                                  </packing>
11553                                </child>
11554                              </widget>
11555                              <packing>
11556                                <property name="position">3</property>
11557                              </packing>
11558                            </child>
11559                            <child>
11560                              <widget class="GtkAlignment" id="alignment27">
11561                                <property name="visible">True</property>
11562                                <property name="left_padding">12</property>
11563                                <child>
11564                                  <widget class="GtkVBox" id="vbox19"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11565                                    <property name="visible">True</property>
11566                                    <property name="spacing">6</property>
11567                                    <child>
11568                                      <widget class="GtkCheckButton" id="msg_updated">
11569                                        <property name="visible">True</property>
11570                                        <property name="can_focus">True</property>
11571                                        <property name="label" translatable="yes">About updated tracks</property>
11572                                        <property name="use_underline">True</property>
11573                                        <property name="response_id">0</property>
11574                                        <property name="active">True</property>
11575                                        <property name="draw_indicator">True</property>
11576                                      </widget>
11577                                      <packing>
11578                                        <property name="expand">False</property>
11579                                        <property name="fill">False</property>
11580                                      </packing>
11581                                    </child>
11582                                    <child>
11583                                      <widget class="GtkCheckButton" id="msg_unupdated">
11584                                        <property name="visible">True</property>
11585                                        <property name="can_focus">True</property>
11586                                        <property name="label" translatable="yes">About unupdated tracks</property>
11587                                        <property name="use_underline">True</property>
11588                                        <property name="response_id">0</property>
11589                                        <property name="active">True</property>
11590                                        <property name="draw_indicator">True</property>
11591                                      </widget>
11592                                      <packing>
11593                                        <property name="expand">False</property>
11594                                        <property name="fill">False</property>
11595                                        <property name="position">1</property>
11596                                      </packing>
11597                                    </child>
11598                                  </widget>
11599                                </child>
11600                              </widget>
11601                              <packing>
11602                                <property name="position">4</property>
11603                              </packing>
11604                            </child>
11605                          </widget>
11606                        </child>
11607                      </widget>
11608                    </child>
11609                    <child>
11610                      <widget class="GtkLabel" id="label26">
11611                        <property name="visible">True</property>
11612                        <property name="label" translatable="yes">&lt;b&gt;Information Messages&lt;/b&gt;</property>
11613                        <property name="use_markup">True</property>
11614                      </widget>
11615                      <packing>
11616                        <property name="type">label_item</property>
11617                      </packing>
11618                    </child>
11619                  </widget>
11620                  <packing>
11621                    <property name="expand">False</property>
11622                    <property name="fill">False</property>
11623                    <property name="position">1</property>
11624                  </packing>
11625                </child>
11626              </widget>
11627              <packing>
11628                <property name="position">3</property>
11629              </packing>
11630            </child>
11631            <child>
11632              <widget class="GtkLabel" id="feedback_page_label">
11633                <property name="visible">True</property>
11634                <property name="label" translatable="yes">Feedback</property>
11635              </widget>
11636              <packing>
11637                <property name="type">tab</property>
11638                <property name="position">3</property>
11639                <property name="tab_fill">False</property>
11640              </packing>
11641            </child>
11642          </widget>
11643          <packing>
11644            <property name="position">1</property>
11645          </packing>
11646        </child>
11647        <child internal-child="action_area">
11648          <widget class="GtkHButtonBox" id="dialog-action_area5">
11649            <property name="visible">True</property>
11650            <property name="layout_style">GTK_BUTTONBOX_EDGE</property>
11651            <child>
11652              <widget class="GtkButton" id="help_button">
11653                <property name="visible">True</property>
11654                <property name="can_focus">True</property>
11655                <property name="label">gtk-help</property>
11656                <property name="use_stock">True</property>
11657                <property name="response_id">1</property>
11658                <signal handler="on_prefs_dialog_help" name="clicked"/>
11659              </widget>
11660              <packing>
11661                <property name="expand">False</property>
11662                <property name="fill">False</property>
11663              </packing>
11664            </child>
11665            <child>
11666              <widget class="GtkButton" id="revert_button">
11667                <property name="visible">True</property>
11668                <property name="can_focus">True</property>
11669                <property name="receives_default">True</property>
11670                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11671                <property name="label">gtk-revert-to-saved</property>
11672                <property name="use_stock">True</property>
11673                <property name="response_id">0</property>
11674                <signal handler="on_prefs_dialog_revert" name="clicked"/>
11675              </widget>
11676              <packing>
11677                <property name="expand">False</property>
11678                <property name="fill">False</property>
11679                <property name="position">1</property>
11680                <property name="secondary">True</property>
11681              </packing>
11682            </child>
11683            <child>
11684              <widget class="GtkButton" id="close_button">
11685                <property name="visible">True</property>
11686                <property name="can_focus">True</property>
11687                <property name="label">gtk-close</property>
11688                <property name="use_stock">True</property>
11689                <property name="response_id">-7</property>
11690                <signal handler="on_prefs_dialog_close" name="clicked"/>
11691              </widget>
11692              <packing>
11693                <property name="expand">False</property>
11694                <property name="fill">False</property>
11695                <property name="position">2</property>
11696                <property name="secondary">True</property>
11697              </packing>
11698            </child>
11699          </widget>
11700          <packing>
11701            <property name="expand">False</property>
11702            <property name="fill">False</property>
11703            <property name="pack_type">GTK_PACK_END</property>
11704          </packing>
11705        </child>
11706      </widget>
11707    </child>
11708  </widget>
11709  <widget class="GtkDialog" id="prefs_columns_dialog">
11710    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11711    <property name="border_width">5</property>
11712    <property name="title" translatable="yes">Add Column</property>
11713    <property name="modal">True</property>
11714    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
11715    <property name="default_width">300</property>
11716    <property name="default_height">400</property>
11717    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11718    <property name="skip_taskbar_hint">True</property>
11719    <property name="has_separator">False</property>
11720    <child internal-child="vbox">
11721      <widget class="GtkVBox" id="dialog-vbox6"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11722        <property name="visible">True</property>
11723        <property name="spacing">2</property>
11724        <child>
11725          <widget class="GtkFrame" id="frame14">
11726            <property name="visible">True</property>
11727            <property name="border_width">7</property>
11728            <property name="label_xalign">0</property>
11729            <property name="shadow_type">GTK_SHADOW_NONE</property>
11730            <child>
11731              <widget class="GtkAlignment" id="alignment28">
11732                <property name="visible">True</property>
11733                <property name="top_padding">6</property>
11734                <property name="left_padding">12</property>
11735                <child>
11736                  <widget class="GtkScrolledWindow" id="scrolledwindow2">
11737                    <property name="visible">True</property>
11738                    <property name="can_focus">True</property>
11739                    <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
11740                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
11741                    <property name="shadow_type">GTK_SHADOW_IN</property>
11742                    <child>
11743                      <widget class="GtkTreeView" id="available_columns">
11744                        <property name="visible">True</property>
11745                        <property name="can_focus">True</property>
11746                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11747                        <property name="headers_visible">False</property>
11748                        <property name="rules_hint">True</property>
11749                      </widget>
11750                    </child>
11751                  </widget>
11752                </child>
11753              </widget>
11754            </child>
11755            <child>
11756              <widget class="GtkLabel" id="label27">
11757                <property name="visible">True</property>
11758                <property name="label" translatable="yes">&lt;b&gt;Available Columns&lt;/b&gt;</property>
11759                <property name="use_markup">True</property>
11760              </widget>
11761              <packing>
11762                <property name="type">label_item</property>
11763              </packing>
11764            </child>
11765          </widget>
11766          <packing>
11767            <property name="position">1</property>
11768          </packing>
11769        </child>
11770        <child internal-child="action_area">
11771          <widget class="GtkHButtonBox" id="dialog-action_area6">
11772            <property name="visible">True</property>
11773            <property name="layout_style">GTK_BUTTONBOX_END</property>
11774            <child>
11775              <widget class="GtkButton" id="cancel_button2">
11776                <property name="visible">True</property>
11777                <property name="can_focus">True</property>
11778                <property name="label">gtk-cancel</property>
11779                <property name="use_stock">True</property>
11780                <property name="response_id">0</property>
11781              </widget>
11782            </child>
11783            <child>
11784              <widget class="GtkButton" id="add_button">
11785                <property name="visible">True</property>
11786                <property name="can_focus">True</property>
11787                <property name="label">gtk-add</property>
11788                <property name="use_stock">True</property>
11789                <property name="response_id">1</property>
11790                <signal handler="on_columns_dialog_add" name="clicked"/>
11791              </widget>
11792              <packing>
11793                <property name="position">1</property>
11794              </packing>
11795            </child>
11796          </widget>
11797          <packing>
11798            <property name="expand">False</property>
11799            <property name="pack_type">GTK_PACK_END</property>
11800          </packing>
11801        </child>
11802      </widget>
11803    </child>
11804  </widget>
11805  <widget class="GtkDialog" id="prefs_encoding_dialog">
11806    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11807    <property name="border_width">5</property>
11808    <property name="title" translatable="yes">Encoding Preferences</property>
11809    <property name="resizable">False</property>
11810    <property name="modal">True</property>
11811    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
11812    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11813    <property name="skip_taskbar_hint">True</property>
11814    <property name="has_separator">False</property>
11815    <child internal-child="vbox">
11816      <widget class="GtkVBox" id="dialog-vbox7"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11817        <property name="visible">True</property>
11818        <property name="spacing">2</property>
11819        <child>
11820          <widget class="GtkVBox" id="vbox22"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11821            <property name="visible">True</property>
11822            <property name="border_width">7</property>
11823            <property name="spacing">6</property>
11824            <child>
11825              <widget class="GtkHBox" id="hbox12">
11826                <property name="visible">True</property>
11827                <property name="spacing">12</property>
11828                <child>
11829                  <widget class="GtkLabel" id="label28">
11830                    <property name="visible">True</property>
11831                    <property name="label" translatable="yes">Tag and filename encoding:</property>
11832                  </widget>
11833                  <packing>
11834                    <property name="expand">False</property>
11835                    <property name="fill">False</property>
11836                  </packing>
11837                </child>
11838                <child>
11839                  <placeholder/>
11840                </child>
11841              </widget>
11842              <packing>
11843                <property name="expand">False</property>
11844                <property name="fill">False</property>
11845              </packing>
11846            </child>
11847            <child>
11848              <widget class="GtkComboBox" id="encoding_combo">
11849                <property name="visible">True</property>
11850                <signal handler="on_encoding_combo_changed" name="changed"/>
11851              </widget>
11852              <packing>
11853                <property name="position">1</property>
11854              </packing>
11855            </child>
11856            <child>
11857              <widget class="GtkHBox" id="hbox13">
11858                <property name="visible">True</property>
11859                <child>
11860                  <widget class="GtkTextView" id="textview1">
11861                    <property name="visible">True</property>
11862                    <property name="sensitive">False</property>
11863                    <property name="can_focus">True</property>
11864                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11865                    <property name="editable">False</property>
11866                    <property name="wrap_mode">GTK_WRAP_WORD</property>
11867                    <property name="text" translatable="yes">Normally, the encoding specified above will only be used when importing new tracks, and for any operations involving existing tracks, the encoding specified when the file was first imported will be used. You can use the options below to override this behavior, in case you specified the encoding incorrectly for the first import.</property>
11868                  </widget>
11869                </child>
11870              </widget>
11871              <packing>
11872                <property name="position">2</property>
11873              </packing>
11874            </child>
11875            <child>
11876              <widget class="GtkCheckButton" id="use_encoding_for_update">
11877                <property name="visible">True</property>
11878                <property name="can_focus">True</property>
11879                <property name="label" translatable="yes">Also use this encoding when updating or synchronizing tracks</property>
11880                <property name="use_underline">True</property>
11881                <property name="response_id">0</property>
11882                <property name="draw_indicator">True</property>
11883                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11884              </widget>
11885              <packing>
11886                <property name="position">3</property>
11887              </packing>
11888            </child>
11889            <child>
11890              <widget class="GtkCheckButton" id="use_encoding_for_writing">
11891                <property name="visible">True</property>
11892                <property name="can_focus">True</property>
11893                <property name="label" translatable="yes">Also use this encoding when writing tracks</property>
11894                <property name="use_underline">True</property>
11895                <property name="response_id">0</property>
11896                <property name="draw_indicator">True</property>
11897                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
11898              </widget>
11899              <packing>
11900                <property name="position">4</property>
11901              </packing>
11902            </child>
11903          </widget>
11904          <packing>
11905            <property name="expand">False</property>
11906            <property name="fill">False</property>
11907            <property name="position">1</property>
11908          </packing>
11909        </child>
11910        <child internal-child="action_area">
11911          <widget class="GtkHButtonBox" id="dialog-action_area7">
11912            <property name="visible">True</property>
11913            <property name="layout_style">GTK_BUTTONBOX_END</property>
11914            <child>
11915              <widget class="GtkButton" id="close_button1">
11916                <property name="visible">True</property>
11917                <property name="can_focus">True</property>
11918                <property name="label">gtk-close</property>
11919                <property name="use_stock">True</property>
11920                <property name="response_id">0</property>
11921              </widget>
11922            </child>
11923          </widget>
11924          <packing>
11925            <property name="expand">False</property>
11926            <property name="pack_type">GTK_PACK_END</property>
11927          </packing>
11928        </child>
11929      </widget>
11930    </child>
11931  </widget>
11932  <widget class="GtkDialog" id="prefs_tag_parse_dialog">
11933    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11934    <property name="border_width">5</property>
11935    <property name="title" translatable="yes">Filename Parse Preferences</property>
11936    <property name="resizable">False</property>
11937    <property name="modal">True</property>
11938    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
11939    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11940    <property name="skip_taskbar_hint">True</property>
11941    <property name="has_separator">False</property>
11942    <child internal-child="vbox">
11943      <widget class="GtkVBox" id="dialog-vbox8"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11944        <property name="visible">True</property>
11945        <property name="spacing">2</property>
11946        <child>
11947          <widget class="GtkVBox" id="vbox23"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
11948            <property name="visible">True</property>
11949            <property name="border_width">7</property>
11950            <property name="spacing">6</property>
11951            <child>
11952              <widget class="GtkHBox" id="hbox16">
11953                <property name="visible">True</property>
11954                <child>
11955                  <widget class="GtkLabel" id="label29">
11956                    <property name="visible">True</property>
11957                    <property name="label" translatable="yes">Filename parse pattern:</property>
11958                  </widget>
11959                  <packing>
11960                    <property name="expand">False</property>
11961                    <property name="fill">False</property>
11962                  </packing>
11963                </child>
11964              </widget>
11965            </child>
11966            <child>
11967              <widget class="GtkEntry" id="filename_pattern">
11968                <property name="visible">True</property>
11969                <property name="can_focus">True</property>
11970                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
11971                <signal handler="on_filename_pattern_changed" name="changed"/>
11972              </widget>
11973              <packing>
11974                <property name="position">1</property>
11975              </packing>
11976            </child>
11977            <child>
11978              <widget class="GtkLabel" id="label30">
11979                <property name="visible">True</property>
11980                <property name="label" translatable="yes">You can separate several templates by a ';'. The first one matching the filename will be used.
11981
11982Example: &lt;i&gt;%a - %A/%T %t.mp3;%t.wav&lt;/i&gt;.
11983
11984- artist: %a
11985- album: %A
11986- composer: %c
11987- title: %t
11988- genre: %G
11989- track nr: %T
11990- CD nr: %C
11991- year: %Y
11992- skip data: %*
11993- the character '%': %%.</property>
11994                <property name="use_markup">True</property>
11995                <property name="wrap">True</property>
11996              </widget>
11997              <packing>
11998                <property name="position">2</property>
11999              </packing>
12000            </child>
12001            <child>
12002              <widget class="GtkCheckButton" id="overwrite_tags">
12003                <property name="visible">True</property>
12004                <property name="can_focus">True</property>
12005                <property name="label" translatable="yes">Overwrite existing tags</property>
12006                <property name="use_underline">True</property>
12007                <property name="response_id">0</property>
12008                <property name="draw_indicator">True</property>
12009                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
12010              </widget>
12011              <packing>
12012                <property name="position">3</property>
12013              </packing>
12014            </child>
12015          </widget>
12016          <packing>
12017            <property name="expand">False</property>
12018            <property name="fill">False</property>
12019            <property name="position">1</property>
12020          </packing>
12021        </child>
12022        <child internal-child="action_area">
12023          <widget class="GtkHButtonBox" id="dialog-action_area8">
12024            <property name="visible">True</property>
12025            <property name="layout_style">GTK_BUTTONBOX_END</property>
12026            <child>
12027              <widget class="GtkButton" id="close_button2">
12028                <property name="visible">True</property>
12029                <property name="can_focus">True</property>
12030                <property name="label">gtk-close</property>
12031                <property name="use_stock">True</property>
12032                <property name="response_id">0</property>
12033              </widget>
12034            </child>
12035          </widget>
12036          <packing>
12037            <property name="expand">False</property>
12038            <property name="pack_type">GTK_PACK_END</property>
12039          </packing>
12040        </child>
12041      </widget>
12042    </child>
12043  </widget>
12044  <widget class="GtkDialog" id="prefs_coverart_dialog">
12045    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12046    <property name="border_width">5</property>
12047    <property name="title" translatable="yes">Cover Art Search Preferences</property>
12048    <property name="resizable">False</property>
12049    <property name="modal">True</property>
12050    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12051    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12052    <property name="skip_taskbar_hint">True</property>
12053    <property name="has_separator">False</property>
12054    <child internal-child="vbox">
12055      <widget class="GtkVBox" id="dialog-vbox10"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12056        <property name="visible">True</property>
12057        <property name="spacing">2</property>
12058        <child>
12059          <widget class="GtkVBox" id="vbox25"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12060            <property name="visible">True</property>
12061            <property name="border_width">7</property>
12062            <property name="spacing">6</property>
12063            <child>
12064              <widget class="GtkHBox" id="hbox24">
12065                <property name="visible">True</property>
12066                <child>
12067                  <widget class="GtkLabel" id="label31">
12068                    <property name="visible">True</property>
12069                    <property name="label" translatable="yes">Cover art file pattern:</property>
12070                  </widget>
12071                  <packing>
12072                    <property name="expand">False</property>
12073                    <property name="fill">False</property>
12074                  </packing>
12075                </child>
12076              </widget>
12077            </child>
12078            <child>
12079              <widget class="GtkEntry" id="coverart_pattern">
12080                <property name="visible">True</property>
12081                <property name="can_focus">True</property>
12082                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12083                <signal handler="on_coverart_pattern_changed" name="changed"/>
12084              </widget>
12085              <packing>
12086                <property name="position">1</property>
12087              </packing>
12088            </child>
12089            <child>
12090              <widget class="GtkLabel" id="label32">
12091                <property name="visible">True</property>
12092                <property name="label" translatable="yes">You can separate several templates by a ';'. The first one matching the filename will be used.
12093
12094Examples:
12095- &lt;i&gt;folder.jpg&lt;/i&gt;: Use &lt;i&gt;folder.jpg&lt;/i&gt; as cover art.
12096- &lt;i&gt;folder&lt;/i&gt;: Use &lt;i&gt;folder.jpg&lt;/i&gt;, &lt;i&gt;folder.png&lt;/i&gt;...
12097- &lt;i&gt;../%A.jpg&lt;/i&gt;: Use &lt;i&gt;&amp;lt;Album&amp;gt;.jpg&lt;/i&gt; in the parent directory
12098- &lt;i&gt;%A&lt;/i&gt;: Use &lt;i&gt;&amp;lt;Album&amp;gt;.jpg&lt;/i&gt;, &lt;i&gt;&amp;lt;Album&amp;gt;.png&lt;/i&gt;...
12099- &lt;i&gt;folder.jpg;%a.jpg&lt;/i&gt;: First try &lt;i&gt;folder.jpg&lt;/i&gt;, then &lt;i&gt;&amp;lt;artist&amp;gt;.jpg&lt;/i&gt;
12100
12101- artist: %a
12102- album: %A
12103- composer: %c
12104- title: %t
12105- genre: %G
12106- track nr: %T
12107- CD nr: %C
12108- year: %Y
12109- skip data: %*
12110- the character '%': %%.</property>
12111                <property name="use_markup">True</property>
12112                <property name="wrap">True</property>
12113              </widget>
12114              <packing>
12115                <property name="position">2</property>
12116              </packing>
12117            </child>
12118          </widget>
12119          <packing>
12120            <property name="expand">False</property>
12121            <property name="fill">False</property>
12122            <property name="position">1</property>
12123          </packing>
12124        </child>
12125        <child internal-child="action_area">
12126          <widget class="GtkHButtonBox" id="dialog-action_area10">
12127            <property name="visible">True</property>
12128            <property name="layout_style">GTK_BUTTONBOX_END</property>
12129            <child>
12130              <widget class="GtkButton" id="close_button3">
12131                <property name="visible">True</property>
12132                <property name="can_focus">True</property>
12133                <property name="label">gtk-close</property>
12134                <property name="use_stock">True</property>
12135                <property name="response_id">0</property>
12136              </widget>
12137            </child>
12138          </widget>
12139          <packing>
12140            <property name="expand">False</property>
12141            <property name="pack_type">GTK_PACK_END</property>
12142          </packing>
12143        </child>
12144      </widget>
12145    </child>
12146  </widget>
12147  <widget class="GtkDialog" id="prefs_video_thumbnailer_dialog">
12148    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12149    <property name="border_width">5</property>
12150    <property name="title" translatable="yes">Video Thumbnail Generation</property>
12151    <property name="resizable">False</property>
12152    <property name="modal">True</property>
12153    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12154    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12155    <property name="skip_taskbar_hint">True</property>
12156    <property name="has_separator">False</property>
12157    <child internal-child="vbox">
12158      <widget class="GtkVBox" id="dialog-vbox17"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12159        <property name="visible">True</property>
12160        <property name="spacing">2</property>
12161        <child>
12162          <widget class="GtkVBox" id="vbox48"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12163            <property name="visible">True</property>
12164            <property name="spacing">6</property>
12165            <child>
12166              <widget class="GtkHBox" id="hbox75">
12167                <property name="visible">True</property>
12168                <child>
12169                  <widget class="GtkLabel" id="label99">
12170                    <property name="visible">True</property>
12171                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12172                    <property name="label" translatable="yes">Video thumbnailing program:</property>
12173                  </widget>
12174                  <packing>
12175                    <property name="expand">False</property>
12176                    <property name="fill">False</property>
12177                  </packing>
12178                </child>
12179              </widget>
12180              <packing>
12181                <property name="expand">False</property>
12182              </packing>
12183            </child>
12184            <child>
12185              <widget class="GtkEntry" id="video_thumbnailer">
12186                <property name="visible">True</property>
12187                <property name="can_focus">True</property>
12188                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12189                <signal handler="on_video_thumbnailer_changed" name="changed"/>
12190              </widget>
12191              <packing>
12192                <property name="position">1</property>
12193              </packing>
12194            </child>
12195            <child>
12196              <widget class="GtkLabel" id="label101">
12197                <property name="visible">True</property>
12198                <property name="label" translatable="yes">Provide a shell command to generate a thumbnail image of your video file.  The following format strings will be expanded:
12199- %f: the input file
12200- %o: the output file (which is automatically generated)
12201</property>
12202                <property name="wrap">True</property>
12203              </widget>
12204              <packing>
12205                <property name="position">2</property>
12206              </packing>
12207            </child>
12208          </widget>
12209          <packing>
12210            <property name="expand">False</property>
12211            <property name="fill">False</property>
12212            <property name="position">1</property>
12213          </packing>
12214        </child>
12215        <child internal-child="action_area">
12216          <widget class="GtkHButtonBox" id="dialog-action_area17">
12217            <property name="visible">True</property>
12218            <property name="layout_style">GTK_BUTTONBOX_END</property>
12219            <child>
12220              <widget class="GtkButton" id="close_button4">
12221                <property name="visible">True</property>
12222                <property name="can_focus">True</property>
12223                <property name="label">gtk-close</property>
12224                <property name="use_stock">True</property>
12225                <property name="response_id">0</property>
12226              </widget>
12227            </child>
12228          </widget>
12229          <packing>
12230            <property name="expand">False</property>
12231            <property name="pack_type">GTK_PACK_END</property>
12232          </packing>
12233        </child>
12234      </widget>
12235    </child>
12236  </widget>
12237  <widget class="GtkDialog" id="prefs_exclusions_dialog">
12238    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12239    <property name="border_width">5</property>
12240    <property name="title" translatable="yes">Exclusions List</property>
12241    <property name="modal">True</property>
12242    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12243    <property name="default_height">350</property>
12244    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12245    <property name="skip_taskbar_hint">True</property>
12246    <property name="has_separator">False</property>
12247    <child internal-child="vbox">
12248      <widget class="GtkVBox" id="dialog-vbox11"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12249        <property name="visible">True</property>
12250        <property name="spacing">2</property>
12251        <child>
12252          <widget class="GtkVBox" id="vbox24"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12253            <property name="visible">True</property>
12254            <property name="border_width">7</property>
12255            <property name="spacing">6</property>
12256            <child>
12257              <widget class="GtkHBox" id="hbox19">
12258                <property name="visible">True</property>
12259                <child>
12260                  <widget class="GtkLabel" id="label33">
12261                    <property name="visible">True</property>
12262                    <property name="label" translatable="yes">Add file masks to be excluded from import and synchronization, for example, &lt;i&gt;*.mp3&lt;/i&gt;.</property>
12263                    <property name="use_markup">True</property>
12264                    <property name="wrap">True</property>
12265                  </widget>
12266                  <packing>
12267                    <property name="expand">False</property>
12268                    <property name="fill">False</property>
12269                  </packing>
12270                </child>
12271              </widget>
12272              <packing>
12273                <property name="expand">False</property>
12274                <property name="fill">False</property>
12275              </packing>
12276            </child>
12277            <child>
12278              <widget class="GtkEntry" id="new_exclusion">
12279                <property name="visible">True</property>
12280                <property name="can_focus">True</property>
12281                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12282              </widget>
12283              <packing>
12284                <property name="expand">False</property>
12285                <property name="fill">False</property>
12286                <property name="position">1</property>
12287              </packing>
12288            </child>
12289            <child>
12290              <widget class="GtkHButtonBox" id="hbuttonbox3">
12291                <property name="visible">True</property>
12292                <property name="spacing">6</property>
12293                <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
12294                <child>
12295                  <widget class="GtkButton" id="add_exclusion">
12296                    <property name="visible">True</property>
12297                    <property name="can_focus">True</property>
12298                    <property name="label">gtk-add</property>
12299                    <property name="use_stock">True</property>
12300                    <property name="response_id">0</property>
12301                    <signal handler="on_add_exclusion_clicked" name="clicked"/>
12302                  </widget>
12303                </child>
12304                <child>
12305                  <widget class="GtkButton" id="remove_exclusion">
12306                    <property name="visible">True</property>
12307                    <property name="can_focus">True</property>
12308                    <property name="label">gtk-remove</property>
12309                    <property name="use_stock">True</property>
12310                    <property name="response_id">0</property>
12311                    <signal handler="on_remove_exclusion_clicked" name="clicked"/>
12312                  </widget>
12313                  <packing>
12314                    <property name="position">1</property>
12315                  </packing>
12316                </child>
12317              </widget>
12318              <packing>
12319                <property name="expand">False</property>
12320                <property name="fill">False</property>
12321                <property name="position">2</property>
12322              </packing>
12323            </child>
12324            <child>
12325              <widget class="GtkScrolledWindow" id="scrolledwindow3">
12326                <property name="visible">True</property>
12327                <property name="can_focus">True</property>
12328                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
12329                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
12330                <property name="shadow_type">GTK_SHADOW_IN</property>
12331                <child>
12332                  <widget class="GtkTreeView" id="exclusion_list">
12333                    <property name="visible">True</property>
12334                    <property name="can_focus">True</property>
12335                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12336                    <property name="headers_visible">False</property>
12337                  </widget>
12338                </child>
12339              </widget>
12340              <packing>
12341                <property name="position">3</property>
12342              </packing>
12343            </child>
12344          </widget>
12345          <packing>
12346            <property name="position">1</property>
12347          </packing>
12348        </child>
12349        <child internal-child="action_area">
12350          <widget class="GtkHButtonBox" id="dialog-action_area11">
12351            <property name="visible">True</property>
12352            <property name="layout_style">GTK_BUTTONBOX_END</property>
12353            <child>
12354              <widget class="GtkButton" id="close_button5">
12355                <property name="visible">True</property>
12356                <property name="can_focus">True</property>
12357                <property name="label">gtk-close</property>
12358                <property name="use_stock">True</property>
12359                <property name="response_id">0</property>
12360              </widget>
12361            </child>
12362          </widget>
12363          <packing>
12364            <property name="expand">False</property>
12365            <property name="pack_type">GTK_PACK_END</property>
12366          </packing>
12367        </child>
12368      </widget>
12369    </child>
12370  </widget>
12371  <widget class="GtkDialog" id="prefs_mserv_dialog">
12372    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12373    <property name="border_width">5</property>
12374    <property name="title" translatable="yes">mserv Preferences</property>
12375    <property name="resizable">False</property>
12376    <property name="modal">True</property>
12377    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12378    <property name="default_width">400</property>
12379    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12380    <property name="skip_taskbar_hint">True</property>
12381    <property name="has_separator">False</property>
12382    <child internal-child="vbox">
12383      <widget class="GtkVBox" id="dialog-vbox12"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12384        <property name="visible">True</property>
12385        <property name="spacing">2</property>
12386        <child>
12387          <widget class="GtkVBox" id="vbox26"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12388            <property name="visible">True</property>
12389            <property name="border_width">7</property>
12390            <property name="spacing">18</property>
12391            <child>
12392              <widget class="GtkCheckButton" id="use_mserv">
12393                <property name="visible">True</property>
12394                <property name="can_focus">True</property>
12395                <property name="label" translatable="yes">Use mserv database to fill track information</property>
12396                <property name="use_underline">True</property>
12397                <property name="response_id">0</property>
12398                <property name="draw_indicator">True</property>
12399                <signal handler="on_simple_checkbox_toggled" name="toggled"/>
12400              </widget>
12401              <packing>
12402                <property name="expand">False</property>
12403                <property name="fill">False</property>
12404              </packing>
12405            </child>
12406            <child>
12407              <widget class="GtkFrame" id="mserv_settings_frame">
12408                <property name="visible">True</property>
12409                <property name="label_xalign">0</property>
12410                <property name="shadow_type">GTK_SHADOW_NONE</property>
12411                <child>
12412                  <widget class="GtkAlignment" id="alignment31">
12413                    <property name="visible">True</property>
12414                    <property name="top_padding">6</property>
12415                    <property name="left_padding">12</property>
12416                    <child>
12417                      <widget class="GtkVBox" id="vbox27"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12418                        <property name="visible">True</property>
12419                        <property name="spacing">6</property>
12420                        <child>
12421                          <widget class="GtkTable" id="table4">
12422                            <property name="visible">True</property>
12423                            <property name="n_rows">3</property>
12424                            <property name="n_columns">2</property>
12425                            <property name="column_spacing">12</property>
12426                            <property name="row_spacing">6</property>
12427                            <child>
12428                              <widget class="GtkHBox" id="hbox28">
12429                                <property name="visible">True</property>
12430                                <child>
12431                                  <widget class="GtkLabel" id="label38">
12432                                    <property name="visible">True</property>
12433                                    <property name="label" translatable="yes">Username:</property>
12434                                  </widget>
12435                                  <packing>
12436                                    <property name="expand">False</property>
12437                                    <property name="fill">False</property>
12438                                  </packing>
12439                                </child>
12440                              </widget>
12441                              <packing>
12442                                <property name="top_attach">2</property>
12443                                <property name="bottom_attach">3</property>
12444                                <property name="x_options"/>
12445                                <property name="y_options"/>
12446                              </packing>
12447                            </child>
12448                            <child>
12449                              <widget class="GtkHBox" id="hbox27">
12450                                <property name="visible">True</property>
12451                                <child>
12452                                  <widget class="GtkLabel" id="label37">
12453                                    <property name="visible">True</property>
12454                                    <property name="label" translatable="yes">mserv root:</property>
12455                                  </widget>
12456                                  <packing>
12457                                    <property name="expand">False</property>
12458                                    <property name="fill">False</property>
12459                                  </packing>
12460                                </child>
12461                              </widget>
12462                              <packing>
12463                                <property name="top_attach">1</property>
12464                                <property name="bottom_attach">2</property>
12465                                <property name="x_options"/>
12466                                <property name="y_options"/>
12467                              </packing>
12468                            </child>
12469                            <child>
12470                              <widget class="GtkHBox" id="hbox26">
12471                                <property name="visible">True</property>
12472                                <child>
12473                                  <widget class="GtkLabel" id="label36">
12474                                    <property name="visible">True</property>
12475                                    <property name="label" translatable="yes">Music root:</property>
12476                                  </widget>
12477                                  <packing>
12478                                    <property name="expand">False</property>
12479                                    <property name="fill">False</property>
12480                                  </packing>
12481                                </child>
12482                              </widget>
12483                              <packing>
12484                                <property name="x_options"/>
12485                                <property name="y_options"/>
12486                              </packing>
12487                            </child>
12488                            <child>
12489                              <widget class="GtkFileChooserButton" id="music_root">
12490                                <property name="visible">True</property>
12491                                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
12492                                <signal handler="on_music_root_current_folder_changed" name="current_folder_changed"/>
12493                              </widget>
12494                              <packing>
12495                                <property name="left_attach">1</property>
12496                                <property name="right_attach">2</property>
12497                              </packing>
12498                            </child>
12499                            <child>
12500                              <widget class="GtkFileChooserButton" id="mserv_root">
12501                                <property name="visible">True</property>
12502                                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
12503                                <signal handler="on_mserv_root_current_folder_changed" name="current_folder_changed"/>
12504                              </widget>
12505                              <packing>
12506                                <property name="left_attach">1</property>
12507                                <property name="right_attach">2</property>
12508                                <property name="top_attach">1</property>
12509                                <property name="bottom_attach">2</property>
12510                              </packing>
12511                            </child>
12512                            <child>
12513                              <widget class="GtkEntry" id="mserv_username">
12514                                <property name="visible">True</property>
12515                                <property name="can_focus">True</property>
12516                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12517                                <signal handler="on_mserv_username_changed" name="changed"/>
12518                              </widget>
12519                              <packing>
12520                                <property name="left_attach">1</property>
12521                                <property name="right_attach">2</property>
12522                                <property name="top_attach">2</property>
12523                                <property name="bottom_attach">3</property>
12524                              </packing>
12525                            </child>
12526                          </widget>
12527                        </child>
12528                        <child>
12529                          <widget class="GtkCheckButton" id="report_mserv_problems">
12530                            <property name="visible">True</property>
12531                            <property name="can_focus">True</property>
12532                            <property name="label" translatable="yes">Report problems when accessing mserv</property>
12533                            <property name="use_underline">True</property>
12534                            <property name="response_id">0</property>
12535                            <property name="draw_indicator">True</property>
12536                            <signal handler="on_simple_checkbox_toggled" name="toggled"/>
12537                          </widget>
12538                          <packing>
12539                            <property name="position">1</property>
12540                          </packing>
12541                        </child>
12542                      </widget>
12543                    </child>
12544                  </widget>
12545                </child>
12546                <child>
12547                  <widget class="GtkLabel" id="label39">
12548                    <property name="visible">True</property>
12549                    <property name="label" translatable="yes">&lt;b&gt;mserv Settings&lt;/b&gt;</property>
12550                    <property name="use_markup">True</property>
12551                  </widget>
12552                  <packing>
12553                    <property name="type">label_item</property>
12554                  </packing>
12555                </child>
12556              </widget>
12557              <packing>
12558                <property name="position">1</property>
12559              </packing>
12560            </child>
12561          </widget>
12562          <packing>
12563            <property name="expand">False</property>
12564            <property name="fill">False</property>
12565            <property name="position">1</property>
12566          </packing>
12567        </child>
12568        <child internal-child="action_area">
12569          <widget class="GtkHButtonBox" id="dialog-action_area12">
12570            <property name="visible">True</property>
12571            <property name="layout_style">GTK_BUTTONBOX_END</property>
12572            <child>
12573              <widget class="GtkButton" id="close_button6">
12574                <property name="visible">True</property>
12575                <property name="can_focus">True</property>
12576                <property name="label">gtk-close</property>
12577                <property name="use_stock">True</property>
12578                <property name="response_id">0</property>
12579              </widget>
12580            </child>
12581          </widget>
12582          <packing>
12583            <property name="expand">False</property>
12584            <property name="pack_type">GTK_PACK_END</property>
12585          </packing>
12586        </child>
12587      </widget>
12588    </child>
12589  </widget>
12590  <widget class="GtkDialog" id="prefs_commands_dialog">
12591    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12592    <property name="border_width">5</property>
12593    <property name="resizable">False</property>
12594    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12595    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12596    <property name="skip_taskbar_hint">True</property>
12597    <property name="has_separator">False</property>
12598    <child internal-child="vbox">
12599      <widget class="GtkVBox" id="dialog-vbox13"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12600        <property name="visible">True</property>
12601        <property name="spacing">2</property>
12602        <child>
12603          <widget class="GtkVBox" id="vbox32"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
12604            <property name="visible">True</property>
12605            <property name="border_width">7</property>
12606            <property name="spacing">18</property>
12607            <child>
12608              <widget class="GtkFrame" id="frame19">
12609                <property name="visible">True</property>
12610                <property name="label_xalign">0</property>
12611                <property name="shadow_type">GTK_SHADOW_NONE</property>
12612                <child>
12613                  <widget class="GtkAlignment" id="alignment36">
12614                    <property name="visible">True</property>
12615                    <property name="top_padding">6</property>
12616                    <property name="left_padding">12</property>
12617                    <child>
12618                      <widget class="GtkTable" id="table7">
12619                        <property name="visible">True</property>
12620                        <property name="n_rows">2</property>
12621                        <property name="n_columns">3</property>
12622                        <property name="column_spacing">12</property>
12623                        <property name="row_spacing">6</property>
12624                        <child>
12625                          <widget class="GtkHBox" id="hbox48">
12626                            <property name="visible">True</property>
12627                            <child>
12628                              <widget class="GtkLabel" id="label47">
12629                                <property name="visible">True</property>
12630                                <property name="xalign">0</property>
12631                                <property name="label" translatable="yes">Command for &quot;Enqueue&quot;:</property>
12632                              </widget>
12633                              <packing>
12634                                <property name="expand">False</property>
12635                                <property name="fill">False</property>
12636                              </packing>
12637                            </child>
12638                          </widget>
12639                          <packing>
12640                            <property name="top_attach">1</property>
12641                            <property name="bottom_attach">2</property>
12642                            <property name="x_options">GTK_FILL</property>
12643                            <property name="y_options"/>
12644                          </packing>
12645                        </child>
12646                        <child>
12647                          <widget class="GtkHBox" id="hbox47">
12648                            <property name="visible">True</property>
12649                            <child>
12650                              <widget class="GtkLabel" id="label46">
12651                                <property name="visible">True</property>
12652                                <property name="label" translatable="yes">Command for &quot;Play now&quot;:</property>
12653                              </widget>
12654                              <packing>
12655                                <property name="expand">False</property>
12656                                <property name="fill">False</property>
12657                              </packing>
12658                            </child>
12659                          </widget>
12660                          <packing>
12661                            <property name="x_options">GTK_FILL</property>
12662                            <property name="y_options"/>
12663                          </packing>
12664                        </child>
12665                        <child>
12666                          <widget class="GtkEntry" id="cmd_playnow">
12667                            <property name="visible">True</property>
12668                            <property name="can_focus">True</property>
12669                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12670                            <signal handler="on_cmd_entry_changed" name="changed"/>
12671                          </widget>
12672                          <packing>
12673                            <property name="left_attach">1</property>
12674                            <property name="right_attach">2</property>
12675                            <property name="y_options"/>
12676                          </packing>
12677                        </child>
12678                        <child>
12679                          <widget class="GtkEntry" id="cmd_enqueue">
12680                            <property name="visible">True</property>
12681                            <property name="can_focus">True</property>
12682                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12683                            <signal handler="on_cmd_entry_changed" name="changed"/>
12684                          </widget>
12685                          <packing>
12686                            <property name="left_attach">1</property>
12687                            <property name="right_attach">2</property>
12688                            <property name="top_attach">1</property>
12689                            <property name="bottom_attach">2</property>
12690                            <property name="y_options"/>
12691                          </packing>
12692                        </child>
12693                        <child>
12694                          <widget class="GtkHBox" id="hbox42">
12695                            <property name="visible">True</property>
12696                            <child>
12697                              <widget class="GtkButton" id="browse_playnow">
12698                                <property name="visible">True</property>
12699                                <property name="can_focus">True</property>
12700                                <property name="response_id">0</property>
12701                                <signal handler="on_browse_button_clicked" name="clicked"/>
12702                                <child>
12703                                  <widget class="GtkHBox" id="hbox42">
12704                                    <property name="visible">True</property>
12705                                    <property name="spacing">2</property>
12706                                    <child>
12707                                      <widget class="GtkImage" id="image2">
12708                                        <property name="visible">True</property>
12709                                        <property name="stock">gtk-directory</property>
12710                                      </widget>
12711                                      <packing>
12712                                        <property name="expand">False</property>
12713                                        <property name="fill">False</property>
12714                                      </packing>
12715                                    </child>
12716                                    <child>
12717                                      <widget class="GtkLabel" id="label41">
12718                                        <property name="visible">True</property>
12719                                        <property name="label" translatable="yes">Browse...</property>
12720                                      </widget>
12721                                      <packing>
12722                                        <property name="position">1</property>
12723                                      </packing>
12724                                    </child>
12725                                  </widget>
12726                                </child>
12727                              </widget>
12728                              <packing>
12729                                <property name="expand">False</property>
12730                                <property name="fill">False</property>
12731                                <property name="pack_type">GTK_PACK_END</property>
12732                              </packing>
12733                            </child>
12734                          </widget>
12735                          <packing>
12736                            <property name="left_attach">2</property>
12737                            <property name="right_attach">3</property>
12738                            <property name="x_options"/>
12739                          </packing>
12740                        </child>
12741                        <child>
12742                          <widget class="GtkHBox" id="hbox56">
12743                            <property name="visible">True</property>
12744                            <child>
12745                              <widget class="GtkButton" id="browse_enqueue">
12746                                <property name="visible">True</property>
12747                                <property name="can_focus">True</property>
12748                                <property name="response_id">0</property>
12749                                <signal handler="on_browse_button_clicked" name="clicked"/>
12750                                <child>
12751                                  <widget class="GtkHBox" id="hbox61">
12752                                    <property name="visible">True</property>
12753                                    <property name="spacing">2</property>
12754                                    <child>
12755                                      <widget class="GtkImage" id="image4">
12756                                        <property name="visible">True</property>
12757                                        <property name="stock">gtk-directory</property>
12758                                      </widget>
12759                                      <packing>
12760                                        <property name="expand">False</property>
12761                                        <property name="fill">False</property>
12762                                      </packing>
12763                                    </child>
12764                                    <child>
12765                                      <widget class="GtkLabel" id="label40">
12766                                        <property name="visible">True</property>
12767                                        <property name="label" translatable="yes">Browse...</property>
12768                                      </widget>
12769                                      <packing>
12770                                        <property name="position">1</property>
12771                                      </packing>
12772                                    </child>
12773                                  </widget>
12774                                </child>
12775                              </widget>
12776                              <packing>
12777                                <property name="expand">False</property>
12778                                <property name="fill">False</property>
12779                                <property name="pack_type">GTK_PACK_END</property>
12780                              </packing>
12781                            </child>
12782                          </widget>
12783                          <packing>
12784                            <property name="left_attach">2</property>
12785                            <property name="right_attach">3</property>
12786                            <property name="top_attach">1</property>
12787                            <property name="bottom_attach">2</property>
12788                            <property name="x_options"/>
12789                          </packing>
12790                        </child>
12791                      </widget>
12792                    </child>
12793                  </widget>
12794                </child>
12795                <child>
12796                  <widget class="GtkLabel" id="label44">
12797                    <property name="visible">True</property>
12798                    <property name="label" translatable="yes">&lt;b&gt;Playback&lt;/b&gt;</property>
12799                    <property name="use_markup">True</property>
12800                  </widget>
12801                  <packing>
12802                    <property name="type">label_item</property>
12803                  </packing>
12804                </child>
12805              </widget>
12806              <packing>
12807                <property name="expand">False</property>
12808                <property name="fill">False</property>
12809              </packing>
12810            </child>
12811            <child>
12812              <widget class="GtkFrame" id="frame24">
12813                <property name="visible">True</property>
12814                <property name="label_xalign">0</property>
12815                <property name="shadow_type">GTK_SHADOW_NONE</property>
12816                <child>
12817                  <widget class="GtkAlignment" id="alignment5">
12818                    <property name="visible">True</property>
12819                    <property name="top_padding">6</property>
12820                    <property name="left_padding">12</property>
12821                    <child>
12822                      <widget class="GtkTable" id="table10">
12823                        <property name="visible">True</property>
12824                        <property name="n_rows">2</property>
12825                        <property name="n_columns">3</property>
12826                        <property name="column_spacing">12</property>
12827                        <property name="row_spacing">6</property>
12828                        <child>
12829                          <widget class="GtkHBox" id="hbox85">
12830                            <property name="visible">True</property>
12831                            <child>
12832                              <widget class="GtkLabel" id="label113">
12833                                <property name="visible">True</property>
12834                                <property name="xalign">0</property>
12835                                <property name="label" translatable="yes">&lt;i&gt;aacgain&lt;/i&gt; executable:</property>
12836                                <property name="use_markup">True</property>
12837                              </widget>
12838                              <packing>
12839                                <property name="expand">False</property>
12840                                <property name="fill">False</property>
12841                              </packing>
12842                            </child>
12843                          </widget>
12844                          <packing>
12845                            <property name="top_attach">1</property>
12846                            <property name="bottom_attach">2</property>
12847                            <property name="x_options">GTK_FILL</property>
12848                            <property name="y_options"/>
12849                          </packing>
12850                        </child>
12851                        <child>
12852                          <widget class="GtkHBox" id="hbox84">
12853                            <property name="visible">True</property>
12854                            <child>
12855                              <widget class="GtkLabel" id="label112">
12856                                <property name="visible">True</property>
12857                                <property name="xalign">0</property>
12858                                <property name="label" translatable="yes">&lt;i&gt;mp3gain&lt;/i&gt; executable:</property>
12859                                <property name="use_markup">True</property>
12860                              </widget>
12861                              <packing>
12862                                <property name="expand">False</property>
12863                                <property name="fill">False</property>
12864                              </packing>
12865                            </child>
12866                          </widget>
12867                          <packing>
12868                            <property name="x_options">GTK_FILL</property>
12869                            <property name="y_options"/>
12870                          </packing>
12871                        </child>
12872                        <child>
12873                          <widget class="GtkEntry" id="cmd_mp3gain">
12874                            <property name="visible">True</property>
12875                            <property name="can_focus">True</property>
12876                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12877                            <signal handler="on_cmd_entry_changed" name="changed"/>
12878                          </widget>
12879                          <packing>
12880                            <property name="left_attach">1</property>
12881                            <property name="right_attach">2</property>
12882                            <property name="y_options"/>
12883                          </packing>
12884                        </child>
12885                        <child>
12886                          <widget class="GtkEntry" id="cmd_aacgain">
12887                            <property name="visible">True</property>
12888                            <property name="can_focus">True</property>
12889                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12890                            <signal handler="on_cmd_entry_changed" name="changed"/>
12891                          </widget>
12892                          <packing>
12893                            <property name="left_attach">1</property>
12894                            <property name="right_attach">2</property>
12895                            <property name="top_attach">1</property>
12896                            <property name="bottom_attach">2</property>
12897                            <property name="y_options"/>
12898                          </packing>
12899                        </child>
12900                        <child>
12901                          <widget class="GtkHBox" id="hbox82">
12902                            <property name="visible">True</property>
12903                            <child>
12904                              <widget class="GtkButton" id="browse_mp3gain">
12905                                <property name="visible">True</property>
12906                                <property name="can_focus">True</property>
12907                                <property name="response_id">0</property>
12908                                <signal handler="on_browse_button_clicked" name="clicked"/>
12909                                <child>
12910                                  <widget class="GtkHBox" id="hbox83">
12911                                    <property name="visible">True</property>
12912                                    <property name="spacing">2</property>
12913                                    <child>
12914                                      <widget class="GtkImage" id="image21">
12915                                        <property name="visible">True</property>
12916                                        <property name="stock">gtk-directory</property>
12917                                      </widget>
12918                                      <packing>
12919                                        <property name="expand">False</property>
12920                                        <property name="fill">False</property>
12921                                      </packing>
12922                                    </child>
12923                                    <child>
12924                                      <widget class="GtkLabel" id="label111">
12925                                        <property name="visible">True</property>
12926                                        <property name="label" translatable="yes">Browse...</property>
12927                                      </widget>
12928                                      <packing>
12929                                        <property name="position">1</property>
12930                                      </packing>
12931                                    </child>
12932                                  </widget>
12933                                </child>
12934                              </widget>
12935                              <packing>
12936                                <property name="expand">False</property>
12937                                <property name="fill">False</property>
12938                                <property name="pack_type">GTK_PACK_END</property>
12939                              </packing>
12940                            </child>
12941                          </widget>
12942                          <packing>
12943                            <property name="left_attach">2</property>
12944                            <property name="right_attach">3</property>
12945                            <property name="x_options"/>
12946                          </packing>
12947                        </child>
12948                        <child>
12949                          <widget class="GtkHBox" id="hbox80">
12950                            <property name="visible">True</property>
12951                            <child>
12952                              <widget class="GtkButton" id="browse_aacgain">
12953                                <property name="visible">True</property>
12954                                <property name="can_focus">True</property>
12955                                <property name="response_id">0</property>
12956                                <signal handler="on_browse_button_clicked" name="clicked"/>
12957                                <child>
12958                                  <widget class="GtkHBox" id="hbox81">
12959                                    <property name="visible">True</property>
12960                                    <property name="spacing">2</property>
12961                                    <child>
12962                                      <widget class="GtkImage" id="image19">
12963                                        <property name="visible">True</property>
12964                                        <property name="stock">gtk-directory</property>
12965                                      </widget>
12966                                      <packing>
12967                                        <property name="expand">False</property>
12968                                        <property name="fill">False</property>
12969                                      </packing>
12970                                    </child>
12971                                    <child>
12972                                      <widget class="GtkLabel" id="label110">
12973                                        <property name="visible">True</property>
12974                                        <property name="label" translatable="yes">Browse...</property>
12975                                      </widget>
12976                                      <packing>
12977                                        <property name="position">1</property>
12978                                      </packing>
12979                                    </child>
12980                                  </widget>
12981                                </child>
12982                              </widget>
12983                              <packing>
12984                                <property name="expand">False</property>
12985                                <property name="fill">False</property>
12986                                <property name="pack_type">GTK_PACK_END</property>
12987                              </packing>
12988                            </child>
12989                          </widget>
12990                          <packing>
12991                            <property name="left_attach">2</property>
12992                            <property name="right_attach">3</property>
12993                            <property name="top_attach">1</property>
12994                            <property name="bottom_attach">2</property>
12995                            <property name="x_options"/>
12996                          </packing>
12997                        </child>
12998                      </widget>
12999                    </child>
13000                  </widget>
13001                </child>
13002                <child>
13003                  <widget class="GtkLabel" id="label114">
13004                    <property name="visible">True</property>
13005                    <property name="label" translatable="yes">&lt;b&gt;Volume Normalization&lt;/b&gt;</property>
13006                    <property name="use_markup">True</property>
13007                  </widget>
13008                  <packing>
13009                    <property name="type">label_item</property>
13010                  </packing>
13011                </child>
13012              </widget>
13013              <packing>
13014                <property name="expand">False</property>
13015                <property name="fill">False</property>
13016                <property name="position">1</property>
13017              </packing>
13018            </child>
13019            <child>
13020              <placeholder/>
13021            </child>
13022          </widget>
13023          <packing>
13024            <property name="expand">False</property>
13025            <property name="fill">False</property>
13026            <property name="position">1</property>
13027          </packing>
13028        </child>
13029        <child internal-child="action_area">
13030          <widget class="GtkHButtonBox" id="dialog-action_area13">
13031            <property name="visible">True</property>
13032            <property name="layout_style">GTK_BUTTONBOX_END</property>
13033            <child>
13034              <widget class="GtkButton" id="button1">
13035                <property name="visible">True</property>
13036                <property name="can_focus">True</property>
13037                <property name="label">gtk-close</property>
13038                <property name="use_stock">True</property>
13039                <property name="response_id">0</property>
13040              </widget>
13041            </child>
13042          </widget>
13043          <packing>
13044            <property name="expand">False</property>
13045            <property name="pack_type">GTK_PACK_END</property>
13046          </packing>
13047        </child>
13048      </widget>
13049    </child>
13050  </widget>
13051  <widget class="GtkDialog" id="prefs_conversion_dialog">
13052    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13053    <property name="border_width">5</property>
13054    <property name="title" translatable="yes">Conversion Preferences</property>
13055    <property name="resizable">False</property>
13056    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13057    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
13058    <property name="skip_taskbar_hint">True</property>
13059    <property name="has_separator">False</property>
13060    <child internal-child="vbox">
13061      <widget class="GtkVBox" id="dialog-vbox14"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13062        <property name="visible">True</property>
13063        <property name="spacing">2</property>
13064        <child>
13065          <widget class="GtkVBox" id="vbox33"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13066            <property name="visible">True</property>
13067            <property name="border_width">7</property>
13068            <property name="spacing">18</property>
13069            <child>
13070              <widget class="GtkFrame" id="frame21">
13071                <property name="visible">True</property>
13072                <property name="label_xalign">0</property>
13073                <property name="shadow_type">GTK_SHADOW_NONE</property>
13074                <child>
13075                  <widget class="GtkAlignment" id="alignment39">
13076                    <property name="visible">True</property>
13077                    <property name="top_padding">6</property>
13078                    <property name="left_padding">12</property>
13079                    <child>
13080                      <widget class="GtkVBox" id="vbox34"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13081                        <property name="visible">True</property>
13082                        <property name="spacing">6</property>
13083                        <child>
13084                          <widget class="GtkCheckButton" id="convert_ogg">
13085                            <property name="visible">True</property>
13086                            <property name="can_focus">True</property>
13087                            <property name="label" translatable="yes">Convert Ogg Vorbis</property>
13088                            <property name="use_underline">True</property>
13089                            <property name="response_id">0</property>
13090                            <property name="active">True</property>
13091                            <property name="draw_indicator">True</property>
13092                            <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13093                          </widget>
13094                          <packing>
13095                            <property name="expand">False</property>
13096                            <property name="fill">False</property>
13097                          </packing>
13098                        </child>
13099                        <child>
13100                          <widget class="GtkCheckButton" id="convert_flac">
13101                            <property name="visible">True</property>
13102                            <property name="can_focus">True</property>
13103                            <property name="label" translatable="yes">Convert FLAC</property>
13104                            <property name="use_underline">True</property>
13105                            <property name="response_id">0</property>
13106                            <property name="active">True</property>
13107                            <property name="draw_indicator">True</property>
13108                            <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13109                          </widget>
13110                          <packing>
13111                            <property name="expand">False</property>
13112                            <property name="fill">False</property>
13113                            <property name="position">1</property>
13114                          </packing>
13115                        </child>
13116                      </widget>
13117                    </child>
13118                  </widget>
13119                </child>
13120                <child>
13121                  <widget class="GtkLabel" id="label42">
13122                    <property name="visible">True</property>
13123                    <property name="label" translatable="yes">&lt;b&gt;Incompatible Formats&lt;/b&gt;</property>
13124                    <property name="use_markup">True</property>
13125                  </widget>
13126                  <packing>
13127                    <property name="type">label_item</property>
13128                  </packing>
13129                </child>
13130              </widget>
13131              <packing>
13132                <property name="expand">False</property>
13133                <property name="fill">False</property>
13134              </packing>
13135            </child>
13136            <child>
13137              <widget class="GtkFrame" id="frame22">
13138                <property name="visible">True</property>
13139                <property name="label_xalign">0</property>
13140                <property name="shadow_type">GTK_SHADOW_NONE</property>
13141                <child>
13142                  <widget class="GtkAlignment" id="alignment40">
13143                    <property name="visible">True</property>
13144                    <property name="top_padding">6</property>
13145                    <property name="left_padding">12</property>
13146                    <child>
13147                      <widget class="GtkVBox" id="vbox35"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13148                        <property name="visible">True</property>
13149                        <property name="spacing">6</property>
13150                        <child>
13151                          <widget class="GtkLabel" id="label45">
13152                            <property name="visible">True</property>
13153                            <property name="xalign">0</property>
13154                            <property name="label" translatable="yes">Convert compatible formats to a single format</property>
13155                          </widget>
13156                        </child>
13157                        <child>
13158                          <widget class="GtkAlignment" id="alignment42">
13159                            <property name="visible">True</property>
13160                            <property name="left_padding">12</property>
13161                            <child>
13162                              <widget class="GtkVBox" id="vbox36"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13163                                <property name="visible">True</property>
13164                                <property name="spacing">6</property>
13165                                <child>
13166                                  <widget class="GtkCheckButton" id="convert_mp3">
13167                                    <property name="visible">True</property>
13168                                    <property name="can_focus">True</property>
13169                                    <property name="label" translatable="yes">Convert MP3</property>
13170                                    <property name="use_underline">True</property>
13171                                    <property name="response_id">0</property>
13172                                    <property name="draw_indicator">True</property>
13173                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13174                                  </widget>
13175                                  <packing>
13176                                    <property name="expand">False</property>
13177                                    <property name="fill">False</property>
13178                                  </packing>
13179                                </child>
13180                                <child>
13181                                  <widget class="GtkCheckButton" id="convert_aac">
13182                                    <property name="visible">True</property>
13183                                    <property name="can_focus">True</property>
13184                                    <property name="label" translatable="yes">Convert AAC (M4A)</property>
13185                                    <property name="use_underline">True</property>
13186                                    <property name="response_id">0</property>
13187                                    <property name="draw_indicator">True</property>
13188                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13189                                  </widget>
13190                                  <packing>
13191                                    <property name="expand">False</property>
13192                                    <property name="fill">False</property>
13193                                    <property name="position">1</property>
13194                                  </packing>
13195                                </child>
13196                                <child>
13197                                  <widget class="GtkCheckButton" id="convert_wav">
13198                                    <property name="visible">True</property>
13199                                    <property name="can_focus">True</property>
13200                                    <property name="label" translatable="yes">Convert WAV</property>
13201                                    <property name="use_underline">True</property>
13202                                    <property name="response_id">0</property>
13203                                    <property name="draw_indicator">True</property>
13204                                    <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13205                                  </widget>
13206                                  <packing>
13207                                    <property name="expand">False</property>
13208                                    <property name="fill">False</property>
13209                                    <property name="position">2</property>
13210                                  </packing>
13211                                </child>
13212                              </widget>
13213                            </child>
13214                          </widget>
13215                          <packing>
13216                            <property name="expand">False</property>
13217                            <property name="fill">False</property>
13218                            <property name="position">1</property>
13219                          </packing>
13220                        </child>
13221                      </widget>
13222                    </child>
13223                  </widget>
13224                </child>
13225                <child>
13226                  <widget class="GtkLabel" id="label43">
13227                    <property name="visible">True</property>
13228                    <property name="label" translatable="yes">&lt;b&gt;Compatible Formats&lt;/b&gt;</property>
13229                    <property name="use_markup">True</property>
13230                  </widget>
13231                  <packing>
13232                    <property name="type">label_item</property>
13233                  </packing>
13234                </child>
13235              </widget>
13236              <packing>
13237                <property name="expand">False</property>
13238                <property name="fill">False</property>
13239                <property name="position">1</property>
13240              </packing>
13241            </child>
13242            <child>
13243              <widget class="GtkFrame" id="frame23">
13244                <property name="visible">True</property>
13245                <property name="label_xalign">0</property>
13246                <property name="shadow_type">GTK_SHADOW_NONE</property>
13247                <child>
13248                  <widget class="GtkAlignment" id="alignment41">
13249                    <property name="visible">True</property>
13250                    <property name="top_padding">6</property>
13251                    <property name="left_padding">12</property>
13252                    <child>
13253                      <widget class="GtkVBox" id="vbox38"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13254                        <property name="visible">True</property>
13255                        <property name="spacing">6</property>
13256                        <child>
13257                          <widget class="GtkTable" id="table9">
13258                            <property name="visible">True</property>
13259                            <property name="n_rows">3</property>
13260                            <property name="n_columns">2</property>
13261                            <property name="column_spacing">12</property>
13262                            <property name="row_spacing">6</property>
13263                            <child>
13264                              <widget class="GtkFileChooserButton" id="cache_folder">
13265                                <property name="visible">True</property>
13266                                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
13267                                <signal handler="on_cache_folder_current_folder_changed" name="current_folder_changed"/>
13268                              </widget>
13269                              <packing>
13270                                <property name="left_attach">1</property>
13271                                <property name="right_attach">2</property>
13272                                <property name="top_attach">2</property>
13273                                <property name="bottom_attach">3</property>
13274                                <property name="y_options"/>
13275                              </packing>
13276                            </child>
13277                            <child>
13278                              <widget class="GtkHBox" id="hbox55">
13279                                <property name="visible">True</property>
13280                                <property name="spacing">12</property>
13281                                <child>
13282                                  <widget class="GtkSpinButton" id="cache_size">
13283                                    <property name="visible">True</property>
13284                                    <property name="can_focus">True</property>
13285                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13286                                    <property name="adjustment">4 0 100 1 10 0</property>
13287                                    <property name="climb_rate">1</property>
13288                                    <property name="digits">1</property>
13289                                    <signal handler="on_cache_size_value_changed" name="value_changed"/>
13290                                  </widget>
13291                                  <packing>
13292                                    <property name="expand">False</property>
13293                                    <property name="fill">False</property>
13294                                  </packing>
13295                                </child>
13296                                <child>
13297                                  <widget class="GtkLabel" id="label107">
13298                                    <property name="visible">True</property>
13299                                    <property name="label" translatable="yes">GB</property>
13300                                  </widget>
13301                                  <packing>
13302                                    <property name="expand">False</property>
13303                                    <property name="fill">False</property>
13304                                    <property name="position">1</property>
13305                                  </packing>
13306                                </child>
13307                              </widget>
13308                              <packing>
13309                                <property name="left_attach">1</property>
13310                                <property name="right_attach">2</property>
13311                                <property name="top_attach">1</property>
13312                                <property name="bottom_attach">2</property>
13313                                <property name="y_options"/>
13314                              </packing>
13315                            </child>
13316                            <child>
13317                              <widget class="GtkHBox" id="hbox54">
13318                                <property name="visible">True</property>
13319                                <child>
13320                                  <widget class="GtkSpinButton" id="bg_threads">
13321                                    <property name="visible">True</property>
13322                                    <property name="can_focus">True</property>
13323                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13324                                    <property name="adjustment">0 0 100 1 10 0</property>
13325                                    <property name="climb_rate">1</property>
13326                                    <signal handler="on_bg_threads_value_changed" name="value_changed"/>
13327                                  </widget>
13328                                  <packing>
13329                                    <property name="expand">False</property>
13330                                    <property name="fill">False</property>
13331                                  </packing>
13332                                </child>
13333                              </widget>
13334                              <packing>
13335                                <property name="left_attach">1</property>
13336                                <property name="right_attach">2</property>
13337                                <property name="y_options"/>
13338                              </packing>
13339                            </child>
13340                            <child>
13341                              <widget class="GtkHBox" id="hbox50">
13342                                <property name="visible">True</property>
13343                                <child>
13344                                  <widget class="GtkLabel" id="label106">
13345                                    <property name="visible">True</property>
13346                                    <property name="label" translatable="yes">Cache folder:</property>
13347                                  </widget>
13348                                  <packing>
13349                                    <property name="expand">False</property>
13350                                    <property name="fill">False</property>
13351                                  </packing>
13352                                </child>
13353                              </widget>
13354                              <packing>
13355                                <property name="top_attach">2</property>
13356                                <property name="bottom_attach">3</property>
13357                                <property name="x_options">GTK_FILL</property>
13358                                <property name="y_options"/>
13359                              </packing>
13360                            </child>
13361                            <child>
13362                              <widget class="GtkHBox" id="hbox49">
13363                                <property name="visible">True</property>
13364                                <child>
13365                                  <widget class="GtkLabel" id="label102">
13366                                    <property name="visible">True</property>
13367                                    <property name="label" translatable="yes">Maximum cache size:</property>
13368                                  </widget>
13369                                  <packing>
13370                                    <property name="expand">False</property>
13371                                    <property name="fill">False</property>
13372                                  </packing>
13373                                </child>
13374                              </widget>
13375                              <packing>
13376                                <property name="top_attach">1</property>
13377                                <property name="bottom_attach">2</property>
13378                                <property name="x_options">GTK_FILL</property>
13379                                <property name="y_options"/>
13380                              </packing>
13381                            </child>
13382                            <child>
13383                              <widget class="GtkHBox" id="hbox31">
13384                                <property name="visible">True</property>
13385                                <child>
13386                                  <widget class="GtkLabel" id="label55">
13387                                    <property name="visible">True</property>
13388                                    <property name="label" translatable="yes">Maximum threads:</property>
13389                                  </widget>
13390                                  <packing>
13391                                    <property name="expand">False</property>
13392                                    <property name="fill">False</property>
13393                                  </packing>
13394                                </child>
13395                              </widget>
13396                              <packing>
13397                                <property name="x_options">GTK_FILL</property>
13398                                <property name="y_options"/>
13399                              </packing>
13400                            </child>
13401                          </widget>
13402                        </child>
13403                        <child>
13404                          <widget class="GtkCheckButton" id="display_conversion_log">
13405                            <property name="visible">True</property>
13406                            <property name="can_focus">True</property>
13407                            <property name="label" translatable="yes">Display conversion log</property>
13408                            <property name="use_underline">True</property>
13409                            <property name="response_id">0</property>
13410                            <property name="draw_indicator">True</property>
13411                            <signal handler="on_simple_checkbox_toggled" name="toggled"/>
13412                          </widget>
13413                          <packing>
13414                            <property name="expand">False</property>
13415                            <property name="fill">False</property>
13416                            <property name="position">1</property>
13417                          </packing>
13418                        </child>
13419                      </widget>
13420                    </child>
13421                  </widget>
13422                </child>
13423                <child>
13424                  <widget class="GtkLabel" id="label109">
13425                    <property name="visible">True</property>
13426                    <property name="label" translatable="yes">&lt;b&gt;Conversion Settings&lt;/b&gt;</property>
13427                    <property name="use_markup">True</property>
13428                  </widget>
13429                  <packing>
13430                    <property name="type">label_item</property>
13431                  </packing>
13432                </child>
13433              </widget>
13434              <packing>
13435                <property name="expand">False</property>
13436                <property name="fill">False</property>
13437                <property name="position">2</property>
13438              </packing>
13439            </child>
13440          </widget>
13441          <packing>
13442            <property name="expand">False</property>
13443            <property name="fill">False</property>
13444            <property name="position">1</property>
13445          </packing>
13446        </child>
13447        <child internal-child="action_area">
13448          <widget class="GtkHButtonBox" id="dialog-action_area14">
13449            <property name="visible">True</property>
13450            <property name="layout_style">GTK_BUTTONBOX_END</property>
13451            <child>
13452              <widget class="GtkButton" id="button2">
13453                <property name="visible">True</property>
13454                <property name="can_focus">True</property>
13455                <property name="label">gtk-close</property>
13456                <property name="use_stock">True</property>
13457                <property name="response_id">0</property>
13458              </widget>
13459            </child>
13460          </widget>
13461          <packing>
13462            <property name="expand">False</property>
13463            <property name="pack_type">GTK_PACK_END</property>
13464          </packing>
13465        </child>
13466      </widget>
13467    </child>
13468  </widget>
13469  <widget class="GtkDialog" id="info_dialog">
13470    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13471    <property name="border_width">5</property>
13472    <property name="title" translatable="yes">gtkpod Information</property>
13473    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13474    <property name="default_width">600</property>
13475    <property name="default_height">350</property>
13476    <property name="icon">gtkpod-icon-48.png</property>
13477    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
13478    <property name="has_separator">False</property>
13479    <signal handler="close_info_dialog" name="delete_event"/>
13480    <child internal-child="vbox">
13481      <widget class="GtkVBox" id="dialog-vbox15"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13482        <property name="visible">True</property>
13483        <property name="spacing">2</property>
13484        <child>
13485          <widget class="GtkScrolledWindow" id="scrolledwindow5">
13486            <property name="visible">True</property>
13487            <property name="can_focus">True</property>
13488            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
13489            <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
13490            <property name="shadow_type">GTK_SHADOW_IN</property>
13491            <child>
13492              <widget class="GtkTreeView" id="info_tree">
13493                <property name="visible">True</property>
13494                <property name="can_focus">True</property>
13495                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13496                <property name="rules_hint">True</property>
13497              </widget>
13498            </child>
13499          </widget>
13500          <packing>
13501            <property name="position">1</property>
13502          </packing>
13503        </child>
13504        <child internal-child="action_area">
13505          <widget class="GtkHButtonBox" id="dialog-action_area15">
13506            <property name="visible">True</property>
13507            <property name="layout_style">GTK_BUTTONBOX_END</property>
13508            <child>
13509              <widget class="GtkButton" id="button3">
13510                <property name="visible">True</property>
13511                <property name="can_focus">True</property>
13512                <property name="label">gtk-close</property>
13513                <property name="use_stock">True</property>
13514                <property name="response_id">0</property>
13515                <signal handler="close_info_dialog" name="clicked"/>
13516              </widget>
13517            </child>
13518          </widget>
13519          <packing>
13520            <property name="expand">False</property>
13521            <property name="pack_type">GTK_PACK_END</property>
13522          </packing>
13523        </child>
13524      </widget>
13525    </child>
13526  </widget>
13527  <widget class="GtkDialog" id="input_box">
13528    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13529    <property name="border_width">5</property>
13530    <property name="title" translatable="yes"> </property>
13531    <property name="resizable">False</property>
13532    <property name="modal">True</property>
13533    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13534    <property name="destroy_with_parent">True</property>
13535    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
13536    <property name="has_separator">False</property>
13537    <child internal-child="vbox">
13538      <widget class="GtkVBox" id="dialog-vbox16"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13539        <property name="visible">True</property>
13540        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13541        <property name="spacing">12</property>
13542        <child>
13543          <widget class="GtkHBox" id="hbox184">
13544            <property name="visible">True</property>
13545            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13546            <property name="border_width">6</property>
13547            <property name="spacing">12</property>
13548            <child>
13549              <widget class="GtkImage" id="image16">
13550                <property name="visible">True</property>
13551                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13552                <property name="yalign">0</property>
13553                <property name="stock">gtk-dialog-question</property>
13554                <property name="icon_size">6</property>
13555              </widget>
13556              <packing>
13557                <property name="expand">False</property>
13558                <property name="fill">False</property>
13559              </packing>
13560            </child>
13561            <child>
13562              <widget class="GtkVBox" id="vbox42"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13563                <property name="visible">True</property>
13564                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13565                <property name="spacing">6</property>
13566                <child>
13567                  <widget class="GtkLabel" id="input_box_label">
13568                    <property name="visible">True</property>
13569                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13570                    <property name="xalign">0</property>
13571                    <property name="label">&lt;span weight='bold' size='larger'&gt;Message&lt;/span&gt;
13572
13573The quick brown fox jumps over the lazy dog.</property>
13574                    <property name="use_markup">True</property>
13575                    <property name="wrap">True</property>
13576                  </widget>
13577                  <packing>
13578                    <property name="expand">False</property>
13579                    <property name="fill">False</property>
13580                  </packing>
13581                </child>
13582                <child>
13583                  <widget class="GtkAlignment" id="alignment12">
13584                    <property name="visible">True</property>
13585                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13586                    <property name="left_padding">12</property>
13587                    <child>
13588                      <widget class="GtkVBox" id="vbox45"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13589                        <property name="visible">True</property>
13590                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13591                        <property name="spacing">6</property>
13592                        <child>
13593                          <widget class="GtkEntry" id="input_box_entry">
13594                            <property name="visible">True</property>
13595                            <property name="can_focus">True</property>
13596                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13597                          </widget>
13598                          <packing>
13599                            <property name="expand">False</property>
13600                            <property name="fill">False</property>
13601                          </packing>
13602                        </child>
13603                        <child>
13604                          <widget class="GtkCheckButton" id="input_box_checkbox">
13605                            <property name="can_focus">True</property>
13606                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13607                            <property name="label">checkbutton</property>
13608                            <property name="use_underline">True</property>
13609                            <property name="response_id">0</property>
13610                            <property name="draw_indicator">True</property>
13611                          </widget>
13612                          <packing>
13613                            <property name="expand">False</property>
13614                            <property name="fill">False</property>
13615                            <property name="position">1</property>
13616                          </packing>
13617                        </child>
13618                      </widget>
13619                    </child>
13620                  </widget>
13621                  <packing>
13622                    <property name="expand">False</property>
13623                    <property name="fill">False</property>
13624                    <property name="position">1</property>
13625                  </packing>
13626                </child>
13627              </widget>
13628              <packing>
13629                <property name="position">1</property>
13630              </packing>
13631            </child>
13632          </widget>
13633          <packing>
13634            <property name="position">1</property>
13635          </packing>
13636        </child>
13637        <child internal-child="action_area">
13638          <widget class="GtkHButtonBox" id="dialog-action_area16">
13639            <property name="visible">True</property>
13640            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13641            <property name="layout_style">GTK_BUTTONBOX_END</property>
13642          </widget>
13643          <packing>
13644            <property name="expand">False</property>
13645            <property name="pack_type">GTK_PACK_END</property>
13646          </packing>
13647        </child>
13648      </widget>
13649    </child>
13650  </widget>
13651  <widget class="GtkDialog" id="prefs_replaygain_dialog">
13652    <property name="border_width">5</property>
13653    <property name="title" translatable="yes">ReplayGain Preferences</property>
13654    <property name="resizable">False</property>
13655    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13656    <property name="icon">gtkpod-icon-48.png</property>
13657    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
13658    <property name="has_separator">False</property>
13659    <child internal-child="vbox">
13660      <widget class="GtkVBox" id="dialog-vbox19"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13661        <property name="visible">True</property>
13662        <property name="spacing">2</property>
13663        <child>
13664          <widget class="GtkVBox" id="vbox51"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13665            <property name="visible">True</property>
13666            <property name="border_width">7</property>
13667            <property name="spacing">6</property>
13668            <child>
13669              <widget class="GtkFrame" id="frame27">
13670                <property name="visible">True</property>
13671                <property name="label_xalign">0</property>
13672                <property name="shadow_type">GTK_SHADOW_NONE</property>
13673                <child>
13674                  <widget class="GtkAlignment" id="alignment46">
13675                    <property name="visible">True</property>
13676                    <property name="top_padding">6</property>
13677                    <property name="left_padding">12</property>
13678                    <child>
13679                      <widget class="GtkVBox" id="vbox57"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13680                        <property name="visible">True</property>
13681                        <property name="spacing">6</property>
13682                        <child>
13683                          <widget class="GtkRadioButton" id="mode_album">
13684                            <property name="visible">True</property>
13685                            <property name="can_focus">True</property>
13686                            <property name="label" translatable="yes">Album gain (formerly &quot;audiophile gain&quot;)</property>
13687                            <property name="response_id">0</property>
13688                            <property name="active">True</property>
13689                            <property name="draw_indicator">True</property>
13690                            <signal handler="on_replaygain_mode_album_toggled" name="toggled"/>
13691                          </widget>
13692                        </child>
13693                        <child>
13694                          <widget class="GtkRadioButton" id="mode_track">
13695                            <property name="visible">True</property>
13696                            <property name="can_focus">True</property>
13697                            <property name="label" translatable="yes">Track gain (formerly &quot;radio gain&quot;)</property>
13698                            <property name="response_id">0</property>
13699                            <property name="active">True</property>
13700                            <property name="draw_indicator">True</property>
13701                            <property name="group">mode_album</property>
13702                          </widget>
13703                          <packing>
13704                            <property name="position">1</property>
13705                          </packing>
13706                        </child>
13707                      </widget>
13708                    </child>
13709                  </widget>
13710                </child>
13711                <child>
13712                  <widget class="GtkLabel" id="label120">
13713                    <property name="visible">True</property>
13714                    <property name="label" translatable="yes">&lt;b&gt;Preferred gain type&lt;/b&gt;</property>
13715                    <property name="use_markup">True</property>
13716                  </widget>
13717                  <packing>
13718                    <property name="type">label_item</property>
13719                  </packing>
13720                </child>
13721              </widget>
13722              <packing>
13723                <property name="expand">False</property>
13724                <property name="fill">False</property>
13725              </packing>
13726            </child>
13727            <child>
13728              <widget class="GtkFrame" id="frame28">
13729                <property name="visible">True</property>
13730                <property name="has_tooltip">True</property>
13731                <property name="label_xalign">0</property>
13732                <property name="shadow_type">GTK_SHADOW_NONE</property>
13733                <child>
13734                  <widget class="GtkAlignment" id="alignment49">
13735                    <property name="visible">True</property>
13736                    <property name="top_padding">6</property>
13737                    <property name="left_padding">12</property>
13738                    <child>
13739                      <widget class="GtkHBox" id="hbox52">
13740                        <property name="visible">True</property>
13741                        <property name="spacing">6</property>
13742                        <child>
13743                          <widget class="GtkSpinButton" id="replaygain_offset">
13744                            <property name="visible">True</property>
13745                            <property name="can_focus">True</property>
13746                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13747                            <property name="adjustment">0 -20 20 1 10 0</property>
13748                            <property name="climb_rate">1</property>
13749                            <signal handler="on_replaygain_offset_value_changed" name="value_changed"/>
13750                          </widget>
13751                          <packing>
13752                            <property name="expand">False</property>
13753                            <property name="fill">False</property>
13754                          </packing>
13755                        </child>
13756                        <child>
13757                          <widget class="GtkLabel" id="label124">
13758                            <property name="visible">True</property>
13759                            <property name="label" translatable="yes">dB</property>
13760                          </widget>
13761                          <packing>
13762                            <property name="expand">False</property>
13763                            <property name="fill">False</property>
13764                            <property name="position">1</property>
13765                          </packing>
13766                        </child>
13767                      </widget>
13768                    </child>
13769                  </widget>
13770                </child>
13771                <child>
13772                  <widget class="GtkLabel" id="label125">
13773                    <property name="visible">True</property>
13774                    <property name="label" translatable="yes">&lt;b&gt;Offset to add to ReplayGain&lt;/b&gt;</property>
13775                    <property name="use_markup">True</property>
13776                  </widget>
13777                  <packing>
13778                    <property name="type">label_item</property>
13779                  </packing>
13780                </child>
13781              </widget>
13782              <packing>
13783                <property name="expand">False</property>
13784                <property name="fill">False</property>
13785                <property name="position">1</property>
13786              </packing>
13787            </child>
13788            <child>
13789              <widget class="GtkVBox" id="vbox51"><property name="orientation">GTK_ORIENTATION_VERTICAL</property>
13790                <property name="visible">True</property>
13791                <child>
13792                  <widget class="GtkLabel" id="label51">
13793                    <property name="visible">True</property>
13794                    <property name="xalign">0</property>
13795                    <property name="label" translatable="yes">These settings will only be applied to newly added or updated tracks. This could result in tracks that are normalized to different levels until updated.</property>
13796                    <property name="wrap">True</property>
13797                  </widget>
13798                </child>
13799              </widget>
13800              <packing>
13801                <property name="expand">False</property>
13802                <property name="position">2</property>
13803              </packing>
13804            </child>
13805          </widget>
13806          <packing>
13807            <property name="position">1</property>
13808          </packing>
13809        </child>
13810        <child internal-child="action_area">
13811          <widget class="GtkHButtonBox" id="dialog-action_area19">
13812            <property name="visible">True</property>
13813            <property name="layout_style">GTK_BUTTONBOX_END</property>
13814            <child>
13815              <widget class="GtkButton" id="rg_close">
13816                <property name="visible">True</property>
13817                <property name="can_focus">True</property>
13818                <property name="receives_default">True</property>
13819                <property name="label">gtk-close</property>
13820                <property name="use_stock">True</property>
13821                <property name="response_id">0</property>
13822              </widget>
13823            </child>
13824          </widget>
13825          <packing>
13826            <property name="expand">False</property>
13827            <property name="pack_type">GTK_PACK_END</property>
13828          </packing>
13829        </child>
13830      </widget>
13831    </child>
13832  </widget>
13833</glade-interface>