music-organizer

command
v0.0.0-...-8b0af0d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2021 License: MIT Imports: 12 Imported by: 0

README

#+TITLE: music organizer

the tool takes a couple of arguments:
- ~-dest~: where will the music be stored
- a list of directories to scan

all files that have tags that can be read will be processed and moved to the specified destination.

files are organized like this: ={artist}/{album}/{track number} {track title}.{track format}=

the tool ensures that files are not already present in the destination.  if there's already a file with the same name, it checks that the md5 sum of the files are identical.  if they are not, it logs a message.

* build
#+BEGIN_SRC sh
go build
#+END_SRC

* install
#+BEGIN_SRC sh
go install
#+END_SRC

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL