aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-08-20 04:24:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-08-20 04:24:47 +0200
commit1193855deb69b6158dcf422b161f4e83868de7fa (patch)
tree7a07d15787b1d97a990eeedc61f2f16a4677289b
parentAdd readme. (diff)
downloadmusic-file-organizer-1193855deb69b6158dcf422b161f4e83868de7fa.tar.xz
music-file-organizer-1193855deb69b6158dcf422b161f4e83868de7fa.zip
More space.
-rw-r--r--README.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index 5031f35..71e0931 100644
--- a/README.mkd
+++ b/README.mkd
@@ -5,11 +5,13 @@ This project ships two very simple utilities for organizing music files.
### `organizemusic`
This scans recursively all directories and files given as arguments and determines the tags of the audio files. It uses these tags to generate a file name and directory sstructure, normalizes the name to remove non ASCII characters, and then moves the files to their new location inside `$MUSICDIR` or `$HOME/Music`.
+
``$ organizemusic ~/Downloads/Some-Torrent-Directory/ ~/Desktop/file-from-friend.mp3``
### `readmusictags`
This spits out all the tag data inside the music files given as arguments.
+
``$ readmusictags ~/some-music-file.flac ~/files/another_music-file.wma``
Build Requirements