Project

osdb

0.03
No commit activity in last 3 years
No release in over 3 years
Ruby library to access OSDb services like OpenSubtitles.org
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

OSDb

Client library for the OSDb protocol. Currently the implentation is limited to movie identification and subtitles search

Build Status Gem Version

Examples

Just read the source of bin/getsub it is a typical example of OSDb's capacities.

getsub

The osdb gem provide a simple script to find and download the best subtitle on opensubtitles.org for your video file.

Installation

$ gem install osdb

Usage

You just have to execute getsub with some video files in arguments:

$ getsub somemovie.avi othermovie.mkv

Or specify a directory to search recursively:

$ getsub ~/Movies

For options details just run:

$ getsub --help