--- Legal Stuff --- oggize.sh is (c) Riquer Vincent and distributed under the terms of the GNU GPL version 2. This means you may modify, redistribute, and even sell this software, as long as you give credits to the original author and allow people to do the same. See file GPL-2 for details --- Using the software --- This script allows you to encode a bunch of .wav files using the ogg vorbis codec from xiph.org. Without any arguments, it assumes that files you want to encode are in the current folder and the target dir is also the current dir (see Filename scheme below). You may specify 2 arguments, first one being the folder containing files to encode, the second one being the target directory. Note that if you want to specify the target directory, you MUST specify the original directory as first argument (will probably change in the future). The script will then prompt for some infos about the files : Genre, artist, album, track number and track title. These infos are used both for file and directory names and file tagging. After the first file, the script will remember the infos you entered and you use them as default values for the other files. The track number is incremented automatically, and if you number the first file "01", the next will be numbered "02", and so on (very useful when "ogging" a CD with more than 9 tracks). You can change --- Filename scheme --- Unfortunately, the formats of filenames can't be tuned unless you edit the code manually. The files are named as follow : /genre/artist/album/artist--track number-title.ogg