Go to file
Cody Cook 4a5e5d224a
SonarQube Scan / SonarQube Trigger (push) Successful in 29s Details
PHPUnit removal?
2024-05-14 17:58:39 -07:00
.gitea/workflows PHPUnit removal? 2024-05-14 17:58:39 -07:00
.phpunit.cache PHPUnit stuff. 2024-05-14 17:54:06 -07:00
classes PHPUnit stuff. 2024-05-14 17:54:06 -07:00
functions Sonar fixes. 2024-05-06 23:08:07 -07:00
img Add font support, start support for genres. 2024-04-29 23:27:28 -07:00
includes Mixshows. 2024-05-14 08:42:50 -07:00
locale Mixshows. 2024-05-14 08:42:50 -07:00
sql Update README.md and sync files. 2024-05-06 21:48:35 -07:00
tests PHPUnit stuff. 2024-05-14 17:55:32 -07:00
.gitignore PHPUnit removal? 2024-05-14 17:57:32 -07:00
.phpunit.result.cache PHPUnit stuff. 2024-05-14 17:54:06 -07:00
CONTRIBUTING.md Ignore dependencies. 2024-05-06 22:23:37 -07:00
README.md Update README.md and sync files. 2024-05-06 21:48:35 -07:00
composer.json PHPUnit stuff. 2024-05-14 17:54:06 -07:00
composer.lock Adjust phpunit and coverage 2024-05-14 09:24:08 -07:00
composer.phar Adjust phpunit and coverage 2024-05-14 09:24:08 -07:00
contact.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
crowdin.yml Upload text. 2024-04-29 19:37:00 -07:00
debug.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
dj.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
djs.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
genre.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
genres.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
index.php Dark mode and other color enhancements to match 2024-05-13 19:38:06 -07:00
login.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
mix.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
mixshow.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
mixshows.php PHPUnit stuff. 2024-05-14 17:54:06 -07:00
phpunit.xml Remove phpunit.phar; fix test case file 2024-05-14 11:26:54 -07:00
phpunit.xml.bak Remove phpunit.phar; fix test case file 2024-05-14 11:26:54 -07:00
robots.txt Translations. Fixing the language bar. 2024-04-30 17:09:28 -07:00
settings.php Dark mode and other color enhancements to match 2024-05-13 19:38:06 -07:00

README.md

DJ Mix Hosting Software

Crowdin

About

DJ Mix Hosting Software is a web application that allows users to upload and share their DJ mixes. The application is built using PHP and MySQL.

Features

  • User login/registration
  • Add, edit, delete DJs
  • Add, upload, edit, delete mixes
  • View mixes by DJ
  • View mixes by genre
  • Basic SEO
  • S3 file storage (optional)
  • MP3 tag editing (optional)

Installation

The repo is the source code for the application. You will need to point your web server to this directory. Create a MySQL database using the .sql files in the sql directory. Copy includes/config.toml.default to includes/config.toml and update the settings as needed.

Usage

The application is designed to be used by DJs to upload and share their mixes. Users can listen to mixes by DJ or genre.

Why would you use this over Soundcloud or Mixcloud? You have full control over the mixes and can customize the application to your liking.

Contributing

Contributions are welcome. Please see the CONTRIBUTING.md file for more information.

License

This is to be determined.

Contact

Please see the CONTRIBUTING.md file for contact information.

Acknowledgements