Check-in [0ea7545d8e]
Comment: | Update documentation (and html/ version) to reflect plugin changes and deprecations. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0ea7545d8eebc9d628d3d900123cfa47 |
User & Date: | mario on 2020-05-15 17:21:08 |
Other Links: | manifest | tags |
2020-05-15
| ||
18:15 | Tuner2 is gone as well. check-in: 78d057541a user: mario tags: trunk | |
17:21 | Update documentation (and html/ version) to reflect plugin changes and deprecations. check-in: 0ea7545d8e user: mario tags: trunk | |
16:04 |
new channel: peertube.
Deprecated plugin: | |
Added help/channel_peertube.page version [337c949d22].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | <page xmlns="http://projectmallard.org/1.0/" type="guide" id="peertube"> <info> <link type="guide" xref="index#channels"/> <link type="guide" xref="channels#list"/> <link type="guide" xref="configuration#plugins"/> <desc>Peertube music/video listings.</desc> </info> <title><media type="image" src="img/channel_peertube.png" /> Peertube</title> <subtitle><link href="http://joinpeertube.org/">//joinpeertube.org/</link></subtitle> <p>PeerTube is a federated video hosting network. And this channel allows you to browse /Music and other categories. It's not quite a very rich ecosystem yet, but very international. So perhaps worth a lookaround.</p> <p>The category list seeems to be uniform across most Peertube instances. So you only need to reload stations/videos once switching the address in the settings. </p> <p>Per default you should use VLC and <link href="http://youtube-dl.org/">youtube-dl</link> in the playback settings. Per default the faux mime type <cmd>video/youtube</cmd> is used for all listings. However, internally there's a lookup for an .m3u or direct .mp4 link already. So the <cmd>video/*</cmd> entry should also be populated.</p> <section id="options"> <title>Channel options.</title> <terms> <item> <title><code>🔠 Peertube server</code></title> <p>Sets the main isntance to query video listings from. Now most of the other sites will be peered, so the main server doesn't have that much influence. It changes the ordering however, and will reveal more local videos or languages often.</p> </item> </terms> </section> </page> |
Modified help/channel_youtube.page from [4a2ae526e2] to [e1c1cffda7].
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + + + + + + + + + + + + + + + | <link type="guide" xref="configuration#plugins"/> <desc>Youtube music/video listings.</desc> </info> <title><media type="image" src="img/channel_youtube.png" /> Youtube</title> <subtitle><link href="http://youtube.com/">//youtube.com/</link></subtitle> <note style="bug"><p>This plugin is no longer supported or a default channel. Due to exceeded quotas, it ceased working, and Youtube/Google bothered me with inane requests for video recordings of how ST2 works (instead of simply looking at the code or investigating their own logs). Btw, the exceeded quota was unlikely due to regular ST2 usage. It's more probable the builtin and plainly-in-sight builtin API key was reappropriated otherwise. Hence, you would have to <link href="https://developers.google.com/youtube/v3/getting-started">get your own key</link> now, if you wanted to use this channel. Btw, overall it's not that interesting / worth the effort IMO.</p></note> <p>Googles Youtube provides a quirky JSON API that makes browsing channels and genres feasible. This beta plugin provides a little overview, and usually retrieves recent video uploads.</p> <p>VLC can directly play Youtube URLs. For other players one can use <link href="http://youtube-dl.org/">youtube-dl</link> as wrapper. For example <cmd>totem $(youtube-dl %srv)</cmd> as configured player command.</p> <p>Youtube-dl is preconfigured as "recording"/download tool for this channel tab.</p> <p>Of course you could also just invoke a specific YT video by opening it in your web browser - click the station <key>home</key> button simply.</p> <section id="options"> <title>Channel options.</title> <terms> <item> <title><code>🔠 API key</code></title> <p>You will have to aquire your own API key now, if you want to test this plugin. Quite cumbersome, and not recommended, but see <link href="https://developers.google.com/youtube/v3/getting-started">YouTube Data API Overview</link> </p> </item> <item> <title><code>🔠 Region</code></title> <p>With the country dropdown you can predefine which mostPopular listings are returned.</p> </item> <item> <title><code>🔠 My Channels</code></title> <p>You can edit the list of YT channel names to fetch some of your favourite artists/uploaders. |
Modified help/html/C.css from [ac93dbe244] to [0c0b8391cf].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 | + + + + + + + + + + + + - - - - + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - + + + + + + + + + + + + - - - + + + - + - + - - + + - + - + - - + + - - - - + - + - - - - - - - + + + + + + - - - + - - - + - + - + - + + + - - + + + + + + + + - + - - - + + + + + + + + + - + - + - - + + - + + + + + + - + - + - + - + - - - - - + - - + - - - - - - - - - - - + - - - - - + + + + - - - - - - + - + - + + + + + - - + + - + - - - + + - - - - + + - + - - - - - + - - - - - - - + - - - - + - - + - - + + - - - - + - - + + + - - + + - - + + - - + - + + + + + + - - - + + + + - + + + + + + + + + + + - + - - + + + + + - - + + - + - - + - + - - - - - + - - - - - + + + + + + + + + + + + - - + + - - - - - - - + - + - + - - + + - - + - - - + - + - - - - + + - + + - + - + - + - - + + - - + + - - + + - + - + - - - + + + - + - - - + + + - - - - - + - + - + - - + + - + - + - + - + - + - - - - + + + + - - - - - - + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + - + + - - - + + + - - - - - + - - + - + - + - - + + - - - + - - + + - - + + - - + - + - - + + + + + + + + - - - + + + - - + + - - - + + + - + - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + - - + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + - + - - + + - - - + - + + + + - - - - - + + + + + + - + - - - - + + + + - + - - + - - + + - + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + + - - + + + + + + + + - - + + + + + + + + + + + - - - + + + - - + + + + - - - - + - - - + - - + + + + + - + + - - - + + + + + + + - - - + + + - - - - - - + + + + + + + + + + + + + + + - - + + + - + - - + - + - - - + + + - + - - - - - - + + + + + + + + + + - - - + + + + + + + - + - + + + + + - + - - + - + - - - - - + + + + + + - - + - - + + - - + + + + + - - - - + + + + + - + - - - - + + + - - - - + + + + + + + - - + + - - - - - + - - + + + + + - - - - + + + + + + + + + + + + + + - - - + + + - - + + - - + - - - - - - + + + + + + + + + - - - + + + - - - - + + + + - - - + - + - + - - - - - - - - - - + + + + + + + + + + + + + + + - - + + + + - + - + - - - - + - - + - - - + + + - - - - - - - - + + + + + + + + + + - - - - + - + - + - + - - + + + + + + + - - - + + + - - - + + + + + + + + + + + + - + | html { height: 100%; } body { font-family: sans-serif; margin: 0; padding: 0; background-color: #ffffff; color: #000000; direction: ltr; } article, aside, nav, header, footer, section { display: block; margin: 0; padding: 0; } main { display: flex; flex-flow: row; } main > * { flex: 0 0 220px; } |
Modified help/html/bookmarks.html from [50bc096509] to [049dbe6bb7].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + + + + + + + - + - - + + - - - + - + - - - + + + - + - - - + + + + + + + + + + + + - - - + + + + - + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Bookmarks</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/channels.html from [294b7f5f57] to [73465d01f9].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + + + + + + - + - - - + + + - - - + - - - + + + - + + - - + + - - - + + - + - - - + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Channels</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/cli.html from [25386f6ff9] to [95be9def52].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>CLI (command line interface)</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
36 37 38 39 40 41 42 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - - - + + + | <dt class="terms"><span class="code">streamtuner2 categories channel</span></dt> <dd class="terms"><p class="p">Fetches the current list of available categories/genres for a channel service.</p></dd> </dl></div> </div></div> <p class="p">Specifying a channel name is often optional. If you add one, it should be all-lowercase. You can also give a list, like "shoutcast,xiph" which would be searched then.</p> </div> |
79 80 81 82 83 84 85 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - - - - + + + - + - + - - - + | </li> <li class="list"> <div class="title title-item"><h3><span class="title">-x</span></h3></div> <p class="p">Exit right away. A flag only used for testing.</p> </li> </ul></div></div></div> </div></div> |
Modified help/html/config_apps.html from [bb6cc34403] to [0be493100d].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Audio players</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
54 55 56 57 58 59 60 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - - - + + + | which ends the previous player process and starts it anew. For VLC there's however also the <span class="code">--one-instance</span> option, which sometimes works better. (And sometimes not.)</p> <p class="p">Some applications, like Rhythmbox or Banshee, are primarily playlist managers, not players, and cannot be invoked with a station URL. This makes them less suitable for use with streamtuner2. (Same goes for streamtuner2 itself. It's not a player, but just a playlist browser.)</p> </div> |
114 115 116 117 118 119 120 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | + + + + - + - - + + - - - + + + | <p class="p">Preferrably use the long %abbr names for configuration. The default is <span class="var">%pls</span> if you leave it out. (Most directories already provide PLS files, which avoids any extra conversion by ST2 which sometimes delay playback.)</p> <p class="p">A few channels (like Jamendo) send custom JSON playlist snippets, which no audio player would understand. Which is why they're always pre-converted.</p> <div class="note" title="Note"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path> <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path> |
180 181 182 183 184 185 186 | 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 | + + + + - + - - + + - - - + + + - + - + - + - - - + + - + + + + + + + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + + + + + + + + + + + - - - + + + - - - + + + - + - + - - - + | <td style="border-top-style: solid;"><p class="p">%favourite</p></td> <td style="border-top-style: solid;border-left-style: solid;"><p class="p">$favourite</p></td> <td style="border-top-style: solid;border-left-style: solid;"><p class="p">If bookmarked</p></td> </tr> </table></div></div></div> <p class="p">Not all fields are used in all channels. Sometimes they're repurposed (like <span class="var">playing</span> often doubles as Location: field). And some channels may even use custom internal names.</p> <div class="note" title="Note"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path> <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path> |
Modified help/html/configuration.html from [a2922cc168] to [ce7ea5b02c].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Configuration / Settings dialog</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
38 39 40 41 42 43 44 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - - - + + + | <dt class="terms">📦 <span class="link"><a href="pluginmanager2.html" title="Plugin Manager 2 - 📦 Add">Add</a></span> </dt> <dd class="terms"><p class="p">The <span class="link"><a href="pluginmanager2.html" title="Plugin Manager 2 - 📦 Add">Plugin Manager 2</a></span> adds another tab for updating or installing new plugins.</p></dd> </dl></div> </div></div> </div> |
81 82 83 84 85 86 87 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | - + - + - - - + + - + - + - - - + + | <li class="list"><p class="p">In practice you only needed one entry for <span class="var">audio/*</span> and one for <span class="var">video/*</span>, both can use the same player even. </p></li> <li class="list"><p class="p"> You can remove existing entries by clearing both the Format field and its associated Application. Add completely new associations through the emtpy line. </p></li> </ul></div></div></div> |
173 174 175 176 177 178 179 | 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | + + + + - + - + + | <dt class="terms">☑ Forgo any playlist conversion</dt> <dd class="terms"> <p class="p">Per default most server playlists (be they .pls or .m3u, .xpsf) are converted. All player/recording apps receive a default <span class="var">%pls</span> file normally. Set this option to disable any such placeholders from the Player tab, and avoid streamtuner2 pre-downloading any m3u/pls/xspf. Instead your audio player gets passed the literal server/playlist streaming URL then.</p> <div class="note" title="Note"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path> <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path> |
215 216 217 218 219 220 221 | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 | - + - - + - + - + + + - + - - - + + + - + - + - - - + + + + + + - - - - - + + + + + - + - + - - - + | between categories too quickly. This is only an issue for Python3 on Gtk3 with streamtuner2. In such cases you can disable the concurrent-tasking mode. The GUI will appear slower at times, and freeze between fetching lists, but remains stable on the upside. There's also a command line flag <span class="cmd">--nt</span> to enable this workaround.</p></dd> </dl></div> </div></div> </div></div> |
Modified help/html/contrib_channels.html from [c7266d6408] to [3d4dfd673a].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | + + + + + + + - + - - + + - - - + - - - + + + - + - - - + + + - + - - - + + - + - - - + + - + - - - - - - - - - - - - - - + + + - - - + + - + - - - - + + + - - - - + + + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - - - - - + + - + - - - - - - - - + + - + - + - - - + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>→ Contrib/Extra Channels</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/contrib_features.html from [49acb3febc] to [f9342377b0].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | + + + + + + + - + - - + + - - - + - - - + + + - + - - - + + + - + - - - + + - + - + - + - - - + + - + - - - + + + + + + - - + + - - - + + + - + - - - + + - + - - - + + - + - - - + + - + - + - + - - - + + - + - - + - + - - - + + + + + + + - - + + + - + - - - - + + + - - - + + - + - - - + + - + - - - + + - + - - - + + + + + + + + + + + + - - + + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + + + + + + + - - - - - - + + + + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>→ Feature plugins</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Deleted help/html/dirble.html version [7d6534e40b].
|
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Modified help/html/dragndrop.html from [53d8691182] to [99d9f80421].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | + + + + + + + - + - - - + + + - - - + - - - + + + + + + - + - + + - + - - - + + + + + + - + - - + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Drag'n'drop</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/edit.html from [915d7fa2e4] to [67b9537e07].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + + + + + - + - - + + - - - + - + + + + + - + - + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Edit</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Added help/html/exportcat.html version [b528a7d076].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Export all stations</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script> </head> <body><div class="page" role="main"> <div class="header"><div class="trails" role="navigation"> <div class="trail"> <a class="trail" href="glossary.html" title="Glossary">Glossary</a> » <a class="trail" href="index.html#extra" title="Additional features">Additional features</a> » </div> <div class="trail"> <a class="trail" href="technical.html" title="Technical information">Technical information</a> » <a class="trail" href="index.html#extra" title="Additional features">Additional features</a> » </div> </div></div> <div class="body"> <div class="hgroup"><h1 class="title"><span class="title">Export all stations</span></h1></div> <div class="region"> <div class="contents"> <p class="p">There's an "Export All" plugin available. It adds an entry under <span class="guiseq"><span class="gui">Main menu</span> ▸ <span class="gui">Extensions</span> ▸ <span class="gui">Export all stations</span></span>. Which allows to export all stations from the currently visible channel category.</p> <p class="p">This is of course intended primarily for saving your bookmarks. And it allows to import radio lists into any other music player or playlist collection/management app (such as Rhythmbox).</p> </div> <div id="configuration" class="sect"><div class="inner"> <div class="hgroup"><h2 class="title"><span class="title">Configuration option</span></h2></div> <div class="region"><div class="contents"> <p class="p">You can set the default export format in the settings dialog <span class="key"><kbd>F12</kbd></span>.</p> <p class="p">It supports all common export formats now, with .PLS being the default.</p> </div></div> </div></div> <div class="sect sect-links" role="navigation"> <div class="hgroup"></div> <div class="contents"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">More Information</span></h2></div> <div class="region"><ul><li class="links "><a href="index.html#extra" title="Additional features">Additional features</a></li></ul></div> </div></div></div> </div> </div> <div class="clear"></div> </div> <div class="footer"></div> </div></body> </html> |
Added help/html/extending.html version [bbaab3fc5e].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Extension Howto</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script> </head> <body><div class="page" role="main"> <div class="header"><div class="trails" role="navigation"><div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#advanced" title="Advanced topics">Advanced topics</a> » </div></div></div> <div class="body"> <div class="hgroup"><h1 class="title"><span class="title">Extension Howto</span></h1></div> <div class="region"> <div class="contents"> <p class="p">Streamtuner2 is written in Python, a rather easy programming language. And it's also rather simple to write a new channel plugin.</p> <p class="p">The basic layout of every channel plugin is as follows:</p> <div class="code"><pre class="contents "> from channels import * class myplugin (ChannelPlugin): title = "MyNewChannel" module = "myplugin" homepage = "http://www.mymusicstation.com/" categories = [] def update_categories(self): self.categories = [] def update_streams(self, cat, force=0): entries = [] # ... # get it from somewhere # ... return entries </pre></div> <p class="p">There are some self-explanatory description fields, and two important methods. Sometimes you don't need categories even. The update_streams() function often downloads a website, parses it with regular expressions or PyQuery / DOM methods, and packs into into a result list.</p> <p class="p">Here entries is a list of dictionaries, with standardized entry names like "title" and "playing" for the description, and "homepage" for a browsable link, and most importantly "url" for the actual streaming link. Often you want to add a "genre" and "format" and "bitrate" info. But this depends on your plugins data source, really.</p> </div> <div class="sect sect-links" role="navigation"> <div class="hgroup"></div> <div class="contents"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">More Information</span></h2></div> <div class="region"><ul><li class="links "><a href="index.html#advanced" title="Advanced topics">Advanced topics</a></li></ul></div> </div></div></div> </div> </div> <div class="clear"></div> </div> <div class="footer"></div> </div></body> </html> |
Modified help/html/favicon.html from [f10dc67d38] to [0b3ba853b9].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + + + + + + - + - - - + + + - - - + + + + + - + - + - + + - - - + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Station favicons</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
55 56 57 58 59 60 61 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | - - - - + + + - + - + - - - + | disable this for privacy reasons though.</p></dd> <dt class="terms">☑ Omit placeholders</dt> <dd class="terms"><p class="p">Oftentimes the Google favicon service sends back a placeholder icon (a blue mini globe), which doesn't look very interesting. So you might want to disable those. (They're still downloaded, but just not saved in the cache directory.)</p></dd> </dl></div></div></div></div></div> |
Modified help/html/filetypes.html from [d4f4b5e921] to [567ad64c68].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | + + + + + + + - + - - - + + + - - - + - - - + + + - + - + - + - - - + + - + - + - + - - - + + - + - + - + - - - + + - + - + - + - - - + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>File types</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
113 114 115 116 117 118 119 | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | - - - - + + + - + - + - - - + | <p class="p">*.url (Internet Shortcut) files also are single-link containers.</p> </li> </ul></div></div></div> <p class="p">For a comparison of what various audio players support, see also <span class="link"><a href="http://fossil.include-once.org/streamtuner2/wiki/Playlist+format+support" title="http://fossil.include-once.org/streamtuner2/wiki/Playlist+format+support">Playlist format support</a></span> in the ST2 fossil wiki.</p> </div></div> |
Modified help/html/filtermusic.html from [ff0f366b5e] to [90cbdd2e4c].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + + + + + - + - - + + - + - - - + - - - + + + + + + + - + - - + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> filtermusic</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/global_key.html from [b904a63bcc] to [1c18ee9a9e].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Global_key</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
47 48 49 50 51 52 53 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + + + + + + + + + + - + - + + - - - + + + - + - + - - - + | <tr class="shade"> <td style="border-top-style: solid;"><p class="p"><span class="input">XF86Forward</span></p></td> <td style="border-top-style: solid;border-left-style: solid;"><p class="p">Uses a "forward" function key. (default)</p></td> </tr> </table></div></div></div> <p class="p">To define another channel as source, enter its module name in the according field. Also add a category separated by : colon here.</p> <div class="note note-bug" title="Bug"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m7 8v7h0.0078a5 6.3027 0 0 0 3.9922 5.867v-6.867h2v6.871a5 6.3027 0 0 0 3.988-5.871h0.012v-7h-10z"></path> <path class="yelp-svg-fill" d="m12 3a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4z"></path> <path class="yelp-svg-fill" d="m16 12h6v1h-6z"></path> <path class="yelp-svg-fill" transform="rotate(-30)" d="m9.2045 16.361h6v1h-6z"></path> <path class="yelp-svg-fill" transform="rotate(30)" d="m21.704 4.2894h6v1h-6z"></path> <path class="yelp-svg-fill" d="m2 12h6v1h-6z"></path> <path class="yelp-svg-fill" transform="rotate(30)" d="m5.5801 4.3612h6v1h-6z"></path> <path class="yelp-svg-fill" transform="rotate(-30)" d="m-6.9199 16.289h6v1h-6z"></path> |
Modified help/html/glossary.html from [752b6c338c] to [8c7860ff9a].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Glossary</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
70 71 72 73 74 75 76 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - - - + + + - + - - - - + + + - + - + - - - + | <dt class="terms">Bitrate</dt> <dd class="terms"><p class="p">Audio streams are compressed with exactness loss. This can be heard at lower "bitrates". For MP3 files any music with less than 100 kbit/s starts to hiss, while OGG Vorbis still sounds okay at a datarate of e.g. 64 kbit per second. So while bitrate basically means file size per duration, it's commonly used as quality indicator.</p></dd> </dl></div></div></div></div> |
Added help/html/highlight.pack.js version [a0f3b3e811].
cannot compute difference between binary files
Modified help/html/homepage.html from [9017356090] to [269f8d2247].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | + + + + + + + - + - - + + - - - + - + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Radio homepages</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Added help/html/img/channel_liveradio.png version [79d114b1a2].
cannot compute difference between binary files
Added help/html/img/channel_peertube.png version [52f49dcbe9].
cannot compute difference between binary files
Modified help/html/img/channel_radiobrowser.png from [3fbe2b73c1] to [acacd21a16].
cannot compute difference between binary files
Modified help/html/index.html from [e7a2cca727] to [b492a34e7b].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | + + + + + + + - + - - - - + + - - - - - + + + + + - + - - + + - - - - + + + - + + - + - - + + - - + - - + + - + - - - - + + + + - + - + - - - - + + + - + - - + + - - - + + - + - + - + - - - - + - + + - - - - + + + + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>♪ Streamtuner2 </title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/internet_radio_org_uk.html from [233516ae57] to [7f57be2384].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + + + + + - + - - + + - + - - - + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Internet-Radio</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/introduction.html from [4e023c8740] to [f739ddcf5c].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | + + + + + + + - + - - - + + + - - - + - - - + + + - + - - - + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Introduction</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
71 72 73 74 75 76 77 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - + - - - + + - + - - - - - - - + + + + + + + + + + - + - + - - - + | <tr class="shade"> <td style="border-top-style: solid;"><p class="p"><span class="link"><a href="search.html" title="Searching">Searching</a></span></p></td> <td style="border-top-style: solid;border-left-style: solid;"><p class="p">You can get a radio list according to search criteria.</p></td> </tr> </table></div></div></div> <p class="p"> Play, Record and Homepage also have buttons in the toolbar.</p> </div></div> |
Modified help/html/jamendo.html from [7a62d2169e] to [122f64e043].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + + + + + - + - - + + - + - - - + - - - + + + + + + + + + + + + + - + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Jamendo</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Added help/html/jquery.syntax.brush.html.js version [f11c4b32b9].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | // brush: "html" aliases: [] // This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License. // Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz> // See <jquery.syntax.js> for licensing details. Syntax.brushes.dependency('html', 'xml'); Syntax.brushes.dependency('html', 'javascript'); Syntax.brushes.dependency('html', 'css'); Syntax.brushes.dependency('html', 'php-script'); Syntax.brushes.dependency('html', 'ruby'); Syntax.register('html', function(brush) { brush.push({ pattern: /<script.*?type\=.?text\/javascript.*?>((.|\n)*?)<\/script>/gmi, matches: Syntax.extractMatches({brush: 'javascript'}) }); brush.push({ pattern: /<style.*?type=.?text\/css.*?>((.|\n)*?)<\/style>/gmi, matches: Syntax.extractMatches({brush: 'css'}) }); brush.push({ pattern: /((<\?php)([\s\S]*?)(\?>))/gm, matches: Syntax.extractMatches( {klass: 'php-tag', allow: ['keyword', 'php-script']}, {klass: 'keyword'}, {brush: 'php-script'}, {klass: 'keyword'} ) }); brush.push({ pattern: /((<\?rb?)([\s\S]*?)(\?>))/gm, matches: Syntax.extractMatches( {klass: 'ruby-tag', allow: ['keyword', 'ruby']}, {klass: 'keyword'}, {brush: 'ruby'}, {klass: 'keyword'} ) }); brush.push({ pattern: /<%=?(.*?)(%>)/g, klass: 'instruction', allow: ['string'] }); brush.push({ pattern: /<\!(DOCTYPE(.*?))>/g, matches: Syntax.extractMatches({klass: 'doctype'}) }); // Is this rule still relevant? brush.push({ pattern: /(%[0-9a-f]{2})/gi, klass: 'percent-escape', only: ['html'] }); // The position of this statement is important - it determines at what point the rules of the parent are processed. // In this case, the rules for xml are processed after the rules for html. brush.derives('xml'); }); |
Added help/html/liveradio.html version [e6449ef24c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> LiveRadio.ie</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } }, false);</script><script type="text/javascript" src="yelp.js"></script> </head> <body><main><div class="page"> <header><div class="inner pagewide"><div class="trails" role="navigation"> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#extra" title="Additional features">Additional features</a> » <a class="trail" href="pluginmanager2.html" title="Plugin Manager 2 - 📦 Add">Plugin Manager 2 - <span class="key"><kbd>📦 Add</kbd></span> </a> » <a class="trail" href="configuration.html#plugins" title="Channel and feature plugins and settings">Channel and feature plugins and settings</a> » </div> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#browsing" title="Browsing channels and radio stations">Browsing channels and radio stations</a> » <a class="trail" href="channels.html" title="Channels">Channels</a> › <a class="trail" href="channels.html#list" title="Available channels">Available channels</a> » </div> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#channels" title="Channel tabs">Channel tabs</a> » </div> </div></div></header><article><div class="hgroup pagewide"> <h1 class="title"><span class="title"><span class="media"><span class="media media-image"><img src="img/channel_liveradio.png" class="media media-inline" alt=""></span></span> LiveRadio.ie</span></h1> <h2 class="subtitle"><span class="subtitle"><span class="link"><a href="http://liveradio.ie/" title="http://liveradio.ie/">//liveradio.ie/</a></span></span></h2> </div> <div class="region"> <div class="contents pagewide"> <p class="p">LiveRadio.ie is a station directory from Irish radio enthusiasts. It's going pretty strong with over 4500 entries and a neat UI. It obviously also lists international stations. </p> <p class="p">It doesn't have an API in itself, but utilizes HTML5 microdata. And the station logos are utilized directly in ST2 as favicons.</p> </div> <section id="options"><div class="inner"> <div class="hgroup pagewide"><h2 class="title"><span class="title">Configuration</span></h2></div> <div class="region"><div class="contents pagewide"> <p class="p"> There's an option for querying LiveRadio.UK instead. This requires a Streamtuner2 restart however, and might not be reflected in the UI. </p> <p class="p"> Responds to the PyQuery (instead of regex) parsing main option. </p> <p class="p"> Per default fetches 10 pages at once. </p> </div></div> </div></section><section class="links" role="navigation"><div class="inner"> <div class="hgroup pagewide"></div> <div class="contents pagewide"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">More Information</span></h2></div> <div class="region"><ul> <li class="links "><a href="channels.html#list" title="Available channels">Available channels</a></li> <li class="links "><a href="configuration.html#plugins" title="Channel and feature plugins and settings">Channel and feature plugins and settings</a></li> <li class="links "><a href="index.html#channels" title="Channel tabs">Channel tabs</a></li> </ul></div> </div></div></div> </div></section> </div> <div class="clear"></div></article><footer><div class="inner pagewide"></div></footer> </div></main></body> </html> |
Modified help/html/modarchive.html from [2c891eaa2a] to [d9ebdeac53].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + + + + + + + - + - - + + - + - - - + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> The MOD Archive</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/myoggradio.html from [9e03599eee] to [a76e84239a].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | + + + + + + + - + - - + + - + - - - + - - - + + + - + - - - + + + + + + - - - + + + - - - + + + - + + + + + + + + + + + + + - + - + - + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> MyOggRadio</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Added help/html/peertube.html version [95e03cd09d].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Peertube</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } }, false);</script><script type="text/javascript" src="yelp.js"></script> </head> <body><main><div class="page"> <header><div class="inner pagewide"><div class="trails" role="navigation"> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#extra" title="Additional features">Additional features</a> » <a class="trail" href="pluginmanager2.html" title="Plugin Manager 2 - 📦 Add">Plugin Manager 2 - <span class="key"><kbd>📦 Add</kbd></span> </a> » <a class="trail" href="configuration.html#plugins" title="Channel and feature plugins and settings">Channel and feature plugins and settings</a> » </div> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#browsing" title="Browsing channels and radio stations">Browsing channels and radio stations</a> » <a class="trail" href="channels.html" title="Channels">Channels</a> › <a class="trail" href="channels.html#list" title="Available channels">Available channels</a> » </div> <div class="trail"> <a class="trail" href="index.html" title="♪ Streamtuner2"><span class="media"><span class="media media-image"><img src="img/logo.png" class="media media-inline" alt="♪"></span></span> Streamtuner2 </a> › <a class="trail" href="index.html#channels" title="Channel tabs">Channel tabs</a> » </div> </div></div></header><article><div class="hgroup pagewide"> <h1 class="title"><span class="title"><span class="media"><span class="media media-image"><img src="img/channel_peertube.png" class="media media-inline" alt=""></span></span> Peertube</span></h1> <h2 class="subtitle"><span class="subtitle"><span class="link"><a href="http://joinpeertube.org/" title="http://joinpeertube.org/">//joinpeertube.org/</a></span></span></h2> </div> <div class="region"> <div class="contents pagewide"> <p class="p">PeerTube is a federated video hosting network. And this channel allows you to browse /Music and other categories. It's not quite a very rich ecosystem yet, but very international. So perhaps worth a lookaround.</p> <p class="p">The category list seeems to be uniform across most Peertube instances. So you only need to reload stations/videos once switching the address in the settings. </p> <p class="p">Per default you should use VLC and <span class="link"><a href="http://youtube-dl.org/" title="http://youtube-dl.org/">youtube-dl</a></span> in the playback settings. Per default the faux mime type <span class="cmd">video/youtube</span> is used for all listings. However, internally there's a lookup for an .m3u or direct .mp4 link already. So the <span class="cmd">video/*</span> entry should also be populated.</p> </div> <section id="options"><div class="inner"> <div class="hgroup pagewide"><h2 class="title"><span class="title">Channel options.</span></h2></div> <div class="region"><div class="contents pagewide"><div class="terms"><div class="inner"><div class="region"><dl class="terms"> <dt class="terms"><span class="code">🔠 Peertube server</span></dt> <dd class="terms"><p class="p">Sets the main isntance to query video listings from. Now most of the other sites will be peered, so the main server doesn't have that much influence. It changes the ordering however, and will reveal more local videos or languages often.</p></dd> </dl></div></div></div></div></div> </div></section><section class="links" role="navigation"><div class="inner"> <div class="hgroup pagewide"></div> <div class="contents pagewide"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">More Information</span></h2></div> <div class="region"><ul> <li class="links "><a href="channels.html#list" title="Available channels">Available channels</a></li> <li class="links "><a href="configuration.html#plugins" title="Channel and feature plugins and settings">Channel and feature plugins and settings</a></li> <li class="links "><a href="index.html#channels" title="Channel tabs">Channel tabs</a></li> </ul></div> </div></div></div> </div></section> </div> <div class="clear"></div></article><footer><div class="inner pagewide"></div></footer> </div></main></body> </html> |
Modified help/html/playing.html from [248a899bd6] to [0ad6a25126].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + + + + + + + - + - - + + - - - + - + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Playing</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/pluginmanager2.html from [88aaf76b41] to [359adad2bb].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | + + + + + + + - + - - - + + + - - - + + + + + - + - - + + + - + - - - + + + - + - - - - + + + + + - + + + + + + + + + + + - - + + - - - + + + - + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Plugin Manager 2 - 📦 Add </title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/radiobrowser.html from [426469a7b0] to [b4b43078ae].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + + + + + - + - - + + - + - - - + - - - + + + + - + + + + + - - - + + + + + + + - - - - - + + + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Radio-Browser</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/radionomy.html from [61d48708a5] to [9208d61be7].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | + + + + + + + - + - - + + - + - - - + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Radionomy</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/recording.html from [0ec4fd2fce] to [01fc39cbce].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + + + + + - + - - + + - - - + - + - - - + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Recording</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
61 62 63 64 65 66 67 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | - + - - - + + - + - - - + + - + - - - + + - + - - - + + | </ol></div></div></div> <p class="p">Whenever you leave out the <span class="cmd">xterm</span> prefix, it runs silently in the background. Common xterm alternatives are <span class="cmd">x-terminal-emulator</span>, or <span class="cmd">rxvt</span>, <span class="cmd">gnome-terminal</span>, and <span class="cmd">xfce4-terminal</span> etc.</p> <p class="p">See the streamripper(1) man page or its <span class="link"><a href="http://streamripper.sourceforge.net/faq.php" title="http://streamripper.sourceforge.net/faq.php">FAQ</a></span> for more tips.</p> </div></div> |
120 121 122 123 124 125 126 | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - - - - + + + - + - + - - - + | </ul></div></div></div> </li> </ol></div></div></div> <p class="p"> All MOD file formats (IT, XM, S3M, etc.) are mapped to this generic type specifier. </p> </div></div> |
Modified help/html/reddit.html from [522e0149eb] to [8fc7c18c7e].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | + + + + + + + - + - - + + - + - - - + - - - + + + - + - - - + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Reddit</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
105 106 107 108 109 110 111 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | + + + + - + - - + + - - - + + + - + - + - - - + | </dd> <dt class="terms"><span class="code">☑ Keep all web links </span></dt> <dd class="terms"><p class="p">Besides audio/video links, some subreddits link to album art or are just news feeds. Enable the "keep all" option to retain them. Such entries will open in your web browser instead of an audio player, of course.</p></dd> </dl></div></div></div> <div class="note" title="Note"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path> <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path> |
Modified help/html/reloading.html from [4ed418b840] to [b2fa882066].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + + + + + + - + - - - + + + - - - + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Reloading</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/saving.html from [45b4666dff] to [6bd0cc06e7].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + + + + + + + - + - - + + - - - + - + + + + + - + - + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Saving</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/search.html from [36f7458303] to [436b875106].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + + + + + - + - - + + - - - + - - - - + + + + - + - - - + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Searching</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
56 57 58 59 60 61 62 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - - - - + + + - + - + - - - + | <div class="title title-item"><h3><span class="title"><span class="key"><kbd>Cache find</kbd></span></span></h3></div> <p class="p">While <span class="gui">cache find</span> would just look up entries in your already downloaded channel/genre lists. This is sufficient when you're just looking for something previously seen/listened to.</p> </li> </ul></div></div></div> </div></div> |
Modified help/html/shoutcast.html from [f759284b96] to [4cbc1dbe00].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + + + + + + - + - - + + - + - - - + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Shoutcast</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/somafm.html from [3d65961af9] to [e2102a92fa].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | + + + + + + + - + - - + + - + - - - + + + + + - - + + + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> SomaFM</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/specbuttons.html from [1f631d0f0a] to [a440dc5f47].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + - + - - - + + + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Special extra/mini buttons</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
44 45 46 47 48 49 50 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | - - - + + + - + - - - + + - + - - - + + - + - - - + + + + + + + + + + + + - + - - + + - - - + + + - + - + - - - + | </tr> <tr class="shade"> <td style="border-top-style: solid;"><p class="p"><span class="app">./import.png</span></p></td> <td style="border-top-style: solid;border-left-style: solid;"><p class="p"><span class="cmd">audacity %pls</span></p></td> </tr> </table></div></div></div> </div> |
Modified help/html/streams.html from [0579549c85] to [411d82bdf2].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + + + + + - + - - - + + + - - - + - - - + + + - - + + - - - + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Streams / Stations</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/surfmusik.html from [5ebd43e1df] to [90bcdd7d6d].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | + + + + + + + - + - - + + - + - - - + + + + + + + + + + + - - + + + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> SurfMusic</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/technical.html from [c3904fea2f] to [d044ffabbe].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + + + + + + - + - - - + + + - - - - - - + + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Technical information</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
34 35 36 37 38 39 40 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - + - - - + + + + + + - - - + + + - - + + - - - + + + - + - - - + + + + + + - - + + - - - + + + - + - + - - - + | <dd class="terms"><p class="p">Audacious/VLC or any other player</p></dd> <dd class="terms"><p class="p">Streamripper or fIcy</p></dd> <dd class="terms"><p class="p">youtube-dl</p></dd> <dd class="terms"><p class="p">fonts: Symbola/Unifont for some UI parts</p></dd> </dl></div> </div></div> </div></div> |
Modified help/html/timer.html from [85a02da8f4] to [c969e9acf3].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + + + + + - + - - + + - - - + - - - - + + + + + + + + - + - - + + - - - + + + - + - - - + + + + + - - - + + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Timer</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/tunein.html from [cbe2c6c64a] to [7bbb413fac].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + + + + + + + - + - - + + - + - - - + - - - + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> TuneIn</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/ubuntuusersm.html from [a5d8076a02] to [94b6f7a495].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + + + + + - + - - + + - + - - - + + + + + - + - + + - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> UbuntuUsers</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Modified help/html/xiph.html from [60dac22923] to [517e0e6e1a].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + + + + + + - + - - + + - + - - - + - - - + + + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Xiph.org</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
70 71 72 73 74 75 76 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | + + + + - - + + + - - - - + + + - + - + - - - + | something which Xiph doesn't approve of. But the drawbacks of their alternative offerings are too severe and user-unfriendly; which is why there's this raw HTML extraction mode now.</p> <p class="p">The website listings contain full station homepages and a few more extras. In this mode we can even acceess the XSPF playlist formats directly. Both, the server search function, or browsing by audio/video format are supported. </p> <div class="note" title="Note"> <svg width="24" height="24" version="1.1"> <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"></path> <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"></path> |
Modified help/html/yelp.js from [e4d677e371] to [4995ba1bc5].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 | + + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + + + + + - - - - + - - + + + - - - + + - - + + + + + - - - - - + + + + - - + + - - - - - - - - + + + + + + + + + - - - - + + + - - + - - - + - - - - - - - - - + + + + + + + - - - - - - + + + + + + + + - - - - - - - + + + + + + - - - + + + + - - - - - - + + - - - + - - + - - - + - - - - + - - - - + - - - + - - + - - - - + + + + + + + + + + - - + - - - - - - - - - - - - - - - + - - - - - + + + + + + + + + + + + + + + + + - - - - + - - - - - + + - - - - - + + + + + + + - + - - + + + - - - + + + + + - - - - + + + - - - - - - - - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - - - + - - - - - - - - - - - + + + + - - + - - - - + + + - - - - + + + + + - - - - - - + + + - - - - - - - - - + + + + + + + + + + + - - - - - + + - - - - + - - + - - + + - - - + - - - - - - - + - - - - + + - - - - + - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - + + + + - - - + + + + - - - + + - - + - - - - + + + + - - - + + + + + + + + - - - - - - + + + - - - - + + + + + + + + + - - - + - - - - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + - - + + + + - - + + - - + + - - - - - + - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - + + - - - - + + - - - + + + + + + - - - + + + + - - - - - - - - + - - + + + + + + - - - - - - + + + + + + + + - - - - - - + + + + - - + + + + - - - - - + + - - - - - - - + + + + + + - - - - - - - + - - - + + + - - - - - - + + + + + + + + - - - - + + + + + + - - - - + + + - - - - - - - - + - - - - + - - - - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - + - - - + + + - - - - - + + + + - - - - - + + + + + - + | document.addEventListener('DOMContentLoaded', function() { var yelp_hash_highlight = function () { if (location.hash != '') { var sect = document.querySelector(location.hash); if (sect != null) { sect.classList.add('yelp-hash-highlight'); window.setTimeout(function () { sect.classList.remove('yelp-hash-highlight'); }, 500); } } } window.addEventListener('hashchange', yelp_hash_highlight, false); yelp_hash_highlight(); }, false); var __yelp_generate_id_counter__ = 0; function yelp_generate_id () { var ret = 'yelp--' + (++__yelp_generate_id_counter__).toString(); |
Modified help/html/youtube.html from [dee3f42011] to [bd547aa56e].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + + + + + + - + - - + + - + - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + - - - - + + + - + - + - - - + | <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title> Youtube</title> <link rel="stylesheet" type="text/css" href="C.css"> <script type="text/javascript" src="highlight.pack.js"></script><script> document.addEventListener('DOMContentLoaded', function() { var matches = document.querySelectorAll('code.syntax') for (var i = 0; i < matches.length; i++) { hljs.highlightBlock(matches[i]); } |
Added help/img/channel_peertube.png version [52f49dcbe9].
cannot compute difference between binary files