It scans mp3 files in the current directory, and then recursively into subdirectories and it prompts a potential junk mp3 files. Once a junk is marked, it will handle same similar found patterns and delete the junk data from such files.
For library purpose or commandline usage, try core-music-junk-cleaner.
Download the binaries for your operating system, and run it in your music directory! Now open http://localhost:7899/ in browser. Prompt-Mark-Clean!
- Install Go.
- Installing dependent packages.
go get github.com/gorilla/websocket
github.com/skratchdot/open-golang/open
- Clone it
git clone https://github.com/peeyushsrj/ui-music-junk-cleaner/
- Changed directory & build it
go build
.
- Launching a browser.
- Setting up CI for X platform Binaries.
- Run in current directory.
- Support other music formats.
The MIT License (MIT) Copyright (c) 2017 Peeyush Singh