Skip to content

FlawzyByte/PHP-Techno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Prerequisites

  • PHP 7.4 or higher
  • Web server (Apache, Nginx, or PHP built-in server)

How to Add a New Track

  1. Go to the Add Song page in your browser (/add-song.php).
  2. Fill in the song details (title, artist, genre, duration).
  3. Click Add Song to Library.
  4. To enable playback, place the corresponding .mp3 file in the audio/ 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.

About

Personal music player using OOP Programing in PHP

Resources

Stars

Watchers

Forks

Contributors