|
Project Information
Featured
Downloads
Links
|
IntroductionApplication for Mac which allows you to download subtitles for your movies. It's as simple as dragging and dropping a media file on the application:
CreditsThis application makes use of following services/libraries: SublightSublight has nice set of SOAP services written in .NET 2.0 which can be consumed by any client. True, it was not that easy to do on Mac considering there is no SOAP framework readily available but it can always be done using plain http requests and XML parsers. Sublight has a nice client for Windows also which worked for me till I switched to Mac :) The open movie databaseThe open movie database is a growing database of all movies and it very generously provides an API (XML/YAML/JSON) to access its huge database. Sublines application still doesn't extract as much information as it can but very soon it will. JSON FrameworkIf you want to parse JSON on Cocoa platform, JSON-framework is an obvious choice. Hats off to developer. |