comparison src/audacious/glade/prefswin.glade @ 3650:fa9053478e0b

glade cleanups, scrolled window stuff
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 19:28:10 -0500
parents fae43071b6ff
children f600566f92e5
comparison
equal deleted inserted replaced
3649:fae43071b6ff 3650:fa9053478e0b
37 <widget class="GtkNotebook" id="category_notebook"> 37 <widget class="GtkNotebook" id="category_notebook">
38 <property name="visible">True</property> 38 <property name="visible">True</property>
39 <property name="show_tabs">False</property> 39 <property name="show_tabs">False</property>
40 <property name="show_border">False</property> 40 <property name="show_border">False</property>
41 <property name="scrollable">True</property> 41 <property name="scrollable">True</property>
42 <property name="enable_popup">True</property>
43 <child> 42 <child>
44 <widget class="GtkVBox" id="plugin_page_vbox"> 43 <widget class="GtkVBox" id="plugin_page_vbox">
45 <property name="visible">True</property> 44 <property name="visible">True</property>
46 <child> 45 <child>
47 <widget class="GtkNotebook" id="plugin_notebook"> 46 <widget class="GtkNotebook" id="plugin_notebook">
592 <property name="n_rows">2</property> 591 <property name="n_rows">2</property>
593 <property name="n_columns">2</property> 592 <property name="n_columns">2</property>
594 <property name="column_spacing">2</property> 593 <property name="column_spacing">2</property>
595 <property name="row_spacing">8</property> 594 <property name="row_spacing">8</property>
596 <child> 595 <child>
596 <widget class="GtkAlignment" id="alignment54">
597 <property name="visible">True</property>
598 <property name="left_padding">12</property>
599 <property name="right_padding">6</property>
600 <child>
601 <widget class="GtkLabel" id="label22">
602 <property name="visible">True</property>
603 <property name="xalign">1</property>
604 <property name="label" translatable="yes">_Player:</property>
605 <property name="use_markup">True</property>
606 <property name="use_underline">True</property>
607 <property name="mnemonic_widget">mainwin_font_button</property>
608 </widget>
609 </child>
610 </widget>
611 <packing>
612 <property name="x_options"></property>
613 <property name="y_options"></property>
614 </packing>
615 </child>
616 <child>
617 <widget class="GtkAlignment" id="alignment53">
618 <property name="visible">True</property>
619 <property name="left_padding">12</property>
620 <property name="right_padding">6</property>
621 <child>
622 <widget class="GtkLabel" id="label23">
623 <property name="visible">True</property>
624 <property name="xalign">1</property>
625 <property name="label" translatable="yes">_Playlist:</property>
626 <property name="use_markup">True</property>
627 <property name="use_underline">True</property>
628 <property name="justify">GTK_JUSTIFY_RIGHT</property>
629 <property name="mnemonic_widget">playlist_font_button</property>
630 </widget>
631 </child>
632 </widget>
633 <packing>
634 <property name="top_attach">1</property>
635 <property name="bottom_attach">2</property>
636 <property name="x_options"></property>
637 <property name="y_options"></property>
638 </packing>
639 </child>
640 <child>
641 <widget class="GtkFontButton" id="mainwin_font_button">
642 <property name="visible">True</property>
643 <property name="can_focus">True</property>
644 <property name="response_id">0</property>
645 <property name="title" translatable="yes">Select main player window font:</property>
646 <property name="use_font">True</property>
647 <property name="use_size">True</property>
648 <signal name="realize" handler="on_mainwin_font_button_realize" after="yes"/>
649 <signal name="font_set" handler="on_mainwin_font_button_font_set"/>
650 </widget>
651 <packing>
652 <property name="left_attach">1</property>
653 <property name="right_attach">2</property>
654 <property name="y_options"></property>
655 </packing>
656 </child>
657 <child>
597 <widget class="GtkFontButton" id="playlist_font_button"> 658 <widget class="GtkFontButton" id="playlist_font_button">
598 <property name="visible">True</property> 659 <property name="visible">True</property>
599 <property name="can_focus">True</property> 660 <property name="can_focus">True</property>
600 <property name="response_id">0</property> 661 <property name="response_id">0</property>
601 <property name="title" translatable="yes">Select playlist font:</property> 662 <property name="title" translatable="yes">Select playlist font:</property>
607 <packing> 668 <packing>
608 <property name="left_attach">1</property> 669 <property name="left_attach">1</property>
609 <property name="right_attach">2</property> 670 <property name="right_attach">2</property>
610 <property name="top_attach">1</property> 671 <property name="top_attach">1</property>
611 <property name="bottom_attach">2</property> 672 <property name="bottom_attach">2</property>
612 <property name="y_options"></property>
613 </packing>
614 </child>
615 <child>
616 <widget class="GtkFontButton" id="mainwin_font_button">
617 <property name="visible">True</property>
618 <property name="can_focus">True</property>
619 <property name="response_id">0</property>
620 <property name="title" translatable="yes">Select main player window font:</property>
621 <property name="use_font">True</property>
622 <property name="use_size">True</property>
623 <signal name="realize" handler="on_mainwin_font_button_realize" after="yes"/>
624 <signal name="font_set" handler="on_mainwin_font_button_font_set"/>
625 </widget>
626 <packing>
627 <property name="left_attach">1</property>
628 <property name="right_attach">2</property>
629 <property name="y_options"></property>
630 </packing>
631 </child>
632 <child>
633 <widget class="GtkAlignment" id="alignment53">
634 <property name="visible">True</property>
635 <property name="left_padding">12</property>
636 <property name="right_padding">6</property>
637 <child>
638 <widget class="GtkLabel" id="label23">
639 <property name="visible">True</property>
640 <property name="xalign">1</property>
641 <property name="label" translatable="yes">_Playlist:</property>
642 <property name="use_markup">True</property>
643 <property name="use_underline">True</property>
644 <property name="justify">GTK_JUSTIFY_RIGHT</property>
645 <property name="mnemonic_widget">playlist_font_button</property>
646 </widget>
647 </child>
648 </widget>
649 <packing>
650 <property name="top_attach">1</property>
651 <property name="bottom_attach">2</property>
652 <property name="x_options"></property>
653 <property name="y_options"></property>
654 </packing>
655 </child>
656 <child>
657 <widget class="GtkAlignment" id="alignment54">
658 <property name="visible">True</property>
659 <property name="left_padding">12</property>
660 <property name="right_padding">6</property>
661 <child>
662 <widget class="GtkLabel" id="label22">
663 <property name="visible">True</property>
664 <property name="xalign">1</property>
665 <property name="label" translatable="yes">_Player:</property>
666 <property name="use_markup">True</property>
667 <property name="use_underline">True</property>
668 <property name="mnemonic_widget">mainwin_font_button</property>
669 </widget>
670 </child>
671 </widget>
672 <packing>
673 <property name="x_options"></property>
674 <property name="y_options"></property> 673 <property name="y_options"></property>
675 </packing> 674 </packing>
676 </child> 675 </child>
677 </widget> 676 </widget>
678 <packing> 677 <packing>
914 <property name="visible">True</property> 913 <property name="visible">True</property>
915 <property name="n_rows">2</property> 914 <property name="n_rows">2</property>
916 <property name="n_columns">3</property> 915 <property name="n_columns">3</property>
917 <property name="row_spacing">6</property> 916 <property name="row_spacing">6</property>
918 <child> 917 <child>
919 <widget class="GtkSpinButton" id="mouse_wheel_volume"> 918 <widget class="GtkLabel" id="label32">
920 <property name="visible">True</property> 919 <property name="visible">True</property>
921 <property name="can_focus">True</property> 920 <property name="xalign">0</property>
922 <property name="adjustment">5 0 100 1 10 10</property> 921 <property name="xpad">4</property>
923 <property name="climb_rate">1</property> 922 <property name="label" translatable="yes">Changes volume by</property>
924 <property name="numeric">True</property> 923 </widget>
925 <signal name="value_changed" handler="on_mouse_wheel_volume_changed"/> 924 <packing>
926 <signal name="realize" handler="on_mouse_wheel_volume_realize" after="yes"/>
927 </widget>
928 <packing>
929 <property name="left_attach">1</property>
930 <property name="right_attach">2</property>
931 <property name="x_options"></property> 925 <property name="x_options"></property>
932 <property name="y_options"></property> 926 <property name="y_options"></property>
933 <property name="x_padding">4</property> 927 </packing>
934 </packing> 928 </child>
935 </child> 929 <child>
936 <child> 930 <widget class="GtkLabel" id="label33">
937 <widget class="GtkLabel" id="label35">
938 <property name="visible">True</property> 931 <property name="visible">True</property>
939 <property name="xalign">0</property> 932 <property name="xalign">0</property>
940 <property name="xpad">4</property> 933 <property name="xpad">4</property>
941 <property name="label" translatable="yes">lines</property> 934 <property name="label" translatable="yes">percent</property>
942 </widget> 935 </widget>
943 <packing> 936 <packing>
944 <property name="left_attach">2</property> 937 <property name="left_attach">2</property>
945 <property name="right_attach">3</property> 938 <property name="right_attach">3</property>
939 <property name="x_options"></property>
940 <property name="y_options"></property>
941 </packing>
942 </child>
943 <child>
944 <widget class="GtkLabel" id="label34">
945 <property name="visible">True</property>
946 <property name="xalign">0</property>
947 <property name="xpad">4</property>
948 <property name="label" translatable="yes">Scrolls playlist by</property>
949 </widget>
950 <packing>
946 <property name="top_attach">1</property> 951 <property name="top_attach">1</property>
947 <property name="bottom_attach">2</property> 952 <property name="bottom_attach">2</property>
948 <property name="x_options"></property> 953 <property name="x_options"></property>
949 <property name="y_options"></property> 954 <property name="y_options"></property>
950 </packing> 955 </packing>
967 <property name="y_options"></property> 972 <property name="y_options"></property>
968 <property name="x_padding">4</property> 973 <property name="x_padding">4</property>
969 </packing> 974 </packing>
970 </child> 975 </child>
971 <child> 976 <child>
972 <widget class="GtkLabel" id="label34"> 977 <widget class="GtkLabel" id="label35">
973 <property name="visible">True</property> 978 <property name="visible">True</property>
974 <property name="xalign">0</property> 979 <property name="xalign">0</property>
975 <property name="xpad">4</property> 980 <property name="xpad">4</property>
976 <property name="label" translatable="yes">Scrolls playlist by</property> 981 <property name="label" translatable="yes">lines</property>
977 </widget> 982 </widget>
978 <packing> 983 <packing>
984 <property name="left_attach">2</property>
985 <property name="right_attach">3</property>
979 <property name="top_attach">1</property> 986 <property name="top_attach">1</property>
980 <property name="bottom_attach">2</property> 987 <property name="bottom_attach">2</property>
981 <property name="x_options"></property> 988 <property name="x_options"></property>
982 <property name="y_options"></property> 989 <property name="y_options"></property>
983 </packing> 990 </packing>
984 </child> 991 </child>
985 <child> 992 <child>
986 <widget class="GtkLabel" id="label33"> 993 <widget class="GtkSpinButton" id="mouse_wheel_volume">
987 <property name="visible">True</property> 994 <property name="visible">True</property>
988 <property name="xalign">0</property> 995 <property name="can_focus">True</property>
989 <property name="xpad">4</property> 996 <property name="adjustment">5 0 100 1 10 10</property>
990 <property name="label" translatable="yes">percent</property> 997 <property name="climb_rate">1</property>
991 </widget> 998 <property name="numeric">True</property>
992 <packing> 999 <signal name="value_changed" handler="on_mouse_wheel_volume_changed"/>
993 <property name="left_attach">2</property> 1000 <signal name="realize" handler="on_mouse_wheel_volume_realize" after="yes"/>
994 <property name="right_attach">3</property> 1001 </widget>
1002 <packing>
1003 <property name="left_attach">1</property>
1004 <property name="right_attach">2</property>
995 <property name="x_options"></property> 1005 <property name="x_options"></property>
996 <property name="y_options"></property> 1006 <property name="y_options"></property>
997 </packing> 1007 <property name="x_padding">4</property>
998 </child>
999 <child>
1000 <widget class="GtkLabel" id="label32">
1001 <property name="visible">True</property>
1002 <property name="xalign">0</property>
1003 <property name="xpad">4</property>
1004 <property name="label" translatable="yes">Changes volume by</property>
1005 </widget>
1006 <packing>
1007 <property name="x_options"></property>
1008 <property name="y_options"></property>
1009 </packing> 1008 </packing>
1010 </child> 1009 </child>
1011 </widget> 1010 </widget>
1012 </child> 1011 </child>
1013 </widget> 1012 </widget>
1217 <widget class="GtkTable" id="table10"> 1216 <widget class="GtkTable" id="table10">
1218 <property name="visible">True</property> 1217 <property name="visible">True</property>
1219 <property name="n_rows">2</property> 1218 <property name="n_rows">2</property>
1220 <property name="n_columns">2</property> 1219 <property name="n_columns">2</property>
1221 <child> 1220 <child>
1222 <widget class="GtkLabel" id="label73"> 1221 <widget class="GtkLabel" id="label74">
1223 <property name="visible">True</property> 1222 <property name="visible">True</property>
1224 <property name="xalign">1</property> 1223 <property name="xalign">1</property>
1225 <property name="label" translatable="yes">Auto character encoding detector for:</property> 1224 <property name="label" translatable="yes">Fallback character encodings:</property>
1226 <property name="justify">GTK_JUSTIFY_RIGHT</property> 1225 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1227 </widget> 1226 </widget>
1228 <packing> 1227 <packing>
1228 <property name="top_attach">1</property>
1229 <property name="bottom_attach">2</property>
1229 <property name="x_options"></property> 1230 <property name="x_options"></property>
1230 <property name="y_options"></property>
1231 </packing>
1232 </child>
1233 <child>
1234 <widget class="GtkComboBox" id="combobox1">
1235 <property name="visible">True</property>
1236 <property name="items" translatable="yes"></property>
1237 <signal name="realize" handler="on_chardet_detector_cbox_realize" after="yes"/>
1238 </widget>
1239 <packing>
1240 <property name="left_attach">1</property>
1241 <property name="right_attach">2</property>
1242 <property name="y_options"></property> 1231 <property name="y_options"></property>
1243 </packing> 1232 </packing>
1244 </child> 1233 </child>
1245 <child> 1234 <child>
1246 <widget class="GtkEntry" id="entry1"> 1235 <widget class="GtkEntry" id="entry1">
1257 <property name="bottom_attach">2</property> 1246 <property name="bottom_attach">2</property>
1258 <property name="y_options"></property> 1247 <property name="y_options"></property>
1259 </packing> 1248 </packing>
1260 </child> 1249 </child>
1261 <child> 1250 <child>
1262 <widget class="GtkLabel" id="label74"> 1251 <widget class="GtkComboBox" id="combobox1">
1252 <property name="visible">True</property>
1253 <property name="items" translatable="yes"></property>
1254 <signal name="realize" handler="on_chardet_detector_cbox_realize" after="yes"/>
1255 </widget>
1256 <packing>
1257 <property name="left_attach">1</property>
1258 <property name="right_attach">2</property>
1259 <property name="y_options"></property>
1260 </packing>
1261 </child>
1262 <child>
1263 <widget class="GtkLabel" id="label73">
1263 <property name="visible">True</property> 1264 <property name="visible">True</property>
1264 <property name="xalign">1</property> 1265 <property name="xalign">1</property>
1265 <property name="label" translatable="yes">Fallback character encodings:</property> 1266 <property name="label" translatable="yes">Auto character encoding detector for:</property>
1266 <property name="justify">GTK_JUSTIFY_RIGHT</property> 1267 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1267 </widget> 1268 </widget>
1268 <packing> 1269 <packing>
1269 <property name="top_attach">1</property>
1270 <property name="bottom_attach">2</property>
1271 <property name="x_options"></property> 1270 <property name="x_options"></property>
1272 <property name="y_options"></property> 1271 <property name="y_options"></property>
1273 </packing> 1272 </packing>
1274 </child> 1273 </child>
1275 </widget> 1274 </widget>
1360 <property name="n_rows">2</property> 1359 <property name="n_rows">2</property>
1361 <property name="n_columns">3</property> 1360 <property name="n_columns">3</property>
1362 <property name="column_spacing">12</property> 1361 <property name="column_spacing">12</property>
1363 <property name="row_spacing">4</property> 1362 <property name="row_spacing">4</property>
1364 <child> 1363 <child>
1365 <widget class="GtkButton" id="titlestring_help_button"> 1364 <widget class="GtkLabel" id="label61">
1366 <property name="visible">True</property> 1365 <property name="visible">True</property>
1367 <property name="tooltip" translatable="yes">Show information about titlestring format</property> 1366 <property name="xalign">1</property>
1368 <property name="relief">GTK_RELIEF_HALF</property> 1367 <property name="label" translatable="yes">Title format:</property>
1369 <property name="focus_on_click">False</property> 1368 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1370 <property name="response_id">0</property> 1369 </widget>
1371 <child> 1370 <packing>
1372 <widget class="GtkImage" id="image1"> 1371 <property name="x_options"></property>
1373 <property name="visible">True</property> 1372 <property name="y_options"></property>
1374 <property name="stock">gtk-index</property> 1373 </packing>
1375 </widget> 1374 </child>
1376 </child> 1375 <child>
1377 </widget> 1376 <widget class="GtkLabel" id="label62">
1378 <packing> 1377 <property name="visible">True</property>
1379 <property name="left_attach">2</property> 1378 <property name="xalign">1</property>
1380 <property name="right_attach">3</property> 1379 <property name="label" translatable="yes">Custom string:</property>
1380 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1381 </widget>
1382 <packing>
1381 <property name="top_attach">1</property> 1383 <property name="top_attach">1</property>
1382 <property name="bottom_attach">2</property> 1384 <property name="bottom_attach">2</property>
1383 <property name="x_options"></property> 1385 <property name="x_options"></property>
1386 <property name="y_options"></property>
1387 </packing>
1388 </child>
1389 <child>
1390 <widget class="GtkEntry" id="titlestring_entry">
1391 <property name="visible">True</property>
1392 <property name="can_focus">True</property>
1393 <signal name="changed" handler="on_titlestring_entry_changed"/>
1394 <signal name="realize" handler="on_titlestring_entry_realize" after="yes"/>
1395 </widget>
1396 <packing>
1397 <property name="left_attach">1</property>
1398 <property name="right_attach">2</property>
1399 <property name="top_attach">1</property>
1400 <property name="bottom_attach">2</property>
1384 <property name="y_options"></property> 1401 <property name="y_options"></property>
1385 </packing> 1402 </packing>
1386 </child> 1403 </child>
1387 <child> 1404 <child>
1388 <widget class="GtkComboBox" id="titlestring_cbox"> 1405 <widget class="GtkComboBox" id="titlestring_cbox">
1400 <property name="right_attach">3</property> 1417 <property name="right_attach">3</property>
1401 <property name="y_options"></property> 1418 <property name="y_options"></property>
1402 </packing> 1419 </packing>
1403 </child> 1420 </child>
1404 <child> 1421 <child>
1405 <widget class="GtkEntry" id="titlestring_entry"> 1422 <widget class="GtkButton" id="titlestring_help_button">
1406 <property name="visible">True</property> 1423 <property name="visible">True</property>
1407 <property name="can_focus">True</property> 1424 <property name="tooltip" translatable="yes">Show information about titlestring format</property>
1408 <signal name="changed" handler="on_titlestring_entry_changed"/> 1425 <property name="relief">GTK_RELIEF_HALF</property>
1409 <signal name="realize" handler="on_titlestring_entry_realize" after="yes"/> 1426 <property name="focus_on_click">False</property>
1410 </widget> 1427 <property name="response_id">0</property>
1411 <packing> 1428 <child>
1412 <property name="left_attach">1</property> 1429 <widget class="GtkImage" id="image1">
1413 <property name="right_attach">2</property> 1430 <property name="visible">True</property>
1431 <property name="stock">gtk-index</property>
1432 </widget>
1433 </child>
1434 </widget>
1435 <packing>
1436 <property name="left_attach">2</property>
1437 <property name="right_attach">3</property>
1414 <property name="top_attach">1</property> 1438 <property name="top_attach">1</property>
1415 <property name="bottom_attach">2</property> 1439 <property name="bottom_attach">2</property>
1416 <property name="y_options"></property>
1417 </packing>
1418 </child>
1419 <child>
1420 <widget class="GtkLabel" id="label62">
1421 <property name="visible">True</property>
1422 <property name="xalign">1</property>
1423 <property name="label" translatable="yes">Custom string:</property>
1424 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1425 </widget>
1426 <packing>
1427 <property name="top_attach">1</property>
1428 <property name="bottom_attach">2</property>
1429 <property name="x_options"></property>
1430 <property name="y_options"></property>
1431 </packing>
1432 </child>
1433 <child>
1434 <widget class="GtkLabel" id="label61">
1435 <property name="visible">True</property>
1436 <property name="xalign">1</property>
1437 <property name="label" translatable="yes">Title format:</property>
1438 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1439 </widget>
1440 <packing>
1441 <property name="x_options"></property> 1440 <property name="x_options"></property>
1442 <property name="y_options"></property> 1441 <property name="y_options"></property>
1443 </packing> 1442 </packing>
1444 </child> 1443 </child>
1445 </widget> 1444 </widget>
1587 <property name="n_rows">2</property> 1586 <property name="n_rows">2</property>
1588 <property name="n_columns">2</property> 1587 <property name="n_columns">2</property>
1589 <property name="column_spacing">6</property> 1588 <property name="column_spacing">6</property>
1590 <property name="row_spacing">6</property> 1589 <property name="row_spacing">6</property>
1591 <child> 1590 <child>
1592 <widget class="GtkLabel" id="label58"> 1591 <widget class="GtkEntry" id="eq_dir_preset_entry">
1593 <property name="visible">True</property> 1592 <property name="visible">True</property>
1594 <property name="xalign">0</property> 1593 <property name="can_focus">True</property>
1595 <property name="label" translatable="yes">File preset extension:</property> 1594 <signal name="changed" handler="on_eq_dir_preset_entry_changed"/>
1595 <signal name="realize" handler="on_eq_dir_preset_entry_realize"/>
1596 </widget> 1596 </widget>
1597 <packing> 1597 <packing>
1598 <property name="top_attach">1</property> 1598 <property name="left_attach">1</property>
1599 <property name="bottom_attach">2</property> 1599 <property name="right_attach">2</property>
1600 <property name="x_options"></property>
1601 <property name="y_options"></property>
1602 </packing>
1603 </child>
1604 <child>
1605 <widget class="GtkLabel" id="label57">
1606 <property name="visible">True</property>
1607 <property name="xalign">0</property>
1608 <property name="label" translatable="yes">Directory preset file:</property>
1609 </widget>
1610 <packing>
1611 <property name="x_options"></property>
1612 <property name="y_options"></property> 1600 <property name="y_options"></property>
1613 </packing> 1601 </packing>
1614 </child> 1602 </child>
1615 <child> 1603 <child>
1616 <widget class="GtkEntry" id="eq_file_preset_entry"> 1604 <widget class="GtkEntry" id="eq_file_preset_entry">
1626 <property name="bottom_attach">2</property> 1614 <property name="bottom_attach">2</property>
1627 <property name="y_options"></property> 1615 <property name="y_options"></property>
1628 </packing> 1616 </packing>
1629 </child> 1617 </child>
1630 <child> 1618 <child>
1631 <widget class="GtkEntry" id="eq_dir_preset_entry"> 1619 <widget class="GtkLabel" id="label57">
1632 <property name="visible">True</property> 1620 <property name="visible">True</property>
1633 <property name="can_focus">True</property> 1621 <property name="xalign">0</property>
1634 <signal name="changed" handler="on_eq_dir_preset_entry_changed"/> 1622 <property name="label" translatable="yes">Directory preset file:</property>
1635 <signal name="realize" handler="on_eq_dir_preset_entry_realize"/>
1636 </widget> 1623 </widget>
1637 <packing> 1624 <packing>
1638 <property name="left_attach">1</property> 1625 <property name="x_options"></property>
1639 <property name="right_attach">2</property> 1626 <property name="y_options"></property>
1627 </packing>
1628 </child>
1629 <child>
1630 <widget class="GtkLabel" id="label58">
1631 <property name="visible">True</property>
1632 <property name="xalign">0</property>
1633 <property name="label" translatable="yes">File preset extension:</property>
1634 </widget>
1635 <packing>
1636 <property name="top_attach">1</property>
1637 <property name="bottom_attach">2</property>
1638 <property name="x_options"></property>
1640 <property name="y_options"></property> 1639 <property name="y_options"></property>
1641 </packing> 1640 </packing>
1642 </child> 1641 </child>
1643 </widget> 1642 </widget>
1644 </child> 1643 </child>
1812 <property name="n_rows">2</property> 1811 <property name="n_rows">2</property>
1813 <property name="n_columns">2</property> 1812 <property name="n_columns">2</property>
1814 <property name="column_spacing">6</property> 1813 <property name="column_spacing">6</property>
1815 <property name="row_spacing">6</property> 1814 <property name="row_spacing">6</property>
1816 <child> 1815 <child>
1816 <widget class="GtkLabel" id="label68">
1817 <property name="visible">True</property>
1818 <property name="xalign">0</property>
1819 <property name="yalign">0</property>
1820 <property name="label" translatable="yes">Proxy hostname:</property>
1821 </widget>
1822 <packing>
1823 <property name="x_options"></property>
1824 <property name="y_options"></property>
1825 </packing>
1826 </child>
1827 <child>
1828 <widget class="GtkLabel" id="label69">
1829 <property name="visible">True</property>
1830 <property name="xalign">0</property>
1831 <property name="label" translatable="yes">Proxy port:</property>
1832 </widget>
1833 <packing>
1834 <property name="top_attach">1</property>
1835 <property name="bottom_attach">2</property>
1836 <property name="x_options"></property>
1837 <property name="y_options"></property>
1838 </packing>
1839 </child>
1840 <child>
1841 <widget class="GtkEntry" id="proxy_host">
1842 <property name="visible">True</property>
1843 <property name="can_focus">True</property>
1844 <signal name="changed" handler="on_proxy_host_changed"/>
1845 <signal name="realize" handler="on_proxy_host_realize"/>
1846 </widget>
1847 <packing>
1848 <property name="left_attach">1</property>
1849 <property name="right_attach">2</property>
1850 <property name="y_options"></property>
1851 </packing>
1852 </child>
1853 <child>
1817 <widget class="GtkEntry" id="proxy_port"> 1854 <widget class="GtkEntry" id="proxy_port">
1818 <property name="visible">True</property> 1855 <property name="visible">True</property>
1819 <property name="can_focus">True</property> 1856 <property name="can_focus">True</property>
1820 <signal name="changed" handler="on_proxy_port_changed"/> 1857 <signal name="changed" handler="on_proxy_port_changed"/>
1821 <signal name="realize" handler="on_proxy_port_realize"/> 1858 <signal name="realize" handler="on_proxy_port_realize"/>
1826 <property name="top_attach">1</property> 1863 <property name="top_attach">1</property>
1827 <property name="bottom_attach">2</property> 1864 <property name="bottom_attach">2</property>
1828 <property name="y_options"></property> 1865 <property name="y_options"></property>
1829 </packing> 1866 </packing>
1830 </child> 1867 </child>
1831 <child>
1832 <widget class="GtkEntry" id="proxy_host">
1833 <property name="visible">True</property>
1834 <property name="can_focus">True</property>
1835 <signal name="changed" handler="on_proxy_host_changed"/>
1836 <signal name="realize" handler="on_proxy_host_realize"/>
1837 </widget>
1838 <packing>
1839 <property name="left_attach">1</property>
1840 <property name="right_attach">2</property>
1841 <property name="y_options"></property>
1842 </packing>
1843 </child>
1844 <child>
1845 <widget class="GtkLabel" id="label69">
1846 <property name="visible">True</property>
1847 <property name="xalign">0</property>
1848 <property name="label" translatable="yes">Proxy port:</property>
1849 </widget>
1850 <packing>
1851 <property name="top_attach">1</property>
1852 <property name="bottom_attach">2</property>
1853 <property name="x_options"></property>
1854 <property name="y_options"></property>
1855 </packing>
1856 </child>
1857 <child>
1858 <widget class="GtkLabel" id="label68">
1859 <property name="visible">True</property>
1860 <property name="xalign">0</property>
1861 <property name="yalign">0</property>
1862 <property name="label" translatable="yes">Proxy hostname:</property>
1863 </widget>
1864 <packing>
1865 <property name="x_options"></property>
1866 <property name="y_options"></property>
1867 </packing>
1868 </child>
1869 </widget> 1868 </widget>
1870 <packing> 1869 <packing>
1871 <property name="expand">False</property> 1870 <property name="expand">False</property>
1872 <property name="fill">False</property> 1871 <property name="fill">False</property>
1873 <property name="position">1</property> 1872 <property name="position">1</property>
1903 <property name="n_rows">2</property> 1902 <property name="n_rows">2</property>
1904 <property name="n_columns">2</property> 1903 <property name="n_columns">2</property>
1905 <property name="column_spacing">6</property> 1904 <property name="column_spacing">6</property>
1906 <property name="row_spacing">6</property> 1905 <property name="row_spacing">6</property>
1907 <child> 1906 <child>
1908 <widget class="GtkEntry" id="proxy_pass"> 1907 <widget class="GtkLabel" id="label70">
1909 <property name="visible">True</property> 1908 <property name="visible">True</property>
1910 <property name="can_focus">True</property> 1909 <property name="xalign">0</property>
1911 <property name="visibility">False</property> 1910 <property name="yalign">0</property>
1912 <signal name="changed" handler="on_proxy_pass_changed"/> 1911 <property name="label" translatable="yes">Proxy username:</property>
1913 <signal name="realize" handler="on_proxy_pass_realize"/>
1914 </widget> 1912 </widget>
1915 <packing> 1913 <packing>
1916 <property name="left_attach">1</property> 1914 <property name="x_options"></property>
1917 <property name="right_attach">2</property>
1918 <property name="top_attach">1</property>
1919 <property name="bottom_attach">2</property>
1920 <property name="y_options"></property>
1921 </packing>
1922 </child>
1923 <child>
1924 <widget class="GtkEntry" id="proxy_user">
1925 <property name="visible">True</property>
1926 <property name="can_focus">True</property>
1927 <signal name="changed" handler="on_proxy_user_changed"/>
1928 <signal name="realize" handler="on_proxy_user_realize"/>
1929 </widget>
1930 <packing>
1931 <property name="left_attach">1</property>
1932 <property name="right_attach">2</property>
1933 <property name="y_options"></property> 1915 <property name="y_options"></property>
1934 </packing> 1916 </packing>
1935 </child> 1917 </child>
1936 <child> 1918 <child>
1937 <widget class="GtkLabel" id="label71"> 1919 <widget class="GtkLabel" id="label71">
1945 <property name="x_options"></property> 1927 <property name="x_options"></property>
1946 <property name="y_options"></property> 1928 <property name="y_options"></property>
1947 </packing> 1929 </packing>
1948 </child> 1930 </child>
1949 <child> 1931 <child>
1950 <widget class="GtkLabel" id="label70"> 1932 <widget class="GtkEntry" id="proxy_user">
1951 <property name="visible">True</property> 1933 <property name="visible">True</property>
1952 <property name="xalign">0</property> 1934 <property name="can_focus">True</property>
1953 <property name="yalign">0</property> 1935 <signal name="changed" handler="on_proxy_user_changed"/>
1954 <property name="label" translatable="yes">Proxy username:</property> 1936 <signal name="realize" handler="on_proxy_user_realize"/>
1955 </widget> 1937 </widget>
1956 <packing> 1938 <packing>
1957 <property name="x_options"></property> 1939 <property name="left_attach">1</property>
1940 <property name="right_attach">2</property>
1941 <property name="y_options"></property>
1942 </packing>
1943 </child>
1944 <child>
1945 <widget class="GtkEntry" id="proxy_pass">
1946 <property name="visible">True</property>
1947 <property name="can_focus">True</property>
1948 <property name="visibility">False</property>
1949 <signal name="changed" handler="on_proxy_pass_changed"/>
1950 <signal name="realize" handler="on_proxy_pass_realize"/>
1951 </widget>
1952 <packing>
1953 <property name="left_attach">1</property>
1954 <property name="right_attach">2</property>
1955 <property name="top_attach">1</property>
1956 <property name="bottom_attach">2</property>
1958 <property name="y_options"></property> 1957 <property name="y_options"></property>
1959 </packing> 1958 </packing>
1960 </child> 1959 </child>
1961 </widget> 1960 </widget>
1962 <packing> 1961 <packing>
2040 <property name="position">6</property> 2039 <property name="position">6</property>
2041 <property name="tab_fill">False</property> 2040 <property name="tab_fill">False</property>
2042 </packing> 2041 </packing>
2043 </child> 2042 </child>
2044 <child> 2043 <child>
2045 <widget class="GtkVBox" id="audio_page_vbox"> 2044 <widget class="GtkScrolledWindow" id="audio_scrolled_window">
2046 <property name="visible">True</property> 2045 <property name="visible">True</property>
2046 <property name="can_focus">True</property>
2047 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2048 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
2047 <child> 2049 <child>
2048 <widget class="GtkAlignment" id="alignment74"> 2050 <widget class="GtkVBox" id="audio_page_vbox">
2049 <property name="visible">True</property> 2051 <property name="visible">True</property>
2050 <property name="bottom_padding">12</property> 2052 <child>
2051 <child> 2053 <widget class="GtkAlignment" id="alignment74">
2052 <widget class="GtkLabel" id="label77"> 2054 <property name="visible">True</property>
2053 <property name="visible">True</property> 2055 <property name="bottom_padding">12</property>
2054 <property name="xalign">0</property> 2056 <child>
2055 <property name="label" translatable="yes">&lt;b&gt;Audio System&lt;/b&gt;</property> 2057 <widget class="GtkLabel" id="label77">
2056 <property name="use_markup">True</property> 2058 <property name="visible">True</property>
2057 </widget> 2059 <property name="xalign">0</property>
2058 </child> 2060 <property name="label" translatable="yes">&lt;b&gt;Audio System&lt;/b&gt;</property>
2059 </widget> 2061 <property name="use_markup">True</property>
2060 <packing> 2062 </widget>
2061 <property name="expand">False</property> 2063 </child>
2062 <property name="fill">False</property> 2064 </widget>
2063 </packing> 2065 <packing>
2064 </child> 2066 <property name="expand">False</property>
2065 <child> 2067 <property name="fill">False</property>
2066 <widget class="GtkAlignment" id="alignment73"> 2068 </packing>
2067 <property name="visible">True</property> 2069 </child>
2068 <property name="bottom_padding">6</property> 2070 <child>
2069 <property name="left_padding">12</property> 2071 <widget class="GtkAlignment" id="alignment73">
2070 <child> 2072 <property name="visible">True</property>
2071 <widget class="GtkVBox" id="vbox33"> 2073 <property name="bottom_padding">6</property>
2072 <property name="visible">True</property> 2074 <property name="left_padding">12</property>
2073 <child> 2075 <child>
2074 <widget class="GtkTable" id="table11"> 2076 <widget class="GtkVBox" id="vbox33">
2075 <property name="visible">True</property> 2077 <property name="visible">True</property>
2076 <property name="n_rows">3</property> 2078 <child>
2077 <property name="n_columns">2</property> 2079 <widget class="GtkTable" id="table11">
2078 <property name="column_spacing">6</property> 2080 <property name="visible">True</property>
2079 <property name="row_spacing">6</property> 2081 <property name="n_rows">3</property>
2080 <child> 2082 <property name="n_columns">2</property>
2081 <widget class="GtkImage" id="image7"> 2083 <property name="column_spacing">6</property>
2082 <property name="visible">True</property> 2084 <property name="row_spacing">6</property>
2083 <property name="xalign">1</property> 2085 <child>
2084 <property name="yalign">0</property> 2086 <widget class="GtkImage" id="image7">
2085 <property name="stock">gtk-info</property> 2087 <property name="visible">True</property>
2086 </widget> 2088 <property name="xalign">1</property>
2087 <packing> 2089 <property name="yalign">0</property>
2088 <property name="top_attach">2</property> 2090 <property name="stock">gtk-info</property>
2089 <property name="bottom_attach">3</property> 2091 </widget>
2090 <property name="x_options">GTK_FILL</property> 2092 <packing>
2091 </packing> 2093 <property name="top_attach">2</property>
2092 </child> 2094 <property name="bottom_attach">3</property>
2093 <child> 2095 <property name="x_options">GTK_FILL</property>
2094 <widget class="GtkLabel" id="label79"> 2096 </packing>
2095 <property name="visible">True</property> 2097 </child>
2096 <property name="xalign">1</property> 2098 <child>
2097 <property name="label" translatable="yes">Buffer size:</property> 2099 <widget class="GtkLabel" id="label79">
2098 </widget> 2100 <property name="visible">True</property>
2099 <packing> 2101 <property name="xalign">1</property>
2100 <property name="top_attach">1</property> 2102 <property name="label" translatable="yes">Buffer size:</property>
2101 <property name="bottom_attach">2</property> 2103 </widget>
2102 <property name="y_options"></property> 2104 <packing>
2103 </packing> 2105 <property name="top_attach">1</property>
2104 </child> 2106 <property name="bottom_attach">2</property>
2105 <child> 2107 <property name="y_options"></property>
2106 <widget class="GtkLabel" id="label82"> 2108 </packing>
2107 <property name="visible">True</property> 2109 </child>
2108 <property name="xalign">0</property> 2110 <child>
2109 <property name="label" translatable="yes">&lt;span size="small"&gt;This is the amount of time to prebuffer audio streams by, in milliseconds. 2111 <widget class="GtkLabel" id="label82">
2112 <property name="visible">True</property>
2113 <property name="xalign">0</property>
2114 <property name="label" translatable="yes">&lt;span size="small"&gt;This is the amount of time to prebuffer audio streams by, in milliseconds.
2110 Increase this value if you are experiencing audio skipping. 2115 Increase this value if you are experiencing audio skipping.
2111 Please note however, that high values will result in Audacious performing poorly.&lt;/span&gt;</property> 2116 Please note however, that high values will result in Audacious performing poorly.&lt;/span&gt;</property>
2112 <property name="use_markup">True</property> 2117 <property name="use_markup">True</property>
2113 <property name="wrap">True</property> 2118 <property name="wrap">True</property>
2114 </widget> 2119 </widget>
2115 <packing> 2120 <packing>
2116 <property name="left_attach">1</property> 2121 <property name="left_attach">1</property>
2117 <property name="right_attach">2</property> 2122 <property name="right_attach">2</property>
2118 <property name="top_attach">2</property> 2123 <property name="top_attach">2</property>
2119 <property name="bottom_attach">3</property> 2124 <property name="bottom_attach">3</property>
2120 <property name="x_options"></property> 2125 <property name="x_options"></property>
2121 <property name="y_options"></property> 2126 <property name="y_options"></property>
2122 </packing> 2127 </packing>
2123 </child> 2128 </child>
2124 <child> 2129 <child>
2125 <widget class="GtkSpinButton" id="output_plugin_bufsize"> 2130 <widget class="GtkSpinButton" id="output_plugin_bufsize">
2126 <property name="visible">True</property> 2131 <property name="visible">True</property>
2132 <property name="can_focus">True</property>
2133 <property name="adjustment">0 0 600000 100 1000 1000</property>
2134 <property name="climb_rate">1</property>
2135 <signal name="value_changed" handler="on_output_plugin_bufsize_value_changed"/>
2136 <signal name="realize" handler="on_output_plugin_bufsize_realize" after="yes"/>
2137 </widget>
2138 <packing>
2139 <property name="left_attach">1</property>
2140 <property name="right_attach">2</property>
2141 <property name="top_attach">1</property>
2142 <property name="bottom_attach">2</property>
2143 <property name="y_options"></property>
2144 </packing>
2145 </child>
2146 <child>
2147 <widget class="GtkComboBox" id="output_plugin_cbox">
2148 <property name="visible">True</property>
2149 <property name="items" translatable="yes"></property>
2150 <signal name="realize" handler="on_output_plugin_cbox_realize" after="yes"/>
2151 </widget>
2152 <packing>
2153 <property name="left_attach">1</property>
2154 <property name="right_attach">2</property>
2155 <property name="y_options"></property>
2156 </packing>
2157 </child>
2158 <child>
2159 <widget class="GtkLabel" id="label78">
2160 <property name="visible">True</property>
2161 <property name="xalign">0</property>
2162 <property name="label" translatable="yes">Current output plugin:</property>
2163 </widget>
2164 <packing>
2165 <property name="x_options"></property>
2166 <property name="y_options"></property>
2167 </packing>
2168 </child>
2169 </widget>
2170 <packing>
2171 <property name="expand">False</property>
2172 <property name="fill">False</property>
2173 </packing>
2174 </child>
2175 </widget>
2176 </child>
2177 </widget>
2178 <packing>
2179 <property name="expand">False</property>
2180 <property name="fill">False</property>
2181 <property name="position">1</property>
2182 </packing>
2183 </child>
2184 <child>
2185 <widget class="GtkAlignment" id="alignment82">
2186 <property name="visible">True</property>
2187 <property name="left_padding">12</property>
2188 <child>
2189 <widget class="GtkHButtonBox" id="output_plugin_button_box">
2190 <property name="visible">True</property>
2191 <property name="spacing">8</property>
2192 <property name="layout_style">GTK_BUTTONBOX_START</property>
2193 <child>
2194 <widget class="GtkButton" id="output_plugin_prefs">
2195 <property name="visible">True</property>
2196 <property name="sensitive">False</property>
2127 <property name="can_focus">True</property> 2197 <property name="can_focus">True</property>
2128 <property name="adjustment">0 0 600000 100 1000 1000</property> 2198 <property name="can_default">True</property>
2199 <property name="response_id">0</property>
2200 <child>
2201 <widget class="GtkAlignment" id="alignment76">
2202 <property name="visible">True</property>
2203 <property name="xscale">0</property>
2204 <property name="yscale">0</property>
2205 <child>
2206 <widget class="GtkHBox" id="hbox7">
2207 <property name="visible">True</property>
2208 <property name="spacing">2</property>
2209 <child>
2210 <widget class="GtkImage" id="image5">
2211 <property name="visible">True</property>
2212 <property name="stock">gtk-preferences</property>
2213 </widget>
2214 <packing>
2215 <property name="expand">False</property>
2216 <property name="fill">False</property>
2217 </packing>
2218 </child>
2219 <child>
2220 <widget class="GtkLabel" id="label80">
2221 <property name="visible">True</property>
2222 <property name="label" translatable="yes">Output Plugin Preferences</property>
2223 <property name="use_underline">True</property>
2224 </widget>
2225 <packing>
2226 <property name="expand">False</property>
2227 <property name="fill">False</property>
2228 <property name="position">1</property>
2229 </packing>
2230 </child>
2231 </widget>
2232 </child>
2233 </widget>
2234 </child>
2235 </widget>
2236 </child>
2237 <child>
2238 <widget class="GtkButton" id="output_plugin_info">
2239 <property name="visible">True</property>
2240 <property name="sensitive">False</property>
2241 <property name="can_focus">True</property>
2242 <property name="can_default">True</property>
2243 <property name="response_id">0</property>
2244 <child>
2245 <widget class="GtkAlignment" id="alignment77">
2246 <property name="visible">True</property>
2247 <property name="xscale">0</property>
2248 <property name="yscale">0</property>
2249 <child>
2250 <widget class="GtkHBox" id="hbox8">
2251 <property name="visible">True</property>
2252 <property name="spacing">2</property>
2253 <child>
2254 <widget class="GtkImage" id="image6">
2255 <property name="visible">True</property>
2256 <property name="stock">gtk-about</property>
2257 </widget>
2258 <packing>
2259 <property name="expand">False</property>
2260 <property name="fill">False</property>
2261 </packing>
2262 </child>
2263 <child>
2264 <widget class="GtkLabel" id="label81">
2265 <property name="visible">True</property>
2266 <property name="label" translatable="yes">Output Plugin Information</property>
2267 <property name="use_underline">True</property>
2268 </widget>
2269 <packing>
2270 <property name="expand">False</property>
2271 <property name="fill">False</property>
2272 <property name="position">1</property>
2273 </packing>
2274 </child>
2275 </widget>
2276 </child>
2277 </widget>
2278 </child>
2279 </widget>
2280 <packing>
2281 <property name="position">1</property>
2282 </packing>
2283 </child>
2284 </widget>
2285 </child>
2286 </widget>
2287 <packing>
2288 <property name="expand">False</property>
2289 <property name="fill">False</property>
2290 <property name="position">2</property>
2291 </packing>
2292 </child>
2293 <child>
2294 <widget class="GtkAlignment" id="alignment78">
2295 <property name="visible">True</property>
2296 <property name="top_padding">12</property>
2297 <property name="bottom_padding">12</property>
2298 <child>
2299 <widget class="GtkLabel" id="label83">
2300 <property name="visible">True</property>
2301 <property name="xalign">0</property>
2302 <property name="label" translatable="yes">&lt;b&gt;Format Detection&lt;/b&gt;</property>
2303 <property name="use_markup">True</property>
2304 </widget>
2305 </child>
2306 </widget>
2307 <packing>
2308 <property name="expand">False</property>
2309 <property name="fill">False</property>
2310 <property name="position">3</property>
2311 </packing>
2312 </child>
2313 <child>
2314 <widget class="GtkAlignment" id="alignment84">
2315 <property name="visible">True</property>
2316 <property name="left_padding">12</property>
2317 <child>
2318 <widget class="GtkCheckButton" id="audio_format_det_cb">
2319 <property name="visible">True</property>
2320 <property name="can_focus">True</property>
2321 <property name="tooltip" translatable="yes">When checked, Audacious will detect file formats on demand. This can result in a messier playlist, but delivers a major speed benefit.</property>
2322 <property name="label" translatable="yes">Detect file formats on demand, instead of immediately.</property>
2323 <property name="use_underline">True</property>
2324 <property name="response_id">0</property>
2325 <property name="draw_indicator">True</property>
2326 <signal name="toggled" handler="on_audio_format_det_cb_toggled"/>
2327 <signal name="realize" handler="on_audio_format_det_cb_realize"/>
2328 </widget>
2329 </child>
2330 </widget>
2331 <packing>
2332 <property name="expand">False</property>
2333 <property name="fill">False</property>
2334 <property name="position">4</property>
2335 </packing>
2336 </child>
2337 <child>
2338 <widget class="GtkAlignment" id="alignment89">
2339 <property name="visible">True</property>
2340 <property name="left_padding">12</property>
2341 <child>
2342 <widget class="GtkCheckButton" id="detect_by_extension_cb">
2343 <property name="visible">True</property>
2344 <property name="can_focus">True</property>
2345 <property name="tooltip" translatable="yes">When checked, Audacious will detect file formats based by extension. This is slightly slower than detection on demand, but still provides a minimal level of format detection.</property>
2346 <property name="label" translatable="yes">Detect file formats by extension.</property>
2347 <property name="use_underline">True</property>
2348 <property name="response_id">0</property>
2349 <property name="draw_indicator">True</property>
2350 <signal name="toggled" handler="on_detect_by_extension_cb_toggled"/>
2351 <signal name="realize" handler="on_detect_by_extension_cb_realize"/>
2352 </widget>
2353 </child>
2354 </widget>
2355 <packing>
2356 <property name="expand">False</property>
2357 <property name="fill">False</property>
2358 <property name="position">5</property>
2359 </packing>
2360 </child>
2361 <child>
2362 <widget class="GtkAlignment" id="alignment19">
2363 <property name="visible">True</property>
2364 <property name="top_padding">12</property>
2365 <property name="bottom_padding">12</property>
2366 <child>
2367 <widget class="GtkLabel" id="label40">
2368 <property name="visible">True</property>
2369 <property name="xalign">0</property>
2370 <property name="label" translatable="yes">&lt;b&gt;Playback&lt;/b&gt;</property>
2371 <property name="use_markup">True</property>
2372 </widget>
2373 </child>
2374 </widget>
2375 <packing>
2376 <property name="expand">False</property>
2377 <property name="fill">False</property>
2378 <property name="position">6</property>
2379 </packing>
2380 </child>
2381 <child>
2382 <widget class="GtkAlignment" id="alignment83">
2383 <property name="visible">True</property>
2384 <property name="left_padding">12</property>
2385 <child>
2386 <widget class="GtkCheckButton" id="continue_playback_on_startup">
2387 <property name="visible">True</property>
2388 <property name="can_focus">True</property>
2389 <property name="tooltip" translatable="yes">When Audacious starts, automatically begin playing from the point where we stopped before.</property>
2390 <property name="label" translatable="yes">Continue playback on startup</property>
2391 <property name="use_underline">True</property>
2392 <property name="response_id">0</property>
2393 <property name="draw_indicator">True</property>
2394 <signal name="toggled" handler="on_continue_playback_on_startup_toggled"/>
2395 <signal name="realize" handler="on_continue_playback_on_startup_realize"/>
2396 </widget>
2397 </child>
2398 </widget>
2399 <packing>
2400 <property name="expand">False</property>
2401 <property name="fill">False</property>
2402 <property name="position">7</property>
2403 </packing>
2404 </child>
2405 <child>
2406 <widget class="GtkAlignment" id="alignment79">
2407 <property name="visible">True</property>
2408 <property name="left_padding">12</property>
2409 <child>
2410 <widget class="GtkCheckButton" id="playlist_no_advance">
2411 <property name="visible">True</property>
2412 <property name="can_focus">True</property>
2413 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property>
2414 <property name="label" translatable="yes">Don't advance in the playlist</property>
2415 <property name="use_underline">True</property>
2416 <property name="response_id">0</property>
2417 <property name="draw_indicator">True</property>
2418 <signal name="toggled" handler="on_playlist_no_advance_toggled"/>
2419 <signal name="realize" handler="on_playlist_no_advance_realize" after="yes"/>
2420 </widget>
2421 </child>
2422 </widget>
2423 <packing>
2424 <property name="expand">False</property>
2425 <property name="fill">False</property>
2426 <property name="position">8</property>
2427 </packing>
2428 </child>
2429 <child>
2430 <widget class="GtkAlignment" id="alignment80">
2431 <property name="visible">True</property>
2432 <property name="left_padding">12</property>
2433 <child>
2434 <widget class="GtkCheckButton" id="pause_between_songs">
2435 <property name="visible">True</property>
2436 <property name="can_focus">True</property>
2437 <property name="label" translatable="yes">Pause between songs</property>
2438 <property name="use_underline">True</property>
2439 <property name="response_id">0</property>
2440 <property name="draw_indicator">True</property>
2441 </widget>
2442 </child>
2443 </widget>
2444 <packing>
2445 <property name="expand">False</property>
2446 <property name="fill">False</property>
2447 <property name="position">9</property>
2448 </packing>
2449 </child>
2450 <child>
2451 <widget class="GtkAlignment" id="alignment22">
2452 <property name="visible">True</property>
2453 <property name="left_padding">45</property>
2454 <child>
2455 <widget class="GtkHBox" id="pause_between_songs_box">
2456 <property name="visible">True</property>
2457 <child>
2458 <widget class="GtkLabel" id="label41">
2459 <property name="visible">True</property>
2460 <property name="xpad">4</property>
2461 <property name="label" translatable="yes">Pause for</property>
2462 </widget>
2463 <packing>
2464 <property name="expand">False</property>
2465 <property name="fill">False</property>
2466 </packing>
2467 </child>
2468 <child>
2469 <widget class="GtkSpinButton" id="pause_between_songs_time">
2470 <property name="visible">True</property>
2471 <property name="can_focus">True</property>
2472 <property name="adjustment">2 0 100 1 10 10</property>
2129 <property name="climb_rate">1</property> 2473 <property name="climb_rate">1</property>
2130 <signal name="value_changed" handler="on_output_plugin_bufsize_value_changed"/> 2474 <signal name="value_changed" handler="on_pause_between_songs_time_changed"/>
2131 <signal name="realize" handler="on_output_plugin_bufsize_realize" after="yes"/> 2475 <signal name="realize" handler="on_pause_between_songs_time_realize" after="yes"/>
2132 </widget> 2476 </widget>
2133 <packing> 2477 <packing>
2134 <property name="left_attach">1</property> 2478 <property name="expand">False</property>
2135 <property name="right_attach">2</property> 2479 <property name="fill">False</property>
2136 <property name="top_attach">1</property> 2480 <property name="position">1</property>
2137 <property name="bottom_attach">2</property> 2481 </packing>
2138 <property name="y_options"></property> 2482 </child>
2139 </packing> 2483 <child>
2140 </child> 2484 <widget class="GtkLabel" id="label42">
2141 <child> 2485 <property name="visible">True</property>
2142 <widget class="GtkComboBox" id="output_plugin_cbox"> 2486 <property name="xpad">4</property>
2143 <property name="visible">True</property> 2487 <property name="label" translatable="yes">seconds</property>
2144 <property name="items" translatable="yes"></property> 2488 </widget>
2145 <signal name="realize" handler="on_output_plugin_cbox_realize" after="yes"/> 2489 <packing>
2146 </widget> 2490 <property name="expand">False</property>
2147 <packing> 2491 <property name="fill">False</property>
2148 <property name="left_attach">1</property> 2492 <property name="position">2</property>
2149 <property name="right_attach">2</property> 2493 </packing>
2150 <property name="y_options"></property> 2494 </child>
2151 </packing> 2495 </widget>
2152 </child> 2496 </child>
2153 <child> 2497 </widget>
2154 <widget class="GtkLabel" id="label78"> 2498 <packing>
2155 <property name="visible">True</property> 2499 <property name="expand">False</property>
2156 <property name="xalign">0</property> 2500 <property name="fill">False</property>
2157 <property name="label" translatable="yes">Current output plugin:</property> 2501 <property name="position">10</property>
2158 </widget> 2502 </packing>
2159 <packing> 2503 </child>
2160 <property name="x_options"></property> 2504 <child>
2161 <property name="y_options"></property> 2505 <widget class="GtkAlignment" id="alignment90">
2162 </packing> 2506 <property name="visible">True</property>
2163 </child> 2507 <property name="top_padding">12</property>
2164 </widget> 2508 <property name="bottom_padding">12</property>
2165 <packing> 2509 <child>
2166 <property name="expand">False</property> 2510 <widget class="GtkLabel" id="label93">
2167 <property name="fill">False</property> 2511 <property name="visible">True</property>
2168 </packing> 2512 <property name="xalign">0</property>
2169 </child> 2513 <property name="label" translatable="yes">&lt;b&gt;Sampling Rate Converter&lt;/b&gt;</property>
2170 </widget> 2514 <property name="use_markup">True</property>
2171 </child> 2515 </widget>
2172 </widget> 2516 </child>
2173 <packing> 2517 </widget>
2174 <property name="expand">False</property> 2518 <packing>
2175 <property name="fill">False</property> 2519 <property name="expand">False</property>
2176 <property name="position">1</property> 2520 <property name="fill">False</property>
2177 </packing> 2521 <property name="position">11</property>
2178 </child> 2522 </packing>
2179 <child> 2523 </child>
2180 <widget class="GtkAlignment" id="alignment82"> 2524 <child>
2181 <property name="visible">True</property> 2525 <widget class="GtkAlignment" id="alignment92">
2182 <property name="left_padding">12</property> 2526 <property name="visible">True</property>
2183 <child> 2527 <property name="left_padding">12</property>
2184 <widget class="GtkHButtonBox" id="output_plugin_button_box"> 2528 <child>
2185 <property name="visible">True</property> 2529 <widget class="GtkCheckButton" id="enable_src">
2186 <property name="spacing">8</property> 2530 <property name="visible">True</property>
2187 <property name="layout_style">GTK_BUTTONBOX_START</property>
2188 <child>
2189 <widget class="GtkButton" id="output_plugin_prefs">
2190 <property name="visible">True</property>
2191 <property name="sensitive">False</property>
2192 <property name="can_focus">True</property> 2531 <property name="can_focus">True</property>
2193 <property name="can_default">True</property> 2532 <property name="label" translatable="yes">Enable Sampling Rate Converter</property>
2533 <property name="use_underline">True</property>
2194 <property name="response_id">0</property> 2534 <property name="response_id">0</property>
2195 <child> 2535 <property name="active">True</property>
2196 <widget class="GtkAlignment" id="alignment76"> 2536 <property name="draw_indicator">True</property>
2197 <property name="visible">True</property> 2537 <signal name="toggled" handler="on_enable_src_toggled"/>
2198 <property name="xscale">0</property> 2538 <signal name="realize" handler="on_enable_src_realize"/>
2199 <property name="yscale">0</property> 2539 </widget>
2200 <child> 2540 </child>
2201 <widget class="GtkHBox" id="hbox7"> 2541 </widget>
2202 <property name="visible">True</property> 2542 <packing>
2203 <property name="spacing">2</property> 2543 <property name="expand">False</property>
2204 <child> 2544 <property name="fill">False</property>
2205 <widget class="GtkImage" id="image5"> 2545 <property name="position">12</property>
2206 <property name="visible">True</property> 2546 </packing>
2207 <property name="stock">gtk-preferences</property> 2547 </child>
2208 </widget> 2548 <child>
2209 <packing> 2549 <widget class="GtkAlignment" id="alignment91">
2210 <property name="expand">False</property> 2550 <property name="visible">True</property>
2211 <property name="fill">False</property> 2551 <property name="bottom_padding">6</property>
2212 </packing> 2552 <property name="left_padding">12</property>
2213 </child> 2553 <child>
2214 <child> 2554 <widget class="GtkVBox" id="vbox36">
2215 <widget class="GtkLabel" id="label80"> 2555 <property name="visible">True</property>
2216 <property name="visible">True</property> 2556 <child>
2217 <property name="label" translatable="yes">Output Plugin Preferences</property> 2557 <widget class="GtkTable" id="table13">
2218 <property name="use_underline">True</property> 2558 <property name="visible">True</property>
2219 </widget> 2559 <property name="n_rows">3</property>
2220 <packing> 2560 <property name="n_columns">2</property>
2221 <property name="expand">False</property> 2561 <property name="column_spacing">6</property>
2222 <property name="fill">False</property> 2562 <property name="row_spacing">6</property>
2223 <property name="position">1</property> 2563 <child>
2224 </packing> 2564 <widget class="GtkComboBox" id="src_converter_type">
2225 </child> 2565 <property name="visible">True</property>
2226 </widget> 2566 <property name="items">Best Sinc Interpolation
2227 </child>
2228 </widget>
2229 </child>
2230 </widget>
2231 </child>
2232 <child>
2233 <widget class="GtkButton" id="output_plugin_info">
2234 <property name="visible">True</property>
2235 <property name="sensitive">False</property>
2236 <property name="can_focus">True</property>
2237 <property name="can_default">True</property>
2238 <property name="response_id">0</property>
2239 <child>
2240 <widget class="GtkAlignment" id="alignment77">
2241 <property name="visible">True</property>
2242 <property name="xscale">0</property>
2243 <property name="yscale">0</property>
2244 <child>
2245 <widget class="GtkHBox" id="hbox8">
2246 <property name="visible">True</property>
2247 <property name="spacing">2</property>
2248 <child>
2249 <widget class="GtkImage" id="image6">
2250 <property name="visible">True</property>
2251 <property name="stock">gtk-about</property>
2252 </widget>
2253 <packing>
2254 <property name="expand">False</property>
2255 <property name="fill">False</property>
2256 </packing>
2257 </child>
2258 <child>
2259 <widget class="GtkLabel" id="label81">
2260 <property name="visible">True</property>
2261 <property name="label" translatable="yes">Output Plugin Information</property>
2262 <property name="use_underline">True</property>
2263 </widget>
2264 <packing>
2265 <property name="expand">False</property>
2266 <property name="fill">False</property>
2267 <property name="position">1</property>
2268 </packing>
2269 </child>
2270 </widget>
2271 </child>
2272 </widget>
2273 </child>
2274 </widget>
2275 <packing>
2276 <property name="position">1</property>
2277 </packing>
2278 </child>
2279 </widget>
2280 </child>
2281 </widget>
2282 <packing>
2283 <property name="expand">False</property>
2284 <property name="fill">False</property>
2285 <property name="position">2</property>
2286 </packing>
2287 </child>
2288 <child>
2289 <widget class="GtkAlignment" id="alignment78">
2290 <property name="visible">True</property>
2291 <property name="top_padding">12</property>
2292 <property name="bottom_padding">12</property>
2293 <child>
2294 <widget class="GtkLabel" id="label83">
2295 <property name="visible">True</property>
2296 <property name="xalign">0</property>
2297 <property name="label" translatable="yes">&lt;b&gt;Format Detection&lt;/b&gt;</property>
2298 <property name="use_markup">True</property>
2299 </widget>
2300 </child>
2301 </widget>
2302 <packing>
2303 <property name="expand">False</property>
2304 <property name="fill">False</property>
2305 <property name="position">3</property>
2306 </packing>
2307 </child>
2308 <child>
2309 <widget class="GtkAlignment" id="alignment84">
2310 <property name="visible">True</property>
2311 <property name="left_padding">12</property>
2312 <child>
2313 <widget class="GtkCheckButton" id="audio_format_det_cb">
2314 <property name="visible">True</property>
2315 <property name="can_focus">True</property>
2316 <property name="tooltip" translatable="yes">When checked, Audacious will detect file formats on demand. This can result in a messier playlist, but delivers a major speed benefit.</property>
2317 <property name="label" translatable="yes">Detect file formats on demand, instead of immediately.</property>
2318 <property name="use_underline">True</property>
2319 <property name="response_id">0</property>
2320 <property name="draw_indicator">True</property>
2321 <signal name="toggled" handler="on_audio_format_det_cb_toggled"/>
2322 <signal name="realize" handler="on_audio_format_det_cb_realize"/>
2323 </widget>
2324 </child>
2325 </widget>
2326 <packing>
2327 <property name="expand">False</property>
2328 <property name="fill">False</property>
2329 <property name="position">4</property>
2330 </packing>
2331 </child>
2332 <child>
2333 <widget class="GtkAlignment" id="alignment89">
2334 <property name="visible">True</property>
2335 <property name="left_padding">12</property>
2336 <child>
2337 <widget class="GtkCheckButton" id="detect_by_extension_cb">
2338 <property name="visible">True</property>
2339 <property name="can_focus">True</property>
2340 <property name="tooltip" translatable="yes">When checked, Audacious will detect file formats based by extension. This is slightly slower than detection on demand, but still provides a minimal level of format detection.</property>
2341 <property name="label" translatable="yes">Detect file formats by extension.</property>
2342 <property name="use_underline">True</property>
2343 <property name="response_id">0</property>
2344 <property name="draw_indicator">True</property>
2345 <signal name="toggled" handler="on_detect_by_extension_cb_toggled"/>
2346 <signal name="realize" handler="on_detect_by_extension_cb_realize"/>
2347 </widget>
2348 </child>
2349 </widget>
2350 <packing>
2351 <property name="expand">False</property>
2352 <property name="fill">False</property>
2353 <property name="position">5</property>
2354 </packing>
2355 </child>
2356 <child>
2357 <widget class="GtkAlignment" id="alignment19">
2358 <property name="visible">True</property>
2359 <property name="top_padding">12</property>
2360 <property name="bottom_padding">12</property>
2361 <child>
2362 <widget class="GtkLabel" id="label40">
2363 <property name="visible">True</property>
2364 <property name="xalign">0</property>
2365 <property name="label" translatable="yes">&lt;b&gt;Playback&lt;/b&gt;</property>
2366 <property name="use_markup">True</property>
2367 </widget>
2368 </child>
2369 </widget>
2370 <packing>
2371 <property name="expand">False</property>
2372 <property name="fill">False</property>
2373 <property name="position">6</property>
2374 </packing>
2375 </child>
2376 <child>
2377 <widget class="GtkAlignment" id="alignment83">
2378 <property name="visible">True</property>
2379 <property name="left_padding">12</property>
2380 <child>
2381 <widget class="GtkCheckButton" id="continue_playback_on_startup">
2382 <property name="visible">True</property>
2383 <property name="can_focus">True</property>
2384 <property name="tooltip" translatable="yes">When Audacious starts, automatically begin playing from the point where we stopped before.</property>
2385 <property name="label" translatable="yes">Continue playback on startup</property>
2386 <property name="use_underline">True</property>
2387 <property name="response_id">0</property>
2388 <property name="draw_indicator">True</property>
2389 <signal name="toggled" handler="on_continue_playback_on_startup_toggled"/>
2390 <signal name="realize" handler="on_continue_playback_on_startup_realize"/>
2391 </widget>
2392 </child>
2393 </widget>
2394 <packing>
2395 <property name="expand">False</property>
2396 <property name="fill">False</property>
2397 <property name="position">7</property>
2398 </packing>
2399 </child>
2400 <child>
2401 <widget class="GtkAlignment" id="alignment79">
2402 <property name="visible">True</property>
2403 <property name="left_padding">12</property>
2404 <child>
2405 <widget class="GtkCheckButton" id="playlist_no_advance">
2406 <property name="visible">True</property>
2407 <property name="can_focus">True</property>
2408 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property>
2409 <property name="label" translatable="yes">Don't advance in the playlist</property>
2410 <property name="use_underline">True</property>
2411 <property name="response_id">0</property>
2412 <property name="draw_indicator">True</property>
2413 <signal name="toggled" handler="on_playlist_no_advance_toggled"/>
2414 <signal name="realize" handler="on_playlist_no_advance_realize" after="yes"/>
2415 </widget>
2416 </child>
2417 </widget>
2418 <packing>
2419 <property name="expand">False</property>
2420 <property name="fill">False</property>
2421 <property name="position">8</property>
2422 </packing>
2423 </child>
2424 <child>
2425 <widget class="GtkAlignment" id="alignment80">
2426 <property name="visible">True</property>
2427 <property name="left_padding">12</property>
2428 <child>
2429 <widget class="GtkCheckButton" id="pause_between_songs">
2430 <property name="visible">True</property>
2431 <property name="can_focus">True</property>
2432 <property name="label" translatable="yes">Pause between songs</property>
2433 <property name="use_underline">True</property>
2434 <property name="response_id">0</property>
2435 <property name="draw_indicator">True</property>
2436 </widget>
2437 </child>
2438 </widget>
2439 <packing>
2440 <property name="expand">False</property>
2441 <property name="fill">False</property>
2442 <property name="position">9</property>
2443 </packing>
2444 </child>
2445 <child>
2446 <widget class="GtkAlignment" id="alignment22">
2447 <property name="visible">True</property>
2448 <property name="left_padding">45</property>
2449 <child>
2450 <widget class="GtkHBox" id="pause_between_songs_box">
2451 <property name="visible">True</property>
2452 <child>
2453 <widget class="GtkLabel" id="label41">
2454 <property name="visible">True</property>
2455 <property name="xpad">4</property>
2456 <property name="label" translatable="yes">Pause for</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="GtkSpinButton" id="pause_between_songs_time">
2465 <property name="visible">True</property>
2466 <property name="can_focus">True</property>
2467 <property name="adjustment">2 0 100 1 10 10</property>
2468 <property name="climb_rate">1</property>
2469 <signal name="value_changed" handler="on_pause_between_songs_time_changed"/>
2470 <signal name="realize" handler="on_pause_between_songs_time_realize" after="yes"/>
2471 </widget>
2472 <packing>
2473 <property name="expand">False</property>
2474 <property name="fill">False</property>
2475 <property name="position">1</property>
2476 </packing>
2477 </child>
2478 <child>
2479 <widget class="GtkLabel" id="label42">
2480 <property name="visible">True</property>
2481 <property name="xpad">4</property>
2482 <property name="label" translatable="yes">seconds</property>
2483 </widget>
2484 <packing>
2485 <property name="expand">False</property>
2486 <property name="fill">False</property>
2487 <property name="position">2</property>
2488 </packing>
2489 </child>
2490 </widget>
2491 </child>
2492 </widget>
2493 <packing>
2494 <property name="expand">False</property>
2495 <property name="fill">False</property>
2496 <property name="position">10</property>
2497 </packing>
2498 </child>
2499 <child>
2500 <widget class="GtkAlignment" id="alignment90">
2501 <property name="visible">True</property>
2502 <property name="top_padding">12</property>
2503 <property name="bottom_padding">12</property>
2504 <child>
2505 <widget class="GtkLabel" id="label93">
2506 <property name="visible">True</property>
2507 <property name="xalign">0</property>
2508 <property name="label" translatable="yes">&lt;b&gt;Sampling Rate Converter&lt;/b&gt;</property>
2509 <property name="use_markup">True</property>
2510 </widget>
2511 </child>
2512 </widget>
2513 <packing>
2514 <property name="expand">False</property>
2515 <property name="fill">False</property>
2516 <property name="position">11</property>
2517 </packing>
2518 </child>
2519 <child>
2520 <widget class="GtkAlignment" id="alignment92">
2521 <property name="visible">True</property>
2522 <property name="left_padding">12</property>
2523 <child>
2524 <widget class="GtkCheckButton" id="enable_src">
2525 <property name="visible">True</property>
2526 <property name="can_focus">True</property>
2527 <property name="label" translatable="yes">Enable Sampling Rate Converter</property>
2528 <property name="use_underline">True</property>
2529 <property name="response_id">0</property>
2530 <property name="active">True</property>
2531 <property name="draw_indicator">True</property>
2532 <signal name="toggled" handler="on_enable_src_toggled"/>
2533 <signal name="realize" handler="on_enable_src_realize"/>
2534 </widget>
2535 </child>
2536 </widget>
2537 <packing>
2538 <property name="expand">False</property>
2539 <property name="fill">False</property>
2540 <property name="position">12</property>
2541 </packing>
2542 </child>
2543 <child>
2544 <widget class="GtkAlignment" id="alignment91">
2545 <property name="visible">True</property>
2546 <property name="bottom_padding">6</property>
2547 <property name="left_padding">12</property>
2548 <child>
2549 <widget class="GtkVBox" id="vbox36">
2550 <property name="visible">True</property>
2551 <child>
2552 <widget class="GtkTable" id="table13">
2553 <property name="visible">True</property>
2554 <property name="n_rows">3</property>
2555 <property name="n_columns">2</property>
2556 <property name="column_spacing">6</property>
2557 <property name="row_spacing">6</property>
2558 <child>
2559 <widget class="GtkComboBox" id="src_converter_type">
2560 <property name="visible">True</property>
2561 <property name="items">Best Sinc Interpolation
2562 Medium Sinc Interpolation 2567 Medium Sinc Interpolation
2563 Fastest Sinc Interpolation 2568 Fastest Sinc Interpolation
2564 ZOH Interpolation 2569 ZOH Interpolation
2565 Linear Interpolation</property> 2570 Linear Interpolation</property>
2566 <signal name="changed" handler="on_src_converter_type_changed"/> 2571 <signal name="changed" handler="on_src_converter_type_changed"/>
2567 <signal name="realize" handler="on_src_converter_type_realize" after="yes"/> 2572 <signal name="realize" handler="on_src_converter_type_realize" after="yes"/>
2568 </widget> 2573 </widget>
2569 <packing> 2574 <packing>
2570 <property name="left_attach">1</property> 2575 <property name="left_attach">1</property>
2571 <property name="right_attach">2</property> 2576 <property name="right_attach">2</property>
2572 <property name="top_attach">1</property> 2577 <property name="top_attach">1</property>
2573 <property name="bottom_attach">2</property> 2578 <property name="bottom_attach">2</property>
2574 <property name="x_options">GTK_FILL</property> 2579 <property name="x_options">GTK_FILL</property>
2575 <property name="y_options">GTK_FILL</property> 2580 <property name="y_options">GTK_FILL</property>
2576 </packing> 2581 </packing>
2577 </child> 2582 </child>
2578 <child> 2583 <child>
2579 <widget class="GtkLabel" id="label94"> 2584 <widget class="GtkLabel" id="label94">
2580 <property name="visible">True</property> 2585 <property name="visible">True</property>
2581 <property name="xalign">0</property> 2586 <property name="xalign">0</property>
2582 <property name="label" translatable="yes">Interpolation Engine:</property> 2587 <property name="label" translatable="yes">Interpolation Engine:</property>
2583 </widget> 2588 </widget>
2584 <packing> 2589 <packing>
2585 <property name="top_attach">1</property> 2590 <property name="top_attach">1</property>
2586 <property name="bottom_attach">2</property> 2591 <property name="bottom_attach">2</property>
2587 <property name="x_options">GTK_FILL</property> 2592 <property name="x_options">GTK_FILL</property>
2588 <property name="y_options"></property> 2593 <property name="y_options"></property>
2589 </packing> 2594 </packing>
2590 </child> 2595 </child>
2591 <child> 2596 <child>
2592 <widget class="GtkLabel" id="label92"> 2597 <widget class="GtkLabel" id="label92">
2593 <property name="visible">True</property> 2598 <property name="visible">True</property>
2594 <property name="xalign">0</property> 2599 <property name="xalign">0</property>
2595 <property name="label" translatable="yes">&lt;span size="small"&gt;All streams will be converted to this sampling rate. 2600 <property name="label" translatable="yes">&lt;span size="small"&gt;All streams will be converted to this sampling rate.
2596 This should be the max supported sampling rate of 2601 This should be the max supported sampling rate of
2597 the sound card or output plugin.&lt;/span&gt;</property> 2602 the sound card or output plugin.&lt;/span&gt;</property>
2598 <property name="use_markup">True</property> 2603 <property name="use_markup">True</property>
2599 <property name="wrap">True</property> 2604 <property name="wrap">True</property>
2600 </widget> 2605 </widget>
2601 <packing> 2606 <packing>
2602 <property name="left_attach">1</property> 2607 <property name="left_attach">1</property>
2603 <property name="right_attach">2</property> 2608 <property name="right_attach">2</property>
2604 <property name="top_attach">2</property> 2609 <property name="top_attach">2</property>
2605 <property name="bottom_attach">3</property> 2610 <property name="bottom_attach">3</property>
2606 <property name="x_options">GTK_FILL</property> 2611 <property name="x_options">GTK_FILL</property>
2607 <property name="y_options"></property> 2612 <property name="y_options"></property>
2608 </packing> 2613 </packing>
2609 </child> 2614 </child>
2610 <child> 2615 <child>
2611 <widget class="GtkImage" id="image9"> 2616 <widget class="GtkImage" id="image9">
2612 <property name="visible">True</property> 2617 <property name="visible">True</property>
2613 <property name="xalign">1</property> 2618 <property name="xalign">1</property>
2614 <property name="yalign">0</property> 2619 <property name="yalign">0</property>
2615 <property name="stock">gtk-info</property> 2620 <property name="stock">gtk-info</property>
2616 </widget> 2621 </widget>
2617 <packing> 2622 <packing>
2618 <property name="top_attach">2</property> 2623 <property name="top_attach">2</property>
2619 <property name="bottom_attach">3</property> 2624 <property name="bottom_attach">3</property>
2620 <property name="x_options">GTK_FILL</property> 2625 <property name="x_options">GTK_FILL</property>
2621 </packing> 2626 </packing>
2622 </child> 2627 </child>
2623 <child> 2628 <child>
2624 <widget class="GtkSpinButton" id="src_rate"> 2629 <widget class="GtkSpinButton" id="src_rate">
2625 <property name="visible">True</property> 2630 <property name="visible">True</property>
2626 <property name="can_focus">True</property> 2631 <property name="can_focus">True</property>
2627 <property name="adjustment">96000 1000 768000 1000 1000 1000</property> 2632 <property name="adjustment">96000 1000 768000 1000 1000 1000</property>
2628 <property name="climb_rate">1</property> 2633 <property name="climb_rate">1</property>
2629 <signal name="value_changed" handler="on_src_rate_value_changed"/> 2634 <signal name="value_changed" handler="on_src_rate_value_changed"/>
2630 <signal name="realize" handler="on_src_rate_realize"/> 2635 <signal name="realize" handler="on_src_rate_realize"/>
2631 </widget> 2636 </widget>
2632 <packing> 2637 <packing>
2633 <property name="left_attach">1</property> 2638 <property name="left_attach">1</property>
2634 <property name="right_attach">2</property> 2639 <property name="right_attach">2</property>
2635 <property name="y_options"></property> 2640 <property name="y_options"></property>
2636 </packing> 2641 </packing>
2637 </child> 2642 </child>
2638 <child> 2643 <child>
2639 <widget class="GtkLabel" id="label91"> 2644 <widget class="GtkLabel" id="label91">
2640 <property name="visible">True</property> 2645 <property name="visible">True</property>
2641 <property name="xalign">0</property> 2646 <property name="xalign">0</property>
2642 <property name="label" translatable="yes">Sampling Rate [Hz]:</property> 2647 <property name="label" translatable="yes">Sampling Rate [Hz]:</property>
2643 </widget> 2648 </widget>
2644 <packing> 2649 <packing>
2645 <property name="x_options">GTK_FILL</property> 2650 <property name="x_options">GTK_FILL</property>
2646 <property name="y_options"></property> 2651 <property name="y_options"></property>
2647 </packing> 2652 </packing>
2648 </child> 2653 </child>
2649 </widget> 2654 </widget>
2650 <packing> 2655 <packing>
2651 <property name="expand">False</property> 2656 <property name="expand">False</property>
2652 <property name="fill">False</property> 2657 <property name="fill">False</property>
2653 </packing> 2658 </packing>
2654 </child> 2659 </child>
2655 </widget> 2660 </widget>
2661 </child>
2662 </widget>
2663 <packing>
2664 <property name="expand">False</property>
2665 <property name="fill">False</property>
2666 <property name="position">13</property>
2667 </packing>
2668 </child>
2669 <child>
2670 <widget class="GtkAlignment" id="alignment4">
2671 <property name="visible">True</property>
2672 <property name="top_padding">12</property>
2673 <property name="bottom_padding">12</property>
2674 <child>
2675 <widget class="GtkLabel" id="label2">
2676 <property name="visible">True</property>
2677 <property name="xalign">0</property>
2678 <property name="label" translatable="yes">&lt;b&gt;Volume Control&lt;/b&gt;</property>
2679 <property name="use_markup">True</property>
2680 </widget>
2681 </child>
2682 </widget>
2683 <packing>
2684 <property name="expand">False</property>
2685 <property name="fill">False</property>
2686 <property name="position">14</property>
2687 </packing>
2688 </child>
2689 <child>
2690 <widget class="GtkAlignment" id="alignment7">
2691 <property name="visible">True</property>
2692 <property name="left_padding">12</property>
2693 <child>
2694 <widget class="GtkCheckButton" id="software_volume_control">
2695 <property name="visible">True</property>
2696 <property name="can_focus">True</property>
2697 <property name="tooltip" translatable="yes">Use software volume control. This may be useful for situations where your audio system does not support controlling the playback volume.</property>
2698 <property name="label" translatable="yes">Use software volume control</property>
2699 <property name="use_underline">True</property>
2700 <property name="response_id">0</property>
2701 <property name="draw_indicator">True</property>
2702 <signal name="toggled" handler="on_software_volume_control_toggled"/>
2703 <signal name="realize" handler="on_software_volume_control_realize"/>
2704 </widget>
2705 </child>
2706 </widget>
2707 <packing>
2708 <property name="expand">False</property>
2709 <property name="fill">False</property>
2710 <property name="position">15</property>
2711 </packing>
2656 </child> 2712 </child>
2657 </widget> 2713 </widget>
2658 <packing>
2659 <property name="expand">False</property>
2660 <property name="fill">False</property>
2661 <property name="position">13</property>
2662 </packing>
2663 </child>
2664 <child>
2665 <widget class="GtkAlignment" id="alignment4">
2666 <property name="visible">True</property>
2667 <property name="top_padding">12</property>
2668 <property name="bottom_padding">12</property>
2669 <child>
2670 <widget class="GtkLabel" id="label2">
2671 <property name="visible">True</property>
2672 <property name="xalign">0</property>
2673 <property name="label" translatable="yes">&lt;b&gt;Volume Control&lt;/b&gt;</property>
2674 <property name="use_markup">True</property>
2675 </widget>
2676 </child>
2677 </widget>
2678 <packing>
2679 <property name="expand">False</property>
2680 <property name="fill">False</property>
2681 <property name="position">14</property>
2682 </packing>
2683 </child>
2684 <child>
2685 <widget class="GtkAlignment" id="alignment7">
2686 <property name="visible">True</property>
2687 <property name="left_padding">12</property>
2688 <child>
2689 <widget class="GtkCheckButton" id="software_volume_control">
2690 <property name="visible">True</property>
2691 <property name="can_focus">True</property>
2692 <property name="tooltip" translatable="yes">Use software volume control. This may be useful for situations where your audio system does not support controlling the playback volume.</property>
2693 <property name="label" translatable="yes">Use software volume control</property>
2694 <property name="use_underline">True</property>
2695 <property name="response_id">0</property>
2696 <property name="draw_indicator">True</property>
2697 <signal name="toggled" handler="on_software_volume_control_toggled"/>
2698 <signal name="realize" handler="on_software_volume_control_realize"/>
2699 </widget>
2700 </child>
2701 </widget>
2702 <packing>
2703 <property name="expand">False</property>
2704 <property name="fill">False</property>
2705 <property name="position">15</property>
2706 </packing>
2707 </child> 2714 </child>
2708 </widget> 2715 </widget>
2709 <packing> 2716 <packing>
2710 <property name="position">7</property> 2717 <property name="position">7</property>
2718 <property name="tab_expand">True</property>
2711 </packing> 2719 </packing>
2712 </child> 2720 </child>
2713 <child> 2721 <child>
2714 <widget class="GtkLabel" id="label97"> 2722 <widget class="GtkLabel" id="label97">
2715 <property name="visible">True</property> 2723 <property name="visible">True</property>
2887 <property name="n_rows">2</property> 2895 <property name="n_rows">2</property>
2888 <property name="n_columns">2</property> 2896 <property name="n_columns">2</property>
2889 <property name="column_spacing">4</property> 2897 <property name="column_spacing">4</property>
2890 <property name="row_spacing">4</property> 2898 <property name="row_spacing">4</property>
2891 <child> 2899 <child>
2892 <widget class="GtkEntry" id="filepopup_settings_cover_name_include"> 2900 <widget class="GtkEntry" id="filepopup_settings_cover_name_exclude">
2893 <property name="visible">True</property> 2901 <property name="visible">True</property>
2894 <property name="can_focus">True</property> 2902 <property name="can_focus">True</property>
2895 <property name="activates_default">True</property> 2903 <property name="activates_default">True</property>
2896 </widget> 2904 </widget>
2897 <packing> 2905 <packing>
2898 <property name="left_attach">1</property> 2906 <property name="left_attach">1</property>
2899 <property name="right_attach">2</property> 2907 <property name="right_attach">2</property>
2908 <property name="top_attach">1</property>
2909 <property name="bottom_attach">2</property>
2910 <property name="y_options"></property>
2911 </packing>
2912 </child>
2913 <child>
2914 <widget class="GtkLabel" id="label87">
2915 <property name="visible">True</property>
2916 <property name="xalign">0</property>
2917 <property name="xpad">12</property>
2918 <property name="label" translatable="yes">Include:</property>
2919 </widget>
2920 <packing>
2921 <property name="x_options"></property>
2900 <property name="y_options"></property> 2922 <property name="y_options"></property>
2901 </packing> 2923 </packing>
2902 </child> 2924 </child>
2903 <child> 2925 <child>
2904 <widget class="GtkLabel" id="label88"> 2926 <widget class="GtkLabel" id="label88">
2913 <property name="x_options"></property> 2935 <property name="x_options"></property>
2914 <property name="y_options"></property> 2936 <property name="y_options"></property>
2915 </packing> 2937 </packing>
2916 </child> 2938 </child>
2917 <child> 2939 <child>
2918 <widget class="GtkLabel" id="label87"> 2940 <widget class="GtkEntry" id="filepopup_settings_cover_name_include">
2919 <property name="visible">True</property>
2920 <property name="xalign">0</property>
2921 <property name="xpad">12</property>
2922 <property name="label" translatable="yes">Include:</property>
2923 </widget>
2924 <packing>
2925 <property name="x_options"></property>
2926 <property name="y_options"></property>
2927 </packing>
2928 </child>
2929 <child>
2930 <widget class="GtkEntry" id="filepopup_settings_cover_name_exclude">
2931 <property name="visible">True</property> 2941 <property name="visible">True</property>
2932 <property name="can_focus">True</property> 2942 <property name="can_focus">True</property>
2933 <property name="activates_default">True</property> 2943 <property name="activates_default">True</property>
2934 </widget> 2944 </widget>
2935 <packing> 2945 <packing>
2936 <property name="left_attach">1</property> 2946 <property name="left_attach">1</property>
2937 <property name="right_attach">2</property> 2947 <property name="right_attach">2</property>
2938 <property name="top_attach">1</property>
2939 <property name="bottom_attach">2</property>
2940 <property name="y_options"></property> 2948 <property name="y_options"></property>
2941 </packing> 2949 </packing>
2942 </child> 2950 </child>
2943 </widget> 2951 </widget>
2944 <packing> 2952 <packing>
3156 <property name="n_rows">3</property> 3164 <property name="n_rows">3</property>
3157 <property name="n_columns">2</property> 3165 <property name="n_columns">2</property>
3158 <property name="column_spacing">12</property> 3166 <property name="column_spacing">12</property>
3159 <property name="row_spacing">6</property> 3167 <property name="row_spacing">6</property>
3160 <child> 3168 <child>
3161 <widget class="GtkLabel" id="label94"> 3169 <widget class="GtkHScale" id="red_scale">
3170 <property name="visible">True</property>
3171 <property name="can_focus">True</property>
3172 <property name="adjustment">0 0 255 0 0 0</property>
3173 <property name="digits">3</property>
3174 <property name="draw_value">False</property>
3175 <signal name="value_changed" handler="on_red_scale_value_changed"/>
3176 </widget>
3177 <packing>
3178 <property name="left_attach">1</property>
3179 <property name="right_attach">2</property>
3180 </packing>
3181 </child>
3182 <child>
3183 <widget class="GtkHScale" id="green_scale">
3184 <property name="visible">True</property>
3185 <property name="can_focus">True</property>
3186 <property name="adjustment">0 0 255 0 0 0</property>
3187 <property name="draw_value">False</property>
3188 <signal name="value_changed" handler="on_green_scale_value_changed"/>
3189 </widget>
3190 <packing>
3191 <property name="left_attach">1</property>
3192 <property name="right_attach">2</property>
3193 <property name="top_attach">1</property>
3194 <property name="bottom_attach">2</property>
3195 <property name="x_options">GTK_FILL</property>
3196 </packing>
3197 </child>
3198 <child>
3199 <widget class="GtkHScale" id="blue_scale">
3200 <property name="visible">True</property>
3201 <property name="can_focus">True</property>
3202 <property name="adjustment">0 0 255 0 0 0</property>
3203 <property name="draw_value">False</property>
3204 <signal name="value_changed" handler="on_blue_scale_value_changed"/>
3205 </widget>
3206 <packing>
3207 <property name="left_attach">1</property>
3208 <property name="right_attach">2</property>
3209 <property name="top_attach">2</property>
3210 <property name="bottom_attach">3</property>
3211 <property name="x_options">GTK_FILL</property>
3212 </packing>
3213 </child>
3214 <child>
3215 <widget class="GtkLabel" id="label92">
3162 <property name="visible">True</property> 3216 <property name="visible">True</property>
3163 <property name="xalign">1</property> 3217 <property name="xalign">1</property>
3164 <property name="label" translatable="yes">Blue</property> 3218 <property name="label" translatable="yes">Red</property>
3165 <property name="justify">GTK_JUSTIFY_RIGHT</property> 3219 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3166 </widget> 3220 </widget>
3167 <packing> 3221 <packing>
3168 <property name="top_attach">2</property>
3169 <property name="bottom_attach">3</property>
3170 <property name="x_options">GTK_FILL</property> 3222 <property name="x_options">GTK_FILL</property>
3171 <property name="y_options"></property> 3223 <property name="y_options"></property>
3172 </packing> 3224 </packing>
3173 </child> 3225 </child>
3174 <child> 3226 <child>
3184 <property name="x_options">GTK_FILL</property> 3236 <property name="x_options">GTK_FILL</property>
3185 <property name="y_options"></property> 3237 <property name="y_options"></property>
3186 </packing> 3238 </packing>
3187 </child> 3239 </child>
3188 <child> 3240 <child>
3189 <widget class="GtkLabel" id="label92"> 3241 <widget class="GtkLabel" id="label94">
3190 <property name="visible">True</property> 3242 <property name="visible">True</property>
3191 <property name="xalign">1</property> 3243 <property name="xalign">1</property>
3192 <property name="label" translatable="yes">Red</property> 3244 <property name="label" translatable="yes">Blue</property>
3193 <property name="justify">GTK_JUSTIFY_RIGHT</property> 3245 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3194 </widget> 3246 </widget>
3195 <packing> 3247 <packing>
3196 <property name="x_options">GTK_FILL</property>
3197 <property name="y_options"></property>
3198 </packing>
3199 </child>
3200 <child>
3201 <widget class="GtkHScale" id="blue_scale">
3202 <property name="visible">True</property>
3203 <property name="can_focus">True</property>
3204 <property name="adjustment">0 0 255 0 0 0</property>
3205 <property name="draw_value">False</property>
3206 <signal name="value_changed" handler="on_blue_scale_value_changed"/>
3207 </widget>
3208 <packing>
3209 <property name="left_attach">1</property>
3210 <property name="right_attach">2</property>
3211 <property name="top_attach">2</property> 3248 <property name="top_attach">2</property>
3212 <property name="bottom_attach">3</property> 3249 <property name="bottom_attach">3</property>
3213 <property name="x_options">GTK_FILL</property> 3250 <property name="x_options">GTK_FILL</property>
3214 </packing> 3251 <property name="y_options"></property>
3215 </child>
3216 <child>
3217 <widget class="GtkHScale" id="green_scale">
3218 <property name="visible">True</property>
3219 <property name="can_focus">True</property>
3220 <property name="adjustment">0 0 255 0 0 0</property>
3221 <property name="draw_value">False</property>
3222 <signal name="value_changed" handler="on_green_scale_value_changed"/>
3223 </widget>
3224 <packing>
3225 <property name="left_attach">1</property>
3226 <property name="right_attach">2</property>
3227 <property name="top_attach">1</property>
3228 <property name="bottom_attach">2</property>
3229 <property name="x_options">GTK_FILL</property>
3230 </packing>
3231 </child>
3232 <child>
3233 <widget class="GtkHScale" id="red_scale">
3234 <property name="visible">True</property>
3235 <property name="can_focus">True</property>
3236 <property name="adjustment">0 0 255 0 0 0</property>
3237 <property name="digits">3</property>
3238 <property name="draw_value">False</property>
3239 <signal name="value_changed" handler="on_red_scale_value_changed"/>
3240 </widget>
3241 <packing>
3242 <property name="left_attach">1</property>
3243 <property name="right_attach">2</property>
3244 </packing> 3252 </packing>
3245 </child> 3253 </child>
3246 </widget> 3254 </widget>
3247 <packing> 3255 <packing>
3248 <property name="position">1</property> 3256 <property name="position">1</property>