An open API service indexing awesome lists of open source software.

https://github.com/sudo-self/mp3

Static MP3 Website
https://github.com/sudo-self/mp3

Last synced: about 1 year ago
JSON representation

Static MP3 Website

Awesome Lists containing this project

README

          

# MP3 is a static music page written in "go".
## USE IS SOLEY FOR ILLUSTRATIVE PURPOSES ONLY AND SHOULD NOT BE USED TO DISTRIBUTE COPYRIGHTED MATERIAL YOU DO NOT OWN THE RIGHTS TO.
1. install GO you can grab a copy here https://go.dev
2. on mac you can install go with brew. [ brew install go ]
3. Clone this repo git clone https://github.com/sudo-self/mp3.git
4. Drop your music files into the BLANK DISK folder
5. Make sure they're named in the order you want, and start with a two-digit track number, e.g. `01 - Track 1.mp3`
6. Run `cdr clean` in this directory to standardize the file names based on their metadata (supports ID3, MP4, OGG, FLAC)
7. EXECUTE: /go/bin/cdr/ burn
8. The index.html file will now be in the same folder and you can open it in your web browser

![Screenshot 2023-08-27 at 8 31 13 PM](https://github.com/sudo-self/mp3/assets/119916323/ec870757-6261-4c1c-937a-2798f57d057a)
![Screenshot 2023-08-27 at 9 34 35 PM](https://github.com/sudo-self/mp3/assets/119916323/7642094d-76c3-4c28-9398-a1f05648f823)
![Screenshot 2023-08-27 at 7 55 48 PM](https://github.com/sudo-self/mp3/assets/119916323/5a4bfb8b-a6a1-4463-9a62-a945a2646a6e)