From 2b55e30467f5ccdf9324b0377c419c5681f4c215 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 8 Apr 2006 05:58:05 +0000 Subject: This update includes a full rewrite of the Localplay code, only update to this version if you don't care about losing a lot of functionality while I am still finishing it up. Also the only working localplay method is currently MPD. UPDATE AT YOUR OWN RISK! --- templates/show_localplay_control.inc.php | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 templates/show_localplay_control.inc.php (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php new file mode 100644 index 00000000..db771110 --- /dev/null +++ b/templates/show_localplay_control.inc.php @@ -0,0 +1,63 @@ +status(); + +$required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . session_id(); +$ajax_url = $web_path . '/server/ajax.server.php'; + +?> +has_function('prev')) { ?> + + + + + + + +has_function('pause')) { ?> + + + + + + + +has_function('next')) { ?> + + + + +
+Current State:
+ + + + + + + + + + +
-- cgit