Skip to content

byroot/ruby-osdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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