Skip to content

bartzon/ruby-osdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSDb

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

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 bartzon-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 -d ~/Movies

For options details just run:

$ getsub --help

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%