From 3218a873291aa202dc66e3124e3b13e3d7f41966 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 10 Mar 2024 09:35:50 -0700 Subject: delete a bunch of stuff --- packages/music-organizer/README.org | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packages/music-organizer/README.org (limited to 'packages/music-organizer/README.org') diff --git a/packages/music-organizer/README.org b/packages/music-organizer/README.org deleted file mode 100644 index a42a196..0000000 --- a/packages/music-organizer/README.org +++ /dev/null @@ -1,21 +0,0 @@ -#+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 -- cgit v1.2.3