mStream/public
2015-12-05 17:38:08 -05:00
..
config Node version of mstream 2015-12-05 17:38:08 -05:00
css Node version of mstream 2015-12-05 17:38:08 -05:00
img Node version of mstream 2015-12-05 17:38:08 -05:00
jPlayer Node version of mstream 2015-12-05 17:38:08 -05:00
js Node version of mstream 2015-12-05 17:38:08 -05:00
scss Node version of mstream 2015-12-05 17:38:08 -05:00
zips Node version of mstream 2015-12-05 17:38:08 -05:00
config.codekit Node version of mstream 2015-12-05 17:38:08 -05:00
favicon.png Node version of mstream 2015-12-05 17:38:08 -05:00
index.html Node version of mstream 2015-12-05 17:38:08 -05:00
README.md Node version of mstream 2015-12-05 17:38:08 -05:00

mStream

mStream is a cloud mp3 player.

Demo

http://demo.mstream.io

SETUP

This is kind of complex, so pay attention:

  • Download mStream
  • Place contents of download on your webserver.
  • Add your mp3 files in the audiofiles directory.
  • Open up playexplore.php in your web browser.
  • Listen to your music.

DATABASE

mStream can build a file database so you can easily search through your collection.

You need o do two things to get the database working:

  • Add your database info to config/medoo-conf.php
  • Create a database with the name 'mstream'

LOGIN

This comes with a very simple login system. The password is hardcoded in a php file.

The login system comes disabled. To enable it:

  • Open login.php
  • Line 9 says 'f($_POST["pword"]=="99bottlesofbeer"){'
    • Replace '99bottlesofbeer' with your new password
  • Open index.php
  • Line 5 says '$_SESSION["login"]=1;'
    • Comment it out or delete it