php-musicplayer
Simple PHP music player.
Built by me and Gemini.
The files are in Hungarian, but you can change it as you like.
If PHP is not yet installed on your web server: https://www.php.net/downloads.php
index.php -->
- lists the mp3 files available in the directory
- reads the metadata of the files (artist, title, album, album art)
- minimalist, simple ui
- option to search for title or artist
- option to switch the order of the list by title or album
- option to add songs to queue
- press the "SPACE" button or click the icon to play/pause
- press the CTRL/CMD + "arrow-right" button or click the icon to skip forward
- press the CTRL/CMD + "arrow-right" button or click the icon to skip backward
- press the CTRL/CMD + "arrow-up" button or adjust the slider to turn up the volume
- press the CTRL/CMD + "arrow-down" button or adjust the slider to turn down the volume
- press the CTRL/CMD + 'M' button or click the speaker icon to mute/unmute the audio
- press the CTRL/CMD + 'S' button or click the icon to shuffle/unshuffle the list
- press the "TAB" button to switch focus between the search and the list
- press the "ESC" button to defocus either the search or the list (while in focus)
- press the "ESC" button to go up a directory (while not in focus)
- press the "BACKSPACE" button to go to the previous page (while not in search)