A descriptive video about the website and how it works.
06.07.2025_01.44.52_REC.mp4
A simple PHP web app to manage your personal collection of electronic music tracks.
- PHP 7.4 or higher
- Web server (Apache, Nginx, or PHP built-in server)
- Go to the Add Song page in your browser (
/add-song.php). - Fill in the song details (title, artist, genre, duration).
- Click Add Song to Library.
- To enable playback, place the corresponding
.mp3file in theaudio/folder. The file name should match the song title, with spaces replaced by hyphens (e.g.,My-Track.mp3).
For tracks with complex names (Spaces or special chars included.) try to replaces spaces with "-" and complex chars, look for their decoding of HTML and paste them in the name of the mp3 file. Keep coding.
NOTE: THIS CODE HAS BEEN WROTE WHILE LISTENING TO KLANGKUENSTLR ON LOOP.