ABOUT
Simple Music Player has been developed entirely in php, html and jquery.
It’s simple and intuitive: just upload the mp3 song in a folder!
FEATURES
- fetch mp3 song from a song’s folder
- fetch title, album, artist, image directly from mp3 files
- automatic waveform generator
- live stream support
- fetch current song title and album from live streams
- search
- album view
- responsive
REQUIREMENTS
- PHP
CHANGELOG
1.8
- improved initializing
- added the ability to cache the results
- added the ability to enable / disable the search
- added the albums view
1.7
- added cover on mobile as background for the player
- fixed visualization on mobile
- fixed waveform not changing
1.6
- show filename if tag title is missing
1.5
- fixed volume on song change
1.4
- added waveform_width option to set or hide precision of waveforms
1.3
- fetch current song album from live streams
1.2
- added search box
- fetch current song title from live streams
- added possibility to initialize the player with a different song's directory
1.1
- added live stream support
1.0
- initial release