I am sort of a perfectionist and when it comes to keeping things cleaned up, I can bet no one can beat me!! My Android phone, Motorola Quench XT3(never heard of it! Yeah, it's an Asia specific product from Motorola) has a nice feature of showing album art for songs, as is there in VLC, the epic product from VideoLAN, WMP, the shitty product from Microsoft Corp (which MS has made less shitty in Windows 7 and more) and the lesser known (among mainstream PC and MAC users Rhythmbox, the default music player featured in Ubuntu, the blue eyed kid of Canonical Inc.).
But for me the turning point was when I can view album arts in my phone while listening to music and it became an absolute necessity that every song I play on my Android must have an apt album art, not the stupid, moronic default album art which Android features,
![]() |
The default album art of Android |
Anyways, I search on the internet for a suitable program which would do this thing for me on my computer that is. The results were not satisfactory, there was virtually no program which would suit my needs. Well, what were my needs,
- It should use Google Image Search or The less famous Amazon Product Search.
- Should be a small script either standalone or as a plugin to a more popular player.
- It should save the album art inside the song folder, so that there is no dependency of the downloaded album art with the 'a' player.
Days in and out, the search results were negative. Then one day I stumbled upon a plugin for Rhythmbox, one written by a a guy named Rupesh. He used the familiar python language to make a wonderful plugin for rhythmbox. You can get a copy of his original work here. But mind you, it does not work with Rhythmbox 3.x. Rupesh's plugin satisfied 2 or my needs mentioned above. It used Google Image Search for finding the album arts and it was an add on to a popular player. But the sad part was, it didn't saved the images in the song folder, rather in a custom folder, where only rhythmbox would be able to pick up the downloaded images as album arts.
The original screenshot as produced by Rupesh's code |
So, I decided to do the dirty work. I started to code alter Rupesh's code to suit my own needs. I could find the place where to put the needed code changes and after 6 hours of coding including understanding the nitty gritty of rhythmbox plugin development, for which I was new. So here I was with a working copy of what I needed with any album art plugin searcher.
But there was one problem. Rupesh's code doesn't work with Rhythmbox 3.x! Now, there's another guy Luqman Ade, an Egyptian who has taken on the onerous task of porting older plugins to the new Rhyhthmbox APIs. You can get his ported plugins at Github or more specifically the album art search plugin. I forked his repository at github to create a local repository and altered the code there. My first commit does specifically that. I changed the location and directed the album art to get saved inside the song folder.
Later today morning, I did my second commit to leave the choice to the user, where he wants to save the album arts. I incorporated both the, the original from Rupesh and my own changes into the master repository. It prompts the user to choose the location and saves the album arts accordingly. I asked Luqman to pull the changes I did and today on 22nd of April he has accepted the changes to be incorporated into master repository.
Once again, just to remind one can download the plugins at github from Luqman's Rhythmbox Plugin Repository.
Comments
Post a Comment