Re: Software to find all files with missing tags?
Robert Chasmer <[email protected]>
| Newsgroups | gmane.comp.hardware.voyetra.audiotron |
|---|---|
| Message-ID | <002001c4e866$9cef6760$040301c8@ChasWinXP> |
> From: Turtle Beach Audiotron User Forum
> I have a library of about 12,000 songs in mp3 format and I notice that
> my AT displays some of them as the filename instead of the artists and
> song title.
Take a look at http://www.nas-kan.org/detritus/audiotron.shtml
TocMaker as well as creating a TOC (Table of Contents) File to make
rebooting your Audiotron quicker, also writes out to an Error file to show
you what tags are missing from your files:-
Along the lines of:-
./!New/Ghost/Ghost.mp3 has ID3 tags but is missing the Track(TRCK) tag
./!New/Ghost/Molly.mp3 has ID3 tags but is missing the Track(TRCK) tag
./!New/Hybrid - Kid 2000.mp3 has ID3 tags but is missing the Artist(TPE1)
tag
./!New/Hybrid - Kid 2000.mp3 has ID3 tags but is missing the Album(TALB) tag
./!New/Hybrid - Kid 2000.mp3 has ID3 tags but is missing the Track(TRCK) tag
No ID3V2 Tag found: ./!New/Mikes
Music/01-blue_haze-regaining_consciousness__original_mix-promo_vinyl-pow.mp3
No ID3V2 Tag found: ./!New/Mikes
Music/01-kobbe_and_austin_leeds_pres_the_land_of_voodoo-sweat_(warm_n_wet_vo
cal_mix)-2db.mp3
P.S. This is a commandline app, and I use the following batch file located
in the same folder as all my MP3 Genre folders:-
@ECHO OFF
ECHO Building new table of contents and lists...
REM Tocmaker -b 200000 -p .
Tocmaker -b 200000 .
ECHO.
ECHO Done!
--
______ __ _ ______ ______
/ ___ | / / / | / __ | / _____|
/ / /_/ / /__/ / / /__/ / / /__
/ / __ / ___ / / ___ / \__ \
/ /__/ / / / / / / / / / _____/ /
|______/ |_/ /_/ |_/ /_/ |______/