%PDF- %PDF-
Direktori : /usr/share/rhythmbox/plugins/replaygain/ |
Current File : //usr/share/rhythmbox/plugins/replaygain/replaygain-prefs.ui |
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.12"/> <object class="GtkAdjustment" id="preampadjustment"> <property name="lower">-15</property> <property name="upper">25</property> <property name="step_increment">0.10000000000000001</property> <property name="page_increment">5</property> <property name="page_size">10</property> </object> <object class="GtkListStore" id="replaygainmodemodel"> <columns> <!-- column-name display --> <column type="gchararray"/> <!-- column-name setting --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">Radio (equal loudness for all tracks)</col> <col id="1">radio</col> </row> <row> <col id="0" translatable="yes">Album (ideal loudness for all tracks)</col> <col id="1">album</col> </row> </data> </object> <object class="GtkBox" id="replaygain-prefs"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <object class="GtkLabel" id="headerlabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">ReplayGain preferences</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_start">8</property> <property name="margin_end">8</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">ReplayGain _mode:</property> <property name="use_underline">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="preamplabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">_Pre-amp:</property> <property name="use_underline">True</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkCheckButton" id="limiter"> <property name="label" translatable="yes">_Apply compression to prevent clipping</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkComboBox" id="replaygainmode"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">replaygainmodemodel</property> <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkScale" id="preamp"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="adjustment">preampadjustment</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLinkButton" id="linkbutton"> <property name="label" translatable="yes">Learn more about ReplayGain</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> <property name="relief">none</property> <property name="uri">http://wiki.hydrogenaud.io/index.php/ReplayGain</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> </interface>