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! --- images/localplay/next.gif | Bin 0 -> 1005 bytes images/localplay/pause.gif | Bin 0 -> 1006 bytes images/localplay/play.gif | Bin 0 -> 989 bytes images/localplay/prev.gif | Bin 0 -> 1014 bytes images/localplay/stop.gif | Bin 0 -> 1005 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 images/localplay/next.gif create mode 100755 images/localplay/pause.gif create mode 100755 images/localplay/play.gif create mode 100755 images/localplay/prev.gif create mode 100755 images/localplay/stop.gif (limited to 'images/localplay') diff --git a/images/localplay/next.gif b/images/localplay/next.gif new file mode 100755 index 00000000..e7e6664f Binary files /dev/null and b/images/localplay/next.gif differ diff --git a/images/localplay/pause.gif b/images/localplay/pause.gif new file mode 100755 index 00000000..7f49b71f Binary files /dev/null and b/images/localplay/pause.gif differ diff --git a/images/localplay/play.gif b/images/localplay/play.gif new file mode 100755 index 00000000..a416b0d9 Binary files /dev/null and b/images/localplay/play.gif differ diff --git a/images/localplay/prev.gif b/images/localplay/prev.gif new file mode 100755 index 00000000..575e4692 Binary files /dev/null and b/images/localplay/prev.gif differ diff --git a/images/localplay/stop.gif b/images/localplay/stop.gif new file mode 100755 index 00000000..428c3279 Binary files /dev/null and b/images/localplay/stop.gif differ -- cgit