Giter Club home page Giter Club logo

dessubdb's Introduction

This program is licensed as GPL v3.

This program downloads subtitles for your videos from the http://www.thesubdb.com database.
You can also upload subtitles to their database.

How to use this program.

Download subtitles:
$ perl subdb.pl <movie>
This downloads a subtitle in portuguese or english (these languages are the default ones. To know how to define your language, please check the next example)


Download subtitles for some specific language:
$ perl subdb.pl --lang pt <movie>

or you can define some order in the languages you want:

$ perl subdb.pl --lang pt --lang en --lang fr <movie>
This will try to download the subtitles in portuguese. If there's no portuguese subtitles it will then try to download an english one. Finally if there is none in english it will then try to download a french one. If there is no subtitle in portuguese, english or french no subtitle is downloaded.

to use your own default languages, put this in your .bashrc:
export SUBDB_LANGS="en bg"

Upload subtitles:
$ perl subdb.pl <subtitles>

Please note that the subtitle file must be in the same folder as the correspondent video file, and it must have the same filename (except for the extension).
The subtitles can't be bigger than 200Kbytes, and they must be plain text (only subrip and microdvd subtitles).

Any suggestion please e-mail me.

Best regards,
David Santiago <[email protected]>

dessubdb's People

Contributors

demanuel avatar

Watchers

Vladi Belperchinov-Shabanski avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.