This text was written in German. The translation in English was created by machine with DeepL and without proofreading.

VCF2CSV

This small script reads a given VCF addressbook and returns it as CSV via standard output.
I tested the whole thing only with the address book of my cell phone. Special characters can cause problems!

Download script

OGGPeel.sh

This little script converts OGG files to a bitrate of 196Bit/s. The procedure is called "peeling".
Since I didn't find a suitable program, I wrote this script, which decodes OGG files and passes them to the OGG encoder (oggenc), which then encodes with 196Bits/s.
Call: ./OGGPeel.sh SOURCE DIRECTORY TARGET DIRECTORY

If there are directories in the source, they will also be re-encoded. When creating the new OGG files the attributes title, album and artist are taken over.

Download script