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!
MUSIC PLAYER DEMO
View demo here
View statistics here
FEATURES
- fetch mp3 song from a song’s folder- fetch title, album, artist, image directly from mp3 files
- automatic waveform generator
- lyrics support
- live stream support
- fetch current song title and album from live streams
- download songs
- search
- resume
- sleep timer
- album view
- responsive
- dark mode
- PWA
- Statistics
REQUIREMENTS
- PHPCHANGELOG
2.5 - optimized loading and caching system - added the "track_numbers" option to display track numbers in the title - added the "resume" option to save the last played track - fixed a waveform issue 2.4 - added a system to prevent malicious downloads - added statistics page - fix accidental touch on mobile 2.3 - added PWA support - added a timer to stop the player - fixed duration display for song longer then 1 hour 2.2 - added dark mode - added lyric - added an option to order the songs by date or name - added an option to enable download of songs - added the ability to insert a purchase link for each song 2.1 - added localization - added initial volume option 2.0 - added an option to change the player main color 1.9 - added demo data - improved documentation - added playback speed control - fixed utf8 characters 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
