ygoralmeida 3 Posted March 25, 2015 Posted March 25, 2015 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 Thanks 2 1
Luke 40121 Posted March 25, 2015 Posted March 25, 2015 yes, the subtitle infrastructure is modular and someone could step up and build an alternative source besides the current open subtitles
ygoralmeida 3 Posted March 25, 2015 Author Posted March 25, 2015 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 !?
Luke 40121 Posted March 26, 2015 Posted March 26, 2015 First you have to build the basic structure of a plugin: https://github.com/MediaBrowser/MediaBrowser/wiki/How-to-build-a-Server-Plugin Lots of examples here: https://github.com/MediaBrowser/MediaBrowser.Plugins Once that's up and running,you need to implement ISubtitleProvider
rodrigost23 1 Posted December 17, 2019 Posted December 17, 2019 Did anyone developed such plugin? I did. It may still have some issues, but you can download it at https://github.com/rodrigost23/LegendasTV-Emby/releases
oRenatoMaciel 7 Posted December 19, 2019 Posted December 19, 2019 +1The more subtitle options the better.
Luke 40121 Posted December 19, 2019 Posted December 19, 2019 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.
rodrigost23 1 Posted February 25, 2020 Posted February 25, 2020 (edited) @@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 February 25, 2020 by rodrigost23 1
ferds 0 Posted May 3, 2020 Posted May 3, 2020 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!
S3R14L 1 Posted June 4, 2020 Posted June 4, 2020 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
aerik 0 Posted July 16, 2020 Posted July 16, 2020 On 6/3/2020 at 10:58 PM, S3R14L said: +1 Would be excellent Sure!
Guest Posted July 17, 2020 Posted July 17, 2020 (edited) 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 July 17, 2020 by CarlosLima
Carlo 4552 Posted July 17, 2020 Posted July 17, 2020 If I remember correctly from your logs OpenSubtitle was complaining about your authentication/password being wrong.
rogernas 0 Posted August 27, 2020 Posted August 27, 2020 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???
Luke 40121 Posted February 5, 2021 Posted February 5, 2021 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.
ricardomaranhao 2 Posted June 5, 2021 Posted June 5, 2021 @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?
Happy2Play 9451 Posted June 5, 2021 Posted June 5, 2021 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.
roowramona 0 Posted June 7, 2021 Posted June 7, 2021 is there someone working on an updated plugin version? =(
ilasined 4 Posted July 23, 2021 Posted July 23, 2021 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 2 1
fanuser79 2 Posted July 25, 2021 Posted July 25, 2021 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
ilasined 4 Posted August 1, 2021 Posted August 1, 2021 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).
Guest Posted September 5, 2022 Posted September 5, 2022 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
denisali 0 Posted September 11, 2022 Posted September 11, 2022 (edited) <deleted> Edited September 11, 2022 by denisali
ilasined 4 Posted September 11, 2022 Posted September 11, 2022 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now