dsingleton / spiffdar forked from mokele/spiffdar

A playlist based front-end for Playdar

This URL has Read+Write access

David Singleton (author)
Wed Apr 08 09:11:50 -0700 2009
commit  510a466378e07aa50ccc3b70c8d99cadc43010d9
tree    03cb4a3c30a7d863eebf5dee3eb9c9f5ebe62ca0
parent  0352e1b84cfc99410997cc0a4af93a179c8363e7
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 lib/ Wed Apr 01 12:13:43 -0700 2009 Do not fetch urls again unnecessarily - makes i... [mokele]
file setup.sh Loading commit data...
directory www/
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.