1 <div align="center"> |
1 <div align="center"> |
2 <b>Greyhound</b><br /> |
2 <b>Greyhound</b><br /> |
3 A PHP-based web interface for Amarok |
3 A PHP-based web interface for Amarok<br /> |
|
4 <br /> |
|
5 >>> <b>To access this script once started navigate to: <<<<br /> |
|
6 >>> <a href="http://localhost:7447/">http://localhost:7447/</a> <<< |
4 </div> |
7 </div> |
5 <p>I wrote Greyhound because of some issues I was having with other web |
8 <p>I wrote Greyhound because of some issues I was having with other web |
6 interface scripts freezing and not working right. Greyhound is my first |
9 interface scripts freezing and not working right. Greyhound is my first |
7 shot at writing Amarok scripts but it seems to work pretty well. |
10 shot at writing Amarok scripts but it seems to work pretty well. |
8 </p> |
11 </p> |
9 <p>Greyhound's interface is based on the WebControl script by Jonas Christian |
12 <p>Greyhound's interface is based on the WebControl script by Jonas Christian |
10 Drewsen, André Kelpe, and Peter C. Ndikuwera. However unlike WebControl |
13 Drewsen, André Kelpe, and Peter C. Ndikuwera. However unlike WebControl |
11 Greyhound is written entirely in PHP, making it a bit more portable. This |
14 Greyhound is written entirely in PHP, making it a bit more portable. This |
12 script doesn't require an external web server to run, it has a relatively |
15 script doesn't require an external web server to run, it has a relatively |
13 basic built-in (single-threaded) server.</p> |
16 basic built-in (single-threaded) server.</p> |
14 <p>The script needs a browser with XmlHttpRequest (AJAX) support to work. It's |
17 <p>The script needs a browser with XmlHttpRequest (AJAX) support to work. It's |
15 been tested on Firefox 3.0 beta 4 and Safari.</p> |
18 been tested on Firefox 3.0 beta 4 and Safari.</p> |