https://github.com/vanniktech/music
https://github.com/vanniktech/music
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanniktech/music
- Owner: vanniktech
- Created: 2022-11-17T17:35:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-17T04:31:20.000Z (5 months ago)
- Last Synced: 2026-01-17T17:18:50.538Z (5 months ago)
- Language: Kotlin
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
music
=====
## Requirements
```bash
brew install id3v2
brew install eye-d3
```
## Usage
Run the main class from IntelliJ and modify the hardcoded path.
## Scripts
`image.sh` script to add an image from Soundcloud to the given file. Usage:
```bash
./image.sh 'Drifting (Loop Station Song)' 'https://i.ytimg.com/vi/FNaDV8gijxg/maxresdefault.jpg"'
./image.sh 'live-2022' 'background-image: url("https://i1.sndcdn.com/artworks-NBSUqCVdAFRzLGyy-IOeP3w-t500x500.jpg"); width: 100%; height: 100%; opacity: 1;'
```