public
Description:
Homepage:
Clone URL: git://github.com/warlley/subtitle_it.git
name age message
file .autotest Thu Sep 04 12:53:09 -0700 2008 autotest [nofxx]
file .gitignore Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
file History.txt Fri Sep 12 23:36:02 -0700 2008 release 0.7.5 [nofxx]
file License.txt Mon Sep 08 15:13:06 -0700 2008 fixes [nofxx]
file Manifest.txt Fri Sep 12 01:53:08 -0700 2008 more oo..heh [nofxx]
file README.markdown Wed Sep 10 04:45:47 -0700 2008 adds mpl too [nofxx]
file README.txt Fri Sep 12 23:36:02 -0700 2008 release 0.7.5 [nofxx]
file Rakefile Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory bin/ Fri Sep 12 01:53:08 -0700 2008 more oo..heh [nofxx]
directory config/ Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory lib/ Fri Sep 12 23:36:02 -0700 2008 release 0.7.5 [nofxx]
directory script/ Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
file setup.rb Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory spec/ Fri Sep 12 23:36:02 -0700 2008 release 0.7.5 [nofxx]
file subtitle_it.gemspec Fri Sep 12 23:36:02 -0700 2008 release 0.7.5 [nofxx]
directory tasks/ Sun Sep 07 23:40:43 -0700 2008 "rsb" ruby subtitle .. hehe clean up.. and vers... [nofxx]
README.txt
= Subtitle It

Ruby tool to download, create, convert and fix subtitles.


== FEATURES:

* To and from: SRT, SUB, XML(TT), YML, MPL2, RSB and ASS.
* Download from opensubtitles.org
* Fixes delays. (SrtResync)


== TODO:

* Support styles
* Compatibility with "sube" (http://github.com/vic/sube)
* Fix delays
* Convert 1 to 2 CD`s and versa-vice
* ASS Format (Yes, for the funny of it...)


== REQUIREMENTS:

* hpricot


== SYNOPSIS:

Bash tool:

Convert a srt to sub:
  subtitle_it in.srt out.sub
  or
  subtitle_it -c sub in.srt

Add a delay of 1 minute:
  subtitle_it -d 60 in.srt
 
Create a template
  subtitle_it unexistent.file 
  

== INSTALL:

 gem sources add http://gems.github.com
 sudo gem install nofxx-subtitle_it


== THE "Ruby Subtitle" Format - RSB

It`s just a easy way, proof of concept to edit subtitles. Here is what it looks like:

00:32 => 00:33 == Nice police work! | Thank you!
MM:SS => N == TEXT | NEWLINE

Create a template to check it out. 


== DEV:

To run tests:

  rake spec or autotest
  
Documentation => doc
Subtitle examples => spec/fixtures
  

== SUBTITLE EDITORS:

Try those nice editors too, if SubtitleIt does not fit your need:

Jubler: http://www.jubler.org/

Aegisub: http://www.malakith.net/aegiwiki/Main_Page


== LICENSE:

(The MIT License)

Copyright (c) 2008 Marcos Piccinini, Johanlunds, Warlley Rezende


Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.