Go to file
Knah Tsaeb 50510791f2 [chg] small improve ui 2015-09-25 16:15:25 +02:00
.gitignore add library in gitignore 2015-09-22 11:23:05 +02:00
README.md Update README.md 2014-06-01 19:02:12 -04:00
id3-minimiezd.js [add] id3 parser in JS 2015-09-25 11:50:02 +02:00
index.html [chg] small improve ui 2015-09-25 16:15:25 +02:00
overview.png first commit 2014-06-01 13:32:48 -04:00
player.css [chg] small improve ui 2015-09-25 16:15:25 +02:00
player.js [chg] small improve ui 2015-09-25 16:15:25 +02:00
playlist.php upgrades and whatnot 2014-06-01 18:51:19 -04:00

README.md

This is a basic HTML5 music player
This was made to have the basic features in a music player as well as have a mobile friendly layout

Setup:

  1. Add the index.html, player,js, player,css, and playlist.php files to a folder on your web server
  2. Create a folder called library in that folder, this folder should contain your music
    this folder can be a symlink to your main music folder

Any files/folders starting with a "." will be ignored
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 are optional
Any file not called cover will be treated as a audio file
All files should have a file extension (eg .png, .mp3, .ogg, etc)
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:
/icons/open.folder.png
/icons/folder.png
/icons/sound2.png

Overview:

Keyboard shortcuts:

pause          - spacebar
volume up      - plus on the number keypad
volume down    - minus on the number keypad
next song      - left arrow key
previous song  - right arrow key
skip 5s        - up arrow key
rewind 5s      - down arrow key
toggle shuffle - s
toggle repeat  - r