byroot / ruby-osdb

OSDb library for Ruby http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OSDb library for Ruby http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC

License:MIT License


Languages

Language:Ruby 100.0%