My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Version 0.9

MP3 Archiver is an C# Windows application I created to tidy/archive all the MP3's on a computer.

This application allows you to specifiy multiple locations, it will parse each directory and it subdirectories for any MP3 or WMA's. It then puts each file in a new directory structure based on the Artist, Albumn contained in its ID3 tag.

E.g Will move Shiver.mp3 to DESTINATIONDIRECTORY\coldplay\parachutes\shiver.mp3

It's at version 0.9, the code could do with a bit of refactoring here and there but it does the job.

Thanks to Danhi for the WMAID3 tag reader: http://www.codeproject.com/script/profile/whos_who.asp?vt=arts&id=1268509 (this is build into a VB assembly and referenced in the main project. If anyone wants to convert this to C# feel free!)

Thanks to Paul Lockwood for the MP3ID3 tag reader: http://www.csharp-home.com/index/tiki-read_article.php?articleId=149

Version 1.0 will have proper de-dubing functionality and will also give users a way to construct their MP3 file name by picking elements out of the ID3 info (e.g

<trackno>
-
<artist>
-
<songname>
.mp3

Powered by Google Project Hosting