
At first
Once upon a time, when the
last.fm player suddenly broke down at me, I decided that I would write my player with blackjack and whores. This is how the first Musifire appeared - a program written in Flex + AS3 under Adobe AIR, which looked for music on a couple of excellent resources, knew how to take similar performers and songs from last.fm and make playlists on them. Thanks to feedback from a dozen users managed to bring the program to a more or less decent appearance, although all sorts of minor unpleasant bugs remained there to this day. After that, I abandoned it, because I didn’t like the way the code was written, and it was terribly lazy to rewrite. :) By the way, I posted it on
Sourceforge , everyone can go, see, check out and have fun :)
Now
The second impetus for writing such a program was the practice of developing on as3, and the practice of processing data of different formats. And recently, the need has arisen to improve their programming and data processing skills.
And so I decided that everything should be better than the first time. Now the user should be able to add his own search sites himself, track names should be read from ID3 tags before uploading files, as well as there should be a continuous radio mode, bookmarks of favorite tracks, well, all sorts of small things.
This time I decided that I should develop it right away with svn, wiki and other goodies, so I immediately created a project on
GoogleCode . At the moment there are 37 revision of this outrage. It looks like this:

The main feature of the program - the ability to search for user-defined sites. At the moment, only the custom type of the site is implemented - a search on the site using a regular expression generated by the user, but it is planned to add at least another xml and json types there.
All this disgrace works on Adobe AIR, which means that it is equally good (and equally bad) works under Windows, and under MacOS, and under Linux.
Why am i
I, in fact, what it is all about - if there are people among you who are interested in it, I will be happy to work out with you :)
If there are people among you who are interested in this program, then I will be glad to hear your feedback in the discussion group on Google.
If you're just wondering, I will be glad to answer any of your questions :)
')
Links
Once again all links:
Musifire v1 test - here you can familiarize yourself with the new version of the application, download the latest build, view the source code, take part in discussions, report errors or ask for a new feature :)
Musifire v0.9 - here you can see the previous version of the application
Musifire v0.9 sources - here you can see the source code of the previous version