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
- Host: GitHub
- URL: https://github.com/sudo-self/mp3
- Owner: sudo-self
- License: gpl-3.0
- Created: 2023-07-30T23:24:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T04:03:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T14:46:57.077Z (over 1 year ago)
- Language: Go
- Size: 9.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


