diff --git a/CREDITS b/CREDITS index 87098803..7dd45fa6 100644 --- a/CREDITS +++ b/CREDITS @@ -6,6 +6,12 @@ These are the people who have contributed to whatever small success this project enjoys (in order of contribution). If I've forgotten anyone, I apologize. +Dr. Steve Robbins + * uici stuff + +The Plone project + * css files for the admin interface + Aubin Paul * Patches for Debian package generation * Precompiled Debian binaries @@ -13,6 +19,7 @@ Aubin Paul Paul Forgey * Tons of troubleshooting on Solaris * Fixes for readdir_r + * Fixes for alignment problems in XING header parsing Paul Hubbard * T/S and patch testing to resolve scanning bugs @@ -102,8 +109,6 @@ Phil Packer Diego Penneno * Patches for multiple PID files to facilitate gentoo init scripts -Paul Forgey - * Fixes for alignment problems in XING header parsing diff --git a/admin-root/Makefile.am b/admin-root/Makefile.am index 12cfeb47..02fd3fa3 100644 --- a/admin-root/Makefile.am +++ b/admin-root/Makefile.am @@ -14,5 +14,5 @@ EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \ mt-daapd.css mt-daapd.png config.html index.html required.gif \ gpl-license.html aspl-license.html thanks.html feedback.html \ playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \ - applet.html + applet.html CREDITS diff --git a/admin-root/hdr.html b/admin-root/hdr.html index 887e86d0..b308378b 100644 --- a/admin-root/hdr.html +++ b/admin-root/hdr.html @@ -97,6 +97,33 @@ +
+
Experimental
+
+
+ +   + + +  Playlist Page + + +
+ +
+ +   + + +  Java Applet + + +
+
+
+ @ispage playlist.html:-->:@ diff --git a/admin-root/smart.js b/admin-root/smart.js index 29a543eb..a4697d99 100644 --- a/admin-root/smart.js +++ b/admin-root/smart.js @@ -150,10 +150,10 @@ function pl_process() { pl_type = "Smart"; break; case "2": - pl_type = "Static (m3u/pls file)"; + pl_type = "Static (m3u/pls file)"; break; case "3": - pl_type = "Static (iTunes xml file)"; + pl_type = "Static (iTunes xml)"; break; } diff --git a/admin-root/thanks.html b/admin-root/thanks.html index de2c3cc1..db7d7313 100644 --- a/admin-root/thanks.html +++ b/admin-root/thanks.html @@ -6,25 +6,9 @@ Special thanks to the following people: - @include ftr.html@