diff --git a/README b/README index efa2414..3f5f6ed 100644 --- a/README +++ b/README @@ -19,21 +19,25 @@ Required: Optional: * vorbis-tools http://www.vorbis.com/ - * ogginfo (Ogg Vorbis tags support) - * oggenc (Ogg Vorbis destination) + * ogginfo (Ogg Vorbis metadata) + * oggenc (Ogg Vorbis encoding) * opus-tools http://opus-codec.org/ - * opusinfo (Opus tags support) - * opusenc (Opus destination) + * opusinfo (Opus metadata) + * opusenc (Opus encoding) * LAME MP3 Encoder http://lame.sourceforge.net/ - * lame (MP3 destination) + * lame (MP3 encoding) * FLAC http://flac.sourceforge.net/ - * metaflac (FLAC tags support) + * metaflac (FLAC metadata) * Musepack http://www.musepack.net/ * mpcdec (Musepack decoding) +* FFmpeg + http://ffmpeg.org/ + * ffprobe (ID3v2, Musepack, Windows Media and video metadata) + * ffmpeg (Windows Media and video decoding) ================== Using the software @@ -41,3 +45,10 @@ Using the software Configuration: Please read doc/config before anything else. +==== +Toys +---- +AtOM requires a database to function. Now that we have a database containing +various information about our media files, why not use it? +AtOM comes with a small set of tools in the toys/ directory. These are +documented in toys/README. diff --git a/atom b/atom index c338785..83a3906 100755 --- a/atom +++ b/atom @@ -268,7 +268,7 @@ do fi done echo 'COMMIT;' >&3 -echo -e "\rRead tags from ${count:-0} files." +echo -e "\rRead tags from ${count:-0} files.\033[K" unset count tagfiles echo '