--- /dev/null
+# 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