This file is indexed.

/usr/share/doc/emms/emms.html is in emms 4.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014,
   2015, 2016  Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The Emms Manual</title>

<meta name="description" content="The Emms Manual">
<meta name="keywords" content="The Emms Manual">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="#Top" rel="start" title="Top">
<link href="#Concept-Index" rel="index" title="Concept Index">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
<link href="dir.html#Top" rel="up" title="(dir)">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<h1 class="settitle" align="center">The Emms Manual</h1>






<a name="SEC_Contents"></a>
<h2 class="contents-heading">Table of Contents</h2>

<div class="contents">

<ul class="no-bullet">
  <li><a name="toc-Introduction-1" href="#Introduction">1 Introduction</a></li>
  <li><a name="toc-Quickstart-Guide-1" href="#Quickstart-Guide">2 Quickstart Guide</a></li>
  <li><a name="toc-Installation-1" href="#Installation">3 Installation</a>
  <ul class="no-bullet">
    <li><a name="toc-Compiling-Emms-1" href="#Compiling-Emms">3.1 Compiling Emms</a></li>
  </ul></li>
  <li><a name="toc-Setup-1" href="#Setup">4 Setup</a></li>
  <li><a name="toc-Configuration-1" href="#Configuration">5 Configuration</a>
  <ul class="no-bullet">
    <li><a name="toc-Finding-files-and-speed-1" href="#Finding-files-and-speed">5.1 Finding files and speed</a></li>
  </ul></li>
  <li><a name="toc-Getting-Help-1" href="#Getting-Help">6 Getting Help</a></li>
  <li><a name="toc-Formats-and-Freedom-1" href="#Formats-and-Freedom">7 Formats and Freedom</a></li>
  <li><a name="toc-Basic-Commands-1" href="#Basic-Commands">8 Basic Commands</a></li>
  <li><a name="toc-The-Core-File-1" href="#The-Core-File">9 The Core File</a>
  <ul class="no-bullet">
    <li><a name="toc-User-Variables-1" href="#User-Variables">9.1 User Variables</a></li>
    <li><a name="toc-Hooks-1" href="#Hooks">9.2 Hooks</a></li>
    <li><a name="toc-Core-Functions-1" href="#Core-Functions">9.3 Core Functions</a></li>
  </ul></li>
  <li><a name="toc-Sources-1" href="#Sources">10 Sources</a></li>
  <li><a name="toc-Simple-Players-1" href="#Simple-Players">11 Simple Players</a></li>
  <li><a name="toc-Playlists-1" href="#Playlists">12 Playlists</a></li>
  <li><a name="toc-Track-Information-1" href="#Track-Information">13 Track Information</a>
  <ul class="no-bullet">
    <li><a name="toc-Using-TagLib-1" href="#Using-TagLib">13.1 Using TagLib</a></li>
    <li><a name="toc-Defining-Info-Methods-1" href="#Defining-Info-Methods">13.2 Defining Info Methods</a></li>
  </ul></li>
  <li><a name="toc-Interactive-Playlists-1" href="#Interactive-Playlists">14 Interactive Playlists</a></li>
  <li><a name="toc-Markable-Playlists-1" href="#Markable-Playlists">15 Markable Playlists</a></li>
  <li><a name="toc-Extending-Emms-1" href="#Extending-Emms">16 Extending Emms</a>
  <ul class="no-bullet">
    <li><a name="toc-New-Player-1" href="#New-Player">16.1 New Player</a></li>
    <li><a name="toc-Simple-Player-for-_0060play_0027-1" href="#Simple-Player-for-_0060play_0027">16.2 Simple Player for &lsquo;play&rsquo;</a></li>
    <li><a name="toc-More-Complex-Player-1" href="#More-Complex-Player">16.3 More Complex Player</a></li>
  </ul></li>
  <li><a name="toc-The-Browser-1" href="#The-Browser">17 The Browser</a>
  <ul class="no-bullet">
    <li><a name="toc-Browser-Interface-1" href="#Browser-Interface">17.1 Browser Interface</a></li>
    <li><a name="toc-Filtering-Tracks-1" href="#Filtering-Tracks">17.2 Filtering Tracks</a></li>
    <li><a name="toc-Displaying-Covers-1" href="#Displaying-Covers">17.3 Displaying Covers</a></li>
    <li><a name="toc-Changing-Looks-1" href="#Changing-Looks">17.4 Changing Looks</a></li>
  </ul></li>
  <li><a name="toc-Sorting-Playlists-1" href="#Sorting-Playlists">18 Sorting Playlists</a></li>
  <li><a name="toc-Persistent-Playlists-1" href="#Persistent-Playlists">19 Persistent Playlists</a></li>
  <li><a name="toc-Editing-Tracks-1" href="#Editing-Tracks">20 Editing Tracks</a></li>
  <li><a name="toc-Emms-Mode-Line-1" href="#Emms-Mode-Line">21 Emms Mode Line</a></li>
  <li><a name="toc-Music-Player-Daemon-1" href="#Music-Player-Daemon">22 Music Player Daemon</a></li>
  <li><a name="toc-Lyrics-1" href="#Lyrics">23 Lyrics</a></li>
  <li><a name="toc-Volume-1" href="#Volume">24 Volume</a></li>
  <li><a name="toc-Streaming-Audio-1" href="#Streaming-Audio">25 Streaming Audio</a></li>
  <li><a name="toc-APE-_002f-FLAC-Commands-1" href="#APE-_002f-FLAC-Commands">26 APE / FLAC Commands</a></li>
  <li><a name="toc-Bookmarks-1" href="#Bookmarks">27 Bookmarks</a></li>
  <li><a name="toc-GNU-FM-1" href="#GNU-FM">28 GNU FM</a>
  <ul class="no-bullet">
    <li><a name="toc-Uploading-Track-Information-1" href="#Uploading-Track-Information">28.1 Uploading Track Information</a></li>
    <li><a name="toc-GNU-FM-Streaming-1" href="#GNU-FM-Streaming">28.2 GNU FM Streaming</a></li>
  </ul></li>
  <li><a name="toc-GNU-General-Public-License" href="#Copying">GNU General Public License</a>
  <ul class="no-bullet">
    <li><a name="toc-Preamble" href="#Preamble">Preamble</a></li>
    <li><a name="toc-How-to-Apply-These-Terms-to-Your-New-Programs" href="#How-to-Apply-These-Terms-to-Your-New-Programs">How to Apply These Terms to Your New Programs</a></li>
  </ul></li>
  <li><a name="toc-GNU-Free-Documentation-License" href="#The-GNU-FDL">29 GNU Free Documentation License</a>
  <ul class="no-bullet">
    <li><a name="toc-ADDENDUM_003a-How-to-use-this-License-for-your-documents" href="#ADDENDUM_003a-How-to-use-this-License-for-your-documents">29.1 ADDENDUM: How to use this License for your documents</a></li>
  </ul></li>
  <li><a name="toc-Concept-Index-1" href="#Concept-Index">Concept Index</a></li>
  <li><a name="toc-Function-Index-1" href="#Function-Index">Function Index</a></li>
  <li><a name="toc-Variable-Index-1" href="#Variable-Index">Variable Index</a></li>
  <li><a name="toc-Keybinding-Index-1" href="#Keybinding-Index">Keybinding Index</a></li>
</ul>
</div>


<a name="Top"></a>
<div class="header">
<p>
Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Emms-Manual"></a>
<h1 class="top">Emms Manual</h1>

<p>This is the Manual for the Emacs Multimedia System.
</p>
<p>&copy; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014,
   2015, 2016  Free Software Foundation, Inc.
</p><blockquote>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled &quot;GNU Free
Documentation License&quot;.
</p></blockquote>


<table class="menu" border="0" cellspacing="0">
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Starting out
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Introduction" accesskey="1">Introduction</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Introduction to Emms.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Quickstart-Guide" accesskey="2">Quickstart Guide</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">First steps with Emms for new users.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Installation" accesskey="3">Installation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to install Emms on your System.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Setup" accesskey="4">Setup</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to setup Emms.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Configuration" accesskey="5">Configuration</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">More detailed setup and configuration.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Getting-Help" accesskey="6">Getting Help</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Where to get help with Emms and make suggestions.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Formats-and-Freedom" accesskey="7">Formats and Freedom</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">File formats without restrictions.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Emms basics
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Basic-Commands" accesskey="8">Basic Commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to control Emms with ease.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#The-Core-File" accesskey="9">The Core File</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The inner core of Emms.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Sources">Sources</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sources for playlists-creation.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Simple-Players">Simple Players</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Some simple players.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Playlists">Playlists</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How Emms organizes media.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Advanced Features
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Track-Information">Track Information</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">More narrative track descriptions.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Interactive-Playlists">Interactive Playlists</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interactive Playlists.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Markable-Playlists">Markable Playlists</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Allow tracks to be marked.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Extending-Emms">Extending Emms</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to define new players and modules.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Modules and Extensions
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#The-Browser">The Browser</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Advanced metadata browsing.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Sorting-Playlists">Sorting Playlists</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Sorting the order of the tracks.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Persistent-Playlists">Persistent Playlists</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Restoring playlists on emacs startup.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Editing-Tracks">Editing Tracks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Editing track information from within Emms.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Emms-Mode-Line">Emms Mode Line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Emms information on the mode line.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Music-Player-Daemon">Music Player Daemon</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interface to Music Player Daemon.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Lyrics">Lyrics</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Displaying lyrics synchronously.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Volume">Volume</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Changing the volume.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Streaming-Audio">Streaming Audio</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interface to streaming audio.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#APE-_002f-FLAC-Commands">APE / FLAC Commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to play next or previous track in these files.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Bookmarks">Bookmarks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Saving a place in a media file.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#GNU-FM">GNU FM</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Connect to music community websites.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Copying and license
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Copying">Copying</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The GNU General Public License gives you permission to
                            redistribute Emms on certain terms; it also explains
                            that there is no warranty.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#The-GNU-FDL">The GNU FDL</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The license for this documentation.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Indices
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Concept-Index">Concept Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Function-Index">Function Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Variable-Index">Variable Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Keybinding-Index">Keybinding Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">&mdash; The Detailed Node Listing &mdash;

Here are some other nodes which are really inferiors of the ones
already listed, mentioned here so you can get to them in one step:

Installation
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Compiling-Emms">Compiling Emms</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Compiling Emms into Byte-Code.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

The Core File
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#User-Variables">User Variables</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Variables for the user to tweak.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Hooks">Hooks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Hooks for important Emms functions.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Core-Functions">Core Functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Providing the basic functionality of Emms.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Track Information
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Using-TagLib">Using TagLib</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">TagLib for track information.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Defining-Info-Methods">Defining Info Methods</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Defining new info methods.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Extending Emms
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#New-Player">New Player</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to define a new player.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Simple-Player-for-_0060play_0027">Simple Player for `play'</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Example player using <code>play</code>.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#More-Complex-Player">More Complex Player</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Example of a complex player using <code>mpg321</code>.
</td></tr>
</table>


<hr>
<a name="Introduction"></a>
<div class="header">
<p>
Next: <a href="#Quickstart-Guide" accesskey="n" rel="next">Quickstart Guide</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Introduction-1"></a>
<h2 class="chapter">1 Introduction</h2>

<a name="index-introduction"></a>

<p>Emms is the Emacs Multi-Media System. It tries to be a clean and small
application to play multimedia files from Emacs using external
players. Many of its ideas are derived from
<a href="http://www.nongnu.org/mp3player">MpthreePlayer</a>, but it tries to
be more general and more clean.
</p>
<p>This manual tries to be the definitive source of information about
Emms, an online version of the manual is available at:
<a href="http://www.gnu.org/software/emms/manual/">http://www.gnu.org/software/emms/manual/</a>.
</p>
<p>The basic functionality of Emms consists of three parts: The core, the
sources, and the players.
</p>
<p>The core resides in <samp>emms.el</samp>, and provides a simple playlist and the
basic functionality to use all the other features of Emms. It provides
the common user commands and interfaces for other parts. It thinks in
tracks, where a track is the combination of a type and a name - e.g.
the track type &rsquo;file has a name that is the file name. Other track
types are possible.
</p>
<p>To get to tracks, the core needs sources. The file <samp>emms-source-file.el</samp>
provides simple sources to interact with the file system.
</p>
<p>When Emms finally has the sources in the playlist, it needs a player
to play them. <samp>emms-player-simple.el</samp> defines a few useful players, and
allows you to define your own in a very simple way.
</p>
<p>The Emms core comes with many additional features to extend its
functionality.
</p>
<p>The way Emms works is easy to customize with your own code or by using
&lsquo;M-x customize&rsquo; or by changing the variables directly.
</p>

<hr>
<a name="Quickstart-Guide"></a>
<div class="header">
<p>
Next: <a href="#Installation" accesskey="n" rel="next">Installation</a>, Previous: <a href="#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Quickstart-Guide-1"></a>
<h2 class="chapter">2 Quickstart Guide</h2>

<p>This chapter demonstrates how to setup Emms so that you can start
listening to your music without having to read all of the
documentation first. This is the tl;dr version of the manual.
</p>
<p>The first thing you have to do is telling Emacs where Emms is
located. Let&rsquo;s say you have it in <samp>~/elisp/emms/</samp>. So add this
line to your <samp>.emacs</samp>:
</p>
<div class="lisp">
<pre class="lisp">(add-to-list 'load-path &quot;~/elisp/emms/lisp/&quot;)
</pre></div>

<p>More detailed information about installing Emms can be found in the
installation chapter, See <a href="#Installation">Installation</a>.
</p>
<p>You&rsquo;ll then want to load Emms into Emacs. To achieve this you invoke
the <code>emms-all</code> setup function by adding the following three lines
to your <samp>.emacs</samp>.
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-setup)
(emms-all)
(emms-default-players)
</pre></div>

<p>The function <code>emms-default-players</code> in the last line sets up the
list of default players. The list contains lightweight specialized
players like ogg123 or mpg321 and we-play-everything-players such as
mplayer, vlc, etc.. To be sure that emms can play all your music you
should check that your preferred players are installed on the machine.
</p>
<p>More detail about setting up Emms can be found in the setup chapter,
See <a href="#Setup">Setup</a>.
</p>
<p>Emms tries to display the tags (the name of the song, as opposed to
the name of the file) of the music you listen to. Emms can use libtag,
see See <a href="#Using-TagLib">Using TagLib</a>, or a combination of &lsquo;mp3info&rsquo; and &lsquo;ogginfo&rsquo;
(make sure that they are installed if you want Emms to use them.)
</p>
<p>The last thing to do is to tell Emms where your music is; the root
directory of our music collection. Let&rsquo;s say all your music is in
<samp>~/Music</samp> or in subdirectories thereof.
</p>
<div class="lisp">
<pre class="lisp">(setq emms-source-file-default-directory &quot;~/Music/&quot;)
</pre></div>

<p>OK, now we&rsquo;ve set up Emms. Reload your <samp>.emacs</samp> or restart Emacs to
let the changes have an effect.
</p>
<p>Now we will add all our music to a playlist by invoking <kbd>M-x
emms-add-directory-tree RET ~/Music/ RET</kbd>. We do this because then
Emms will read the tags of all your music files and caches them (this
is also required for the Emms browser, See <a href="#The-Browser">The Browser</a>.)
</p>
<p>To switch to the playlist buffer, invoke <kbd>M-x
emms-playlist-mode-go</kbd> or simply <kbd>M-x emms</kbd>. You may see that some
tracks are displayed with their file name, but as Emms populates its
tag cahe, track by track, the filenames get replaced with the artist
and track name of the file&rsquo;s tag.
</p>
<p>Go ahead and navigate to a track and hit <kbd>RET</kbd> on it to start
playback.
</p>
<p>Now you can start exploring Emms. It&rsquo;s probably best to begin with the
basic commands (see <a href="#Basic-Commands">Basic Commands</a>), the interactive playlists
(see <a href="#Interactive-Playlists">Interactive Playlists</a>), and the browser (see <a href="#The-Browser">The Browser</a>).
</p>

<hr>
<a name="Installation"></a>
<div class="header">
<p>
Next: <a href="#Setup" accesskey="n" rel="next">Setup</a>, Previous: <a href="#Quickstart-Guide" accesskey="p" rel="prev">Quickstart Guide</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Installation-1"></a>
<h2 class="chapter">3 Installation</h2>

<a name="index-installation"></a>

<p>You need to put all the .el files of emms in a directory in your
load-path. For example, if you put all those files into ~/elisp/emms/,
then in your ~/.emacs, you should do:
</p>
<div class="lisp">
<pre class="lisp">(add-to-list 'load-path &quot;~/elisp/emms/lisp/&quot;)
</pre></div>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Compiling-Emms" accesskey="1">Compiling Emms</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Compiling Emms into Byte-Code.
</td></tr>
</table>



<hr>
<a name="Compiling-Emms"></a>
<div class="header">
<p>
Up: <a href="#Installation" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Compiling-Emms-1"></a>
<h3 class="section">3.1 Compiling Emms</h3>

<a name="index-compiling"></a>

<p>If you are using XEmacs, you will need to edit <samp>Makefile</samp> as
follows before continuing.
</p>
<div class="example">
<pre class="example">EMACS=xemacs
SITEFLAG=-no-site-file
</pre></div>

<p>You can byte-compile Emms by first entering the directory containing the
Emms source code, followed by invoking:
</p>
<p><code>make</code>
</p>
<p>Which will byte compile Emms. You can then invoke:
</p>
<p><code>make install</code>
</p>
<p>Which will install Emms into your Emacs directories (provided you have
the appropriate permissions to do so on your system).
</p>
<p>Note that Emms is a light-weight and agile program, you can therefore
run Emms just fine without byte compiling it.
</p>

<hr>
<a name="Setup"></a>
<div class="header">
<p>
Next: <a href="#Configuration" accesskey="n" rel="next">Configuration</a>, Previous: <a href="#Installation" accesskey="p" rel="prev">Installation</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Setup-1"></a>
<h2 class="chapter">4 Setup</h2>

<a name="index-setup"></a>
<a name="index-setting-up-Emms"></a>
<a name="index-quick-setup"></a>

<p>The &lsquo;emms-setup&rsquo; feature is provided by the file
<samp>emms-setup.el</samp>. It is essentially a collection of shortcuts for
loading different Emms features quickly, but everything you can do
with &lsquo;emms-setup&rsquo; can also be done manually.
</p>
<p>We use &lsquo;emms-setup&rsquo; by calling one of the setup functions.
</p>
<dl>
<dt><a name="index-emms_002dminimalistic"></a>Function: <strong>emms-minimalistic</strong></dt>
<dd><p>An Emms setup script.
Playlists and all the basics for playing media, but nothing else.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dall"></a>Function: <strong>emms-all</strong></dt>
<dd><p>An Emms setup script.
Loads all the stable features which come with the Emms distribution.
</p></dd></dl>

<p>&lsquo;emms-setup&rsquo; also comes with a convenience function to set a default
list of media players.
</p>
<dl>
<dt><a name="index-emms_002ddefault_002dplayers"></a>Function: <strong>emms-default-players</strong></dt>
<dd><p>Set <var>emms-player-list</var> to <var>emms-setup-default-player-list</var>.
</p></dd></dl>

<p>You can of course write your own Emms setup functions like the above
by looking at the existing function definitions in
<samp>emms-setup.el</samp>.
</p>

<hr>
<a name="Configuration"></a>
<div class="header">
<p>
Next: <a href="#Getting-Help" accesskey="n" rel="next">Getting Help</a>, Previous: <a href="#Setup" accesskey="p" rel="prev">Setup</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Configuration-1"></a>
<h2 class="chapter">5 Configuration</h2>

<a name="index-Configuration"></a>

<p>This chapter discusses the configuration of Emms in more detail.
</p>
<p>The following code fragment provides a minimal Emms setup without
using the layer of &lsquo;emms-setup&rsquo;. It can maybe be used to better
understand the internals of Emms. You can see how Emms needs to know
about players (these are defined in &lsquo;emms-player-simple&rsquo;) and about
sources for tracks (trivial file system based sources, such as this
&lsquo;emms-directory-tree&rsquo;, are defined in &lsquo;emms-source-file&rsquo;).
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-player-simple)
(require 'emms-source-file)
(require 'emms-source-playlist)
(setq emms-player-list '(emms-player-mpg321
                         emms-player-ogg123
                         emms-player-mplayer))
</pre></div>

<p>For a discussion on how to define additional players, see See <a href="#Simple-Players">Simple Players</a>.
</p>
<p>Much of the behaviour of Emms can be changed by setting
variables. For example:
</p>
<div class="lisp">
<pre class="lisp">(setq emms-info-asynchronously nil)
(setq emms-playlist-buffer-name &quot;*Music*&quot;)
</pre></div>

<p>The first <code>setq</code> turns off the asynchronous updating of info tags. The
second sets the default name of the Emms playlist buffer.
</p>
<p>Another way to change Emms variables is to use the M-x
<code>customize</code> mechanism provided by Emacs.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Finding-files-and-speed" accesskey="1">Finding files and speed</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Finding files quickly or portably.
</td></tr>
</table>



<hr>
<a name="Finding-files-and-speed"></a>
<div class="header">
<p>
Up: <a href="#Configuration" accesskey="u" rel="up">Configuration</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Finding-files-and-speed-1"></a>
<h3 class="section">5.1 Finding files and speed</h3>

<a name="index-files"></a>
<a name="index-speed"></a>

<p>Emms needs to traverse directories in order to find playable
media. The default method Emms uses to achive this is
<code>emms-source-file-directory-tree-internal</code> as defined in
<samp>emms-source-file.el</samp>.  The above method is written portably and
will always work, but might be too slow if we want to load several
hundred tracks (or more).
</p>
<p><samp>emms-source-file.el</samp> defines another method for finding files,
<code>emms-source-file-directory-tree-find</code> which uses
GNU/find. <code>emms-source-file-directory-tree-find</code> is usually an
order of magnitude faster, but of course will not work if you do not
have GNU/find installed.
</p>
<p>The method Emms will use is defined in the customisable variable
<var>emms-source-file-directory-tree-function</var>.
</p>

<hr>
<a name="Getting-Help"></a>
<div class="header">
<p>
Next: <a href="#Formats-and-Freedom" accesskey="n" rel="next">Formats and Freedom</a>, Previous: <a href="#Configuration" accesskey="p" rel="prev">Configuration</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Getting-Help-1"></a>
<h2 class="chapter">6 Getting Help</h2>

<a name="index-mailing-list"></a>
<a name="index-website"></a>

<p>If you have a bug to report, need help, or wish to suggest a feature,
please feel free to use the Emms mailing list.  The address of the list
is emms-help@gnu.org.  To subscribe to it, visit
<a href="http://lists.gnu.org/mailman/listinfo/emms-help">http://lists.gnu.org/mailman/listinfo/emms-help</a>.
</p>
<p>If you are familiar with the Gmane service, there is a Gmane newsgroup
which mirrors this mailing address at gmane.emacs.emms.user.
</p>
<p>Emms also has a website at <a href="http://www.gnu.org/software/emms/">http://www.gnu.org/software/emms/</a>.
</p>

<hr>
<a name="Formats-and-Freedom"></a>
<div class="header">
<p>
Next: <a href="#Basic-Commands" accesskey="n" rel="next">Basic Commands</a>, Previous: <a href="#Getting-Help" accesskey="p" rel="prev">Getting Help</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Formats-and-Freedom-1"></a>
<h2 class="chapter">7 Formats and Freedom</h2>

<a name="index-freedom"></a>
<a name="index-format"></a>

<p>Emms is free software, but some of the file formats it can play carry
restrictions, they are proprietary file formats. Proprietary software
companies are pushing out audio and video formats which restrict when,
where and how you can play them, and restrict developers from writing
free software which interacts with them.
</p>
<p>Restrictive file formats put the corporate bottom-line before the
public interest.
</p>
<p>Fortunately there are alternatives like Ogg. Ogg is a professional
grade multimedia format. Ogg Vorbis is the compressed audio format
(like MP3), and Ogg Theora is the video format. For more information,
go to <a href="http://www.xiph.org/">http://www.xiph.org/</a>.
</p>
<p>If you want to transcode audio into a lossless format, you can try
FLAC (Free Lossless Audio Codec). FLAC stands out as the fastest and
most widely supported lossless audio codec, and the only one that at
once is non-proprietary, is unencumbered by patents and has the source
code for a reference implementation freely available. For more
information about FLAC, go to <a href="http://flac.sourceforge.net/">http://flac.sourceforge.net/</a>.
</p>

<hr>
<a name="Basic-Commands"></a>
<div class="header">
<p>
Next: <a href="#The-Core-File" accesskey="n" rel="next">The Core File</a>, Previous: <a href="#Formats-and-Freedom" accesskey="p" rel="prev">Formats and Freedom</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Basic-Commands-1"></a>
<h2 class="chapter">8 Basic Commands</h2>

<a name="index-basic-commands"></a>
<a name="index-commands_002c-basic"></a>

<p>Before you can use the interface commands, you need a playlist to
start with. The following commands allow you to add to the current
playlist from different sources:
</p>
<p>Note that the commands with the &ldquo;emms-add-&rdquo; prefix add the source to
the playlist but do not start playing it immediately. Conversely, the
commands with the &ldquo;emms-play-&rdquo; prefix begin playing the track
immediately.
</p>
<dl>
<dt><a name="index-emms_002dplay_002dfile"></a>Function: <strong>emms-play-file</strong> <em>file</em></dt>
<dd><p>A source for a single file - either <var>file</var>, or queried from the
user. If called with a prefix the file will be added like
<code>emms-add-file</code>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002dfile"></a>Function: <strong>emms-add-file</strong> <em>file</em></dt>
<dd><p>A source for a single file - either <var>file</var>, or queried from
the user. If called with a prefix the file will be played like
<code>emms-play-file</code>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002ddirectory"></a>Function: <strong>emms-play-directory</strong> <em>dir</em></dt>
<dd><p>A source for a whole directory tree - either <var>dir</var>, or queried
from the user.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002ddirectory"></a>Function: <strong>emms-add-directory</strong> <em>dir</em></dt>
<dd><p>A source for a whole directory tree - either <var>dir</var>, or queried
from the user.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002ddirectory_002dtree"></a>Function: <strong>emms-play-directory-tree</strong> <em>dir</em></dt>
<dd><p>A source for multiple directory trees - either <var>dir</var>, or the
value of <var>emms-source-file-default-directory</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002ddirectory_002dtree"></a>Function: <strong>emms-add-directory-tree</strong> <em>dir</em></dt>
<dd><p>A source for multiple directory trees - either <var>dir</var>, or the
value of <var>emms-source-file-default-directory</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002durl"></a>Function: <strong>emms-play-url</strong> <em>url</em></dt>
<dd><p>A source for an <var>url</var> - for example, for streaming.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002durl"></a>Function: <strong>emms-add-url</strong> <em>url</em></dt>
<dd><p>A source for an <var>url</var> - for example, for streaming.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002dplaylist"></a>Function: <strong>emms-play-playlist</strong> <em>playlist</em></dt>
<dd><p>A source for the M3u or PLS playlist format from the file <var>playlist</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002dplaylist"></a>Function: <strong>emms-add-playlist</strong> <em>playlist</em></dt>
<dd><p>A source for the M3u or PLS playlist format from the file <var>playlist</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002dfind"></a>Function: <strong>emms-play-find</strong> <em>dir regexp</em></dt>
<dd><p>A source that will find files in <var>dir</var> or
<var>emms-source-file-default-directory</var> which match <var>regexp</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dadd_002dfind"></a>Function: <strong>emms-add-find</strong> <em>dir regexp</em></dt>
<dd><p>A source that will find files in <var>dir</var> or
<var>emms-source-file-default-directory</var> which match <var>regexp</var>.
</p></dd></dl>

<p>The basic functionality of Emms is just to play music without being
noticed. It provides a few commands to skip the current track and
such, but other than that it doesn&rsquo;t show up. Emms provides the
following basic user commands (which you might want to bind to
keystrokes):
</p>
<dl>
<dt><a name="index-emms_002dstart"></a>Function: <strong>emms-start</strong></dt>
<dd><p>Start playing the current playlist
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dstop"></a>Function: <strong>emms-stop</strong></dt>
<dd><p>Stop playing
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dnext"></a>Function: <strong>emms-next</strong></dt>
<dd><p>Start playing the next track in the playlist
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dprevious"></a>Function: <strong>emms-previous</strong></dt>
<dd><p>Start playing previous track in the playlist
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dshuffle"></a>Function: <strong>emms-shuffle</strong></dt>
<dd><p>Shuffle the current playlist. This uses
<var>emms-playlist-shuffle-function</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsort"></a>Function: <strong>emms-sort</strong></dt>
<dd><p>Sort the current playlist. This uses
<var>emms-playlist-sort-function</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dshow"></a>Function: <strong>emms-show</strong> <em>&amp;optional insertp</em></dt>
<dd><p>Describe the current Emms track in the minibuffer. If <var>insertp</var> is
non-nil, insert the description into the current buffer instead. This
function uses <var>emms-show-format</var> to format the current track.
</p></dd></dl>

<p>The command <code>emms-show-all</code> will pop up a window with the
complete information about the track being
played. <code>emms-show-all</code> is provided by
<samp>emms-show-all.el</samp>, which is included in the &lsquo;emms-all&rsquo; setup
level. See See <a href="#Setup">Setup</a>.
</p>

<hr>
<a name="The-Core-File"></a>
<div class="header">
<p>
Next: <a href="#Sources" accesskey="n" rel="next">Sources</a>, Previous: <a href="#Basic-Commands" accesskey="p" rel="prev">Basic Commands</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="The-Core-File-1"></a>
<h2 class="chapter">9 The Core File</h2>

<a name="index-core-file"></a>
<a name="index-heart-of-Emms"></a>
<a name="index-primitive-functions"></a>

<p>The core file <samp>emms.el</samp> provides the all basic functions for
playing music, generating playlists and defining players.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#User-Variables" accesskey="1">User Variables</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Variables for the user to tweak.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Hooks" accesskey="2">Hooks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Hooks for important Emms functions.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Core-Functions" accesskey="3">Core Functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Providing the basic functionality of Emms.
</td></tr>
</table>



<hr>
<a name="User-Variables"></a>
<div class="header">
<p>
Next: <a href="#Hooks" accesskey="n" rel="next">Hooks</a>, Up: <a href="#The-Core-File" accesskey="u" rel="up">The Core File</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="User-Variables-1"></a>
<h3 class="section">9.1 User Variables</h3>

<a name="index-user-variables"></a>
<a name="index-options"></a>

<p>The core file defines a number of user variables.
</p>
<dl>
<dt><a name="index-emms_002dplayer_002dlist"></a>User Option: <strong>emms-player-list</strong></dt>
<dd><p>A list of players Emms can use. You need to set this in order to use
Emms to play media.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dshow_002dformat"></a>User Option: <strong>emms-show-format</strong></dt>
<dd><p>The format to use for <code>emms-show</code>. Any &quot;%s&quot; is replaced by
what <var>emms-track-description-function</var> returns for the currently
playing track.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002drepeat_002dplaylist"></a>User Option: <strong>emms-repeat-playlist</strong></dt>
<dd><p>Non-nil if the Emms playlist should automatically repeat the playlist.
If nil, playback will stop when the last track finishes playing.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002ddescription_002dfunction"></a>User Option: <strong>emms-track-description-function</strong></dt>
<dd><p>Function for describing an Emms track in a user-friendly way.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsort_002dlessp_002dfunction"></a>User Option: <strong>emms-sort-lessp-function</strong></dt>
<dd><p>A function that compares two tracks, and returns non-nil if the first
track should be sorted before the second (see also <code>sort</code>).
</p></dd></dl>



<hr>
<a name="Hooks"></a>
<div class="header">
<p>
Next: <a href="#Core-Functions" accesskey="n" rel="next">Core Functions</a>, Previous: <a href="#User-Variables" accesskey="p" rel="prev">User Variables</a>, Up: <a href="#The-Core-File" accesskey="u" rel="up">The Core File</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Hooks-1"></a>
<h3 class="section">9.2 Hooks</h3>

<a name="index-hooks"></a>
<a name="index-adding-functionality"></a>

<p>The core file provides hook variables for the basic functionality of
Emms.
</p>
<dl>
<dt><a name="index-emms_002dplayer_002dstarted_002dhook"></a>User Option: <strong>emms-player-started-hook</strong></dt>
<dd><p>A hook run when an Emms player started playing.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dstopped_002dhook"></a>User Option: <strong>emms-player-stopped-hook</strong></dt>
<dd><p>A hook run when an Emms player stopped playing. See also
<var>emms-player-finished-hook</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dsource_002dinserted_002dhook"></a>User Option: <strong>emms-playlist-source-inserted-hook</strong></dt>
<dd><p>Hook run when a source got inserted into the playlist. The buffer is
narrowed to the new tracks.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dselection_002dchanged_002dhook"></a>User Option: <strong>emms-playlist-selection-changed-hook</strong></dt>
<dd><p>Hook run after another track is selected in the Emms playlist.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dcleared_002dhook"></a>User Option: <strong>emms-playlist-cleared-hook</strong></dt>
<dd><p>Hook run after the current Emms playlist is cleared. This happens both
when the playlist is cleared and when a new buffer is created for it.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dfinished_002dhook"></a>User Option: <strong>emms-player-finished-hook</strong></dt>
<dd><p>Hook run when an Emms player finishes playing a track. Please pay
attention to the differences between <var>emms-player-finished-hook</var>
and <var>emms-player-stopped-hook</var>. The former is called only when the
player is stopped interactively; the latter, only when the player
actually finishes playing a track.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dpaused_002dhook"></a>User Option: <strong>emms-player-paused-hook</strong></dt>
<dd><p>Hook run when a player is paused or resumed. Use
<var>emms-player-paused-p</var> to find the current state.
</p></dd></dl>



<hr>
<a name="Core-Functions"></a>
<div class="header">
<p>
Previous: <a href="#Hooks" accesskey="p" rel="prev">Hooks</a>, Up: <a href="#The-Core-File" accesskey="u" rel="up">The Core File</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Core-Functions-1"></a>
<h3 class="section">9.3 Core Functions</h3>

<a name="index-core-functions"></a>
<a name="index-basic-functions"></a>

<p>The core file also defines all the functions important to the basic
use of Emms.
</p>
<p>There are functions which deal with movement in the playlist.
</p>
<dl>
<dt><a name="index-emms_002dnext_002dnoerror"></a>Function: <strong>emms-next-noerror</strong></dt>
<dd><p>Start playing the next track in the Emms playlist. Unlike
<code>emms-next</code>, this function doesn&rsquo;t signal an error when called at
the end of the playlist. This function should only be called when no
player is playing. This is a good function to put in
<code>emms-player-finished-hook</code>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dnext"></a>Function: <strong>emms-playlist-next</strong></dt>
<dd><p>Move to the previous track in the current buffer.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dprevious"></a>Function: <strong>emms-playlist-previous</strong></dt>
<dd><p>Move to the previous track in the current buffer.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002drandom"></a>Function: <strong>emms-random</strong></dt>
<dd><p>Jump to a random track.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtoggle_002drepeat_002dplaylist"></a>Function: <strong>emms-toggle-repeat-playlist</strong></dt>
<dd><p>Toggle whether emms repeats the playlist after it is done. See
<var>emms-repeat-playlist</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtoggle_002drepeat_002dtrack"></a>Function: <strong>emms-toggle-repeat-track</strong></dt>
<dd><p>Toggle whether emms repeats the current track. See
<var>emms-repeat-track</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtoggle_002drandom_002dplaylist"></a>Function: <strong>emms-toggle-random-playlist</strong></dt>
<dd><p>Toggle whether emms plays the tracks randomly or sequentially. See
</p></dd></dl>
<p><var>emms-random-playlist</var>.
</p>
<p>Some functions deal with the getting and setting track information.
</p>
<dl>
<dt><a name="index-emms_002dtrack"></a>Function: <strong>emms-track</strong> <em>type name</em></dt>
<dd><p>Create a track with type <var>type</var> and name <var>name</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002dtype"></a>Function: <strong>emms-track-type</strong> <em>track</em></dt>
<dd><p>Return the type of <var>track</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002dname"></a>Function: <strong>emms-track-name</strong> <em>track</em></dt>
<dd><p>Return the name of <var>track</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002dget"></a>Function: <strong>emms-track-get</strong> <em>name track &amp;optional inexistent</em></dt>
<dd><p>Return the value of <var>name</var> for <var>track</var>. If there is no value,
return <var>default</var> (or nil, if not given).
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002dset"></a>Function: <strong>emms-track-set</strong> <em>track name value</em></dt>
<dd><p>Set the value of <var>name</var> for <var>track</var> to <var>value</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dtrack_002ddescription"></a>Function: <strong>emms-track-description</strong> <em>track</em></dt>
<dd><p>Return a description of <var>track</var>. This function uses
<var>emms-track-description-function</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dfor"></a>Function: <strong>emms-player-for</strong> <em>track</em></dt>
<dd><p>Return an Emms player capable of playing <var>track</var>. This will be the
first player whose PLAYABLEP function returns non-nil, or nil if no
such player exists.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplaylist_002dcurrent_002dselected_002dtrack"></a>Function: <strong>emms-playlist-current-selected-track</strong></dt>
<dd><p>Return the currently selected track in the current playlist.
</p></dd></dl>

<p>There are also functions which deal with the playing itself.
</p>
<dl>
<dt><a name="index-emms_002dplayer_002dstart"></a>Function: <strong>emms-player-start</strong> <em>track</em></dt>
<dd><p>Start playing <var>track</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dstop"></a>Function: <strong>emms-player-stop</strong></dt>
<dd><p>Stop the currently playing player.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dstopped"></a>Function: <strong>emms-player-stopped</strong></dt>
<dd><p>Declare that the current Emms player is finished.
This should only be done by the current player itself.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dseek"></a>Function: <strong>emms-seek</strong> <em>seconds</em></dt>
<dd><p>Seek the current player <var>seconds</var> seconds. This can be a floating
point number for sub-second fractions. It can also be negative to
seek backwards.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dseek_002dforward"></a>Function: <strong>emms-seek-forward</strong></dt>
<dd><p>Seek ten seconds forward.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dseek_002dbackward"></a>Function: <strong>emms-seek-backward</strong></dt>
<dd><p>Seek ten seconds backward.
</p></dd></dl>

<p>For more basic commands defined in the core file see See <a href="#Basic-Commands">Basic Commands</a>.
</p>

<hr>
<a name="Sources"></a>
<div class="header">
<p>
Next: <a href="#Simple-Players" accesskey="n" rel="next">Simple Players</a>, Previous: <a href="#The-Core-File" accesskey="p" rel="prev">The Core File</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Sources-1"></a>
<h2 class="chapter">10 Sources</h2>

<a name="index-Sources"></a>

<p>Sources allow Emms to add and play tracks. Emms comes with a number of
sources of its own. Sources are designed so that creating new ones
will be easy.
</p>
<p>For examples of Emms sources for files and directories see
<samp>emms-source-file.el</samp>.
</p>
<dl>
<dt><a name="index-emms_002dsource_002dfile_002ddefault_002ddirectory"></a>User Option: <strong>emms-source-file-default-directory</strong></dt>
<dd><p>The default directory to look for media files.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplay_002dfind-1"></a>Function: <strong>emms-play-find</strong></dt>
<dd><p>Play all files in <var>emms-source-file-default-directory</var> that match
a specific regular expression.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dfile"></a>Function: <strong>emms-source-file</strong> <em>&amp;optional file</em></dt>
<dd><p>An Emms source for a single file - either <var>file</var>, or queried from the
user.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dfiles"></a>Function: <strong>emms-source-files</strong> <em>files</em></dt>
<dd><p>An Emms source for a list of <var>files</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002ddirectory"></a>Function: <strong>emms-source-directory</strong> <em>&amp;optional dir</em></dt>
<dd><p>An Emms source for a whole directory tree - either <var>dir</var>, or queried
from the user
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002ddirectory_002dtree"></a>Function: <strong>emms-source-directory-tree</strong> <em>&amp; optional dir</em></dt>
<dd><p>An Emms source for multiple directory trees - either <var>dir</var>, or the
value of <var>emms-source-file-default-directory</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dplaylist"></a>Function: <strong>emms-source-playlist</strong> <em>file</em></dt>
<dd><p>An Emms source for playlists.  See <var>emms-source-playlist-formats</var>
for a list of supported formats.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dplaylist_002dnative"></a>Function: <strong>emms-source-playlist-native</strong> <em>file</em></dt>
<dd><p>An Emms source for a native Emms playlist file.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dplaylist_002dm3u"></a>Function: <strong>emms-source-playlist-m3u</strong> <em>file</em></dt>
<dd><p>An Emms source for an m3u playlist file.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dplaylist_002dpls"></a>Function: <strong>emms-source-playlist-pls</strong> <em>file</em></dt>
<dd><p>An Emms source for a pls playlist file.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dfind"></a>Function: <strong>emms-source-find</strong> <em>&amp;optional dir regex</em></dt>
<dd><p>An Emms source that will find files in <var>dir</var> or
<var>emms-source-file-default-directory</var> that match <var>regexp</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dfile_002ddirectory_002dtree"></a>Function: <strong>emms-source-file-directory-tree</strong> <em>&amp;optional dir</em></dt>
<dd><p>Return a list of all files under <var>dir</var> which match <var>regex</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002ddired"></a>Function: <strong>emms-source-dired</strong></dt>
<dd><p>Play all marked files of a dired buffer
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dsource_002dfile_002dregex"></a>Function: <strong>emms-source-file-regex</strong></dt>
<dd><p>Return a regexp that matches everything any player (that supports
files) can play.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dlocate"></a>Function: <strong>emms-locate</strong> <em>regexp</em></dt>
<dd><p>Search for <var>regexp</var> and display the results in a locate buffer
</p></dd></dl>


<hr>
<a name="Simple-Players"></a>
<div class="header">
<p>
Next: <a href="#Playlists" accesskey="n" rel="next">Playlists</a>, Previous: <a href="#Sources" accesskey="p" rel="prev">Sources</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Simple-Players-1"></a>
<h2 class="chapter">11 Simple Players</h2>

<a name="index-players_002c-simple"></a>

<dl>
<dt><a name="index-define_002demms_002dsimple_002dplayer"></a>Macro: <strong>define-emms-simple-player</strong> <em>name types regex command &amp;rest args</em></dt>
<dd><p>Define a simple player with the use of &lsquo;emms-define-player&rsquo;.
<var>name</var> is used to construct the name of the function like
emms-player-<var>name</var>. <var>types</var> is a list of track types
understood by this player. <var>regex</var> must be a regexp that matches
the filenames the player can play. <var>command</var> specifies the command
line argument to call the player and <var>args</var> are the command line
arguments.
</p></dd></dl>

<p>For a discussion on how to define new players see See <a href="#New-Player">New Player</a>.
</p>
<dl>
<dt><a name="index-emms_002dplayer_002dsimple_002dstop"></a>Function: <strong>emms-player-simple-stop</strong></dt>
<dd><p>Stop the currently playing process, if indeed there is one.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dsimple_002dstart"></a>Function: <strong>emms-player-simple-start</strong> <em>filename cmdname params</em></dt>
<dd><p>Starts a process playing <var>filename</var> using the specified <var>cmdname</var> with
the specified <var>params</var>.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dplayer_002dsimple_002dsentinel"></a>Function: <strong>emms-player-simple-sentinel</strong> <em>proc str</em></dt>
<dd><p>Sentinel for determining the end of process for the process <var>proc</var>
and the sentinel string <var>str</var>.
</p></dd></dl>


<hr>
<a name="Playlists"></a>
<div class="header">
<p>
Next: <a href="#Track-Information" accesskey="n" rel="next">Track Information</a>, Previous: <a href="#Simple-Players" accesskey="p" rel="prev">Simple Players</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Playlists-1"></a>
<h2 class="chapter">12 Playlists</h2>

<a name="index-organizing-tracks-and-media"></a>

<p>Emms uses Emacs buffers to store the media tracks for playing. We call
one such buffer a &ldquo;playlist buffer&rdquo; or an &ldquo;Emms playlist
buffer&rdquo;. Emms then proceeds to play the media tracks in the buffer
from top to bottom until the end of the playlist.
</p>
<p>The name of the playlist buffer is defined in the variable
<var>emms-playlist-buffer-name</var> and is set to be an invisible Emacs
buffer by default. You can change to any name you want. For an example
configuration see See <a href="#Configuration">Configuration</a>.
</p>
<p>You can create any number of playlist buffers you wish. At any time
Emms has a single &ldquo;current&rdquo; buffer through which it proceeds track
by track.
</p>
<dl>
<dt><a name="index-emms_002dplaylist_002dnew"></a>Function: <strong>emms-playlist-new</strong> <em>&amp;optional name</em></dt>
<dd><p>Create a new playlist buffer.
The buffer is named <var>name</var>, but made unique. <var>name</var> defaults
to &lsquo;emms-playlist-buffer-name&rsquo;. If called interactively, the new
buffer is also selected.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsave"></a>Function: <strong>emms-playlist-save</strong> <em>&amp;optional format file</em></dt>
<dd><p>Store the current playlist to FILE as the type FORMAT.  The default
format is specified by <var>emms-source-playlist-default-format</var>.
</p></dd></dl>

<p>The current Emms playlist buffer is stored in the variable
<var>emms-playlist-buffer</var>.
</p>

<hr>
<a name="Track-Information"></a>
<div class="header">
<p>
Next: <a href="#Interactive-Playlists" accesskey="n" rel="next">Interactive Playlists</a>, Previous: <a href="#Playlists" accesskey="p" rel="prev">Playlists</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Track-Information-1"></a>
<h2 class="chapter">13 Track Information</h2>

<a name="index-track-information"></a>
<a name="index-info-tags"></a>

<p>Emms is distributed with multiple predefined methods for retrieving
info, provided by <samp>emms-info-mp3info.el</samp>,
<samp>emms-info-ogginfo.el</samp>, <samp>emms-cue.el</samp> and
<samp>emms-info-libtag.el</samp>. The first two packages are front-ends for
command-line tools. Ogg track information is retrieved using the
<a href="http://directory.fsf.org/audio/ogg/vorbistools.html">ogginfo</a>
software. Likewise, mp3 track information is available using
<a href="http://www.ibiblio.org/mp3info/">mp3info</a>. <samp>emms-cue.el</samp>
retrieves tracks information for ape/flac files by parsing a cue sheet
file, which is plain text. Finally, <samp>emms-info-libtag.el</samp> uses a
tiny C shim (included in the src/ directory) program to take advantage
of <a href="http://taglib.github.io/">TagLib</a>.
</p>
<p>Automatic track information retrieval is enabled by default in the
&lsquo;emms-all&rsquo; setup level provided by <samp>emms-setup.el</samp>. For more
information about <samp>emms-setup.el</samp> see See <a href="#Setup">Setup</a>.
</p>
<p>If you would like to know how Emms track retreival works and how we
can define new methods for track retrieval see See <a href="#Defining-Info-Methods">Defining Info Methods</a>.
</p>
<p>There are a number of user variables which control the behaviour of
&lsquo;emms-info&rsquo;.
</p>
<dl>
<dt><a name="index-emms_002dinfo_002dauto_002dupdate"></a>User Option: <strong>emms-info-auto-update</strong></dt>
<dd><p>Non-nil when Emms should update track information if the file changes.
This will cause hard drive activity on track loading. If this is too
annoying for you, set this variable to nil.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dinfo_002dasynchronously"></a>User Option: <strong>emms-info-asynchronously</strong></dt>
<dd><p>Non-nil when track information should be loaded asynchronously. This
requires the feature &lsquo;later-do&rsquo; which is provided by the file
<samp>later-do.el</samp>, which should come with Emms.
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dinfo_002dfunctions"></a>User Option: <strong>emms-info-functions</strong></dt>
<dd><p>Functions which add information to tracks.  Each is called with a
track as argument.
</p></dd></dl>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Using-TagLib" accesskey="1">Using TagLib</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">TagLib for track information.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Defining-Info-Methods" accesskey="2">Defining Info Methods</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Defining new info methods.
</td></tr>
</table>

<hr>
<a name="Using-TagLib"></a>
<div class="header">
<p>
Next: <a href="#Defining-Info-Methods" accesskey="n" rel="next">Defining Info Methods</a>, Up: <a href="#Track-Information" accesskey="u" rel="up">Track Information</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Using-TagLib-1"></a>
<h3 class="section">13.1 Using TagLib</h3>

<a name="index-using-taglib"></a>

<p>The communication with the TagLib library is done via a tiny program
written in C++ <samp>emms-print-metadata.cpp</samp>. To compile
<samp>emms-print-metadata</samp> invoke:
</p>
<p><code>make emms-print-metadata</code>
</p>
<p>The resultant binary will be installed when you invoke:
</p>
<p><code>make install</code> as in See <a href="#Compiling-Emms">Compiling Emms</a>.
</p>
<p>It is of course also possible to install only the
<samp>emms-print-metadata</samp> binary where your system can find and
execute it without installing all of Emms via the make command.
</p>
<p>Once the binary is available load <code>emms-info-libtag</code> and make it
the <em>only</em> info function with (note that if you have caching
enabled you may have to delete the existing cache and repopulate it in
order to see the TagLib data):
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-info-libtag)
(setq emms-info-functions '(emms-info-libtag))
</pre></div>


<hr>
<a name="Defining-Info-Methods"></a>
<div class="header">
<p>
Previous: <a href="#Using-TagLib" accesskey="p" rel="prev">Using TagLib</a>, Up: <a href="#Track-Information" accesskey="u" rel="up">Track Information</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Defining-Info-Methods-1"></a>
<h3 class="section">13.2 Defining Info Methods</h3>

<a name="index-defining-info-methods"></a>

<p>An info method essentially consists of a function which given an Emms
track returns the appropriate info for that track.
</p>
<p>We can for example look at the predefined method for retrieving
information about audio tracks in the Ogg format.
</p>
<p>The function <code>emms-info-ogginfo</code> provided by
<samp>emms-info-ogginfo.el</samp> accepts an Emms track as a single
argument and returns the appropriate information string.
</p>
<p>We then register our info function with Emms by adding it to the
<var>emms-info-functions</var> list. The function will then be called at
the right time to provide track info.
</p>
<div class="lisp">
<pre class="lisp">(add-to-list 'emms-info-functions 'emms-info-ogginfo)
</pre></div>


<hr>
<a name="Interactive-Playlists"></a>
<div class="header">
<p>
Next: <a href="#Markable-Playlists" accesskey="n" rel="next">Markable Playlists</a>, Previous: <a href="#Track-Information" accesskey="p" rel="prev">Track Information</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Interactive-Playlists-1"></a>
<h2 class="chapter">14 Interactive Playlists</h2>

<a name="index-Interactive-Playlists"></a>

<p>Emms provides a visual, interactive playlist mode as well as the
ability to use playlists without ever looking at then. This visual,
interactive mode is called the &lsquo;emms-playlist-mode&rsquo; and is defined in
<samp>emms-playlist-mode.el</samp>.
</p>
<p>The interactive playlist mode is enabled by default in the &lsquo;emms-all&rsquo;
setup level. For more information about Emms setup levels see
See <a href="#Setup">Setup</a>.
</p>
<dl>
<dt><a name="index-emms_002dplaylist_002dmode_002dgo"></a>Function: <strong>emms-playlist-mode-go</strong></dt>
<dd><p>Switch to the current emms-playlist buffer and use emms-playlist-mode.
</p></dd></dl>

<p>If you wish to make this the default Emms playlist mode, add the
following to your <samp>.emacs</samp>.
</p>
<div class="lisp">
<pre class="lisp">(setq emms-playlist-default-major-mode 'emms-playlist-mode)
</pre></div>

<p>The interactive playlist buffer shows the tracks in the current Emms
playlist in the order in which they will be played. The current track
will be highlighted.
</p>
<p>When in the interactive playlist mode we can perform different actions
on the current playlist.
</p>
<dl compact="compact">
<dt><kbd>a</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dadd_002dcontents"></a>
<p>Add files in the playlist at point to the current playlist buffer.
If we are in the current playlist, make a new playlist buffer and
set it as current.
</p></dd>
<dt><kbd>b</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dset_002dplaylist_002dbuffer"></a>
<p>Set the current playlist buffer.
</p></dd>
<dt><kbd>n</kbd></dt>
<dd><a name="index-emms_002dnext-1"></a>
<p>Start playing the next track in the playlist.
</p></dd>
<dt><kbd>p</kbd></dt>
<dd><a name="index-emms_002dnext-2"></a>
<p>Start playing the previous track in the playlist.
</p></dd>
<dt><kbd>s</kbd></dt>
<dd><a name="index-emms_002dstop-1"></a>
<p>Stop playing.
</p></dd>
<dt><kbd>P</kbd></dt>
<dd><a name="index-emms_002dpause"></a>
<p>Pause.
</p></dd>
<dt><kbd>&gt;</kbd></dt>
<dd><a name="index-emms_002dseek_002dforward-1"></a>
<p>Seek ten seconds forward.
</p></dd>
<dt><kbd>&lt;</kbd></dt>
<dd><a name="index-emms_002dseek_002dbackward-1"></a>
<p>Seek ten seconds backward.
</p></dd>
<dt><kbd>f</kbd></dt>
<dd><a name="index-emms_002dshow-1"></a>
<p>Describe the currently playing track in the minibuffer.
</p></dd>
<dt><kbd>c</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dcenter_002dcurrent"></a>
<p>Display the current track in the center of the screen.
</p></dd>
<dt><kbd>RET</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dplay_002dcurrent_002dtrack"></a>
<p>Start playing the track under point. Note that this is also available
with <kbd>&lt;mouse-2&gt;</kbd>.
</p></dd>
<dt><kbd>SPC</kbd></dt>
<dd><a name="index-scroll_002dup"></a>
<p>Scroll up a near full page.
</p></dd>
<dt><kbd>M-&lt;</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dfirst"></a>
<p>Go to the first track in the playlist.
</p></dd>
<dt><kbd>M-&gt;</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dlast"></a>
<p>Go to the last track in the playlist.
</p></dd>
<dt><kbd>r</kbd></dt>
<dd><a name="index-emms_002drandom-1"></a>
<p>Go to a randomly selected track in the playlist.
</p></dd>
<dt><kbd>q</kbd></dt>
<dd><a name="index-bury_002dbuffer"></a>
<p>Put the interactive playlist buffer at the end of the list of all
buffers.
</p></dd>
<dt><kbd>C-x C-s</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dsave-1"></a>
<p>Save the current playlist buffer to a file. By default, Emms will ask
you for confirmation before overwriting an existing playlist. You can
silently overwrite existing playlist by setting
<var>emms-source-playlist-ask-before-overwrite</var> to nil.
</p></dd>
<dt><kbd>?</kbd></dt>
<dd><a name="index-describe_002dmode"></a>
<p>Describe the mode.
</p></dd>
</dl>

<p>We can also edit the playlist using familiar GNU/Emacs commands:
</p>
<dl compact="compact">
<dt><kbd>C-k</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dkill_002dtrack"></a>
<p>Remove the track under point from the playlist buffer. Also available
using the <kbd>d</kbd> key.
</p></dd>
<dt><kbd>C-y</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dyank"></a>
<p>See the command <code>yank</code>
</p></dd>
<dt><kbd>C-w</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dkill"></a>
<p>See the command <code>kill-region</code>
</p></dd>
<dt><kbd>M-y</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dyank_002dpop"></a>
<p>See the command <code>yank-pop</code>.
</p></dd>
<dt><kbd>C-j</kbd></dt>
<dd><a name="index-emms_002dplaylist_002dmode_002dinsert_002dnewline"></a>
<p>Insert a newline at point.
</p></dd>
</dl>

<p>We can use the regular GNU/Emacs killing and yanking commands to move
and copy tracks in between playlist buffers. We can use the same
commands to insert arbitrary text into the playlist buffers together
with the playlist tracks. Text which is not a track is ignored by the
program and can therefore be used to include titles and annotations
within the playlist.
</p>

<hr>
<a name="Markable-Playlists"></a>
<div class="header">
<p>
Next: <a href="#Extending-Emms" accesskey="n" rel="next">Extending Emms</a>, Previous: <a href="#Interactive-Playlists" accesskey="p" rel="prev">Interactive Playlists</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Markable-Playlists-1"></a>
<h2 class="chapter">15 Markable Playlists</h2>

<a name="index-Markable-Playlists"></a>

<p>The Markable Playlists provided by the file <samp>emms-mark.el</samp> are an
alternative to the default interactive playlists, See <a href="#Interactive-Playlists">Interactive Playlists</a>. They allow marking tracks with keybindings familiar to users
of dired.
</p>
<p>To enable the Markable Playlists you have to add
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-mark)
</pre></div>

<p>to your <samp>.emacs</samp>. Then you can activate <code>emms-mark-mode</code> by
executing <code>M-x emms-mark-mode</code> in a playlist buffer. You can
return to the default interactive playlist mode with <code>M-x
emms-mark-mode-disable</code>.
</p>
<p>If you wish to make this the default Emms playlist mode, add the
following to your <samp>.emacs</samp>.
</p>
<div class="lisp">
<pre class="lisp">(setq emms-playlist-default-major-mode 'emms-mark-mode)
</pre></div>

<dl compact="compact">
<dt><kbd>m</kbd></dt>
<dd><a name="index-emms_002dmark_002dforward"></a>
<p>Marks the current track and sets point one line forward. If a prefix
argument ARG is given, it will mark the next ARG tracks and set point
accordingly. A negative argument marks backward.
</p></dd>
<dt><kbd>U</kbd></dt>
<dd><a name="index-emms_002dmark_002dunmark_002dall"></a>
<p>Unmarks all tracks in the playlist.
</p></dd>
<dt><kbd>t</kbd></dt>
<dd><a name="index-emms_002dmark_002dtoggle"></a>
<p>Toggles mark on the current track.
</p></dd>
<dt><kbd>u</kbd></dt>
<dd><a name="index-emms_002dmark_002dunmark_002dforward"></a>
<p>Unmarks same way as <code>emms-mark-forward</code> marks.
</p></dd>
<dt><kbd>% m</kbd></dt>
<dd><a name="index-emms_002dmark_002dregexp"></a>
<p>Marks all tracks in the playlist matching the given regular
expression. A prefix argument means to unmark them instead.
</p></dd>
</dl>

<p>When tracks are marked you can operate on them:
</p>
<dl compact="compact">
<dt><kbd>D</kbd></dt>
<dd><a name="index-emms_002dmark_002ddelete_002dmarked_002dtracks"></a>
<p>Deletes the marked tracks from the playlist.
</p></dd>
<dt><kbd>K</kbd></dt>
<dd><a name="index-emms_002dmark_002dkill_002dmarked_002dtracks"></a>
<p>Deletes the marked tracks from the playlist and places them in the
kill-ring, so that you can <code>yank</code> in into another playlist.
</p></dd>
<dt><kbd>W</kbd></dt>
<dd><a name="index-emms_002dmark_002dcopy_002dmarked_002dtracks"></a>
<p>Adds the marked tracks to the kill-ring, so that you can <code>yank</code>
them into another playlist.
</p></dd>
</dl>

<p>emms-mark is also intent to provide a way for user to select tracks
for other command to operate on them. Currently,
<samp>emms-tag-editor.el</samp> uses the emms-mark to edit the tags of
selected tracks. Two functions are useful for the elisp programer to
handle marked tracks.
</p>
<dl>
<dt><a name="index-emms_002dmark_002ddo_002dwith_002dmarked_002dtrack"></a>Function: <strong>emms-mark-do-with-marked-track</strong></dt>
<dd><p>This function take a function to perform on all marked tracks. A
optional argument &lsquo;move-flag&rsquo; to tell the function to move forward
line after calling given function. If the given function didn&rsquo;t change
position, the second argument should set to non-nil.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dmark_002dmapcar_002dmarked_002dtrack"></a>Function: <strong>emms-mark-mapcar-marked-track</strong></dt>
<dd><p>This function is very similar to &lsquo;emms-mark-do-with-marked-track&rsquo;
except it collects result of given function (that&rsquo;s why named with
&lsquo;mapcar&rsquo;).
</p></dd></dl>



<hr>
<a name="Extending-Emms"></a>
<div class="header">
<p>
Next: <a href="#The-Browser" accesskey="n" rel="next">The Browser</a>, Previous: <a href="#Markable-Playlists" accesskey="p" rel="prev">Markable Playlists</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Extending-Emms-1"></a>
<h2 class="chapter">16 Extending Emms</h2>

<a name="index-new-players"></a>
<a name="index-defining-players"></a>
<a name="index-new-players_002c-defining"></a>

<p>Emms introduces a high abstraction layer for playing music so you can
customise it to your needs.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#New-Player" accesskey="1">New Player</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to define a new player.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Simple-Player-for-_0060play_0027" accesskey="2">Simple Player for `play'</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">An example player using <code>play</code>.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#More-Complex-Player" accesskey="3">More Complex Player</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Example of a complex player using <code>mpg321</code>.
</td></tr>
</table>



<hr>
<a name="New-Player"></a>
<div class="header">
<p>
Next: <a href="#Simple-Player-for-_0060play_0027" accesskey="n" rel="next">Simple Player for `play'</a>, Up: <a href="#Extending-Emms" accesskey="u" rel="up">Extending Emms</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="New-Player-1"></a>
<h3 class="section">16.1 New Player</h3>

<a name="index-new-player"></a>
<a name="index-defining-new-players"></a>

<p>The file <samp>emms-player-simple.el</samp> defines some easy players to
start with, but it shouldn&rsquo;t be hard to provide a function for your
favourite player. We will start with an easy example that shows how
we can use the <code>play</code> command under Unix to play our WAV files.
</p>


<hr>
<a name="Simple-Player-for-_0060play_0027"></a>
<div class="header">
<p>
Next: <a href="#More-Complex-Player" accesskey="n" rel="next">More Complex Player</a>, Previous: <a href="#New-Player" accesskey="p" rel="prev">New Player</a>, Up: <a href="#Extending-Emms" accesskey="u" rel="up">Extending Emms</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Simple-Player-for-_0060play_0027-1"></a>
<h3 class="section">16.2 Simple Player for &lsquo;play&rsquo;</h3>

<a name="index-simple-player"></a>
<a name="index-primitive-player"></a>
<a name="index-basic-player"></a>

<p>Play is a very easy command line player for various format. If you
want your emms to play WAV files just put the following lines in you
<samp>.emacs</samp>:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-player-simple)
(define-emms-simple-player play '(file) &quot;\\.wav$&quot; &quot;play&quot;)
</pre></div>

<p>Huh! Wasn&rsquo;t that easy?
</p>
<p>The macro function <code>define-emms-simple-player</code> takes a minimum
of three arguments. The first argument (<em>play</em> in our example)
defines the name of the player. It&rsquo;s used to name the player
functions. The second is a regexp, that defines which files to play
with our player. <em>\\.wav$</em> matches any filename ending with a dot
and the string wav. The last argument is the actual command line
command we use to play our files. You can also add the path but we
just assume that the command is in your path. All arguments you add to
these three are optional. They define the command line arguments you
want to add to your argument. If you want to hear the wav file of your
favourite artist in the most possible volume use the following line:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-player-simple)

(define-emms-simple-player play
                           '(file)
                           &quot;\\artist-*.wav$&quot;
                           &quot;play&quot;
                           &quot;--volume=100&quot;)
</pre></div>

<p>Please notice that you have to add the arguments as strings!
</p>
<p>The command line tool you use for <code>define-emms-simple-player</code>
has to take one song as argument and stop after playing that
particular song. For any other concept you will need to customise
emms a bit more...
</p>


<hr>
<a name="More-Complex-Player"></a>
<div class="header">
<p>
Previous: <a href="#Simple-Player-for-_0060play_0027" accesskey="p" rel="prev">Simple Player for `play'</a>, Up: <a href="#Extending-Emms" accesskey="u" rel="up">Extending Emms</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="More-Complex-Player-1"></a>
<h3 class="section">16.3 More Complex Player</h3>

<a name="index-complex-player"></a>
<a name="index-advanced-player"></a>

<p>The most players you use will be simple players so you don&rsquo;t need to
read this chapter. But if you are curious how you can use (almost) every
player in emms read further...
</p>
<p>In this chapter we will use mpg321 to construct a player that
actually can pause a track, restart it and show rest time. We won&rsquo;t
implement all of that, but after that chapter you will know how to
define it.
</p>
<p>The command <code>define-emms-simple-player</code> is just a abstraction
layer for <code>define-emms-player</code>, which is a little bit more
complicated but much more powerful!
</p>
<div class="lisp">
<pre class="lisp">(define-emms-player &quot;emms-mpg321-remote&quot;
  :start 'emms-mpg321-remote-start
  :stop 'emms-mpg321-remote-stop
  :playablep 'emms-mpg321-remote-playable-p)
</pre></div>

<p>So, that is almost all! <code>define-emms-player</code> takes a minimum
of three arguments. The first is the name of the player. The rest are
methods with functions to call. Three methods are required: start,
stop and playable. Start says Emms how to start a track (sic!), stop
how to stop a player and playablep should return non-nil if the player
can play the track.
</p>
<p>So we just need these three functions to get our mpg321-remote:
</p>
<p>First we code the start function. We will check if there&rsquo;s a open
process and start one otherwise. Then we send a string to the process
with the filename and set a filter.
</p>
<div class="lisp">
<pre class="lisp">(defun emms-mpg321-remote-start ()
  (unless (get-process ``mpg321-remote'')
    (setq emms-mpg321-remote-process
          (start-process &quot;mpg321-remote-process&quot;
                         &quot;*mpg321*&quot; &quot;mpg321&quot; &quot;-R&quot; &quot;abc&quot;))
  (process-send-string &quot;mpg321-remote-process&quot;
                       (concat &quot;l &quot; (emms-track-name track)))
  (set-process-filter emms-mpg321-remote-process 'emms-mpg321-remote-filter)))
</pre></div>

<p>We need the filter, as mpg321-remote won&rsquo;t quit after playing the
track as the simple player do. We wait until the process sends the
output &ldquo;(at-sign)P 0&rdquo; (the signal of mpg321 that the song ended) to the
filter and call emms-mpg321-remote-stop.
</p>
<div class="lisp">
<pre class="lisp">(defun emms-mpg321-remote-filter (process output)
  (when (string-match &quot;(at-sign)P 0&quot; output)
    (emms-mpg321-remote-stop)))
</pre></div>

<p><code>emms-mpg321-remote-stop</code> won&rsquo;t do anything interesting. It
just test if there are other files to play and close the process otherwise.
</p>
<div class="lisp">
<pre class="lisp">(defun emms-mpg321-remote-stop ()
  (unless emms-playlist
    (process-send-string &quot;mpg321-remote-process&quot; &quot;Q\n&quot;))
</pre></div>

<p>And to make that a playable example I also added
<code>emms-mpg321-remote-playablep</code>, which I really just steal
from <samp>emms-player-simple.el</samp>
</p>
<div class="lisp">
<pre class="lisp">(defun emms-mpg321-remote-playablep (track)
       &quot;Return non-nil when we can play this track.&quot;
       (and (eq 'file (emms-track-type track))
</pre></div>

<p>Now we have a ready player and we could add commands like
<code>emms-mpg321-remote-pause</code> for example.
</p>


<hr>
<a name="The-Browser"></a>
<div class="header">
<p>
Next: <a href="#Sorting-Playlists" accesskey="n" rel="next">Sorting Playlists</a>, Previous: <a href="#Extending-Emms" accesskey="p" rel="prev">Extending Emms</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="The-Browser-1"></a>
<h2 class="chapter">17 The Browser</h2>

<p>The Browser allows you to browse the metadata cache and add tracks to
your playlist. It includes a powerful interactive mode.
</p>
<p>The Browser is defined in <samp>emms-browser.el</samp> and is included in
the <code>emms-all</code> setup level. For more information about Emms
setup levels see See <a href="#Setup">Setup</a>.
</p>
<p>You can also manually add the Browser to your Emms setup by loading it
explicitly with:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-browser)
</pre></div>

<p>To be properly useful, you should do M-x
<code>emms-add-directory-tree</code> to all the files you own at least
once so that the cache is fully populated.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Browser-Interface" accesskey="1">Browser Interface</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The interactive browser interface.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Filtering-Tracks" accesskey="2">Filtering Tracks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Displaying a subset of the tracks.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Displaying-Covers" accesskey="3">Displaying Covers</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Displaying album covers in the browser interface.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Changing-Looks" accesskey="4">Changing Looks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Changing the tree structure, display format and faces.
</td></tr>
</table>



<hr>
<a name="Browser-Interface"></a>
<div class="header">
<p>
Next: <a href="#Filtering-Tracks" accesskey="n" rel="next">Filtering Tracks</a>, Up: <a href="#The-Browser" accesskey="u" rel="up">The Browser</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Browser-Interface-1"></a>
<h3 class="section">17.1 Browser Interface</h3>

<p>The browser interface allows you to display and interact with your
tracks in many different ways. There are a number of ways to start the
browser.
</p>
<dl>
<dt><a name="index-emms_002dsmart_002dbrowse"></a>Function: <strong>emms-smart-browse</strong></dt>
<dd><p>Display browser and playlist. Toggle between selecting browser,
playlist or hiding both. Tries to behave sanely if the user has
manually changed the window configuration.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dbrowse_002dby_002dartist"></a>Function: <strong>emms-browse-by-artist</strong></dt>
<dd><p>Display the browser and order the tracks by artist.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dbrowse_002dby_002dalbum"></a>Function: <strong>emms-browse-by-album</strong></dt>
<dd><p>Display the browser and order the tracks by album.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dbrowse_002dby_002dgenre"></a>Function: <strong>emms-browse-by-genre</strong></dt>
<dd><p>Display the browser and order the tracks by genre.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dbrowse_002dby_002dyear"></a>Function: <strong>emms-browse-by-year</strong></dt>
<dd><p>Display the browser and order the tracks by year.
</p></dd></dl>

<p>Once the Browser is displayed you can use it to managed your track
collection and playlists. The Browser is interactive and has its own
keybindings.
</p>
<dl compact="compact">
<dt><kbd>C-j</kbd></dt>
<dd><a name="index-C_002dj-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dadd_002dtracks_002dand_002dplay"></a>
<p>Add all tracks at point, and play the first added track.
</p>
</dd>
<dt><kbd>RET</kbd></dt>
<dd><a name="index-RET-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dadd_002dtracks"></a>
<p>Add all tracks at point.
</p>
</dd>
<dt><kbd>SPC</kbd></dt>
<dd><a name="index-SPC-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dtoggle_002dsubitems"></a>
<p>Show or hide (kill) subitems under the current line.
</p>
</dd>
<dt><kbd>1</kbd></dt>
<dd><a name="index-1-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dcollapse_002dall"></a>
<p>Collapse everything.
</p>
</dd>
<dt><kbd>2</kbd></dt>
<dd><a name="index-2-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d2"></a>
<p>Expand all top level items one level.
</p>
</dd>
<dt><kbd>3</kbd></dt>
<dd><a name="index-3-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d3"></a>
<p>Expand all top level items two levels.
</p>
</dd>
<dt><kbd>4</kbd></dt>
<dd><a name="index-4-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d4"></a>
<p>Expand all top level items three levels.
</p>
</dd>
<dt><kbd>C</kbd></dt>
<dd><a name="index-C-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dclear_002dplaylist"></a>
<p>Clear the playlist.
</p>
</dd>
<dt><kbd>E</kbd></dt>
<dd><a name="index-E-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dexpand_002dall"></a>
<p>Expand everything.
</p>
</dd>
<dt><kbd>d</kbd></dt>
<dd><a name="index-d-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dview_002din_002ddired"></a>
<p>View the current directory in dired.
</p>
</dd>
<dt><kbd>q</kbd></dt>
<dd><a name="index-q-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dbury_002dbuffer"></a>
<p>Bury the browser buffer.
</p>
</dd>
<dt><kbd>r</kbd></dt>
<dd><a name="index-r-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dgoto_002drandom"></a>
<p>Jump to a random track.
</p>
</dd>
<dt><kbd>/</kbd></dt>
<dd><a name="index-_002f-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002disearch_002dbuffer"></a>
<p>Isearch through the buffer.
</p>
</dd>
<dt><kbd>&lt;</kbd></dt>
<dd><a name="index-_003c-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dprevious_002dfilter"></a>
<p>Redisplay with the previous filter.
</p>
</dd>
<dt><kbd>&gt;</kbd></dt>
<dd><a name="index-_003e-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dnext_002dfilter"></a>
<p>Redisplay with the next filter.
</p>
</dd>
<dt><kbd>?</kbd></dt>
<dd><a name="index-_003f-_0028emms_002dbrowser_0029"></a>
<a name="index-describe_002dmode-1"></a>
<p>See the Emacs documentation for the function.
</p>
</dd>
<dt><kbd>C-/</kbd></dt>
<dd><a name="index-C_002d_002f-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dplaylist_002dmode_002dundo"></a>
<p>Undo the previous playlist action.
</p>
</dd>
<dt><kbd>&lt;C-return&gt;</kbd></dt>
<dd><a name="index-_003cC_002dreturn_003e-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dadd_002dtracks_002dand_002dplay-1"></a>
<p>Add all tracks at point, and play the first added track.
</p>
</dd>
<dt><kbd>&lt;backtab&gt;</kbd></dt>
<dd><a name="index-_003cbacktab_003e-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dprev_002dnon_002dtrack"></a>
<p>Jump to the previous non-track element.
</p>
</dd>
<dt><kbd>&lt;tab&gt;</kbd></dt>
<dd><a name="index-_003ctab_003e-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dnext_002dnon_002dtrack"></a>
<p>Jump to the next non-track element.
</p>
</dd>
<dt><kbd>s A</kbd></dt>
<dd><a name="index-s-A-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dsearch_002dby_002dalbum"></a>
<p>Search the collection by album.
</p>
</dd>
<dt><kbd>s a</kbd></dt>
<dd><a name="index-s-a-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dsearch_002dby_002dartist"></a>
<p>Search the collection by artist.
</p>
</dd>
<dt><kbd>s s</kbd></dt>
<dd><a name="index-s-s-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dsearch_002dby_002dnames"></a>
<p>Search the collection by names.
</p>
</dd>
<dt><kbd>s t</kbd></dt>
<dd><a name="index-s-t-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dsearch_002dby_002dtitle"></a>
<p>Search the collection by title.
</p>
</dd>
<dt><kbd>b 1</kbd></dt>
<dd><a name="index-b-1-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowse_002dby_002dartist-1"></a>
<p>Browse the collection by artist.
</p>
</dd>
<dt><kbd>b 2</kbd></dt>
<dd><a name="index-b-2-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowse_002dby_002dalbum-1"></a>
<p>Browse the collection by album.
</p>
</dd>
<dt><kbd>b 3</kbd></dt>
<dd><a name="index-b-3-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowse_002dby_002dgenre-1"></a>
<p>Browse the collection by genre.
</p>
</dd>
<dt><kbd>b 4</kbd></dt>
<dd><a name="index-b-4-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowse_002dby_002dyear-1"></a>
<p>Browse the collection by year.
</p>
</dd>
<dt><kbd>W a p</kbd></dt>
<dd><a name="index-W-a-p-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dlookup_002dalbum_002don_002dpitchfork"></a>
<p>Lookup the album using Pitchfork.
</p>
</dd>
<dt><kbd>W a w</kbd></dt>
<dd><a name="index-W-a-w-_0028emms_002dbrowser_0029"></a>
<a name="index-emms_002dbrowser_002dlookup_002dalbum_002don_002dwikipedia"></a>
<p>Lookup the album using Wikipedia.
</p></dd>
</dl>



<hr>
<a name="Filtering-Tracks"></a>
<div class="header">
<p>
Next: <a href="#Displaying-Covers" accesskey="n" rel="next">Displaying Covers</a>, Previous: <a href="#Browser-Interface" accesskey="p" rel="prev">Browser Interface</a>, Up: <a href="#The-Browser" accesskey="u" rel="up">The Browser</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Filtering-Tracks-1"></a>
<h3 class="section">17.2 Filtering Tracks</h3>

<p>If you want to display a subset of your collection (such as a
directory of 80s music, only avi files, etc.) then you can extend the
Browser by defining &ldquo;filters&rdquo;.
</p>
<p>Show everything:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter &quot;all&quot; 'ignore)
</pre></div>

<p>Set &quot;all&quot; as the default filter:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-set-filter (assoc &quot;all&quot; emms-browser-filters))
</pre></div>

<p>Show all files (no streamlists, etc):
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter
 &quot;all-files&quot; (emms-browser-filter-only-type 'file))
</pre></div>

<p>Show only tracks in one folder:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter
 &quot;80s&quot; (emms-browser-filter-only-dir &quot;~/Mp3s/80s&quot;))
</pre></div>

<p>Show all tracks played in the last month:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter
 &quot;last-month&quot; (emms-browser-filter-only-recent 30))
</pre></div>

<p>After executing the above commands, you can use M-x
emms-browser-show-all, emms-browser-show-80s, etc to toggle between
different collections. Alternatively you can use &rsquo;&lt;&rsquo; and &rsquo;&gt;&rsquo; to cycle
through the available filters.
</p>
<p>The second argument to make-filter is a function which returns t if a
single track should be filtered. You can write your own filter
functions to check the type of a file, etc.
</p>
<p>Show only tracks not played in the last year:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter &quot;not-played&quot;
 (lambda (track)
  (not (funcall (emms-browser-filter-only-recent 365) track))))
</pre></div>

<p>Show all files that are not in the pending directory:
</p>
<div class="lisp">
<pre class="lisp">(emms-browser-make-filter
 &quot;all&quot;
 (lambda (track)
   (or
    (funcall (emms-browser-filter-only-type 'file) track)
    (not (funcall
          (emms-browser-filter-only-dir &quot;~/Media/pending&quot;) track)))))
</pre></div>



<hr>
<a name="Displaying-Covers"></a>
<div class="header">
<p>
Next: <a href="#Changing-Looks" accesskey="n" rel="next">Changing Looks</a>, Previous: <a href="#Filtering-Tracks" accesskey="p" rel="prev">Filtering Tracks</a>, Up: <a href="#The-Browser" accesskey="u" rel="up">The Browser</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Displaying-Covers-1"></a>
<h3 class="section">17.3 Displaying Covers</h3>

<p>The browser will attempt to display cover images if they&rsquo;re
available. By default it looks for images <samp>cover_small.jpg</samp>,
<samp>cover_med.jpg</samp>, etc. Customize <var>emms-browser-covers</var> and
<var>emms-browser-covers-file-extensions</var> to use your own covers. Note
that you&rsquo;ll probably want to resize your existing covers to particular
sizes. Suggested sizes are 100x100 for small, and 200x200 for medium.
</p>
<p>Also, Emacs by default will jump around a lot when scrolling a buffer
with images. In order to prevent that, you can set
<var>scroll-up-aggressively</var> and <var>scroll-down-aggressively</var> to the
number &ldquo;0.0&rdquo;.
</p>
<p>To show a &rsquo;no cover&rsquo; image for albums which don&rsquo;t have a cover, add
the following code to your .emacs:
</p>
<div class="lisp">
<pre class="lisp">(setq emms-browser-default-covers
  (list &quot;/path/to/cover_small.jpg&quot; nil nil)
</pre></div>

<p>The medium and large images can be set as well.
</p>
<p>You can download an example <a href="http://repose.cx/cover_small.jpg">&lsquo;no cover&rsquo; image</a>.
</p>


<hr>
<a name="Changing-Looks"></a>
<div class="header">
<p>
Previous: <a href="#Displaying-Covers" accesskey="p" rel="prev">Displaying Covers</a>, Up: <a href="#The-Browser" accesskey="u" rel="up">The Browser</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Changing-Looks-1"></a>
<h3 class="section">17.4 Changing Looks</h3>

<p>The Browser&rsquo;s look can be customised. You can change the way the tree
structure looks, the display format and display faces.
</p>
<a name="Changing-Tree-Structure"></a>
<h4 class="subheading">Changing Tree Structure</h4>

<p>You can change the way the tree is displayed by modifying the function
<code>emms-browser-next-mapping-type</code>.
</p>
<p>The following code displays artist-&gt;track instead of
artist-&gt;album-&gt;track when you switch to the &rsquo;singles&rsquo; filter:
</p>
<div class="lisp">
<pre class="lisp">(defadvice emms-browser-next-mapping-type
                                (after no-album (current-mapping))
  (when (eq ad-return-value 'info-album)
    (setq ad-return-value 'info-title)))
</pre></div>

<div class="lisp">
<pre class="lisp">(defun toggle-album-display ()
  (if (string= emms-browser-current-filter-name &quot;singles&quot;)
      (ad-activate 'emms-browser-next-mapping-type)
    (ad-deactivate 'emms-browser-next-mapping-type)))

(add-hook 'emms-browser-filter-changed-hook 'toggle-album-display)
</pre></div>

<a name="Changing-Display-Format"></a>
<h4 class="subheading">Changing Display Format</h4>

<p>Format strings govern the way items are displayed in the browser and
playlist. You can customize these if you wish.
</p>
<p><var>emms-browser-default-format</var> controls the format to use when no
other format has been explicitly defined. By default, only track and
albums deviate from the default.
</p>
<p>To customise the format of a particular type, find the name of the
field you want to use (eg &lsquo;info-artist&rsquo;, &lsquo;info-title&rsquo;, etc), and
insert that into emms-browser-&lt;type&gt;-format or
emms-browser-playlist-&lt;type&gt;-format. For example, if you wanted to
remove track numbers from tracks in both the browser and playlist, you
could do:
</p>
<div class="lisp">
<pre class="lisp">(defvar emms-browser-info-title-format &quot;%i%n&quot;)
(defvar emms-browser-playlist-info-title-format
  emms-browser-info-title-format)
</pre></div>

<p>The format specifiers available include:
</p>
<ul class="no-bullet">
<li><!-- /@w --> %i    indent relative to the current level
</li><li><!-- /@w --> %n    the value of the item - eg -info-artist might be &ldquo;pink floyd&rdquo;
</li><li><!-- /@w --> %y    the album year
</li><li><!-- /@w --> %A    the album name
</li><li><!-- /@w --> %a    the artist name of the track
</li><li><!-- /@w --> %t    the title of the track
</li><li><!-- /@w --> %T    the track number
</li><li><!-- /@w --> %cS   a small album cover
</li><li><!-- /@w --> %cM   a medium album cover
</li><li><!-- /@w --> %cL   a big album cover
</li></ul>

<p>Note that if you use track-related items like %t, it will take the
data from the first track.
</p>
<a name="Changing-Display-Faces"></a>
<h4 class="subheading">Changing Display Faces</h4>

<p>The faces used to display the various fields are also customizable.
They are in the format emms-browser-&lt;type&gt;-face, where type is one of
&quot;year/genre&quot;, &quot;artist&quot;, &quot;album&quot; or &quot;track&quot;. Note that faces lack the
initial &quot;info-&quot; part. For example, to change the artist face, type M-x
<code>customize-face</code> <code>emms-browser-artist-face</code>.
</p>

<hr>
<a name="Sorting-Playlists"></a>
<div class="header">
<p>
Next: <a href="#Persistent-Playlists" accesskey="n" rel="next">Persistent Playlists</a>, Previous: <a href="#The-Browser" accesskey="p" rel="prev">The Browser</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Sorting-Playlists-1"></a>
<h2 class="chapter">18 Sorting Playlists</h2>

<a name="index-sort"></a>
<a name="index-track-order"></a>

<p>The &lsquo;emms-playlist-sort&rsquo; module, defined in the
<samp>emms-playlist-sort.el</samp> package provides functions for sorting
Emms playlists, as well as keyboard shortcuts for invoking the
functions in the playlist buffer. Most of the functions will sort in
reverse order if the command is preceded by a
prefix. &lsquo;emms-playlist-sort&rsquo; can be loaded by invoking:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-playlist-sort)
</pre></div>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dartist"></a>Function: <strong>emms-playlist-sort-by-info-artist</strong></dt>
<dd><p>Sort by artist name.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dplay_002dcount"></a>Function: <strong>emms-playlist-sort-by-play-count</strong></dt>
<dd><p>Sort by number of times the track has been played.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dalbum"></a>Function: <strong>emms-playlist-sort-by-info-album</strong></dt>
<dd><p>Sort by album name.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dlast_002dplayed"></a>Function: <strong>emms-playlist-sort-by-last-played</strong></dt>
<dd><p>Sort by time the track was played last.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dtitle"></a>Function: <strong>emms-playlist-sort-by-info-title</strong></dt>
<dd><p>Sort by track title.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dfile_002dextension"></a>Function: <strong>emms-playlist-sort-by-file-extension</strong></dt>
<dd><p>Sort by filename extension.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dperformer"></a>Function: <strong>emms-playlist-sort-by-info-performer</strong></dt>
<dd><p>Sort by performer name.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dyear"></a>Function: <strong>emms-playlist-sort-by-info-year</strong></dt>
<dd><p>Sort by year.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dnote"></a>Function: <strong>emms-playlist-sort-by-info-note</strong></dt>
<dd><p>Sort by track notes.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dinfo_002dcomposer"></a>Function: <strong>emms-playlist-sort-by-info-composer</strong></dt>
<dd><p>Sort by composer.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dname"></a>Function: <strong>emms-playlist-sort-by-name</strong></dt>
<dd><p>Sort by track name.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaylist_002dsort_002dby_002dfile_002dmtime"></a>Function: <strong>emms-playlist-sort-by-file-mtime</strong></dt>
<dd><p>Sort by file mtime.
</p></dd></dl>


<hr>
<a name="Persistent-Playlists"></a>
<div class="header">
<p>
Next: <a href="#Editing-Tracks" accesskey="n" rel="next">Editing Tracks</a>, Previous: <a href="#Sorting-Playlists" accesskey="p" rel="prev">Sorting Playlists</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Persistent-Playlists-1"></a>
<h2 class="chapter">19 Persistent Playlists</h2>

<p>The Emms module <samp>emms-history.el</samp> makes playlists persistent over
emacs sessions.  To make use of this feature put this into your
~/.emacs.
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-history)
</pre></div>

<p>When you kill emacs all playlists will be saved in the file given by the
variable:
</p>
<dl>
<dt><a name="index-emms_002dhistory_002dfile"></a>User Option: <strong>emms-history-file</strong></dt>
<dd><p>The file to save playlists in.  It defaults to
&quot;~/.emacs.d/emms-history&quot;.
</p></dd></dl>

<p>After you started up emacs again, you can restore all saved playlists
with this function.
</p>
<dl>
<dt><a name="index-emms_002dhistory_002dload"></a>Function: <strong>emms-history-load</strong></dt>
<dd><p>Restore all playlists in &lsquo;emms-history-file&rsquo;.
</p></dd></dl>

<p>If that should be done automatically on each startup, put these lines
into your ~/.emacs.
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-history)
(emms-history-load)
</pre></div>

<p>Normally <code>emms-history</code> only restores playlists.  If you want it to
start playback afterwards, you can tweak this variable.
</p>
<dl>
<dt><a name="index-emms_002dhistory_002dstart_002dplaying"></a>User Option: <strong>emms-history-start-playing</strong></dt>
<dd><p>If non-nil emms starts playing the current track after
&lsquo;emms-history-load&rsquo; was invoked.  The default value is nil.
</p></dd></dl>


<hr>
<a name="Editing-Tracks"></a>
<div class="header">
<p>
Next: <a href="#Emms-Mode-Line" accesskey="n" rel="next">Emms Mode Line</a>, Previous: <a href="#Persistent-Playlists" accesskey="p" rel="prev">Persistent Playlists</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Editing-Tracks-1"></a>
<h2 class="chapter">20 Editing Tracks</h2>

<a name="index-track-editor"></a>

<p>Using <samp>emms-tag-editor.el</samp>, emms can set tag informations of tracks
and write them back to the file with the help of external programs, such
as &lsquo;mp3info&rsquo;, &lsquo;vorbiscomment&rsquo;.
</p>
<p>Use the keybinding <kbd>E</kbd> to edit the tags of track under point in the
playlist or all marked tracks (see <a href="#Markable-Playlists">Markable Playlists</a> for how to
mark tracks).  The track&rsquo;s tag informations are listed in a special
buffer &lsquo;*Emms-TAGS*&rsquo; in text format.  Field names are marked in bold
face and are not editable.  Any tag information is placed behind an
equal sign and is changable.  A special field &lsquo;name&rsquo; is the track&rsquo;s file
name.  If any change is made in this field, the track&rsquo;s file will be
renamed to the new name.  When you finished editing the tag infos use
<kbd>C-c C-c</kbd> (which calls <code>emms-tag-editor-submit-and-exit</code>) to
submit the changes and close the &lsquo;*Emms-TAGS*&rsquo; buffer.
</p>
<p>There are a few commands to perform changes on all tracks.
</p>
<dl>
<dt><a name="index-emms_002dtag_002deditor_002dset_002dall"></a>Function: <strong>emms-tag-editor-set-all</strong> <em>tag value</em></dt>
<dd><p>Set TAG to VALUE in all tracks.
</p>
<p>If transient-mark-mode is turned on, you can apply the command to a
selected region.
</p>
<p>If &lsquo;transient-mark-mode&rsquo; is on and the mark is active, the changes will
only take effect on the tracks in the region.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dtag_002deditor_002dreplace_002din_002dtag"></a>Function: <strong>emms-tag-editor-replace-in-tag</strong> <em>tag from to</em></dt>
<dd><p>Query and replace text in selected TAG.
</p>
<p>For example, if the info-title tag is selected, then only perform
replacement in title tags.
</p>
<p>If &lsquo;transient-mark-mode&rsquo; is on and the mark is active, the changes will
only take effect on the tracks in the region.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dtag_002deditor_002dtranspose_002dtag"></a>Function: <strong>emms-tag-editor-transpose-tag</strong> <em>tag1 tag2</em></dt>
<dd><p>Transpose value of TAG1 and TAG2.
</p>
<p>If &lsquo;transient-mark-mode&rsquo; is on and the mark is active, the changes will
only take effect on the tracks in the region.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dtag_002deditor_002dsubmit"></a>Function: <strong>emms-tag-editor-submit</strong> <em>arg</em></dt>
<dd><p>Make modified tags take affect.
</p>
<p>With prefix argument, bury the tag edit buffer.
</p></dd></dl>

<p>If you want to extend the tag editor to work with file formats other
than &lsquo;mp3&rsquo; and &lsquo;ogg&rsquo;, have a look at these variables.
</p>
<dl>
<dt><a name="index-emms_002dtag_002deditor_002dformats"></a>Variable: <strong>emms-tag-editor-formats</strong></dt>
<dd><p>This variable determine how to insert track fields to
&lsquo;emms-tag-editor-edit-buffer&rsquo;.  Emms tag info editable fields is usually
determined by the extension of track name.  The variable
&lsquo;emms-tag-editor-tags&rsquo; contains all tags that emms track may have.  A
single charactar is assigned to the tag to make the
&lsquo;emms-tag-editor-formats&rsquo; easier to generate.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dtag_002deditor_002dtagfile_002dfunctions"></a>Variable: <strong>emms-tag-editor-tagfile-functions</strong></dt>
<dd><p>To write tags to track file, an extern program should specified in this
variable.
</p>
<p>If the external program has an interface like &lsquo;mp3info&rsquo;, you don&rsquo;t have
to write a function.  Take &lsquo;mp3&rsquo; and &lsquo;ogg&rsquo; as example.
</p></dd></dl>

<a name="Renaming-Files"></a>
<h3 class="heading">Renaming Files</h3>

<p>The tag editor is also capable to rename the file of the track at point
or all files of the marked tracks according to the value this variable.
</p>
<dl>
<dt><a name="index-emms_002dtag_002deditor_002drename_002dformat"></a>User Option: <strong>emms-tag-editor-rename-format</strong></dt>
<dd><p>When &lsquo;emms-tag-editor-rename&rsquo; is invoked the track&rsquo;s file will be
renamed according this format specification.  The file extension will be
added automatically.
</p>
<p>It uses the format specs defined in <code>emms-tag-editor-tags</code>.
</p>
<p>The default value is &quot;%a - %l - %n - %t&quot;, so that files are named
</p>
<p>&lt;Artist&gt; - &lt;Album&gt; - &lt;Tracknumber&gt; - &lt;Title&gt;.&lt;extension&gt;
</p>
<p>after renaming.
</p></dd></dl>

<p>To perform the renaming put point on the track you want to rename or
mark some tracks.  Then hit <kbd>R</kbd> which calls this function:
</p>
<dl>
<dt><a name="index-emms_002dtag_002deditor_002drename"></a>Function: <strong>emms-tag-editor-rename</strong></dt>
<dd><p>Rename the file corresponding to track at point or all marked tracks
according to the value of <code>emms-tag-editor-rename-format</code>.
</p></dd></dl>


<hr>
<a name="Emms-Mode-Line"></a>
<div class="header">
<p>
Next: <a href="#Music-Player-Daemon" accesskey="n" rel="next">Music Player Daemon</a>, Previous: <a href="#Editing-Tracks" accesskey="p" rel="prev">Editing Tracks</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Emms-Mode-Line-1"></a>
<h2 class="chapter">21 Emms Mode Line</h2>

<a name="index-mode-line"></a>
<a name="index-display-emms-information"></a>

<p>We can display information about the currenty playing track on the
Emacs mode line using the package &lsquo;emms-mode-line&rsquo; which is provided
by the file <samp>emms-mode-line.el</samp>.
</p>
<p>To activate this feature invoke:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-mode-line)
(emms-mode-line 1)
</pre></div>

<p>It is also possible to display the amount of time a track has been
playing. This feature is defined in the &lsquo;emms-playing-time&rsquo; package
which is provided by the file <samp>emms-playing-time.el</samp>.
</p>
<p>To use this feature invoke:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-playing-time)
(emms-playing-time 1)
</pre></div>

<p>Note: &lsquo;(emms-playing-time -1)&rsquo; will disable emms-playing-time module
completely, and is not recommended. (since some other emms modules may
rely on it)
</p>
<p>Instead, to toggle displaying playing time on mode line, one could call
&lsquo;emms-playing-time-enable-display&rsquo; and
&lsquo;emms-playing-time-disable-display&rsquo;.&quot;
</p>
<dl>
<dt><a name="index-emms_002dplaying_002dtime_002denable_002ddisplay"></a>Function: <strong>emms-playing-time-enable-display</strong></dt>
<dd><p>Display playing time on mode line.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplaying_002dtime_002ddisable_002ddisplay"></a>Function: <strong>emms-playing-time-disable-display</strong></dt>
<dd><p>Remove playing time from mode line.
</p></dd></dl>


<hr>
<a name="Music-Player-Daemon"></a>
<div class="header">
<p>
Next: <a href="#Lyrics" accesskey="n" rel="next">Lyrics</a>, Previous: <a href="#Emms-Mode-Line" accesskey="p" rel="prev">Emms Mode Line</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Music-Player-Daemon-1"></a>
<h2 class="chapter">22 Music Player Daemon</h2>

<a name="index-music-player-daemon"></a>
<a name="index-remote-interface"></a>
<a name="index-mpd"></a>

<p>Emms provides an interface to the <a href="http://www.musicpd.org/">Music
Player Daemon</a>(MusicPD) software. The package is called &lsquo;emms-player-mpd&rsquo; and
is provided by the file <samp>emms-player-mpd.el</samp>.
</p>
<p>The advantages of using MusicPD as an Emms backend include the
following.
</p>
<ul>
<li> minimal CPU usage
</li><li> fast access of track information
</li><li> optional crossfade
</li></ul>

<a name="Setup-2"></a>
<h4 class="subheading">Setup</h4>

<p>To load &lsquo;emms-player-mpd&rsquo; invoke:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-player-mpd)
</pre></div>

<p>Set the variables <var>emms-player-mpd-server-name</var> and
<var>emms-player-mpd-server-port</var> to the location and port
(respectively) of your MusicPD server. For example:
</p>
<div class="lisp">
<pre class="lisp">(setq emms-player-mpd-server-name &quot;localhost&quot;)
(setq emms-player-mpd-server-port &quot;6600&quot;)
</pre></div>

<p>If your MusicPD setup requires a password, you will to set
<var>emms-player-mpd-server-password</var> as follows.
</p>
<div class="lisp">
<pre class="lisp">(setq emms-player-mpd-server-password &quot;mypassword&quot;)
</pre></div>

<p>To get track information from MusicPD, invoke the following:
</p>
<div class="lisp">
<pre class="lisp">(add-to-list 'emms-info-functions 'emms-info-mpd)
</pre></div>

<p>Adding &lsquo;emms-player-mpd&rsquo; to your Emms player list is accomplished by
invoking:
</p>
<div class="lisp">
<pre class="lisp">(add-to-list 'emms-player-list 'emms-player-mpd)
</pre></div>

<p>Unless your MusicPD is configured to use absolute file names, you must
set the emms-player-mpd-music-directory variable to the value of
&rsquo;music_directory&rsquo; in your MusicPD configuration.  There are
additional options available as well, but the defaults should be
sufficient for most uses.
</p>
<p>Once you&rsquo;ve done the above, run the <kbd>M-x
emms-cache-set-from-mpd-all</kbd> command to fill the Emms cache with the
contents of your MusicPD database. The music in your MusicPD database
should then be accessible via the Emms browser.
</p>
<p>You can set <var>emms-player-mpd-sync-playlist</var> to nil if your master
Emms playlist contains only stored playlists.
</p>
<a name="Commands-provided"></a>
<h4 class="subheading">Commands provided</h4>

<dl>
<dt><a name="index-emms_002dplayer_002dmpd_002dconnect"></a>Function: <strong>emms-player-mpd-connect</strong></dt>
<dd><p>Connect to MusicPD and retrieve its current playlist. Afterward, the
status of MusicPD will be tracked.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplayer_002dmpd_002ddisconnect"></a>Function: <strong>emms-player-mpd-disconnect</strong></dt>
<dd><p>Terminate the MusicPD client process and disconnect from MusicPD.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplayer_002dmpd_002dshow"></a>Function: <strong>emms-player-mpd-show</strong> <em>&amp;optional insertp</em></dt>
<dd><p>Describe the current Emms track in the minibuffer. If INSERTP is
non-nil, insert the description into the current buffer instead. This
function uses <var>emms-show-format</var> to format the current track. It
differs from <code>emms-show</code> in that it asks MusicPD for the
current track, rather than Emms.
</p></dd></dl>

<a name="Updating-the-MusicPD-database"></a>
<h4 class="subsubheading">Updating the MusicPD database</h4>

<dl>
<dt><a name="index-emms_002dplayer_002dmpd_002dupdate_002ddirectory"></a>Function: <strong>emms-player-mpd-update-directory</strong> <em>dir</em></dt>
<dd><p>Cause the tracks in DIR to be updated in the MusicPD database.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dplayer_002dmpd_002dupdate_002dall"></a>Function: <strong>emms-player-mpd-update-all</strong></dt>
<dd><p>Cause all tracks in the MusicPD music directory to be updated in
the MusicPD database.
</p></dd></dl>

<a name="emms_002dcache_002eel-integration"></a>
<h4 class="subsubheading">emms-cache.el integration</h4>

<dl>
<dt><a name="index-emms_002dcache_002dset_002dfrom_002dmpd_002ddirectory"></a>Function: <strong>emms-cache-set-from-mpd-directory</strong> <em>dir</em></dt>
<dd><p>Dump all MusicPD data from DIR into the Emms cache.
This is useful to do when you have recently acquired new music.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dcache_002dset_002dfrom_002dmpd_002dall"></a>Function: <strong>emms-cache-set-from-mpd-all</strong></dt>
<dd><p>Dump all MusicPD data into the Emms cache.
This is useful to do once, just before using emms-browser.el, in
order to prime the cache.
</p></dd></dl>

<a name="emms_002dvolume_002eel-integration"></a>
<h4 class="subsubheading">emms-volume.el integration</h4>

<p>To activate this, add the following to your .emacs.
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-volume)
(setq emms-volume-change-function 'emms-volume-mpd-change)
</pre></div>


<hr>
<a name="Lyrics"></a>
<div class="header">
<p>
Next: <a href="#Volume" accesskey="n" rel="next">Volume</a>, Previous: <a href="#Music-Player-Daemon" accesskey="p" rel="prev">Music Player Daemon</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Lyrics-1"></a>
<h2 class="chapter">23 Lyrics</h2>

<a name="index-lyrics"></a>

<p>We can display the lyrics of a song in time with the music using the
&lsquo;emms-lyrics&rsquo; package provided by the file <samp>emms-lyrics.el</samp>.
</p>
<p>The lyrics files should have the extention &ldquo;.lrc&rdquo;, and can be placed
under either the same directory as the music files or
<var>emms-lyrics-dir</var>.
</p>
<p>To add this feature we invoke:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-lyrics)
(emms-lyrics 1)
</pre></div>

<p>There are a number of variables we can set to define the way that
&lsquo;emms-lyrics&rsquo; behaves, we can set these directly or by using the
Customize feature in Emacs.
</p>
<dl>
<dt><a name="index-emms_002dlyrics_002ddisplay_002don_002dminibuffer"></a>User Option: <strong>emms-lyrics-display-on-minibuffer</strong></dt>
<dd><p>If non-nil, display lyrics on minibuffer.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002ddisplay_002don_002dmodeline"></a>User Option: <strong>emms-lyrics-display-on-modeline</strong></dt>
<dd><p>If non-nil, display lyrics on modeline.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002ddir"></a>User Option: <strong>emms-lyrics-dir</strong></dt>
<dd><p>Local lyrics repository.
<code>emms-lyrics-find-lyric</code> will look for lyrics in current
directory(i.e., same as the music file) and this directory.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002ddisplay_002dformat"></a>User Option: <strong>emms-lyrics-display-format</strong></dt>
<dd><p>Format for displaying lyrics. &quot;%s&quot; will be replaced by the lyrics
string.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dcoding_002dsystem"></a>User Option: <strong>emms-lyrics-coding-system</strong></dt>
<dd><p>Coding system used in the output of lyrics.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dscroll_002dp"></a>User Option: <strong>emms-lyrics-scroll-p</strong></dt>
<dd><p>Non-nil value will enable lyrics scrolling.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dscroll_002dtimer_002dinterval"></a>User Option: <strong>emms-lyrics-scroll-timer-interval</strong></dt>
<dd><p>Interval between scroller timers. The shorter, the faster.
</p></dd></dl>

<p>We can control &lsquo;emms-lyrics&rsquo; with the help of the following functions:
</p>
<dl>
<dt><a name="index-emms_002dlyrics_002dstart"></a>Function: <strong>emms-lyrics-start</strong></dt>
<dd><p>Start displaying lyrics.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dstop"></a>Function: <strong>emms-lyrics-stop</strong></dt>
<dd><p>Stop displaying lyrics.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dtoggle_002ddisplay_002don_002dminibuffer"></a>Function: <strong>emms-lyrics-toggle-display-on-minibuffer</strong></dt>
<dd><p>Toggle display lyrics on minibufer.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dtoggle_002ddisplay_002don_002dmodeline"></a>Function: <strong>emms-lyrics-toggle-display-on-modeline</strong></dt>
<dd><p>Toggle display lyrics on mode line.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002denable"></a>Function: <strong>emms-lyrics-enable</strong></dt>
<dd><p>Enable displaying Emms lyrics.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002ddisable"></a>Function: <strong>emms-lyrics-disable</strong></dt>
<dd><p>Disable displaying Emms lyrics.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dlyrics_002dtoggle"></a>Function: <strong>emms-lyrics-toggle</strong></dt>
<dd><p>Toggle displaying Emms lyrics.
</p></dd></dl>


<hr>
<a name="Volume"></a>
<div class="header">
<p>
Next: <a href="#Streaming-Audio" accesskey="n" rel="next">Streaming Audio</a>, Previous: <a href="#Lyrics" accesskey="p" rel="prev">Lyrics</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Volume-1"></a>
<h2 class="chapter">24 Volume</h2>

<a name="index-volume"></a>

<p>We can use the &lsquo;emms-volume&rsquo; package, as provided by the
<samp>emms-volume.el</samp> file, to manipulate the volume.
</p>
<dl>
<dt><a name="index-emms_002dvolume_002dchange_002damount"></a>User Option: <strong>emms-volume-change-amount</strong></dt>
<dd><p>The amount to use when raising or lowering the volume using the
emms-volume interface.
</p>
<p>This should be a positive integer.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dvolume_002draise"></a>Function: <strong>emms-volume-raise</strong></dt>
<dd><p>Increase the volume.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dvolume_002dlower"></a>Function: <strong>emms-volume-lower</strong></dt>
<dd><p>Decrease the volume.
</p></dd></dl>

<p>If you feel like binding those two functions to global keys &mdash; don&rsquo;t do
it or you&rsquo;ll miss the convenience of &lsquo;emms-volume-minor-mode&rsquo;. Instead,
bind the following two commands to some keys that you like.
</p>
<dl>
<dt><a name="index-emms_002dvolume_002dmode_002dplus"></a>Function: <strong>emms-volume-mode-plus</strong></dt>
<dd><p>Raise volume and enable or extend the &lsquo;emms-volume-minor-mode&rsquo; timeout.
</p></dd></dl>

<dl>
<dt><a name="index-emms_002dvolume_002dmode_002dminus"></a>Function: <strong>emms-volume-mode-minus</strong></dt>
<dd><p>Lower volume and enable or extend the &lsquo;emms-volume-minor-mode&rsquo; timeout.
</p></dd></dl>

<p>Example:
</p>
<div class="lisp">
<pre class="lisp">(global-set-key (kbd &quot;C-c +&quot;) 'emms-volume-mode-plus)
(global-set-key (kbd &quot;C-c -&quot;) 'emms-volume-mode-minus)
</pre></div>

<p>Whenever you use one of these keys or call these functions with
<kbd>M-x</kbd>, Emms will be put into &lsquo;emms-volume-minor-mode&rsquo; for a short
period defined by &lsquo;emms-volume-mode-timeout&rsquo;.
</p>
<dl>
<dt><a name="index-emms_002dvolume_002dmode_002dtimeout"></a>User Option: <strong>emms-volume-mode-timeout</strong></dt>
<dd><p>The timeout in amount of seconds used by &lsquo;emms-volume-minor-mode&rsquo;.
</p></dd></dl>

<p>In this interval you can raise/lower the volume simply by pressing
<kbd>+</kbd> or <kbd>-</kbd>, which will also reset the timer to its initial
value. So instead of pressing <kbd>C-c +</kbd> six times to increase volume
by six steps of <code>emms-volume-change-amount</code>, you would simply type
<kbd>C-c + + + + + +</kbd>.
</p>
<p>Emms can change volume with amixer, mpd, PulseAudio out of the box, see
<var>emms-volume-change-function</var>.
</p>

<hr>
<a name="Streaming-Audio"></a>
<div class="header">
<p>
Next: <a href="#APE-_002f-FLAC-Commands" accesskey="n" rel="next">APE / FLAC Commands</a>, Previous: <a href="#Volume" accesskey="p" rel="prev">Volume</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Streaming-Audio-1"></a>
<h2 class="chapter">25 Streaming Audio</h2>

<a name="index-streaming-audio"></a>
<a name="index-internet-radio"></a>

<p>Emms provides a friendly interface for managing and playing streaming
audio in addition to the Emms playlist interface. The interface is
defined in the <samp>emms-streams.el</samp> package and can be loaded by
invoking:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-streams)
</pre></div>

<p>Querying the streams for track information is provided by the
<samp>emms-stream-info.el</samp> package and can be loaded with:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-stream-info)
</pre></div>

<p>The Emms interface for streaming audio, and the stream query
capabilites are enabled by default in the &lsquo;emms-all&rsquo; setup level. For
more information about Emms setup levels see See <a href="#Setup">Setup</a>.
</p>
<p>&lsquo;emms-stream-info&rsquo; calls a backend program to query the stream for
information. The preferred program needs to be specified by setting
the variable <var>emms-stream-info-backend</var> either &lsquo;mplayer&rsquo; or
&lsquo;vlc&rsquo;. For instance:
</p>
<div class="lisp">
<pre class="lisp">(setq emms-stream-info-backend 'vlc)
</pre></div>

<p>Obviously, the corresponding program needs to be installed and
available for Emms to invoke.
</p>
<p>Enter the emms-streams interface by invoking <kbd>M-x</kbd>
<code>emms-streams</code>. The emms-streams interface comes with a
built-in, eclectic list of streaming audio channels from throughout the
Web. Emms can of-course play other streams than the ones listed by
default, you are free to remove any or all of them and add your
own.<a name="DOCF1" href="#FOOT1"><sup>1</sup></a>
</p>
<p>The following is a list of the key-bindings for the emms-streams
interface:
</p>
<dl compact="compact">
<dt><kbd>RET</kbd></dt>
<dd><a name="index-RET-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002ddefault_002daction"></a>
<p>Perform the default action when you press RET in the Emms Stream
interface. Can be either &ldquo;add&rdquo; or &ldquo;play&rdquo;. The default is &ldquo;add&rdquo;,
which adds the station under point to the Emms playlist. When
<var>emms-stream-default-action</var> is &ldquo;play&rdquo; then Emms will play the
streaming audio channel under point.
</p></dd>
<dt><kbd>q</kbd></dt>
<dd><a name="index-q-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dquit"></a>
<p>Quit the emms-streams interface.
</p></dd>
<dt><kbd>a</kbd></dt>
<dd><a name="index-a-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dadd_002dbookmark"></a>
<p>Add a bookmark to a streaming audio URL to the list.
</p></dd>
<dt><kbd>d</kbd></dt>
<dd><a name="index-d-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002ddelete_002dbookmark"></a>
<p>Remove a bookmark to a streaming audio URL from the list.
</p></dd>
<dt><kbd>e</kbd></dt>
<dd><a name="index-e-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dedit_002dbookmark"></a>
<p>Edit the details of the bookmark under point.
</p></dd>
<dt><kbd>h</kbd></dt>
<dd><a name="index-h-_0028emms_002dstreams_0029"></a>
<a name="index-describe_002dmode-2"></a>
<p>Describe the emms-streams mode.
</p></dd>
<dt><kbd>n</kbd></dt>
<dd><a name="index-n-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dnext_002dline"></a>
<p>Move to the next line in the emms-streams buffer (same as C-n).
</p></dd>
<dt><kbd>p</kbd></dt>
<dd><a name="index-p-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dprevious_002dline"></a>
<p>Move to the previous line in the emms-streams buffer (same as C-p).
</p></dd>
<dt><kbd>s</kbd></dt>
<dd><a name="index-s-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dsave_002dbookmarks_002dfile"></a>
<p>Save the bookmarks in the emms-streams interface to disk. The
bookmarks will be to the location designated in the variable
<var>emms-stream-bookmarks-file</var>.
</p></dd>
<dt><kbd>i</kbd></dt>
<dd><a name="index-i-_0028emms_002dstreams_0029"></a>
<a name="index-emms_002dstream_002dinfo_002dbookmark"></a>
<p>Return information about the streaming audio at the URL of the
bookmark under point. Note that this will only work if the
&lsquo;emms-stream-info&rsquo; has already been loaded.
</p></dd>
</dl>

<hr>
<a name="APE-_002f-FLAC-Commands"></a>
<div class="header">
<p>
Next: <a href="#Bookmarks" accesskey="n" rel="next">Bookmarks</a>, Previous: <a href="#Streaming-Audio" accesskey="p" rel="prev">Streaming Audio</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="APE-_002f-FLAC-Commands-1"></a>
<h2 class="chapter">26 APE / FLAC Commands</h2>

<p>Often, a single APE or FLAC file contains a complete ablum.  We can still
play next or previous track in the ablum with the help of
<samp>emms-cue.el</samp> package, provided there is a corresponding cue sheet
file.  This package also defines <code>emms-info-cueinfo</code> for retreiving
the track information for APE / FLAC itself.
</p>
<p>To load <samp>emms-cue.el</samp>:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-cue)
(add-to-list 'emms-info-functions 'emms-info-cueinfo)
</pre></div>

<dl>
<dt><a name="index-emms_002dcue_002dnext"></a>Function: <strong>emms-cue-next</strong></dt>
<dd><p>Play next track from .cue file
</p></dd></dl>
<dl>
<dt><a name="index-emms_002dcue_002dprevious"></a>Function: <strong>emms-cue-previous</strong></dt>
<dd><p>Play previous track from .cue file
</p></dd></dl>



<hr>
<a name="Bookmarks"></a>
<div class="header">
<p>
Next: <a href="#GNU-FM" accesskey="n" rel="next">GNU FM</a>, Previous: <a href="#APE-_002f-FLAC-Commands" accesskey="p" rel="prev">APE / FLAC Commands</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Bookmarks-1"></a>
<h2 class="chapter">27 Bookmarks</h2>

<p>Emms can save a &ldquo;temporal bookmark&rdquo; in a media file via
emms-bookmarks. The file <samp>emms-bookmarks.el</samp> provides the package
emms-bookmarks.
</p>
<p>While some media is playing, invoking <kbd>M-x emms-bookmarks-add</kbd>
will first pause the playback and then prompt for a name describing
the bookmark. Tracks can have multiple bookmarks associated with them.
</p>
<p>To jump to the next and previous bookmarks in the current track invoke
<kbd>M-x emms-bookmarks-next</kbd> and <kbd>M-x emms-bookmarks-prev</kbd>
respectively.
</p>
<p>To clear all of the bookmarks for the current track invoke <kbd>M-x
emms-bookmarks-clear</kbd>.
</p>

<hr>
<a name="GNU-FM"></a>
<div class="header">
<p>
Next: <a href="#Copying" accesskey="n" rel="next">Copying</a>, Previous: <a href="#Bookmarks" accesskey="p" rel="prev">Bookmarks</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="GNU-FM-1"></a>
<h2 class="chapter">28 GNU FM</h2>

<a name="index-GNU-FM"></a>

<p><a href="https://www.gnu.org/software/gnufm/">GNU FM</a> is free software for
running music community websites. It was created for the music
community site, <a href="http://libre.fm/">Libre.fm</a>.
</p>
<p>Emms can send track information, and stream music from GNU FM servers
using <samp>emms-librefm-scrobbler.el</samp> and
<samp>emms-librefm-stream.el</samp>, respectively.
</p>
<p>Emms is configured by default to use <a href="http://libre.fm/">Libre.fm</a>,
but can work with any GNU FM server by configuring the variable
<var>emms-librefm-scrobbler-handshake-url</var> to the URL of the GNU FM
server.
</p>
<p>The recommended way of providing your credentials to the GNU FM server
is by using an authinfo file.  Add authentication to your auth-info
file, typically <samp>~/.authinfo.gpg</samp>, as:
</p><div class="smallexample">
<pre class="smallexample">machine libre.fm login USERNAME password PASSWORD
</pre></div>
<p>If you are using some other server than libre.fm, change
&ldquo;&lsquo;<samp>libre.fm</samp>&rsquo;&rdquo; to match
<var>emms-librefm-scrobbler-handshake-url</var>.
</p>
<p>Alternatively, you can save the password in plaintext in your init-file
by setting these variables:
</p>
<div class="lisp">
<pre class="lisp">(setq emms-librefm-scrobbler-username &quot;USERNAME&quot;
      emms-librefm-scrobbler-password &quot;PASSWORD&quot;)
</pre></div>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Uploading-Track-Information" accesskey="1">Uploading Track Information</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to submit listened track information.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#GNU-FM-Streaming" accesskey="2">GNU FM Streaming</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Streaming music from a GNU FM server.
</td></tr>
</table>



<hr>
<a name="Uploading-Track-Information"></a>
<div class="header">
<p>
Next: <a href="#GNU-FM-Streaming" accesskey="n" rel="next">GNU FM Streaming</a>, Up: <a href="#GNU-FM" accesskey="u" rel="up">GNU FM</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Uploading-Track-Information-1"></a>
<h3 class="section">28.1 Uploading Track Information</h3>

<p>GNU FM servers, such as Libre.fm can optionally store a user&rsquo;s
listening habits using information sent to the website&rsquo;s server from
the Emms. By utilizing the records of users&rsquo; listening habits, the
website aims to be able to recommend music to users by analyzing their
musical taste.
</p>
<p>Load the feature into Emms with:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-librefm-scrobbler)
</pre></div>

<p>This feature can also be enabled via See <a href="#Setup">Setup</a>, in the &lsquo;emms-all&rsquo;
setup level.
</p>
<p>Enable uploading the details of the tracks Emms plays to the GNU FM
server with <kbd>emms-librefm-scrobbler-enable</kbd>. The track&rsquo;s details
will be uploaded to the server when the track&rsquo;s playback ends. You can
disable this behavior with <kbd>emms-librefm-scrobbler-disable</kbd>.
</p>



<hr>
<a name="GNU-FM-Streaming"></a>
<div class="header">
<p>
Previous: <a href="#Uploading-Track-Information" accesskey="p" rel="prev">Uploading Track Information</a>, Up: <a href="#GNU-FM" accesskey="u" rel="up">GNU FM</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="GNU-FM-Streaming-1"></a>
<h3 class="section">28.2 GNU FM Streaming</h3>

<p>If the GNU FM server provides a streaming music service you can take
advantage of it by loading:
</p>
<div class="lisp">
<pre class="lisp">(require 'emms-librefm-stream)
</pre></div>

<p>This feature can also be enabled via See <a href="#Setup">Setup</a>, in the &lsquo;emms-all&rsquo;
setup level.
</p>
<p>Then invoke <kbd>emms-librefm-stream</kbd> and enter the URL of the station
you wish to listen to, for example &ldquo;librefm://globaltags/Classical&rdquo;.
</p>


<hr>
<a name="Copying"></a>
<div class="header">
<p>
Next: <a href="#The-GNU-FDL" accesskey="n" rel="next">The GNU FDL</a>, Previous: <a href="#Extending-Emms" accesskey="p" rel="prev">Extending Emms</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>

<a name="GNU-General-Public-License"></a>
<h2 class="unnumbered">GNU General Public License</h2>
<div align="center">Version 3, 29 June 2007
</div>

<div class="display">
<pre class="display">Copyright &copy; 2007 Free Software Foundation, Inc. <a href="http://fsf.org/">http://fsf.org/</a>

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
</pre></div>

<a name="Preamble"></a>
<h3 class="unnumberedsec">Preamble</h3>

<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.
</p>
<p>The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom
to share and change all versions of a program&ndash;to make sure it remains
free software for all its users.  We, the Free Software Foundation,
use the GNU General Public License for most of our software; it
applies also to any other work released this way by its authors.  You
can apply it to your programs, too.
</p>
<p>When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
</p>
<p>To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you
have certain responsibilities if you distribute copies of the
software, or if you modify it: responsibilities to respect the freedom
of others.
</p>
<p>For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too,
receive or can get the source code.  And you must show them these
terms so they know their rights.
</p>
<p>Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
</p>
<p>For the developers&rsquo; and authors&rsquo; protection, the GPL clearly explains
that there is no warranty for this free software.  For both users&rsquo; and
authors&rsquo; sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
</p>
<p>Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the
manufacturer can do so.  This is fundamentally incompatible with the
aim of protecting users&rsquo; freedom to change the software.  The
systematic pattern of such abuse occurs in the area of products for
individuals to use, which is precisely where it is most unacceptable.
Therefore, we have designed this version of the GPL to prohibit the
practice for those products.  If such problems arise substantially in
other domains, we stand ready to extend this provision to those
domains in future versions of the GPL, as needed to protect the
freedom of users.
</p>
<p>Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish
to avoid the special danger that patents applied to a free program
could make it effectively proprietary.  To prevent this, the GPL
assures that patents cannot be used to render the program non-free.
</p>
<p>The precise terms and conditions for copying, distribution and
modification follow.
</p>

<ol start="0">
<li> Definitions.

<p>&ldquo;This License&rdquo; refers to version 3 of the GNU General Public License.
</p>
<p>&ldquo;Copyright&rdquo; also means copyright-like laws that apply to other kinds
of works, such as semiconductor masks.
</p>
<p>&ldquo;The Program&rdquo; refers to any copyrightable work licensed under this
License.  Each licensee is addressed as &ldquo;you&rdquo;.  &ldquo;Licensees&rdquo; and
&ldquo;recipients&rdquo; may be individuals or organizations.
</p>
<p>To &ldquo;modify&rdquo; a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of
an exact copy.  The resulting work is called a &ldquo;modified version&rdquo; of
the earlier work or a work &ldquo;based on&rdquo; the earlier work.
</p>
<p>A &ldquo;covered work&rdquo; means either the unmodified Program or a work based
on the Program.
</p>
<p>To &ldquo;propagate&rdquo; a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
</p>
<p>To &ldquo;convey&rdquo; a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user
through a computer network, with no transfer of a copy, is not
conveying.
</p>
<p>An interactive user interface displays &ldquo;Appropriate Legal Notices&rdquo; to
the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
</p>
</li><li> Source Code.

<p>The &ldquo;source code&rdquo; for a work means the preferred form of the work for
making modifications to it.  &ldquo;Object code&rdquo; means any non-source form
of a work.
</p>
<p>A &ldquo;Standard Interface&rdquo; means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
</p>
<p>The &ldquo;System Libraries&rdquo; of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
&ldquo;Major Component&rdquo;, in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
</p>
<p>The &ldquo;Corresponding Source&rdquo; for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work&rsquo;s
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
</p>
<p>The Corresponding Source need not include anything that users can
regenerate automatically from other parts of the Corresponding Source.
</p>
<p>The Corresponding Source for a work in source code form is that same
work.
</p>
</li><li> Basic Permissions.

<p>All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
</p>
<p>You may make, run and propagate covered works that you do not convey,
without conditions so long as your license otherwise remains in force.
You may convey covered works to others for the sole purpose of having
them make modifications exclusively for you, or provide you with
facilities for running those works, provided that you comply with the
terms of this License in conveying all material for which you do not
control copyright.  Those thus making or running the covered works for
you must do so exclusively on your behalf, under your direction and
control, on terms that prohibit them from making any copies of your
copyrighted material outside their relationship with you.
</p>
<p>Conveying under any other circumstances is permitted solely under the
conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.
</p>
</li><li> Protecting Users&rsquo; Legal Rights From Anti-Circumvention Law.

<p>No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
</p>
<p>When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such
circumvention is effected by exercising rights under this License with
respect to the covered work, and you disclaim any intention to limit
operation or modification of the work as a means of enforcing, against
the work&rsquo;s users, your or third parties&rsquo; legal rights to forbid
circumvention of technological measures.
</p>
</li><li> Conveying Verbatim Copies.

<p>You may convey verbatim copies of the Program&rsquo;s source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
</p>
<p>You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
</p>
</li><li> Conveying Modified Source Versions.

<p>You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these
conditions:
</p>
<ol type="a" start="1">
<li> The work must carry prominent notices stating that you modified it,
and giving a relevant date.

</li><li> The work must carry prominent notices stating that it is released
under this License and any conditions added under section 7.  This
requirement modifies the requirement in section 4 to &ldquo;keep intact all
notices&rdquo;.

</li><li> You must license the entire work, as a whole, under this License to
anyone who comes into possession of a copy.  This License will
therefore apply, along with any applicable section 7 additional terms,
to the whole of the work, and all its parts, regardless of how they
are packaged.  This License gives no permission to license the work in
any other way, but it does not invalidate such permission if you have
separately received it.

</li><li> If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your work
need not make them do so.
</li></ol>

<p>A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
&ldquo;aggregate&rdquo; if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation&rsquo;s users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
</p>
</li><li> Conveying Non-Source Forms.

<p>You may convey a covered work in object code form under the terms of
sections 4 and 5, provided that you also convey the machine-readable
Corresponding Source under the terms of this License, in one of these
ways:
</p>
<ol type="a" start="1">
<li> Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium customarily
used for software interchange.

</li><li> Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a written
offer, valid for at least three years and valid for as long as you
offer spare parts or customer support for that product model, to give
anyone who possesses the object code either (1) a copy of the
Corresponding Source for all the software in the product that is
covered by this License, on a durable physical medium customarily used
for software interchange, for a price no more than your reasonable
cost of physically performing this conveying of source, or (2) access
to copy the Corresponding Source from a network server at no charge.

</li><li> Convey individual copies of the object code with a copy of the written
offer to provide the Corresponding Source.  This alternative is
allowed only occasionally and noncommercially, and only if you
received the object code with such an offer, in accord with subsection
6b.

</li><li> Convey the object code by offering access from a designated place
(gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge.  You need not require recipients to copy the
Corresponding Source along with the object code.  If the place to copy
the object code is a network server, the Corresponding Source may be
on a different server (operated by you or a third party) that supports
equivalent copying facilities, provided you maintain clear directions
next to the object code saying where to find the Corresponding Source.
Regardless of what server hosts the Corresponding Source, you remain
obligated to ensure that it is available for as long as needed to
satisfy these requirements.

</li><li> Convey the object code using peer-to-peer transmission, provided you
inform other peers where the object code and Corresponding Source of
the work are being offered to the general public at no charge under
subsection 6d.

</li></ol>

<p>A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
</p>
<p>A &ldquo;User Product&rdquo; is either (1) a &ldquo;consumer product&rdquo;, which means any
tangible personal property which is normally used for personal,
family, or household purposes, or (2) anything designed or sold for
incorporation into a dwelling.  In determining whether a product is a
consumer product, doubtful cases shall be resolved in favor of
coverage.  For a particular product received by a particular user,
&ldquo;normally used&rdquo; refers to a typical or common use of that class of
product, regardless of the status of the particular user or of the way
in which the particular user actually uses, or expects or is expected
to use, the product.  A product is a consumer product regardless of
whether the product has substantial commercial, industrial or
non-consumer uses, unless such uses represent the only significant
mode of use of the product.
</p>
<p>&ldquo;Installation Information&rdquo; for a User Product means any methods,
procedures, authorization keys, or other information required to
install and execute modified versions of a covered work in that User
Product from a modified version of its Corresponding Source.  The
information must suffice to ensure that the continued functioning of
the modified object code is in no case prevented or interfered with
solely because modification has been made.
</p>
<p>If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
</p>
<p>The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or
updates for a work that has been modified or installed by the
recipient, or for the User Product in which it has been modified or
installed.  Access to a network may be denied when the modification
itself materially and adversely affects the operation of the network
or violates the rules and protocols for communication across the
network.
</p>
<p>Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
</p>
</li><li> Additional Terms.

<p>&ldquo;Additional permissions&rdquo; are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
</p>
<p>When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
</p>
<p>Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders
of that material) supplement the terms of this License with terms:
</p>
<ol type="a" start="1">
<li> Disclaiming warranty or limiting liability differently from the terms
of sections 15 and 16 of this License; or

</li><li> Requiring preservation of specified reasonable legal notices or author
attributions in that material or in the Appropriate Legal Notices
displayed by works containing it; or

</li><li> Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or

</li><li> Limiting the use for publicity purposes of names of licensors or
authors of the material; or

</li><li> Declining to grant rights under trademark law for use of some trade
names, trademarks, or service marks; or

</li><li> Requiring indemnification of licensors and authors of that material by
anyone who conveys the material (or modified versions of it) with
contractual assumptions of liability to the recipient, for any
liability that these contractual assumptions directly impose on those
licensors and authors.
</li></ol>

<p>All other non-permissive additional terms are considered &ldquo;further
restrictions&rdquo; within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
</p>
<p>If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
</p>
<p>Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions; the
above requirements apply either way.
</p>
</li><li> Termination.

<p>You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
</p>
<p>However, if you cease all violation of this License, then your license
from a particular copyright holder is reinstated (a) provisionally,
unless and until the copyright holder explicitly and finally
terminates your license, and (b) permanently, if the copyright holder
fails to notify you of the violation by some reasonable means prior to
60 days after the cessation.
</p>
<p>Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
</p>
<p>Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
</p>
</li><li> Acceptance Not Required for Having Copies.

<p>You are not required to accept this License in order to receive or run
a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
</p>
</li><li> Automatic Licensing of Downstream Recipients.

<p>Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.
</p>
<p>An &ldquo;entity transaction&rdquo; is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party&rsquo;s predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
</p>
<p>You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
</p>
</li><li> Patents.

<p>A &ldquo;contributor&rdquo; is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor&rsquo;s &ldquo;contributor version&rdquo;.
</p>
<p>A contributor&rsquo;s &ldquo;essential patent claims&rdquo; are all patent claims owned
or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, &ldquo;control&rdquo; includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
</p>
<p>Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor&rsquo;s essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
</p>
<p>In the following three paragraphs, a &ldquo;patent license&rdquo; is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To &ldquo;grant&rdquo; such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
</p>
<p>If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  &ldquo;Knowingly relying&rdquo; means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient&rsquo;s use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
</p>
<p>If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
</p>
<p>A patent license is &ldquo;discriminatory&rdquo; if it does not include within the
scope of its coverage, prohibits the exercise of, or is conditioned on
the non-exercise of one or more of the rights that are specifically
granted under this License.  You may not convey a covered work if you
are a party to an arrangement with a third party that is in the
business of distributing software, under which you make payment to the
third party based on the extent of your activity of conveying the
work, and under which the third party grants, to any of the parties
who would receive the covered work from you, a discriminatory patent
license (a) in connection with copies of the covered work conveyed by
you (or copies made from those copies), or (b) primarily for and in
connection with specific products or compilations that contain the
covered work, unless you entered into that arrangement, or that patent
license was granted, prior to 28 March 2007.
</p>
<p>Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
</p>
</li><li> No Surrender of Others&rsquo; Freedom.

<p>If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey
a covered work so as to satisfy simultaneously your obligations under
this License and any other pertinent obligations, then as a
consequence you may not convey it at all.  For example, if you agree
to terms that obligate you to collect a royalty for further conveying
from those to whom you convey the Program, the only way you could
satisfy both those terms and this License would be to refrain entirely
from conveying the Program.
</p>
</li><li> Use with the GNU Affero General Public License.

<p>Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
</p>
</li><li> Revised Versions of this License.

<p>The Free Software Foundation may publish revised and/or new versions
of the GNU General Public License from time to time.  Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
</p>
<p>Each version is given a distinguishing version number.  If the Program
specifies that a certain numbered version of the GNU General Public
License &ldquo;or any later version&rdquo; applies to it, you have the option of
following the terms and conditions either of that numbered version or
of any later version published by the Free Software Foundation.  If
the Program does not specify a version number of the GNU General
Public License, you may choose any version ever published by the Free
Software Foundation.
</p>
<p>If the Program specifies that a proxy can decide which future versions
of the GNU General Public License can be used, that proxy&rsquo;s public
statement of acceptance of a version permanently authorizes you to
choose that version for the Program.
</p>
<p>Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
</p>
</li><li> Disclaimer of Warranty.

<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &ldquo;AS IS&rdquo; WITHOUT
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
CORRECTION.
</p>
</li><li> Limitation of Liability.

<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
</p>
</li><li> Interpretation of Sections 15 and 16.

<p>If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
</p></li></ol>

<a name="How-to-Apply-These-Terms-to-Your-New-Programs"></a>
<h3 class="unnumberedsec">How to Apply These Terms to Your New Programs</h3>

<p>If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
</p>
<p>To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the &ldquo;copyright&rdquo; line and a pointer to where the full notice is found.
</p><div class="smallexample">
<pre class="smallexample"><var>one line to give the program's name and a brief idea of what it does.</var>
Copyright (C) <var>year</var> <var>name of author</var>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</pre></div>

<p>Also add information on how to contact you by electronic and paper mail.
</p>
<p>If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
</p>
<div class="smallexample">
<pre class="smallexample"><var>program</var> Copyright (C) <var>year</var> <var>name of author</var>
This program comes with ABSOLUTELY NO WARRANTY; for details type &lsquo;<samp>show w</samp>&rsquo;.
This is free software, and you are welcome to redistribute it under certain conditions; type &lsquo;<samp>show c</samp>&rsquo; for details.
</pre></div>

<p>The hypothetical commands &lsquo;<samp>show w</samp>&rsquo; and &lsquo;<samp>show c</samp>&rsquo; should show
the appropriate parts of the General Public License.  Of course, your
program&rsquo;s commands might be different; for a GUI interface, you would
use an &ldquo;about box&rdquo;.
</p>
<p>You should also get your employer (if you work as a programmer) or school,
if any, to sign a &ldquo;copyright disclaimer&rdquo; for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</p>
<p>The GNU General Public License does not permit incorporating your
program into proprietary programs.  If your program is a subroutine
library, you may consider it more useful to permit linking proprietary
applications with the library.  If this is what you want to do, use
the GNU Lesser General Public License instead of this License.  But
first, please read <a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>.
</p><hr>
<a name="The-GNU-FDL"></a>
<div class="header">
<p>
Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previous: <a href="#Copying" accesskey="p" rel="prev">Copying</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="GNU-Free-Documentation-License"></a>
<h2 class="chapter">29 GNU Free Documentation License</h2>

<a name="index-FDL_002c-GNU-Free-Documentation-License"></a>
<div align="center">Version 1.2, November 2002
</div>
<div class="display">
<pre class="display">Copyright &copy; 2000,2001,2002 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
</pre></div>

<ol start="0">
<li> PREAMBLE

<p>The purpose of this License is to make a manual, textbook, or other
functional and useful document <em>free</em> in the sense of freedom: to
assure everyone the effective freedom to copy and redistribute it,
with or without modifying it, either commercially or noncommercially.
Secondarily, this License preserves for the author and publisher a way
to get credit for their work, while not being considered responsible
for modifications made by others.
</p>
<p>This License is a kind of &ldquo;copyleft&rdquo;, which means that derivative
works of the document must themselves be free in the same sense.  It
complements the GNU General Public License, which is a copyleft
license designed for free software.
</p>
<p>We have designed this License in order to use it for manuals for free
software, because free software needs free documentation: a free
program should come with manuals providing the same freedoms that the
software does.  But this License is not limited to software manuals;
it can be used for any textual work, regardless of subject matter or
whether it is published as a printed book.  We recommend this License
principally for works whose purpose is instruction or reference.
</p>
</li><li> APPLICABILITY AND DEFINITIONS

<p>This License applies to any manual or other work, in any medium, that
contains a notice placed by the copyright holder saying it can be
distributed under the terms of this License.  Such a notice grants a
world-wide, royalty-free license, unlimited in duration, to use that
work under the conditions stated herein.  The &ldquo;Document&rdquo;, below,
refers to any such manual or work.  Any member of the public is a
licensee, and is addressed as &ldquo;you&rdquo;.  You accept the license if you
copy, modify or distribute the work in a way requiring permission
under copyright law.
</p>
<p>A &ldquo;Modified Version&rdquo; of the Document means any work containing the
Document or a portion of it, either copied verbatim, or with
modifications and/or translated into another language.
</p>
<p>A &ldquo;Secondary Section&rdquo; is a named appendix or a front-matter section
of the Document that deals exclusively with the relationship of the
publishers or authors of the Document to the Document&rsquo;s overall
subject (or to related matters) and contains nothing that could fall
directly within that overall subject.  (Thus, if the Document is in
part a textbook of mathematics, a Secondary Section may not explain
any mathematics.)  The relationship could be a matter of historical
connection with the subject or with related matters, or of legal,
commercial, philosophical, ethical or political position regarding
them.
</p>
<p>The &ldquo;Invariant Sections&rdquo; are certain Secondary Sections whose titles
are designated, as being those of Invariant Sections, in the notice
that says that the Document is released under this License.  If a
section does not fit the above definition of Secondary then it is not
allowed to be designated as Invariant.  The Document may contain zero
Invariant Sections.  If the Document does not identify any Invariant
Sections then there are none.
</p>
<p>The &ldquo;Cover Texts&rdquo; are certain short passages of text that are listed,
as Front-Cover Texts or Back-Cover Texts, in the notice that says that
the Document is released under this License.  A Front-Cover Text may
be at most 5 words, and a Back-Cover Text may be at most 25 words.
</p>
<p>A &ldquo;Transparent&rdquo; copy of the Document means a machine-readable copy,
represented in a format whose specification is available to the
general public, that is suitable for revising the document
straightforwardly with generic text editors or (for images composed of
pixels) generic paint programs or (for drawings) some widely available
drawing editor, and that is suitable for input to text formatters or
for automatic translation to a variety of formats suitable for input
to text formatters.  A copy made in an otherwise Transparent file
format whose markup, or absence of markup, has been arranged to thwart
or discourage subsequent modification by readers is not Transparent.
An image format is not Transparent if used for any substantial amount
of text.  A copy that is not &ldquo;Transparent&rdquo; is called &ldquo;Opaque&rdquo;.
</p>
<p>Examples of suitable formats for Transparent copies include plain
<small>ASCII</small> without markup, Texinfo input format, LaTeX input
format, <acronym>SGML</acronym> or <acronym>XML</acronym> using a publicly available
<acronym>DTD</acronym>, and standard-conforming simple <acronym>HTML</acronym>,
PostScript or <acronym>PDF</acronym> designed for human modification.  Examples
of transparent image formats include <acronym>PNG</acronym>, <acronym>XCF</acronym> and
<acronym>JPG</acronym>.  Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors, <acronym>SGML</acronym> or
<acronym>XML</acronym> for which the <acronym>DTD</acronym> and/or processing tools are
not generally available, and the machine-generated <acronym>HTML</acronym>,
PostScript or <acronym>PDF</acronym> produced by some word processors for
output purposes only.
</p>
<p>The &ldquo;Title Page&rdquo; means, for a printed book, the title page itself,
plus such following pages as are needed to hold, legibly, the material
this License requires to appear in the title page.  For works in
formats which do not have any title page as such, &ldquo;Title Page&rdquo; means
the text near the most prominent appearance of the work&rsquo;s title,
preceding the beginning of the body of the text.
</p>
<p>A section &ldquo;Entitled XYZ&rdquo; means a named subunit of the Document whose
title either is precisely XYZ or contains XYZ in parentheses following
text that translates XYZ in another language.  (Here XYZ stands for a
specific section name mentioned below, such as &ldquo;Acknowledgements&rdquo;,
&ldquo;Dedications&rdquo;, &ldquo;Endorsements&rdquo;, or &ldquo;History&rdquo;.)  To &ldquo;Preserve the Title&rdquo;
of such a section when you modify the Document means that it remains a
section &ldquo;Entitled XYZ&rdquo; according to this definition.
</p>
<p>The Document may include Warranty Disclaimers next to the notice which
states that this License applies to the Document.  These Warranty
Disclaimers are considered to be included by reference in this
License, but only as regards disclaiming warranties: any other
implication that these Warranty Disclaimers may have is void and has
no effect on the meaning of this License.
</p>
</li><li> VERBATIM COPYING

<p>You may copy and distribute the Document in any medium, either
commercially or noncommercially, provided that this License, the
copyright notices, and the license notice saying this License applies
to the Document are reproduced in all copies, and that you add no other
conditions whatsoever to those of this License.  You may not use
technical measures to obstruct or control the reading or further
copying of the copies you make or distribute.  However, you may accept
compensation in exchange for copies.  If you distribute a large enough
number of copies you must also follow the conditions in section 3.
</p>
<p>You may also lend copies, under the same conditions stated above, and
you may publicly display copies.
</p>
</li><li> COPYING IN QUANTITY

<p>If you publish printed copies (or copies in media that commonly have
printed covers) of the Document, numbering more than 100, and the
Document&rsquo;s license notice requires Cover Texts, you must enclose the
copies in covers that carry, clearly and legibly, all these Cover
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
the back cover.  Both covers must also clearly and legibly identify
you as the publisher of these copies.  The front cover must present
the full title with all words of the title equally prominent and
visible.  You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve
the title of the Document and satisfy these conditions, can be treated
as verbatim copying in other respects.
</p>
<p>If the required texts for either cover are too voluminous to fit
legibly, you should put the first ones listed (as many as fit
reasonably) on the actual cover, and continue the rest onto adjacent
pages.
</p>
<p>If you publish or distribute Opaque copies of the Document numbering
more than 100, you must either include a machine-readable Transparent
copy along with each Opaque copy, or state in or with each Opaque copy
a computer-network location from which the general network-using
public has access to download using public-standard network protocols
a complete Transparent copy of the Document, free of added material.
If you use the latter option, you must take reasonably prudent steps,
when you begin distribution of Opaque copies in quantity, to ensure
that this Transparent copy will remain thus accessible at the stated
location until at least one year after the last time you distribute an
Opaque copy (directly or through your agents or retailers) of that
edition to the public.
</p>
<p>It is requested, but not required, that you contact the authors of the
Document well before redistributing any large number of copies, to give
them a chance to provide you with an updated version of the Document.
</p>
</li><li> MODIFICATIONS

<p>You may copy and distribute a Modified Version of the Document under
the conditions of sections 2 and 3 above, provided that you release
the Modified Version under precisely this License, with the Modified
Version filling the role of the Document, thus licensing distribution
and modification of the Modified Version to whoever possesses a copy
of it.  In addition, you must do these things in the Modified Version:
</p>
<ol type="A" start="1">
<li> Use in the Title Page (and on the covers, if any) a title distinct
from that of the Document, and from those of previous versions
(which should, if there were any, be listed in the History section
of the Document).  You may use the same title as a previous version
if the original publisher of that version gives permission.

</li><li> List on the Title Page, as authors, one or more persons or entities
responsible for authorship of the modifications in the Modified
Version, together with at least five of the principal authors of the
Document (all of its principal authors, if it has fewer than five),
unless they release you from this requirement.

</li><li> State on the Title page the name of the publisher of the
Modified Version, as the publisher.

</li><li> Preserve all the copyright notices of the Document.

</li><li> Add an appropriate copyright notice for your modifications
adjacent to the other copyright notices.

</li><li> Include, immediately after the copyright notices, a license notice
giving the public permission to use the Modified Version under the
terms of this License, in the form shown in the Addendum below.

</li><li> Preserve in that license notice the full lists of Invariant Sections
and required Cover Texts given in the Document&rsquo;s license notice.

</li><li> Include an unaltered copy of this License.

</li><li> Preserve the section Entitled &ldquo;History&rdquo;, Preserve its Title, and add
to it an item stating at least the title, year, new authors, and
publisher of the Modified Version as given on the Title Page.  If
there is no section Entitled &ldquo;History&rdquo; in the Document, create one
stating the title, year, authors, and publisher of the Document as
given on its Title Page, then add an item describing the Modified
Version as stated in the previous sentence.

</li><li> Preserve the network location, if any, given in the Document for
public access to a Transparent copy of the Document, and likewise
the network locations given in the Document for previous versions
it was based on.  These may be placed in the &ldquo;History&rdquo; section.
You may omit a network location for a work that was published at
least four years before the Document itself, or if the original
publisher of the version it refers to gives permission.

</li><li> For any section Entitled &ldquo;Acknowledgements&rdquo; or &ldquo;Dedications&rdquo;, Preserve
the Title of the section, and preserve in the section all the
substance and tone of each of the contributor acknowledgements and/or
dedications given therein.

</li><li> Preserve all the Invariant Sections of the Document,
unaltered in their text and in their titles.  Section numbers
or the equivalent are not considered part of the section titles.

</li><li> Delete any section Entitled &ldquo;Endorsements&rdquo;.  Such a section
may not be included in the Modified Version.

</li><li> Do not retitle any existing section to be Entitled &ldquo;Endorsements&rdquo; or
to conflict in title with any Invariant Section.

</li><li> Preserve any Warranty Disclaimers.
</li></ol>

<p>If the Modified Version includes new front-matter sections or
appendices that qualify as Secondary Sections and contain no material
copied from the Document, you may at your option designate some or all
of these sections as invariant.  To do this, add their titles to the
list of Invariant Sections in the Modified Version&rsquo;s license notice.
These titles must be distinct from any other section titles.
</p>
<p>You may add a section Entitled &ldquo;Endorsements&rdquo;, provided it contains
nothing but endorsements of your Modified Version by various
parties&mdash;for example, statements of peer review or that the text has
been approved by an organization as the authoritative definition of a
standard.
</p>
<p>You may add a passage of up to five words as a Front-Cover Text, and a
passage of up to 25 words as a Back-Cover Text, to the end of the list
of Cover Texts in the Modified Version.  Only one passage of
Front-Cover Text and one of Back-Cover Text may be added by (or
through arrangements made by) any one entity.  If the Document already
includes a cover text for the same cover, previously added by you or
by arrangement made by the same entity you are acting on behalf of,
you may not add another; but you may replace the old one, on explicit
permission from the previous publisher that added the old one.
</p>
<p>The author(s) and publisher(s) of the Document do not by this License
give permission to use their names for publicity for or to assert or
imply endorsement of any Modified Version.
</p>
</li><li> COMBINING DOCUMENTS

<p>You may combine the Document with other documents released under this
License, under the terms defined in section 4 above for modified
versions, provided that you include in the combination all of the
Invariant Sections of all of the original documents, unmodified, and
list them all as Invariant Sections of your combined work in its
license notice, and that you preserve all their Warranty Disclaimers.
</p>
<p>The combined work need only contain one copy of this License, and
multiple identical Invariant Sections may be replaced with a single
copy.  If there are multiple Invariant Sections with the same name but
different contents, make the title of each such section unique by
adding at the end of it, in parentheses, the name of the original
author or publisher of that section if known, or else a unique number.
Make the same adjustment to the section titles in the list of
Invariant Sections in the license notice of the combined work.
</p>
<p>In the combination, you must combine any sections Entitled &ldquo;History&rdquo;
in the various original documents, forming one section Entitled
&ldquo;History&rdquo;; likewise combine any sections Entitled &ldquo;Acknowledgements&rdquo;,
and any sections Entitled &ldquo;Dedications&rdquo;.  You must delete all
sections Entitled &ldquo;Endorsements.&rdquo;
</p>
</li><li> COLLECTIONS OF DOCUMENTS

<p>You may make a collection consisting of the Document and other documents
released under this License, and replace the individual copies of this
License in the various documents with a single copy that is included in
the collection, provided that you follow the rules of this License for
verbatim copying of each of the documents in all other respects.
</p>
<p>You may extract a single document from such a collection, and distribute
it individually under this License, provided you insert a copy of this
License into the extracted document, and follow this License in all
other respects regarding verbatim copying of that document.
</p>
</li><li> AGGREGATION WITH INDEPENDENT WORKS

<p>A compilation of the Document or its derivatives with other separate
and independent documents or works, in or on a volume of a storage or
distribution medium, is called an &ldquo;aggregate&rdquo; if the copyright
resulting from the compilation is not used to limit the legal rights
of the compilation&rsquo;s users beyond what the individual works permit.
When the Document is included in an aggregate, this License does not
apply to the other works in the aggregate which are not themselves
derivative works of the Document.
</p>
<p>If the Cover Text requirement of section 3 is applicable to these
copies of the Document, then if the Document is less than one half of
the entire aggregate, the Document&rsquo;s Cover Texts may be placed on
covers that bracket the Document within the aggregate, or the
electronic equivalent of covers if the Document is in electronic form.
Otherwise they must appear on printed covers that bracket the whole
aggregate.
</p>
</li><li> TRANSLATION

<p>Translation is considered a kind of modification, so you may
distribute translations of the Document under the terms of section 4.
Replacing Invariant Sections with translations requires special
permission from their copyright holders, but you may include
translations of some or all Invariant Sections in addition to the
original versions of these Invariant Sections.  You may include a
translation of this License, and all the license notices in the
Document, and any Warranty Disclaimers, provided that you also include
the original English version of this License and the original versions
of those notices and disclaimers.  In case of a disagreement between
the translation and the original version of this License or a notice
or disclaimer, the original version will prevail.
</p>
<p>If a section in the Document is Entitled &ldquo;Acknowledgements&rdquo;,
&ldquo;Dedications&rdquo;, or &ldquo;History&rdquo;, the requirement (section 4) to Preserve
its Title (section 1) will typically require changing the actual
title.
</p>
</li><li> TERMINATION

<p>You may not copy, modify, sublicense, or distribute the Document except
as expressly provided for under this License.  Any other attempt to
copy, modify, sublicense or distribute the Document is void, and will
automatically terminate your rights under this License.  However,
parties who have received copies, or rights, from you under this
License will not have their licenses terminated so long as such
parties remain in full compliance.
</p>
</li><li> FUTURE REVISIONS OF THIS LICENSE

<p>The Free Software Foundation may publish new, revised versions
of the GNU Free Documentation License from time to time.  Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.  See
<a href="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</a>.
</p>
<p>Each version of the License is given a distinguishing version number.
If the Document specifies that a particular numbered version of this
License &ldquo;or any later version&rdquo; applies to it, you have the option of
following the terms and conditions either of that specified version or
of any later version that has been published (not as a draft) by the
Free Software Foundation.  If the Document does not specify a version
number of this License, you may choose any version ever published (not
as a draft) by the Free Software Foundation.
</p></li></ol>

<a name="ADDENDUM_003a-How-to-use-this-License-for-your-documents"></a>
<h3 class="section">29.1 ADDENDUM: How to use this License for your documents</h3>

<p>To use this License in a document you have written, include a copy of
the License in the document and put the following copyright and
license notices just after the title page:
</p>
<div class="smallexample">
<pre class="smallexample">  Copyright (C)  <var>year</var>  <var>your name</var>.
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
  or any later version published by the Free Software Foundation;
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  Texts.  A copy of the license is included in the section entitled ``GNU
  Free Documentation License''.
</pre></div>

<p>If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the &ldquo;with...Texts.&rdquo; line with this:
</p>
<div class="smallexample">
<pre class="smallexample">    with the Invariant Sections being <var>list their titles</var>, with
    the Front-Cover Texts being <var>list</var>, and with the Back-Cover Texts
    being <var>list</var>.
</pre></div>

<p>If you have Invariant Sections without Cover Texts, or some other
combination of the three, merge those two alternatives to suit the
situation.
</p>
<p>If your document contains nontrivial examples of program code, we
recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.
</p>




<hr>
<a name="Concept-Index"></a>
<div class="header">
<p>
Next: <a href="#Function-Index" accesskey="n" rel="next">Function Index</a>, Previous: <a href="#The-GNU-FDL" accesskey="p" rel="prev">The GNU FDL</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Concept-Index-1"></a>
<h2 class="unnumbered">Concept Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-cp" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-adding-functionality">adding functionality</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-advanced-player">advanced player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#More-Complex-Player">More Complex Player</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-basic-commands">basic commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-basic-functions">basic functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-basic-player">basic player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Player-for-_0060play_0027">Simple Player for `play'</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-commands_002c-basic">commands, basic</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compiling">compiling</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Compiling-Emms">Compiling Emms</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-complex-player">complex player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#More-Complex-Player">More Complex Player</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Configuration">Configuration</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration">Configuration</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-core-file">core file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#The-Core-File">The Core File</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-core-functions">core functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-defining-info-methods">defining info methods</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Defining-Info-Methods">Defining Info Methods</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-defining-new-players">defining new players</a>:</td><td>&nbsp;</td><td valign="top"><a href="#New-Player">New Player</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-defining-players">defining players</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Extending-Emms">Extending Emms</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-display-emms-information">display emms information</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Emms-Mode-Line">Emms Mode Line</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-FDL_002c-GNU-Free-Documentation-License">FDL, GNU Free Documentation License</a>:</td><td>&nbsp;</td><td valign="top"><a href="#The-GNU-FDL">The GNU FDL</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-files">files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Finding-files-and-speed">Finding files and speed</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-format">format</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Formats-and-Freedom">Formats and Freedom</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-freedom">freedom</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Formats-and-Freedom">Formats and Freedom</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-G">G</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-GNU-FM">GNU FM</a>:</td><td>&nbsp;</td><td valign="top"><a href="#GNU-FM">GNU FM</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-heart-of-Emms">heart of Emms</a>:</td><td>&nbsp;</td><td valign="top"><a href="#The-Core-File">The Core File</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-hooks">hooks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-info-tags">info tags</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Track-Information">Track Information</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-installation">installation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Installation">Installation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Interactive-Playlists">Interactive Playlists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-internet-radio">internet radio</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-introduction">introduction</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Introduction">Introduction</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-lyrics">lyrics</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-M">M</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-mailing-list">mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Getting-Help">Getting Help</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Markable-Playlists">Markable Playlists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-mode-line">mode line</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Emms-Mode-Line">Emms Mode Line</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-mpd">mpd</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-music-player-daemon">music player daemon</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-N">N</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-new-player">new player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#New-Player">New Player</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-new-players">new players</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Extending-Emms">Extending Emms</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-new-players_002c-defining">new players, defining</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Extending-Emms">Extending Emms</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-O">O</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-options">options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-organizing-tracks-and-media">organizing tracks and media</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Playlists">Playlists</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-players_002c-simple">players, simple</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Players">Simple Players</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-primitive-functions">primitive functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#The-Core-File">The Core File</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-primitive-player">primitive player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Player-for-_0060play_0027">Simple Player for `play'</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-Q">Q</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-quick-setup">quick setup</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-remote-interface">remote interface</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-setting-up-Emms">setting up Emms</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-setup">setup</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-simple-player">simple player</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Player-for-_0060play_0027">Simple Player for `play'</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-sort">sort</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Sources">Sources</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-speed">speed</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Finding-files-and-speed">Finding files and speed</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-streaming-audio">streaming audio</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-T">T</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-track-editor">track editor</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-track-information">track information</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Track-Information">Track Information</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-track-order">track order</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-U">U</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-user-variables">user variables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-using-taglib">using taglib</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Using-TagLib">Using TagLib</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-V">V</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-volume">volume</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-website">website</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Getting-Help">Getting Help</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>



<hr>
<a name="Function-Index"></a>
<div class="header">
<p>
Next: <a href="#Variable-Index" accesskey="n" rel="next">Variable Index</a>, Previous: <a href="#Concept-Index" accesskey="p" rel="prev">Concept Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Function-Index-1"></a>
<h2 class="unnumbered">Function Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Function-Index_fn_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-S"><b>S</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-fn" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-Index_fn_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-bury_002dbuffer"><code>bury-buffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-Index_fn_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-define_002demms_002dsimple_002dplayer"><code>define-emms-simple-player</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Players">Simple Players</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-describe_002dmode"><code>describe-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-describe_002dmode-1"><code>describe-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-describe_002dmode-2"><code>describe-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-Index_fn_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002ddirectory"><code>emms-add-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002ddirectory_002dtree"><code>emms-add-directory-tree</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002dfile"><code>emms-add-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002dfind"><code>emms-add-find</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002dplaylist"><code>emms-add-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dadd_002durl"><code>emms-add-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dall"><code>emms-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dalbum"><code>emms-browse-by-album</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dalbum-1"><code>emms-browse-by-album</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dartist"><code>emms-browse-by-artist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dartist-1"><code>emms-browse-by-artist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dgenre"><code>emms-browse-by-genre</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dgenre-1"><code>emms-browse-by-genre</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dyear"><code>emms-browse-by-year</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowse_002dby_002dyear-1"><code>emms-browse-by-year</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dadd_002dtracks"><code>emms-browser-add-tracks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dadd_002dtracks_002dand_002dplay"><code>emms-browser-add-tracks-and-play</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dadd_002dtracks_002dand_002dplay-1"><code>emms-browser-add-tracks-and-play</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dbury_002dbuffer"><code>emms-browser-bury-buffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dclear_002dplaylist"><code>emms-browser-clear-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dcollapse_002dall"><code>emms-browser-collapse-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dexpand_002dall"><code>emms-browser-expand-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d2"><code>emms-browser-expand-to-level-2</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d3"><code>emms-browser-expand-to-level-3</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dexpand_002dto_002dlevel_002d4"><code>emms-browser-expand-to-level-4</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dgoto_002drandom"><code>emms-browser-goto-random</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dlookup_002dalbum_002don_002dpitchfork"><code>emms-browser-lookup-album-on-pitchfork</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dlookup_002dalbum_002don_002dwikipedia"><code>emms-browser-lookup-album-on-wikipedia</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dnext_002dfilter"><code>emms-browser-next-filter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dnext_002dnon_002dtrack"><code>emms-browser-next-non-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dprev_002dnon_002dtrack"><code>emms-browser-prev-non-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dprevious_002dfilter"><code>emms-browser-previous-filter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dsearch_002dby_002dalbum"><code>emms-browser-search-by-album</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dsearch_002dby_002dartist"><code>emms-browser-search-by-artist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dsearch_002dby_002dnames"><code>emms-browser-search-by-names</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dsearch_002dby_002dtitle"><code>emms-browser-search-by-title</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dtoggle_002dsubitems"><code>emms-browser-toggle-subitems</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dbrowser_002dview_002din_002ddired"><code>emms-browser-view-in-dired</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dcache_002dset_002dfrom_002dmpd_002dall"><code>emms-cache-set-from-mpd-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dcache_002dset_002dfrom_002dmpd_002ddirectory"><code>emms-cache-set-from-mpd-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dcue_002dnext"><code>emms-cue-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#APE-_002f-FLAC-Commands">APE / FLAC Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dcue_002dprevious"><code>emms-cue-previous</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#APE-_002f-FLAC-Commands">APE / FLAC Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002ddefault_002dplayers"><code>emms-default-players</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dhistory_002dload"><code>emms-history-load</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Persistent-Playlists">Persistent Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002disearch_002dbuffer"><code>emms-isearch-buffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlocate"><code>emms-locate</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002ddisable"><code>emms-lyrics-disable</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002denable"><code>emms-lyrics-enable</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dstart"><code>emms-lyrics-start</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dstop"><code>emms-lyrics-stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dtoggle"><code>emms-lyrics-toggle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dtoggle_002ddisplay_002don_002dminibuffer"><code>emms-lyrics-toggle-display-on-minibuffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dtoggle_002ddisplay_002don_002dmodeline"><code>emms-lyrics-toggle-display-on-modeline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dcopy_002dmarked_002dtracks"><code>emms-mark-copy-marked-tracks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002ddelete_002dmarked_002dtracks"><code>emms-mark-delete-marked-tracks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002ddo_002dwith_002dmarked_002dtrack"><code>emms-mark-do-with-marked-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dforward"><code>emms-mark-forward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dkill_002dmarked_002dtracks"><code>emms-mark-kill-marked-tracks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dmapcar_002dmarked_002dtrack"><code>emms-mark-mapcar-marked-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dregexp"><code>emms-mark-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dtoggle"><code>emms-mark-toggle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dunmark_002dall"><code>emms-mark-unmark-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dmark_002dunmark_002dforward"><code>emms-mark-unmark-forward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Markable-Playlists">Markable Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dminimalistic"><code>emms-minimalistic</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Setup">Setup</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dnext"><code>emms-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dnext-1"><code>emms-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dnext-2"><code>emms-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dnext_002dnoerror"><code>emms-next-noerror</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dpause"><code>emms-pause</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002ddirectory"><code>emms-play-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002ddirectory_002dtree"><code>emms-play-directory-tree</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002dfile"><code>emms-play-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002dfind"><code>emms-play-find</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002dfind-1"><code>emms-play-find</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002dplaylist"><code>emms-play-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplay_002durl"><code>emms-play-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dfor"><code>emms-player-for</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dmpd_002dconnect"><code>emms-player-mpd-connect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dmpd_002ddisconnect"><code>emms-player-mpd-disconnect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dmpd_002dshow"><code>emms-player-mpd-show</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dmpd_002dupdate_002dall"><code>emms-player-mpd-update-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dmpd_002dupdate_002ddirectory"><code>emms-player-mpd-update-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Music-Player-Daemon">Music Player Daemon</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dsimple_002dsentinel"><code>emms-player-simple-sentinel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Players">Simple Players</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dsimple_002dstart"><code>emms-player-simple-start</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Players">Simple Players</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dsimple_002dstop"><code>emms-player-simple-stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Simple-Players">Simple Players</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dstart"><code>emms-player-start</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dstop"><code>emms-player-stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dstopped"><code>emms-player-stopped</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaying_002dtime_002ddisable_002ddisplay"><code>emms-playing-time-disable-display</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Emms-Mode-Line">Emms Mode Line</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaying_002dtime_002denable_002ddisplay"><code>emms-playing-time-enable-display</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Emms-Mode-Line">Emms Mode Line</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dcurrent_002dselected_002dtrack"><code>emms-playlist-current-selected-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dadd_002dcontents"><code>emms-playlist-mode-add-contents</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dcenter_002dcurrent"><code>emms-playlist-mode-center-current</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dfirst"><code>emms-playlist-mode-first</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dgo"><code>emms-playlist-mode-go</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dinsert_002dnewline"><code>emms-playlist-mode-insert-newline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dkill"><code>emms-playlist-mode-kill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dkill_002dtrack"><code>emms-playlist-mode-kill-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dlast"><code>emms-playlist-mode-last</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dplay_002dcurrent_002dtrack"><code>emms-playlist-mode-play-current-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dundo"><code>emms-playlist-mode-undo</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dyank"><code>emms-playlist-mode-yank</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dmode_002dyank_002dpop"><code>emms-playlist-mode-yank-pop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dnew"><code>emms-playlist-new</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Playlists">Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dnext"><code>emms-playlist-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dprevious"><code>emms-playlist-previous</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsave"><code>emms-playlist-save</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Playlists">Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsave-1"><code>emms-playlist-save</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dset_002dplaylist_002dbuffer"><code>emms-playlist-set-playlist-buffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dfile_002dextension"><code>emms-playlist-sort-by-file-extension</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dfile_002dmtime"><code>emms-playlist-sort-by-file-mtime</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dalbum"><code>emms-playlist-sort-by-info-album</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dartist"><code>emms-playlist-sort-by-info-artist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dcomposer"><code>emms-playlist-sort-by-info-composer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dnote"><code>emms-playlist-sort-by-info-note</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dperformer"><code>emms-playlist-sort-by-info-performer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dtitle"><code>emms-playlist-sort-by-info-title</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dinfo_002dyear"><code>emms-playlist-sort-by-info-year</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dlast_002dplayed"><code>emms-playlist-sort-by-last-played</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dname"><code>emms-playlist-sort-by-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsort_002dby_002dplay_002dcount"><code>emms-playlist-sort-by-play-count</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sorting-Playlists">Sorting Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dprevious"><code>emms-previous</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002drandom"><code>emms-random</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002drandom-1"><code>emms-random</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dseek"><code>emms-seek</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dseek_002dbackward"><code>emms-seek-backward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dseek_002dbackward-1"><code>emms-seek-backward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dseek_002dforward"><code>emms-seek-forward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dseek_002dforward-1"><code>emms-seek-forward</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dshow"><code>emms-show</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dshow-1"><code>emms-show</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dshuffle"><code>emms-shuffle</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsmart_002dbrowse"><code>emms-smart-browse</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsort"><code>emms-sort</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002ddirectory"><code>emms-source-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002ddirectory_002dtree"><code>emms-source-directory-tree</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002ddired"><code>emms-source-dired</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfile"><code>emms-source-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfile_002ddirectory_002dtree"><code>emms-source-file-directory-tree</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfile_002dregex"><code>emms-source-file-regex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfiles"><code>emms-source-files</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfind"><code>emms-source-find</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dplaylist"><code>emms-source-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dplaylist_002dm3u"><code>emms-source-playlist-m3u</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dplaylist_002dnative"><code>emms-source-playlist-native</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dplaylist_002dpls"><code>emms-source-playlist-pls</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstart"><code>emms-start</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstop"><code>emms-stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Basic-Commands">Basic Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstop-1"><code>emms-stop</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dadd_002dbookmark"><code>emms-stream-add-bookmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002ddelete_002dbookmark"><code>emms-stream-delete-bookmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dedit_002dbookmark"><code>emms-stream-edit-bookmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dinfo_002dbookmark"><code>emms-stream-info-bookmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dnext_002dline"><code>emms-stream-next-line</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dprevious_002dline"><code>emms-stream-previous-line</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dquit"><code>emms-stream-quit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002dsave_002dbookmarks_002dfile"><code>emms-stream-save-bookmarks-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002drename"><code>emms-tag-editor-rename</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dreplace_002din_002dtag"><code>emms-tag-editor-replace-in-tag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dset_002dall"><code>emms-tag-editor-set-all</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dsubmit"><code>emms-tag-editor-submit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dtranspose_002dtag"><code>emms-tag-editor-transpose-tag</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtoggle_002drandom_002dplaylist"><code>emms-toggle-random-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtoggle_002drepeat_002dplaylist"><code>emms-toggle-repeat-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtoggle_002drepeat_002dtrack"><code>emms-toggle-repeat-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack"><code>emms-track</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002ddescription"><code>emms-track-description</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002dget"><code>emms-track-get</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002dname"><code>emms-track-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002dset"><code>emms-track-set</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002dtype"><code>emms-track-type</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Core-Functions">Core Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002dlower"><code>emms-volume-lower</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002dmode_002dminus"><code>emms-volume-mode-minus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002dmode_002dplus"><code>emms-volume-mode-plus</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002draise"><code>emms-volume-raise</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-Index_fn_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-scroll_002dup"><code>scroll-up</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interactive-Playlists">Interactive Playlists</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Function-Index_fn_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-Index_fn_letter-S"><b>S</b></a>
 &nbsp; 
</td></tr></table>



<hr>
<a name="Variable-Index"></a>
<div class="header">
<p>
Next: <a href="#Keybinding-Index" accesskey="n" rel="next">Keybinding Index</a>, Previous: <a href="#Function-Index" accesskey="p" rel="prev">Function Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Variable-Index-1"></a>
<h2 class="unnumbered">Variable Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Variable-Index_vr_letter-E"><b>E</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-vr" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-Index_vr_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dhistory_002dfile"><code>emms-history-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Persistent-Playlists">Persistent Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dhistory_002dstart_002dplaying"><code>emms-history-start-playing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Persistent-Playlists">Persistent Playlists</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dinfo_002dasynchronously"><code>emms-info-asynchronously</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Track-Information">Track Information</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dinfo_002dauto_002dupdate"><code>emms-info-auto-update</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Track-Information">Track Information</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dinfo_002dfunctions"><code>emms-info-functions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Track-Information">Track Information</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dcoding_002dsystem"><code>emms-lyrics-coding-system</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002ddir"><code>emms-lyrics-dir</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002ddisplay_002dformat"><code>emms-lyrics-display-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002ddisplay_002don_002dminibuffer"><code>emms-lyrics-display-on-minibuffer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002ddisplay_002don_002dmodeline"><code>emms-lyrics-display-on-modeline</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dscroll_002dp"><code>emms-lyrics-scroll-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dlyrics_002dscroll_002dtimer_002dinterval"><code>emms-lyrics-scroll-timer-interval</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Lyrics">Lyrics</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dfinished_002dhook"><code>emms-player-finished-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dlist"><code>emms-player-list</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dpaused_002dhook"><code>emms-player-paused-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dstarted_002dhook"><code>emms-player-started-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplayer_002dstopped_002dhook"><code>emms-player-stopped-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dcleared_002dhook"><code>emms-playlist-cleared-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dselection_002dchanged_002dhook"><code>emms-playlist-selection-changed-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dplaylist_002dsource_002dinserted_002dhook"><code>emms-playlist-source-inserted-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hooks">Hooks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002drepeat_002dplaylist"><code>emms-repeat-playlist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dshow_002dformat"><code>emms-show-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsort_002dlessp_002dfunction"><code>emms-sort-lessp-function</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dsource_002dfile_002ddefault_002ddirectory"><code>emms-source-file-default-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sources">Sources</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dstream_002ddefault_002daction"><code>emms-stream-default-action</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dformats"><code>emms-tag-editor-formats</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002drename_002dformat"><code>emms-tag-editor-rename-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtag_002deditor_002dtagfile_002dfunctions"><code>emms-tag-editor-tagfile-functions</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Editing-Tracks">Editing Tracks</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dtrack_002ddescription_002dfunction"><code>emms-track-description-function</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#User-Variables">User Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002dchange_002damount"><code>emms-volume-change-amount</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-emms_002dvolume_002dmode_002dtimeout"><code>emms-volume-mode-timeout</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Volume">Volume</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Variable-Index_vr_letter-E"><b>E</b></a>
 &nbsp; 
</td></tr></table>



<hr>
<a name="Keybinding-Index"></a>
<div class="header">
<p>
Previous: <a href="#Variable-Index" accesskey="p" rel="prev">Variable Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Keybinding-Index-1"></a>
<h2 class="unnumbered">Keybinding Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Keybinding-Index_ky_symbol-1"><b>/</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-2"><b>1</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-3"><b>2</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-4"><b>3</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-5"><b>4</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-6"><b>&lt;</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-7"><b>&gt;</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-8"><b>?</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Keybinding-Index_ky_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-ky" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-1">/</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002f-_0028emms_002dbrowser_0029"><code>/ (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-2">1</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-1-_0028emms_002dbrowser_0029"><code>1 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-3">2</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-2-_0028emms_002dbrowser_0029"><code>2 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-4">3</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-3-_0028emms_002dbrowser_0029"><code>3 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-5">4</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-4-_0028emms_002dbrowser_0029"><code>4 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-6">&lt;</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003c-_0028emms_002dbrowser_0029"><code>&lt; (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003cbacktab_003e-_0028emms_002dbrowser_0029"><code>&lt;backtab&gt; (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003cC_002dreturn_003e-_0028emms_002dbrowser_0029"><code>&lt;C-return&gt; (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003ctab_003e-_0028emms_002dbrowser_0029"><code>&lt;tab&gt; (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-7">&gt;</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003e-_0028emms_002dbrowser_0029"><code>&gt; (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_symbol-8">?</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_003f-_0028emms_002dbrowser_0029"><code>? (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-a-_0028emms_002dstreams_0029"><code>a (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-b-1-_0028emms_002dbrowser_0029"><code>b 1 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-b-2-_0028emms_002dbrowser_0029"><code>b 2 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-b-3-_0028emms_002dbrowser_0029"><code>b 3 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-b-4-_0028emms_002dbrowser_0029"><code>b 4 (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-C-_0028emms_002dbrowser_0029"><code>C (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002d_002f-_0028emms_002dbrowser_0029"><code>C-/ (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dj-_0028emms_002dbrowser_0029"><code>C-j (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-d-_0028emms_002dbrowser_0029"><code>d (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-d-_0028emms_002dstreams_0029"><code>d (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-E-_0028emms_002dbrowser_0029"><code>E (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-e-_0028emms_002dstreams_0029"><code>e (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-h-_0028emms_002dstreams_0029"><code>h (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-i-_0028emms_002dstreams_0029"><code>i (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-N">N</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-n-_0028emms_002dstreams_0029"><code>n (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-p-_0028emms_002dstreams_0029"><code>p (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-Q">Q</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-q-_0028emms_002dbrowser_0029"><code>q (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-q-_0028emms_002dstreams_0029"><code>q (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-r-_0028emms_002dbrowser_0029"><code>r (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-RET-_0028emms_002dbrowser_0029"><code>RET (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-RET-_0028emms_002dstreams_0029"><code>RET (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-s-_0028emms_002dstreams_0029"><code>s (emms-streams)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Streaming-Audio">Streaming Audio</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-s-A-_0028emms_002dbrowser_0029"><code>s A (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-s-a-_0028emms_002dbrowser_0029"><code>s a (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-s-s-_0028emms_002dbrowser_0029"><code>s s (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-s-t-_0028emms_002dbrowser_0029"><code>s t (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-SPC-_0028emms_002dbrowser_0029"><code>SPC (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Keybinding-Index_ky_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-W-a-p-_0028emms_002dbrowser_0029"><code>W a p (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-W-a-w-_0028emms_002dbrowser_0029"><code>W a w (emms-browser)</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Browser-Interface">Browser Interface</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Keybinding-Index_ky_symbol-1"><b>/</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-2"><b>1</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-3"><b>2</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-4"><b>3</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-5"><b>4</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-6"><b>&lt;</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-7"><b>&gt;</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_symbol-8"><b>?</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Keybinding-Index_ky_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Keybinding-Index_ky_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>

<div class="footnote">
<hr>
<h4 class="footnotes-heading">Footnotes</h4>

<h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
<p>If you enjoy a particular streaming audio station on the
Web and think that it belongs in the default list, please send us a
link and we will gladly add it!</p>
</div>
<hr>



</body>
</html>