Category Archives: MoveMyMusic

Making MMM available again

Following the previous post, I made MMM available at Google Code too. It can now be found in its project page.

Posted in Code, MoveMyMusic | Tagged , , | Comments Off

Three applications, one release

After discovering how fun is to write a distutil script to install python applications, I decided to write installation scripts for all my python scripts. So I have three different applications and just one release: “Install Me Do”. Grab GUP … Continue reading

Posted in Code, GUP, MoveMyMusic, TimeTracker | 3 Comments

Move My Music 0.3 “Yes dear, I promised not to reinvent the wheel, but…”

Yes, I’ve said several times that I won’t reinvent the wheel, but I had to break my own promise and write my own ID3 parser. So far, it seems to work with ID3 v1.0 and v1.1, v2.2, v2.3 and v2.4 … Continue reading

Posted in Code, MoveMyMusic | Comments Off

Sometimes, the wheel must be reinvented

It all began when I decided to put some order on my music directory, as it was a complete mess. So I put the correct tags and wrote a small application to move them around, mmm. And I was happy. … Continue reading

Posted in Code, MoveMyMusic, Tech, Thoughts | Comments Off

MMM 0.2 “You can’t make an omelet without breaking the oggs”

I finally managed to add support for Ogg files on MMM (Move My Music). Also, I had to change the ID3 library due some random breakage. Inside, I did some code clean ups (although it still is a little bit … Continue reading

Posted in Code, MoveMyMusic | Comments Off

So, I’m not all that organized after all

Ok, so I’m not all that organized. I did some changes on MMM to support encoding, as I was getting weird stuff on my file system due tags using ISO-8859-1 and the whole system working with UTF-8. Unfortunately, for some … Continue reading

Posted in Code, MoveMyMusic | Comments Off

Scratching an itch is easy; keep scratching after the itch is over is hard

When I wrote MMM, I had a problem: my music collection was badly organized (in a file system point of view) and I thought it would be easy to fix using a tool to do all the fixing automagically. I … Continue reading

Posted in Code, MoveMyMusic, Tech | Comments Off

We are not going to see that point oh release…

Ok, I know I promised a 1.0 release of MMM today, but I think I won’t get it. The problem here is not the OGG parser. Actually, it was reading the Python-Ogg documentation that I found out how to fix … Continue reading

Posted in Code, MoveMyMusic, Tech | Comments Off

[MMM] Move My Music on Freshmeat

Following an idea by , I did add MMM to Freshmeat. You now can follow its development throught Freshmeat. Sign up and subscribe to the project, so you can get every update. The project didn’t show up in the front … Continue reading

Posted in Code, MoveMyMusic, Tech | Comments Off

[MMM] Move My Music 0.1

A friend gave me an idea about renaming music files based on its tags. So I wrote MMM (Move My Music) using id3lib after fixing the tags using the MusicBrainz. You can download version 0.1 here and follow the development … Continue reading

Posted in Code, MoveMyMusic, Tech | Comments Off