Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quagliato/musicorganizer

A java-based application created to organize music using ID3v1/ID3v2 tags inside the files.
https://github.com/quagliato/musicorganizer

Last synced: 9 days ago
JSON representation

A java-based application created to organize music using ID3v1/ID3v2 tags inside the files.

Awesome Lists containing this project

README

        

# MusicOrganizer

I've always been a huge music fan. I have CDs, LPs, DVDs, mp3 and all that stuff. I used to organize all the music that I download, but when you download a lot of stuff this can become boring, a huge boring thing that you need to do to keep your music findable.
Well, with this proposal, I've decided to write this program to organize my music files based on their ID3v1/v2 tag, separating by Artists, Albums and renaming the song with tracknumber. I've wrote almost everything of this in September of 2009, but now I'm trying to make it better.

# Caution

1. This is a development IN-PROGRESS project, do not use this with ALL your songs;
2. There's a checkbox that is used to delete or not the original files. I suggest that you do not use this while in developing. You can lose some songs;
3. If your files do not have ID3v1/v2 tags or they are wrong, DON'T USE THIS;
4. The implementation of recursive search of files still being codded;
5. For some reason, in my MacBook, I couldn't execute it on a external hard drive;