public
Description: A playlist based front-end for Playdar
Homepage: http://spiffdar.org/
Clone URL: git://github.com/mokele/spiffdar.git
name age message
file LICENSE.txt Tue Mar 31 15:53:33 -0700 2009 still need to learn more about licensing to fin... [mokele]
file README.txt Thu Mar 26 09:25:26 -0700 2009 Explaination about private_key [mokele]
file TODO.txt Fri Mar 27 03:42:37 -0700 2009 import ideas and only show track add form when ... [mokele]
directory etc/ Wed Apr 08 13:57:13 -0700 2009 added schema.sql [mokele]
directory lib/ Wed Apr 01 12:13:43 -0700 2009 Do not fetch urls again unnecessarily - makes i... [mokele]
file setup.sh Wed Apr 08 09:02:21 -0700 2009 Quietly create static deps dir, correct static ... [David Singleton]
directory www/ Mon Apr 20 01:48:38 -0700 2009 capital P Playdar [mokele]
README.txt
Spiffdar is a playlist based front-end to Playdar - http://www.playdar.org/

http://spiffdar.org/

= Install =

* Make www your document root and enable PHP5 there.
* mkdir static/deps/ and copy the follow deps to /static/deps/
  - playdar.js from the Playdar source
      http://www.playdar.org/
  - prototype.js
      http://www.prototypejs.org/
  - soundmanager2-nodebug-jsmin.js
  - soundmanager2_flash9.swf
      http://www.schillmania.com/projects/soundmanager2/doc/download/
* mkdir etc and put a file private_key.php in it that defines the global
  $private_key that you need to generate. Just create a long enough random string.