Challenge: Rename mp3 Songs via ID3 Metadata
#1
Posted 25 April 2010 - 10:39 PM
Using ID3 metadata and the programming language of your choice, write an application that renames a file, specified as a command line arg, using the file's ID3 information.
#2
Posted 26 April 2010 - 06:53 AM
Mine renames all of the files in a supplied directory as I found that more convenient.
Edited by systems_glitch, 26 April 2010 - 06:55 AM.
#3
Posted 26 April 2010 - 04:17 PM
Here's my solution, in Python:
Spoiler
Mine renames all of the files in a supplied directory as I found that more convenient.
if you don't want to re-invent the wheel take a look to http://www.mp3tag.de
#4
Posted 26 April 2010 - 06:25 PM
The project was intended more as a fun exercise than something entirely practical...besides, I run Linux!if you don't want to re-invent the wheel take a look to http://www.mp3tag.de
#5
Posted 28 April 2010 - 06:56 PM
The project was intended more as a fun exercise than something entirely practical...besides, I run Linux!if you don't want to re-invent the wheel take a look to http://www.mp3tag.de
I think its an excellent exercise. File IO, string extraction, manipulation, and rewrite functions I see off the top of my head. These things I DO need practice with. You'll have to give me a few of weeks though.. I'm in the process of moving and need a computer table. The spirit is willing, but the flesh is unfunded.
#6
Posted 29 April 2010 - 07:52 PM
The project was intended more as a fun exercise than something entirely practical...besides, I run Linux!if you don't want to re-invent the wheel take a look to http://www.mp3tag.de
sorry, i work on windows every day so i totally forgot that many people don't use it. I've never cared about digging in mp3, i'm a curios one so i'll give it a try...
#7
Posted 07 May 2010 - 07:44 PM
#8
Posted 06 February 2011 - 04:15 PM
BinRev is hosted by the great people at Lunarpages!













