Giter VIP home page Giter VIP logo

sub-zero.bundle's Introduction

Sub-Zero for Plex

master Maintenance Slack Status

Subtitles done right!

Check out the Sub-Zero Wiki by @ukdtom and @mmgoodnow



The future of Sub-Zero


If you like this, buy me a beer:
Donate
or become a Patreon starting at 1 $ / month

or use the OpenSubtitles Sub-Zero affiliate link to become VIP
10€/year, ad-free subs, 1000 subs/day, no-cache VIP server

Introduction

What's Sub-Zero?

Sub-Zero is a metadata agent and interface-plugin at the same time, for the popular Plex Media Server environment.

Why not use the builtin OpenSubtitles agent?

Because it doesn't deliver. Especially for very new media items it may pick up none or bad subtitles for your media. Also it doesn't know when "better" subtitles get released for your media file.

Mostly all of the key-features listed below don't apply to the default OpenSubtitles subtitle agent in Plex.

Key-Features

This is just a tiny peek at the full feature-set of Sub-Zero.

Searching/Matching

It searches up to 10 individual subtitle provider sites and APIs, selects the best matching subtitle and downloads it for you.

The matching is done by looking at the filename of your media files, as well as media information inside the container. Every subtitle gets a score assigned, based on the matching algorithm. The one with the highest score gets picked automatically. The more information your media filenames have, the better. Moviename.mkv has a higher chance of getting bad subtitles than Moviename.2015.720p.BluRay-RLSGRP. If you like renaming your media files, you want to have a look at SZ refiners.

Storage-Options

You can decide where Sub-Zero stores its downloaded subtitles. By default it saves the subtitles externally, as "sidecars", besides the actual media file. Additionally you can specify a fixed location for all your subtitles, or pre-defined or custom sub-folders.

If you don't want SRT files lying around in your library, you also have the option to store subtitles inside the internal metadata storage of the Plex Media Server.

Automation

Sub-Zero comes with its own background task scheduler. It periodically searches for missing subtitles and better subtitles for your media files.

Personalization

Via the preferences you can configure almost every parameter Sub-Zero uses when handling your subtitles.

From an infinite number of different languages to search for, to hearing impaired settings, foreign/forced-only captions, embedded subtitle handling and many more.

Interface

The automatic matching Sub-Zero does has been improved massively over the last years and reaches an extremely high accuracy for recently-released items, in the first 6 hours. It still might be, that you want some manual managability over your library and its subtitles. This is where the interface comes into play.

It allows you to trigger background tasks, browse your library based on several different starting points, adds a recently-viewed menu for instant access to your recently played media and allows you to list and select available subtitles for any item in your library.

Modification and Fixing

With Sub-Zero 2.0 automatic and manual subtitle modifications have been included. They currently consist of six individual mods:

  • Offset: Your subtitle is out of sync? Manually adjust the timing of your subtitles
  • FPS: Your subtitle is getting slower over time, or faster over time? Maybe the framerate is wrong. The FPS mod can fix that.
  • Hearing Impaired: Removes HI-tags from subtitles (such as (SIRENS WAIL), DOCTOR: Rose!)
  • Color: Adds color to your subtitles (for playback devices/software that don't ship their own color modes; only works for players that support color tags)
  • Common: Fixes common issues in subtitles, such as punctuation (-- I don't know! -> ... I don't know!; over 9 000! -> over 9000!)
  • OCR: Fixes problems in subtitles introduced by OCR (custom implementation of SubtitleEdit's dictionaries) (hands agaInst the waII! -> hands against the wall!)
  • Remove Tags: Removes any font style tags from the subtitles (bold, italic, underline, colors, ...)
  • Reverse RTL: Reverses the punctuation in right-to-left subtitles for problematic playback devices
  • Fix Uppercase: Tries to make subtitles that are completely uppercase readable

Hearing Impaired, Common, OCR, Fix Uppercase, Reverse RTL and Color can be applied automatically on every subtitle downloaded. All mods are manually managable via the interface.

Mods are applied on-the-fly, the original content of the subtitle stays available, so mods are completely reversible.

In addition to that Sub-Zero also fixes problems introduced by the subtitle creators themselves - badly changed encodings for example. Ever had broken music icons in a subtitle? Nordic characters like Šwhich turned into å? Not anymore.

Installation

Simply go to the Plex Plugins in your Plex Media Server, search for Sub-Zero and install it. For further help or manual installation, please go to the wiki.

Big thanks to the beta/i18n testing team (in no particular order)!

the.vbm, mmgoodnow, Vertig0ne, thliu78, tattoomees, ostman, count_confucius, eherberg, tywilliams_88, Swanny, Jippo, Joost1991 / joost, Marik, Jon, AmbyDK, Clay, Abenlog, michael, smikwily, shoghicp, Zuikkis, Isilorn, Jacob K, Ninjouz, chopeta, fvb, Uthman, Claus Møller, Semi Doludizgin, Rafael, sugarman402, Morpheus1333, Yamil.llanos, Notorius28

Changelog

2.6.4.2911

  • core: improve file cache (windows especially); use fixed-length cache filenames; fixes #600
  • core: don't log "Checking connections ..." when sonarr/radarr not activated
  • core: make logging for scanning/parsing/preparing videos more clear
  • core: extract embedded: continue searching for embbedded subs after undefined language is found (thanks @jippo015)
  • compat: core: don't assume hints["title"] exists
  • compat: providers: podnapisi: loosen lxml requirement
  • providers: addic7ed: fix not using user credentials; fixes #605
  • providers: titlovi: fix provider (thanks @viking1304)
  • providers: subscene: fix provider
  • providers: opensubtitles: improve token logging
  • providers: podnapisi: fix searching for Marvel series
  • submod: HI: correctly remove uppercase at start of a sentence when lead by a crocodile (>>)
  • submod: HI: correctly remove lowercase inside brackets when HI matched as well
  • submod: HI: remove multiple HI_before_colon_caps before one colon
  • submod: common: also match music symbols after a crocodile; move crocodile removal up the chain

older changes

Subtitles provided by OpenSubtitles.org, Podnapisi.NET, TVSubtitles.net, Addic7ed.com, Legendas TV, Napi Projekt, Shooter, Titlovi, aRGENTeaM, SubScene, Hosszupuska

3rd party licenses

sub-zero.bundle's People

Contributors

bramwalet avatar dimotsai avatar doopler avatar erliz avatar hamiltont avatar ineluctable avatar infernix avatar jippo015 avatar mmgoodnow avatar morpheus133 avatar pannal avatar raduc avatar sander1 avatar ukdtom avatar viking1304 avatar

Watchers

 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.