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

https://github.com/vanniktech/music


https://github.com/vanniktech/music

Last synced: 5 months ago
JSON representation

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;'
```