Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ CodeDay-Playlist Public archive

This project has been abandoned, please check out MadhATTER6/Jukebox instead:

Notifications You must be signed in to change notification settings

gmvi/CodeDay-Playlist

Repository files navigation

CodeDay-Playlist

Software to handle music at codeday

Requirements

webserver.py requires:

organize.py and fix.py only require Mutagen

console.py requires:

The full list of dependencies, including subdependencies, can be found in /modules/README.md

Usage

This software is intended to be put on a flashdrive or portable harddrive to house a music database for CodeDay hackathons. The following would get you started using it the way I do:

  1. (optional) Dump the project on a clean flashdrive large enough to house a music library.
  2. Rename settings_default.py as settings.py, and edit it to your liking.
  3. Dump properly tagged music into /automatically_add/.
  4. Run webserver.py.
  5. The web interface will be at your LAN IP address on port 80 (configurable in settings.py).
  6. Alternatively you can use console.py if you don't have a webbrowser, or if your computer/javascript engine are too slow to play certain filetypes

Supported file formats

  • mp3
  • m4a
  • ogg vorbis
  • flac

About

This project has been abandoned, please check out MadhATTER6/Jukebox instead:

Resources

Stars

Watchers

Forks

Packages

No packages published