After I complained about not being a graphical client for MyAnimeList on Mac OS X, I took the time to get my hands dirty and make one myself… Of course my Visual Basic programing skills are a bit rusty for not programing for 3-4 years since I switched to a Mac, but I sorta got the grasp of it.
MAL Client OS X at this state can only load your Anime List, search titles (Anime only since the API does not work with Manga yet.) and lookup information from your list and search results. Having these basic features took nearly 3 days to complete since I need to code the login procedure with the API, obtaining the data from the API and popularize the listboxes for Search and Your List and get the program to read the Anime Information from the XML and obtain the title picture. Since most of the basic features are put in place already, it won’t take me as long to add the updating features (meaning edit a series status or add a new series) and separate “your list” to watching, completed, on hold, dropped, and plan sections instead of having it in one list box.
Remember, MAL Client OS X is open source and licensed under the GNU Public License v3… all you need is the RealBasic IDE, which costs money ($69 Academic Personal Version is the bare minimum to open the project) … but if you have it already, feel free to make improvements. The only problem that there is no SVN at the moment, but that will change later.
If you want to test the first version out, download a copy (Size: 5.9 MB). This will work on Mac OS X 10.3 or higher (I haven’t tested 10.3, but 10.4 or higher to be safe.).
Update: I fixed the search problem when the results don’t clear out after a new search is done. Also, this fix also adds the ability to refresh your list from the menu and the shortcut key, cmd+R.
Oh nice job.