1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.10"/>
5  <object class="GtkImage" id="image1">
6    <property name="visible">True</property>
7    <property name="can_focus">False</property>
8    <property name="icon_name">network-idle</property>
9  </object>
10  <object class="GtkGrid" id="preferences_pane">
11    <property name="visible">True</property>
12    <property name="can_focus">False</property>
13    <property name="row_spacing">4</property>
14    <property name="column_spacing">2</property>
15    <child>
16      <object class="GtkCheckButton" id="plugin/ascrobbler/submit">
17        <property name="label" translatable="yes">Submit tracks using Audioscrobbler</property>
18        <property name="use_action_appearance">False</property>
19        <property name="visible">True</property>
20        <property name="can_focus">True</property>
21        <property name="receives_default">False</property>
22        <property name="halign">start</property>
23        <property name="use_underline">True</property>
24        <property name="draw_indicator">True</property>
25      </object>
26      <packing>
27        <property name="left_attach">0</property>
28        <property name="top_attach">0</property>
29        <property name="width">2</property>
30      </packing>
31    </child>
32    <child>
33      <object class="GtkCheckButton" id="plugin/ascrobbler/menu_check">
34        <property name="label" translatable="yes">Show menuitem to toggle submission</property>
35        <property name="use_action_appearance">False</property>
36        <property name="visible">True</property>
37        <property name="can_focus">True</property>
38        <property name="receives_default">False</property>
39        <property name="halign">start</property>
40        <property name="use_underline">True</property>
41        <property name="draw_indicator">True</property>
42      </object>
43      <packing>
44        <property name="left_attach">0</property>
45        <property name="top_attach">1</property>
46        <property name="width">2</property>
47      </packing>
48    </child>
49    <child>
50      <object class="GtkCheckButton" id="plugin/ascrobbler/scrobble_remote">
51        <property name="label" translatable="yes">Submit streamed tracks (e.g. DAAP, Shoutcast radio etc.)</property>
52        <property name="visible">True</property>
53        <property name="can_focus">True</property>
54        <property name="receives_default">False</property>
55        <property name="halign">start</property>
56        <property name="use_underline">True</property>
57        <property name="draw_indicator">True</property>
58      </object>
59      <packing>
60        <property name="left_attach">0</property>
61        <property name="top_attach">2</property>
62        <property name="width">2</property>
63      </packing>
64    </child>
65    <child>
66      <object class="GtkLabel" id="label2">
67        <property name="visible">True</property>
68        <property name="can_focus">False</property>
69        <property name="halign">start</property>
70        <property name="label" translatable="yes">Username:</property>
71      </object>
72      <packing>
73        <property name="left_attach">0</property>
74        <property name="top_attach">3</property>
75      </packing>
76    </child>
77    <child>
78      <object class="GtkEntry" id="plugin/ascrobbler/user">
79        <property name="visible">True</property>
80        <property name="can_focus">True</property>
81        <property name="hexpand">True</property>
82        <property name="invisible_char">●</property>
83      </object>
84      <packing>
85        <property name="left_attach">1</property>
86        <property name="top_attach">3</property>
87      </packing>
88    </child>
89    <child>
90      <object class="GtkLabel" id="label3">
91        <property name="visible">True</property>
92        <property name="can_focus">False</property>
93        <property name="halign">start</property>
94        <property name="label" translatable="yes">Password:</property>
95      </object>
96      <packing>
97        <property name="left_attach">0</property>
98        <property name="top_attach">4</property>
99      </packing>
100    </child>
101    <child>
102      <object class="GtkEntry" id="plugin/ascrobbler/password">
103        <property name="visible">True</property>
104        <property name="can_focus">True</property>
105        <property name="visibility">False</property>
106        <property name="invisible_char">●</property>
107      </object>
108      <packing>
109        <property name="left_attach">1</property>
110        <property name="top_attach">4</property>
111      </packing>
112    </child>
113    <child>
114      <object class="GtkLabel" id="label4">
115        <property name="visible">True</property>
116        <property name="can_focus">False</property>
117        <property name="halign">start</property>
118        <property name="label" translatable="yes">URL:</property>
119      </object>
120      <packing>
121        <property name="left_attach">0</property>
122        <property name="top_attach">5</property>
123      </packing>
124    </child>
125    <child>
126      <object class="GtkComboBox" id="plugin/ascrobbler/url">
127        <property name="visible">True</property>
128        <property name="can_focus">True</property>
129        <property name="has_entry">True</property>
130        <child internal-child="entry">
131          <object class="GtkEntry" id="combobox-entry">
132            <property name="can_focus">True</property>
133          </object>
134        </child>
135      </object>
136      <packing>
137        <property name="left_attach">1</property>
138        <property name="top_attach">5</property>
139      </packing>
140    </child>
141    <child>
142      <object class="GtkButton" id="plugin/ascrobbler/verify_login">
143        <property name="label" translatable="yes">_Verify Login Data</property>
144        <property name="use_action_appearance">False</property>
145        <property name="visible">True</property>
146        <property name="can_focus">True</property>
147        <property name="receives_default">True</property>
148        <property name="halign">start</property>
149        <property name="image">image1</property>
150        <property name="use_underline">True</property>
151        <property name="always_show_image">True</property>
152      </object>
153      <packing>
154        <property name="left_attach">0</property>
155        <property name="top_attach">6</property>
156        <property name="width">2</property>
157      </packing>
158    </child>
159  </object>
160</interface>
161