Sha256: 38cdab088b81878d79ced25a2936f1b0a9af1e7eeb4e9fd3e80ce955b41ea64f

Contents?: true

Size: 941 Bytes

Versions: 2

Compression:

Stored size: 941 Bytes

Contents

# AutoSub
  
Ruby tool to automatically download subtitles (srt) inside your TV Shows folder.
Currently only english and french subtitles are supported.
  
## Install

    sudo gem install pirate-autosub --source http://gems.github.com

## Usage

In your terminal:

    autosub -p /path/of/your/TV Shows/folder -lang fr,en

more details with:

    autosub -h
    
## Folder Name Convention

AutoNZB use (and needs) specific folders/episodes name for your TV Shows:
  
    + TV Shows
      + Dexter (TV Show's name needs to be 'clean')
        + Season 01
          - Dexter S01E01.mkv (.mkv for 720p HD episode)
          - Dexter 1x02.avi (.avi for SD episode)
          - S01E03.mkv (TV Show's name in episode file's name not needed)
          - S01E03.fr.srt (.fr.srt used to define subtitle's language)
    + Fringe
      - (season folder not needed)
      - Fringe S01E01.mkv
      - 1x01.avi
  
## Copyright

Copyright (c) 2009 Pirate

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autosub-0.4.1 README.markdown
autosub-0.4.0 README.markdown