diff -r a8d108f37363 -r 63a257541313 README --- a/README Sun Mar 23 23:55:50 2008 -0400 +++ b/README Mon Mar 24 00:12:21 2008 -0400 @@ -1,13 +1,16 @@
Greyhound
- A PHP-based web interface for Amarok + A PHP-based web interface for Amarok
+
+ >>> To access this script once started navigate to: <<<
+ >>> http://localhost:7447/ <<<

I wrote Greyhound because of some issues I was having with other web interface scripts freezing and not working right. Greyhound is my first shot at writing Amarok scripts but it seems to work pretty well.

Greyhound's interface is based on the WebControl script by Jonas Christian - Drewsen, AndrĂ© Kelpe, and Peter C. Ndikuwera. However unlike WebControl + Drewsen, André Kelpe, and Peter C. Ndikuwera. However unlike WebControl Greyhound is written entirely in PHP, making it a bit more portable. This script doesn't require an external web server to run, it has a relatively basic built-in (single-threaded) server.