Showing posts with label mp3. Show all posts
Showing posts with label mp3. Show all posts

Sunday, 10 November 2013

How to edit id3 tags of read only mp3 files

So this is the situation, i downloaded some mp3 files and imported them to my iTunes but I couldn't edit its information, it was all greyed out.

I started playing around with the files, and I found that they were all read only, I could go through every files properties and make them editable but this is a very long and tedious process. And like any good hacker out there knows, if you have to do the same thing over and over again, just write a program. And this is what kept me busy today, I wrote a simple program that opens the mp3 file and lets you edit the id3 tags (artist, title etc.) whether or not they are read only, the program can also remove the read only property.

It is called Mp3Tag and can be downloaded here.
Mp3Tag with dotnet installer
Mp3Tag without dotnet installer

You will see that there are 2 download links, one is just the program and the other has the .net 4.5 offline installer included(necessary for the program to run). if you already have .net 4.5 installed on your system, you only need the program, which is a lot smaller download.

After you have downloaded the programs, you unzip the file and you will finda file called dotnet 4.5 and a folder called Mp3Tag. Double click the dotnet 4.5 file, this will start the installation of dotnet, after you have installed dotnet, copy the Mp3Tag folder to where you want and inside you will see an executable called Mp3Tag.exe, run this and the program will open up, this is what you will see.

Now click on the open button and a open file dialog will open up, select the mp3 file you want to open.

This will open the mp3 file, from here, you can play, edit and even set the read only property of the mp3 file.
After you have edited the information, remember to press update to save the changes to your file.
the next time you open the song in itunes or any media player, it will have your new tags.

And there you have it, how to edit the id3 tags of read only mp3 files.

I am still working on editing more than one file at a time. but will post as soon as its done.

ps. comment on what you struggle with aswell as what you would like to see in this program in the future.

Happy Hacking
MiniMite