]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add readme develop
authorBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 17:17:26 +0000 (19:17 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 17:17:26 +0000 (19:17 +0200)
readme.md [new file with mode: 0644]

diff --git a/readme.md b/readme.md
new file mode 100644 (file)
index 0000000..a19f272
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,48 @@
+# albentohandy
+
+convert flac to ogg, mp3, opus or flac from music collection
+
+## config required
+
+Variable `MUSIC_PATH` is required default is `$HOME/Music`
+
+```bash
+cp src/albentohandy.conf $HOME/.albentohandy.conf
+```
+
+## music collection
+
+my collection structure
+
+```bash
+/path/to/collection/
+├── Alben
+│   ├── ACDC
+│   ├── ...
+```
+
+## run
+
+create `albumlist` file with follow content:
+
+```txt
+Alben/ACDC
+```
+run in the same folder `albentohandy`
+
+```bash
+./paht/to/src/albentohandy
+```
+
+default convert into vorbis ogg file
+
+## build deb package
+
+```bash
+make package
+```
+or build with builder container
+
+```
+./builder/builder
+```
\ No newline at end of file