Old 15th November 2002, 19:21   #1
nathanjg
Junior Member
 
Join Date: Feb 2001
Posts: 2
ID3v1 to ID3v2 for multiple files at once

It's pretty simple to copy a v1 tag to a v2 tag for a single file, but is there a way to do it for multiple files? (Winamp or otherwise)


ng
nathanjg is offline  
Old 15th November 2002, 19:34   #2
. - .... .- -. ....
Backpacking
Moderator
 
. - .... .- -. ....'s Avatar
 
Join Date: Nov 2000
Location: საქართველო (Georgia)
Posts: 10,104
Send a message via ICQ to . - .... .- -. .... Send a message via Yahoo to . - .... .- -. ....
Download a tag editor, such as Dr. Tag. This supports mass tagging and tag conversion.

Like my photography? Buy some here....
. - .... .- -. .... is offline  
Old 15th November 2002, 19:48   #3
Nunzio390
Nugatory Aluminator
Look it up

 
Nunzio390's Avatar
 
Join Date: Oct 2002
Location: Tharsis Ridge (Martian lowlands)
Posts: 8,588
Send a message via AIM to Nunzio390 Send a message via Yahoo to Nunzio390
Yeah... that works great. I've used that proggie.

BUT... since I LOVE the LyricsAMP component, might I suggest????

Install LyricsAMP [Component ID: 121295]. It creates ID3v2 tags where none existed before, when it creates it's LAMP files.

So, you get the best of BOTH worlds...
1) Lyrics for all your songs
2) ID3v2 tags added

You may also want to read this page in the LyricsAMP discussion thread, and copy the last code I have in my post there, to create a BATCH file that will overwrite all your old MP3's with the LAMP file data, to get those ID3v2 tags added to your MP3's seamlessly. If you have difficulty locating that particular post, here is the batch file you can create to do this:

@echo off
cd\

cd music_directory
if exist *.lamp goto filesfound
echo.
echo There are no existing LAMP files in the music directory.
echo.
echo There are no files to replace right now.
goto end

:filesfound
echo One or more LAMP files have been found in your music directory.
echo About to give a choice to rename LAMP files to their MP3 counterparts.
echo Since there is no warning prompt in a DOS batch file to overwrite files,
echo the renamed file(s) will replace any/all existing MP3 files automatically.
echo This will preserve the added lyrics ID3v2 tag info in the new file(s).
echo You will be prompted now before this procedure begins.
echo.
echo Please Choose (1 or 2):
echo.
echo 1) I agree to the file(s) replacement... go for it!
echo.
echo 2) I want to keep my old file(s) intact and delete the LAMP file(s)
echo.

choice /c:12 /n
if errorlevel 2 goto Delete
if errorlevel 1 goto Replace

:Replace
ren *.mp3 *.xxx
ren *.lamp *.
ren *.xxx *.mp3
del *.xxx
echo.
echo New file(s) has/have been created, replacing your original(s).
echo The LAMP file(s) no longer exist and have replaced the original(s).
goto end

:Delete
del *.lamp
echo.
echo Found one or more LAMP files.
echo.
echo All LAMP files have successfully been deleted.
echo Original MP3 file(s) are intact.

:end
pause
exit


P.S.

Choice.com is an external dos command and is a DOS/Windows 9X/Windows ME thing. It was never available on NT, 2K or XP.
Therefore, the above batch file will NOT work on NT, 2K or XP without Choice.com and will instead generate an error.

But I have uploaded Choice.zip (contains Choice.com) as a file attachment in this post for all NT, 2K or XP users. Just unarchive Choice.com from Choice.zip and copy Choice.com into one of the directories in your path (I.E. your windows directory) and it should work fine on any system.

Any people who have Windows 9X/Windows ME already have Choice.com on their puters. So they don't need the file.
Attached Files
File Type: zip choice.zip (2.8 KB, 57 views)

Don't email or PM me concerning Winamp. Instead, either start a NEW TOPIC or post a REPLY in the appropriate thread in these forums. This will also benefit others who may have a similar question or problem. But before posting, please first Search the forums and read all FAQs and all Sticky threads.

ORB Remote Broadcast

[ Automated Jukebox | Nunzio's Home | Wacky Videos | Solve the Prunella Puzzle! ]
[ LINE RIDER! | My Resume | Virtual Chess | Composite Sketch | My Niece's Band ]
[ Plugins by Joonas | DrO's Winamp Plugins and Extras | K-Jöfol ]
Nunzio390 is offline  
 
Go Back   Winamp & Shoutcast Forums > Winamp3 > Winamp3 Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump