Autogg

Summary

Encodes all flac files in a given directory to ogg in another given directory while preserving the directory structure.

Installation

$ gem install autogg

Usage

man autogg

Logfile utilization

The top of each autogg.log (in oggpath) should read: “This is the log of excluded files for the most recently run autogg”.

Each line follows the pattern: "#{parent(path)} -- #{File.basename(path)}"

For optimal viewing pleasure, I recommend doing: $ cat autogg.log | sort | less

Adding as a cronjob

Example:

$ echo '@hourly ID=autogg autogg /media/tb/rt/wt/ /media/tb/ogg/ -o -q8' | crontab -

keep in mind this replaces your current crontab