Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MP3 Info utility  (Read 6152 times)

0 Members and 1 Guest are viewing this topic.

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
MP3 Info utility
« on: February 09, 2005, 09:46:44 pm »
I've put together a little macro in Excel that creates a listing of mp3s under a specified directory (and all subdirectories under it), loads the info into a tab, splits the filename up by directory, and reads the id3v1.1 and 2.3 headers if present and adds that info in as well. 
You need to enable macros to get it  to work.
What it WON'T do...it won't modify your files.  It won't update the ID3 tags.  It won't rename your files.
What good is it then?  It (fairly) quickly creates a listing of files.  You can quickly review your tags to see if you need to update some.  You can reformat the results to create a printable listing to keep nearby for reference.  You can use it as the starting point for a bulk (or selective) renaming process (you are on your own for that...I don't want to be responsible for trashing your files)
Where is it.  I'll try to attach it here (rename txt to zip), but if that fails, a copy of it is here

It might have problems with filenames that have a single quote in them...I'm not sure.

If you find it useful, great.  If not...remember what you paid for it.  I'll listen to suggested improvements and if easy or feasible, I'll attempt them.  Enjoy

edited to add...Mods...if this really belongs under software, then move it there, but I figured since it was specifically for MP3s, it could go here.  Thanks

edited to update the new version (v02) 2/10 9:25 am
edited to update to v03 2/17 9:15 pm
« Last Edit: February 17, 2005, 10:11:47 pm by GadgetGeek »

Dermbrian

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 312
  • Last login:January 19, 2024, 05:05:16 pm
  • I want to build my own arcade controls!
Re: MP3 Info utility
« Reply #1 on: February 10, 2005, 12:09:28 am »
OK...so the macro is a .txt file.  Any quick directions as to how to get that into Excel and then use it?

It sounds really useful and might save me some steps as I re-organize all my MP3's once again.

Brian

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #2 on: February 10, 2005, 06:49:38 am »
OK...so the macro is a .txt file.  Any quick directions as to how to get that into Excel and then use it?


As I mentioned in the original post
Quote
rename txt to zip
One doing that and unzipping it, you will be presented with a .xls file.

Dermbrian

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 312
  • Last login:January 19, 2024, 05:05:16 pm
  • I want to build my own arcade controls!
Re: MP3 Info utility
« Reply #3 on: February 10, 2005, 08:40:00 am »
Thanks.  I missed the comment about renaming to .zip.

What a great utility!  I had been using something called Karen's Directory Printer which works great if you don't have Excel.  But with that I had to do some cut and pasting to get the info in the way I wanted to see it.

But your Excel utility does it all in one click.  Thanks!

Brian

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: MP3 Info utility
« Reply #4 on: February 10, 2005, 08:55:16 am »
Okay, I'm officially impressed.  Nice job!
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #5 on: February 10, 2005, 09:16:32 am »

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: MP3 Info utility
« Reply #6 on: February 10, 2005, 09:22:09 am »
One thing I've definately noticed since putting ID3 support in DOSCab/WinCab is just what a poor state most MP3 files' tags are in.  I added Year support last night in preparation for filtering by decade, and I'm guessing about one out of every ten songs had years.
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

sWampy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 273
  • Last login:February 02, 2010, 04:23:40 pm
  • I want to build my own arcade controls!
Re: MP3 Info utility
« Reply #7 on: February 10, 2005, 09:45:35 am »
If you leave off the ending slash in the directory name, it crashes, seems to also if your music directory has a space in it, like c:\My Music.

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #8 on: February 10, 2005, 09:54:26 am »
If you leave off the ending slash in the directory name, it crashes, seems to also if your music directory has a space in it, like c:\My Music.

I thought I had fixed the ending slash problem.  Will fix that tonite.  Let me experiment with the space in the filename.  I think I know the solution to that, but getting it to work is a different animal.

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #9 on: February 10, 2005, 10:25:55 am »
I lied...I think it is fixed now and v02 is posted back in the original message.  Should handle spaces in the initial directory now along with the missing / at the end of the initial directories.

billf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 528
  • Last login:September 14, 2022, 05:53:05 pm
  • Why ya dog-gone crazy idgit!
Re: MP3 Info utility
« Reply #10 on: February 15, 2005, 10:32:04 pm »
Wow, Gadget that utility works great.

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #11 on: February 16, 2005, 06:59:49 am »
I'll look into that.  I tested it against some mp3s I've got on a CD for listening at work and it worked fine, so I'm not sure why it gave you fits.

As for accidental deletions...that is why we make backups.  I've got a 15month old son who loves to bang on the keyboard.  Backups are your friend.

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: MP3 Info utility
« Reply #12 on: February 16, 2005, 08:23:39 am »
Backups are your friend.
Except when you have a toddler that likes to shove crackers in your tape backup drive...  :o
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

billf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 528
  • Last login:September 14, 2022, 05:53:05 pm
  • Why ya dog-gone crazy idgit!
Re: MP3 Info utility
« Reply #13 on: February 16, 2005, 08:47:08 am »
As for accidental deletions...that is why we make backups.

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #14 on: February 17, 2005, 10:13:42 pm »
Wow, Gadget that utility works great.  Well it worked great after I took off the "read-only" status of my mp3 files.  Before that it gave me a 'Runtime Error 70' I believe.  Once I took the read-only off,  smooth sailin'  ;D

I think I got this fixed now.  I modified all the open statements to be read only.  Don't know why I didn't do that before.  I wasn't doing any writes, but I guess if I don't specify when opening a binary file, it will assume read/write.  version v03 is now posted at the top of the thread.  Let me know

billf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 528
  • Last login:September 14, 2022, 05:53:05 pm
  • Why ya dog-gone crazy idgit!
Re: MP3 Info utility
« Reply #15 on: February 17, 2005, 11:44:47 pm »

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #16 on: February 18, 2005, 07:25:41 am »
Just grabbed version v03 to give it a whirl.  No joy  :'(

Tried to run it on one of my read-only folders and I get the "Run-time error '70': Permission denied" message.  The macro does create two .txt files.  One is mp3flag.txt with the word 'done' in it.  The other is mp3list.txt and it contains the string that goes into column A, on the MP3Info tab, in the excel spreadsheet, although it never gets far enough to put it there.

I also tried to take the read-only status off of those same files and folders and re-run the macro.  Still got the run-time error.  So version 3 I can't get to run either way.  Version 2 ran fine with the read-only status off.

OK,  I might know the problem then...before you run it, set work directory to a folder you have full read-write access to.  Lets see if that fixes the problem

billf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 528
  • Last login:September 14, 2022, 05:53:05 pm
  • Why ya dog-gone crazy idgit!
Re: MP3 Info utility
« Reply #17 on: February 18, 2005, 09:08:24 am »

bioart

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:November 28, 2006, 11:38:14 pm
    • The ArtCade
Re: MP3 Info utility
« Reply #18 on: February 22, 2005, 05:52:35 pm »
Very nice... It crashed when trying to access a network drive, but I just needed to reconnect the drive in windows by accessing it once through explorer... Once I did that, it worked fine


Art

quarterback

  • King Of The Night Time World!
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3089
  • Last login:February 26, 2025, 12:22:43 pm
Re: MP3 Info utility
« Reply #19 on: February 26, 2005, 03:48:20 pm »
splits the filename up by directory

It splits the mp3s filename? What does that mean exactly? 
No crap, don't put your kids in a real fridge.
-- Chad Tower

GadgetGeek

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 414
  • Last login:July 09, 2024, 09:32:57 am
  • whatever
Re: MP3 Info utility
« Reply #20 on: February 26, 2005, 10:05:54 pm »
splits the filename up by directory

It splits the mp3s filename? What does that mean exactly? 

Say a sample filename is
Code: [Select]
d:\audio\AC-DC\Live\01-Thunderstruck.mp3
It would split that in the spreadsheet to columns containing
Code: [Select]
d
audio
AC-DC
Live
01-Thunderstruck.mp3