» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Keeping track of MP3 quality, Keeping track of MP3 quality< Next Oldest | Next Newest >
childeb1
Board Newbie



Group: Members
Posts: 9
Joined: April 2003
Posted: June 12 2004,19:05

I wrote a PERL script that will take a report generated in ENCSpot and format the report so that it can be used by MP3 Tag Studio using the 'Tag/rename from list' function.

I use this so that I can see what encoder was used to encode the MP3.

If there is any interest, send me a PM.

Corey
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: June 13 2004,16:12

Sure, feel free to post a description of the procedure here, for all to see.

--------------
Software author and website owner
Back to top
Profile PM WEB 
childeb1
Board Newbie



Group: Members
Posts: 9
Joined: April 2003
Posted: June 13 2004,17:09

You will need to have 2 programs installed on your machine, PERL and ENCSpot.  If you have a PERL compiler, you can compile the script into an executable.

Open ENCSpot and browse to the MP3 folder of interest or you can right-click on the folder in Windows Explorer and select ENCSpot.

Now click on FILE -> EXPORT.  In the GENERAL category, check name and encoder.  Make sure that no other check marks are checked.  Ensure that RECURSIVE SCAN is checked (if desired).  Now click on the GO button.

When the scan is complete, the report automatically opens in your default web browser.  You will save this page as an html file (FILE -> SAVE AS...).  I would save this file into the same directory as the script.

Using the bat file, drag and drop the report onto the batch file.  This batch file will run the script for you vice having to open a command window and type out the command.  (You will need to edit the second line of the batch file to point to the correct location of the script).  The script will only take a second to run.  It creates a file called "EncSpot Report.txt".

Now open MP3Tag Studio and select 'Tag/Rename from List'.  Make sure that 'tag' is selected in the options and the text file is the input list. The field separator is a semicolon (;) and the first field is absolute path.  The second field can be whatever you want.  I use the 'Encoded by' field.  This field is visible in Winamp.  Here is the advanced mode format I use...

<Target file AP>;<V2_TENC>

Just to be safe, use preview mode.  

And thats all.

If anyone has any suggestions or problems, let me know.

CoreyH
Back to top
Profile PM 
childeb1
Board Newbie



Group: Members
Posts: 9
Joined: April 2003
Posted: June 13 2004,17:10

Here are the files...

CoreyH

Download attachment [ ZIP File ]
Number of downloads: 137
Back to top
Profile PM 
3 replies since June 12 2004,19:05 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]