Archive for August, 2007

links for 2007-08-31

If you're new here, you may want to subscribe to my RSS feed or receive updates via email. Thanks for visiting!

id3.exe - ideal tool for tagging and renaming MP3 files

I want to mention a little tool that helped me out twice in the last week, and that I find very little info about online. It’s a Windows command-line MP3 file tagger and renamer called id3.exe. Since I forgot where I downloaded it from and Google doesn’t give me a clue either: here’s where you can download id3.exe.

ID3.exe can do several things, of which I will just cite the things I actually used:

  • it can obviously set ID3 tags in MP3 files (that is, ID3v1 and v2). The first time it adds ID3v2 tags which are stored in the beginning of the file (necessary when you need the info right when you start reading the file, like with streaming), the whole file has to be rewritten, but subsequent modifications are really fast.
    id3.exe -1 -2 -g [genre] -c "[Copyright notice]" -l "[Album name]" "%OUTPUT%"
  • set the ID3 tags of one file to those of another. I needed this when I transcoded MP3 files to a lower bitrate with LAME. LAME does not copy the existing ID3 tags to the new file. So I used ID3.exe to just copy those from the source file.
    id3.exe -D %INPUT% -1 -2 "%OUTPUT%"
  • Rename the file according to the MP3 tags. I had a big collection of MP3 files called “01 Track01″ without any MP3 tags. I first set the ID3 tags based upon the folder structure (the folder name was the Album name), and then renamed them to “[Artist name] - [Album name] - [Track N°].mp3″.
    id3.exe -2 -f "%%a - %%l - %%t.rbs" "%OUTPUT%"
  • Id3 can also deduct album names, artist, song titles and track number from the complete filename + path.

Continue reading ‘id3.exe - ideal tool for tagging and renaming MP3 files’

links for 2007-08-29

links for 2007-08-28

links for 2007-08-27

links for 2007-08-24

My first picture in the papers

De Morgen: artikel
An Baccaert wrote an article in De Morgen about Nathalie and Andrés, who are representing the Benelux in the ‘Mundial de Tango‘ in Buenos Aires. She wanted a nice picture to include with the article and came across one I made at the Tango Marathon in June.

She asked me if she could use it, and because An is a friend of mine, because I know Nathalie, because I use a Creative Commons license and maybe also a bit because I like the idea of having an image of mine in the papers, I agreed. So there it is: my first newspaper publication!

(hat tip to Clopin for getting me the PDF version!)

links for 2007-08-23