title-tag is a perl script which creates a title tag for audio files based on the name of the file. Copyright (c) 2018 Tim Chadburn. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the file "fdl.txt" which is part of this package. title-tag is a perl script which creates a title tag for audio files based on the name of the file. It can be used on multiple files at once. It is invoked like this: title-tag FILE ... title-tag is implemented by separate scripts which implement it for a specific file format. The name of the script invoked when title-tag tries to operate on a file is title-tag-EXT where EXT is the file extension of the file. So if the file extension is `ogg', title-tag will try to run title-tag-ogg with the title as the first argument and the filename as the second. The format-specific title-tag implementations only operate on one file at once. So the interface for the format-specific title-tag implementations looks like this: title-tag-EXT TITLE FILE Presently title-tag is implemented for Ogg Vorbis and FLAC.