Code Monkey home page Code Monkey logo

subbuzz's Introduction

subbuzz

Subtitles plugin for Emby and Jellyfin

Supported subtitles providers:

Note

Only the opensubtitles.com domain is supported and not others.

Installation

  • Repository (Jellyfin only):
    • Add to the list this URL:
      • For Jellyfin 10.8
        https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.8.json
        
  • Manual:
    • Download the appropriate archive from Latest release
    • Extract it and copy the dll to the plugins folder of your server. Then restart the server.

License

License

subbuzz's People

Contributors

daivy03 avatar josdion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

subbuzz's Issues

Request to enable saving subtitle file along with video

Request enabling saving of the subtitle file alongside the video file when downloaded .
Reason : For users of the same library across different players - subtitles do not need to be downloaded separately for each new player.

Emby with latest update

Hello,

Unfortunately the plugin seems not working in the latest emby update 4.8.3.0

The settings are not being saved. It's just reload the page without saving any options.

I tried multiple browser but still having the issue.

Not finding subtitles for certains TV Shows

Hello, i've installed and setting up Subbuzz, but it seems to struggle finding certains subtitles.
For example, for the TV Shows called "The Suite Life of Zack and Cody", it does not find any subtitles (no matter the episode) :

image

But, if you try to search for them manually on https://www.podnapisi.net for example, you can find them :

image

(PS: It works on other tv shows / movies)

Voila voila, thanks in advance :)

Request failed - Error, invalid username/password

I've attempted all possible combinations of providers and credentials for opensubtitles.com. In every case the error message "Request failed - Error, invalid username/password" will pop on the screen. Even when I do not select opensubtitles as a provider. Running jellyfin 10.7.7 on a docker container on a Debian host. Other plugins work as expected.

Found this line in my logfile:
[2022-04-07 22:27:40.604 -03:00] [WRN] [6] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.10:8096/subbuzz/ValidateOpenSubtitlesLoginInfo" to "192.168.1.10" in 0:00:01.0323741 with Status Code 401

Subf2m.co

Hi,

First thank you for this great plugin and I believe you should post it on the Emby fourm as I find by accident and very gald about that.

Anyhow, the provider Sub2fm has stopped working and nothing to tell since it's also stopped working on Bazarr and other plugins.

Do you plan for workaround or at least mark it as invalid porvider as it's causing emby to be stock on searching for subtitles without ever having any results.

Search for spanish subtitles from opensutitles.com not working

Hi, your plugin is excelent but it's not working for opensubtitles.com for spanish subtitles :

[2023-04-09 13:21:26.898 -03:00] [INF] [119] subbuzz.Providers.SubBuzz: opensubtitles.com: Request subtitle for 'Shazam! Fury of the Gods', language=es-mx, year=2023, IMDB=tt10151854
[2023-04-09 13:21:27.059 -03:00] [INF] [109] subbuzz.Providers.SubBuzz: opensubtitles.com: Search duration: 0.189 sec. Subtitles found: 0

But for english it works

[2023-04-09 13:22:03.476 -03:00] [INF] [127] subbuzz.Providers.SubBuzz: opensubtitles.com: Request subtitle for 'Shazam! Fury of the Gods', language=en, year=2023, IMDB=tt10151854
[2023-04-09 13:22:04.220 -03:00] [INF] [82] subbuzz.Providers.SubBuzz: opensubtitles.com: Search duration: 0.773 sec. Subtitles found: 2

Also i can confirm that exists subtitles in spanish by searching manually on site or using another plugin for subtitles for opensubtitles.com .

I guess that its an issue with "es-mx" from jellyfin search because opensubtitles.com uses "es"

1.0.7 cannot be configured

Hi there,

It seems that version 1.0.7 cannot work with EMBY 4.8.1.0
When I try to configure it, nothing happen

SSL error

The pluggin is given SSL errors while searching subtitles on some providers (Podnapisi.NET), causing search to hang forever:

Search error: System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL.
---> Interop+Crypto+OpenSslCryptographicException: error:0A000172:SSL routines::wrong signature type
--- End of inner exception stack trace ---
at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeFreeCredentials credential, SafeDeleteSslContext& context, ReadOnlySpan1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions)
--- End of inner exception stack trace ---
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at subbuzz.Helpers.Download.Get(String link, String referer, Dictionary2 post_params, CancellationToken cancellationToken, Int32 maxRetry)
at subbuzz.Helpers.Download.GetStream(String link, String referer, Dictionary`2 post_params, CancellationToken cancellationToken, Int32 maxRetry)
at subbuzz.Providers.PodnapisiNet.SearchUrl(String url, SearchInfo si, CancellationToken cancellationToken)

Request to add subtitle site subdivx.com

Hi, thanks for your great work , would be possible to sibdivx.com as another site to subtitle search , its one of the best site look for spanish subtitles an would be a great addition .

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.