Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quagliato/musicorganizer
- Owner: quagliato
- Created: 2011-10-10T02:08:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-27T00:13:58.000Z (about 13 years ago)
- Last Synced: 2024-04-29T22:31:18.128Z (7 months ago)
- Language: Java
- Size: 1.84 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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;