Fix Freezer's FLACs (and MP3s)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
245 B

1 year ago
# FLAC Freezer Fixer
Fix the metadata Deezer failed to fix. Now in Kotlin.
## Building
```bash
./gradlew shadowJar
```
The jar file can then be found in `build/libs/`.
## Usage
```bash
java -jar FLACFreezerFixer.jar <directory> [--dry-run]
```