update README

This commit is contained in:
Vincent Riquer 2013-04-30 02:33:33 +02:00
parent 45685f8a7c
commit 360ab376df
2 changed files with 18 additions and 7 deletions

23
README
View File

@ -19,21 +19,25 @@ Required:
Optional: Optional:
* vorbis-tools * vorbis-tools
http://www.vorbis.com/ http://www.vorbis.com/
* ogginfo (Ogg Vorbis tags support) * ogginfo (Ogg Vorbis metadata)
* oggenc (Ogg Vorbis destination) * oggenc (Ogg Vorbis encoding)
* opus-tools * opus-tools
http://opus-codec.org/ http://opus-codec.org/
* opusinfo (Opus tags support) * opusinfo (Opus metadata)
* opusenc (Opus destination) * opusenc (Opus encoding)
* LAME MP3 Encoder * LAME MP3 Encoder
http://lame.sourceforge.net/ http://lame.sourceforge.net/
* lame (MP3 destination) * lame (MP3 encoding)
* FLAC * FLAC
http://flac.sourceforge.net/ http://flac.sourceforge.net/
* metaflac (FLAC tags support) * metaflac (FLAC metadata)
* Musepack * Musepack
http://www.musepack.net/ http://www.musepack.net/
* mpcdec (Musepack decoding) * mpcdec (Musepack decoding)
* FFmpeg
http://ffmpeg.org/
* ffprobe (ID3v2, Musepack, Windows Media and video metadata)
* ffmpeg (Windows Media and video decoding)
================== ==================
Using the software Using the software
@ -41,3 +45,10 @@ Using the software
Configuration: Configuration:
Please read doc/config before anything else. 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.

2
atom
View File

@ -268,7 +268,7 @@ do
fi fi
done done
echo 'COMMIT;' >&3 echo 'COMMIT;' >&3
echo -e "\rRead tags from ${count:-0} files." echo -e "\rRead tags from ${count:-0} files.\033[K"
unset count tagfiles unset count tagfiles
echo ' echo '