Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byroot/ruby-osdb
OSDb library for Ruby http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC
https://github.com/byroot/ruby-osdb
Last synced: 6 days ago
JSON representation
OSDb library for Ruby http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC
- Host: GitHub
- URL: https://github.com/byroot/ruby-osdb
- Owner: byroot
- License: mit
- Created: 2010-08-26T14:12:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T12:02:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T12:43:08.331Z (27 days ago)
- Language: Ruby
- Homepage:
- Size: 407 KB
- Stars: 52
- Watchers: 6
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OSDb
Client library for the [OSDb protocol](http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC).
Currently the implentation is limited to movie identification and subtitles search[![Build Status](https://secure.travis-ci.org/byroot/ruby-osdb.png)](http://travis-ci.org/byroot/ruby-osdb)
[![Gem Version](https://badge.fury.io/rb/osdb.png)](http://badge.fury.io/rb/osdb)## 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](http://www.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