Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bravia-subtitles

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bravia-subtitles

Download movie subtitles which work flawlessly with Sony Bravia TVs

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Why

My Sony Bravia KDL TV had issues when working with (polish) subtitles downloaded from opensubtitles, which were usually encoded with windows-1250 encoding, and had additional subrip/microDVD text formatting information. It only seemed reasonable to write a nodejs util to make it work properly.

Usage

bsub [options] <file>

Available options

  • --lang <lang> - specify subtitles language to search from (eng|pol|...) (defaults to eng) available languages
  • --count <number> - how many of the available subtitles should be downloaded (defaults to 5)

Example

bsub --lang pol --count 2 The.Knick.S02E01.HDTV.x264-KILLERS[ettv].mp4 will download 2 top first subtitle files matched for the file

How it works

  • download subtitles with the neat subtitler
  • change the encoding to utf-8 with iconv
  • remove all the crap which is badly handled

Keywords

FAQs

Package last updated on 10 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc