mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
| .. | ||
| config | ||
| css | ||
| img | ||
| jPlayer | ||
| js | ||
| scss | ||
| zips | ||
| config.codekit | ||
| favicon.png | ||
| index.html | ||
| README.md | ||
mStream
mStream is a cloud mp3 player.
Demo
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