This commit is contained in:
GM-Script-Writer-62850 2014-06-01 18:53:54 -04:00
parent 86a9fd3bee
commit f52dcba5b8

View file

@ -1,17 +1,20 @@
This is a basic HTML5 music player This is a basic HTML5 music player<br/>
This was made to have the basic features in a music player as well as have a mobile friendly layout This was made to have the basic features in a music player as well as have a mobile friendly layout<br/>
Setup: Setup:<br/>
1. Add the index.html, player,js, player,css, and playlist.php files to a folder on your web server 1. Add the index.html, player,js, player,css, and playlist.php files to a folder on your web server<br/>
2. Create a folder called library in that folder, this folder should contain your music 2. Create a folder called library in that folder, this folder should contain your music<br/>
this folder can be a symlink to your main music folder this folder can be a symlink to your main music folder<br/>
Any files/folders starting with a "." will be ignored Any files/folders starting with a "." will be ignored<br/>
Cover images should be named cover (not case sensitive), they should be in png, jpg/jpeg, or gif format, basically anything a web browser can display Cover images should be named cover (not case sensitive), they should be in png, jpg/jpeg, or gif format, basically anything a web browser can display<br/>
Cover images are optional Cover images are optional<br/>
Any file not called cover will be treated as a audio file Any file not called cover will be treated as a audio file<br/>
All files should have a file extension (eg .png, .mp3, .ogg, etc) All files should have a file extension (eg .png, .mp3, .ogg, etc)<br/>
This uses 3 icons from the apache web server, if you are using a different web service, grab these icons and save them as the following: This uses 3 icons from the apache web server, if you are using a different web service, grab these icons and save them as the following:<br/>
<a href="http://www.apache.org/icons/open.folder.png" target="_blank">/icons/open.folder.png</a> <a href="http://www.apache.org/icons/open.folder.png" target="_blank">/icons/open.folder.png</a><br/>
<a href="http://www.apache.org/icons/folder.png" target="_blank">/icons/folder.png</a> <a href="http://www.apache.org/icons/folder.png" target="_blank">/icons/folder.png</a><br/>
<a href="http://www.apache.org/icons/sound2.png" target="_blank">/icons/sound2.png</a> <a href="http://www.apache.org/icons/sound2.png" target="_blank">/icons/sound2.png</a><br/>
Overview:<br/>
<img src="https://raw.githubusercontent.com/GM-Script-Writer-62850/HTML5-Music-Player/master/overview.png"/>