My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Introduction

Application 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:

Credits

This application makes use of following services/libraries:

Sublight

Sublight 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 database

The 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 Framework

If you want to parse JSON on Cocoa platform, JSON-framework is an obvious choice. Hats off to developer.

Powered by Google Project Hosting