Jump to content

Subtitles Addon ( Legendas.TV - Brazilian )


ygoralmeida

Recommended Posts

ygoralmeida

Hi Guys

 

Isn't it possible to develop or somehow show a how to develop a script for Emby to catch subtitles for Legendas.TV !?

 

I used to have this in Ember MM, but it does not work anymore. Even if Kodi already have a plugin or addon for that, its not good to enter on each movie / series on my data to download subs ( or go to website )

 

A plugin just like opensubtitles for legendas.tv would be a great add-on to Brazilian users :D

Thanks

  • Like 2
  • Agree 1
Link to comment
Share on other sites

yes, the subtitle infrastructure is modular and someone could step up and build an alternative source besides the current open subtitles

Link to comment
Share on other sites

ygoralmeida

yes, the subtitle infrastructure is modular and someone could step up and build an alternative source besides the current open subtitles

 

Do you have any guides from where to start up !?

Link to comment
Share on other sites

  • 4 years later...

I did. It may still have some issues, but you can download it at https://github.com/rodrigost23/LegendasTV-Emby/releases

 

@@rodrigost23 that's great, thanks !

 

Is it OK if I fork that and publish in our catalog? By the way, I would strongly suggest embedding the html agility source and just compiling it into the plugin rather than trying to load the .dll. It's the most reliable way taking all platforms into consideration.

Link to comment
Share on other sites

  • 2 months later...
rodrigost23

@@rodrigost23 that's great, thanks !

 

Is it OK if I fork that and publish in our catalog? By the way, I would strongly suggest embedding the html agility source and just compiling it into the plugin rather than trying to load the .dll. It's the most reliable way taking all platforms into consideration.

Sorry for the late reply, but yes, you can fork it and publish it in the catalog, as long as I still have credits :) . And I'll try to do your suggestion as soon as I have some more time.

Edited by rodrigost23
  • Like 1
Link to comment
Share on other sites

  • 2 months later...
ferds

That's awesome!!

 

Opensubtitles is great, but legendas.tv is way better for pt-br subtitles.

 

I hope the plugin will be on the catalog soon.

 

Cheers!

Link to comment
Share on other sites

  • 1 month later...
S3R14L

That's awesome!!

 

Opensubtitles is great, but legendas.tv is way better for pt-br subtitles.

 

I hope the plugin will be on the catalog soon.

 

Cheers!

+1

 

Would be excellent

Link to comment
Share on other sites

  • 1 month later...
CarlosLima

Hi, I believe that the plugin was not added to the catalog. Is it possible to use it already in some way?

The Opensubtitle plugin is not working for me, in automatic or manual mode. Nothing is found with it and my login is registered.

Edited by CarlosLima
Link to comment
Share on other sites

If I remember correctly from your logs OpenSubtitle was complaining about your authentication/password being wrong.

Link to comment
Share on other sites

  • 1 month later...
rogernas

Pessoal, no servidor do pc uma vez com ajuda de um topico do htf eu consegui instalar o plugin do legendas.tv para poder baixar juntamente com o opensub, agora instalei o servidor no NAS e não lembro mais e não consigo achar informação de como proceder, estou com alguns arquivos baixados aqui tais como: legendastv.dll, legentastvembytar.gz.zip e legentastvemby.zip

alguem poderia dar uma ajuda???

Link to comment
Share on other sites

  • 5 months later...
On 8/27/2020 at 12:23 PM, rogernas said:

Pessoal, no servidor do pc uma vez com ajuda de um topico do htf eu consegui instalar o plugin do legendas.tv para poder baixar juntamente com o opensub, agora instalei o servidor no NAS e não lembro mais e não consigo achar informação de como proceder, estou com alguns arquivos baixados aqui tais como: legendastv.dll, legentastvembytar.gz.zip e legentastvemby.zip

alguem poderia dar uma ajuda???

The top of your server log will contain the server's data path. From there it's the /plugins folder underneath that. Just drop the .dll file in there and restart emby server.

Link to comment
Share on other sites

  • 4 months later...
ricardomaranhao

@Luke really fan of the emby project! Lifetime supporter here... i know it may not be with you, but i was using the legendastv.dll from @rodrigost23! Worked like a charm...

 

But now keeps me getting this error:

 

Quote

2021-06-05 19:32:03.283 Error SubtitleManager: Error downloading subtitles from Legendas TV
    *** Error Report ***
    Version: 4.6.2.0
    Command line: C:\Users\firel\AppData\Roaming\Emby-Server\system\EmbyServer.dll
    Operating system: Microsoft Windows 10.0.19042
    Framework: .NET Core 3.1.13
    OS/Process: x64/x64
    Runtime: C:/Users/firel/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 16
    Data path: C:\Users\firel\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\firel\AppData\Roaming\Emby-Server\system
    System.MissingMethodException: System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<System.String,System.String> MediaBrowser.Controller.Entities.BaseItem.get_ProviderIds()'.
       at LegendasTV.LegendasTVProvider.FindIds(SubtitleSearchRequest request, CancellationToken cancellationToken, Int32 depth)+MoveNext()
       at LegendasTV.LegendasTVProvider.Search(SubtitleSearchRequest request, CancellationToken cancellationToken)
       at MediaBrowser.Providers.Subtitles.SubtitleManager.<>c__DisplayClass17_0.<<SearchSubtitles>b__3>d.MoveNext()
    Source: LegendasTV
    TargetSite: Boolean MoveNext()

Maybe it has something to do with the MVC change from 3 to 4?

Link to comment
Share on other sites

Happy2Play
8 minutes ago, ricardomaranhao said:

@Luke really fan of the emby project! Lifetime supporter here... i know it may not be with you, but i was using the legendastv.dll from @rodrigost23! Worked like a charm...

 

But now keeps me getting this error:

 

Maybe it has something to do with the MVC change from 3 to 4?

No the server updated and the plugin needs to be updated also.

Link to comment
Share on other sites

  • 1 month later...
ilasined
On 6/5/2021 at 5:48 PM, Happy2Play said:

No the server updated and the plugin needs to be updated also.

I took the liberty to update the plugin to latest MediaBrowser.Server.Core version, which was the one causing the issue. As it seems the original author is not maintaining the plugin anymore, I've forked the solution and made available for download @ https://github.com/denis-ali/LegendasTV-Emby.

Attached a screenshot of v0.2.0-beta working, although (as the previous version) for me it does not bring results from Legendas.TV on first try (but no errors on log either).

No promises from my part to fix it or keep it updated, but I'll try if life allows it 😉

 

Screen Shot 2021-07-23 at 1.01.40 PM.png

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

fanuser79

Guys, I am not a programmer, so it is extremely hard for me just to think about it... but could someone make a subtitles downloader for Titulky.com

That is the site for czech/slovak subtitles, with a very broad base. I was trying to contact someone from there, but I guess no one is willing or wanting to help this cause

I would greatly appreciate it

Link to comment
Share on other sites

ilasined

 

On 7/25/2021 at 5:02 AM, fanuser79 said:

Guys, I am not a programmer, so it is extremely hard for me just to think about it... but could someone make a subtitles downloader for Titulky.com

That is the site for czech/slovak subtitles, with a very broad base. I was trying to contact someone from there, but I guess no one is willing or wanting to help this cause

I would greatly appreciate it

I gave it a look on that website and it's pretty straightforward to create a wrapper for it. The main issue is that the downloads are protected by a captcha challenge, which (AFAIK) will prevent the plugin to download the subtitle itself. Also it does not seem that a Premium account would make any difference for that challenge (but I could be wrong).

Link to comment
Share on other sites

  • 1 year later...
CarlosLima

Hi,
On this topic, there was no update. I would like to know if it is possible to get the Legendas.tv scraper and how to make it work in embyserver.
Thank you very much

Link to comment
Share on other sites

Hello,

I've updated recently the dll due to an issue reported by Ricardo Maranhao over mail, however I had not updated the git repo until now.

The code is available over there, anyone is welcome to improve and make changes. As I've mentioned before I'll be updating this as I can, but I cannot commit to keep it up-to-date due to my day to day activities.

PS: I've deleted above text because I did not remembered I had another account in here which I was not aware 😄

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...