8000 GitHub - val0n/bazarr: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ bazarr Public
forked from morpheus65535/bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

License

Notifications You must be signed in to change notification settings

val0n/bazarr

 
 

Repository files navigation

Subdl Provider for Bazarr

This is an updated version of the subdl.py file for the Bazarr project. It introduces additional functionality and optimizations to improve subtitle handling, particularly for full-season packs, caching, and error handling during API queries.


Features

1. Full-Season Subtitle Support

  • Adds support for full-season subtitle packs.
  • Extracts specific episodes from season packs using:
    • Episode numbers.
    • Season numbers.
    • Release name matches.
  • Caches season packs to avoid repeated downloads.

2. Caching System

  • Implements caching for:
    • Season packs: Stores downloaded full-season subtitles for reuse.
    • Search results: Reduces API calls by saving query responses temporarily.
  • Caching is time-limited (default: 15 minutes) and size-controlled for optimal performance.

3. Better API Query Handling

  • Adds support for additional API parameters.

4. Improved Subtitle Matching

  • Matches subtitles more accurately to videos using metadata.

Installation

  1. Download the subdl.py File:
  2. Replace the Existing File:
    • Navigate to your Bazarr installation directory.
    • Locate the custom_libs/subliminal_patch/providers/ folder.
    • Replace the existing subdl.py file with this version.
  3. Restart Bazarr:
    • Restart your Bazarr service to apply the changes.

About

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • TypeScript 1.2%
  • Cython 0.1%
  • C 0.1%
  • Mako 0.0%
  • C++ 0.0%
0