Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.34 KB

Build Status

Music-junk-cleaner

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.

Screenshot

For library purpose or commandline usage, try core-music-junk-cleaner.

Installation

Download the binaries for your operating system, and run it in your music directory! Now open http://localhost:7899/ in browser. Prompt-Mark-Clean!

Build Instructions

  • 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.

Future TODO

  • Launching a browser.
  • Setting up CI for X platform Binaries.
  • Run in current directory.
  • Support other music formats.

License

The MIT License (MIT) Copyright (c) 2017 Peeyush Singh