aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-01-28 11:59:18 +0100
committerEugen Wissner <belka@caraus.de>2025-01-28 11:59:18 +0100
commit9542e0e2ad3e7d288c9114d4ce2a72b806c77cb8 (patch)
tree67b3e97fd02e70e090ed30e9b8cf5b9fbea4a0a4
parent6c170513a69bd4c49b006d0672637a48eb449884 (diff)
downloadkazbek-9542e0e2ad3e7d288c9114d4ce2a72b806c77cb8.tar.gz
Add a README file
-rw-r--r--README.md11
-rwxr-xr-xbin/7digital.rb (renamed from private/7digital.rb)0
2 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1d42338
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+## 7digital.rb
+
+7digital sells digital music but they can't handle files with non-English names.
+
+7digital.rb takes 2 arguments, a zip archive with audio files and a target
+directory. It extracts the archive into the directory and renames its contents
+according to the meta information saved in the audio files. The audio files are
+expected to be in 2 directories, the artist and album directories. These
+directories are also renamed.
+
+## tea-cleaner
diff --git a/private/7digital.rb b/bin/7digital.rb
index 3dbba01..3dbba01 100755
--- a/private/7digital.rb
+++ b/bin/7digital.rb