Import Subtitles sources from XBMC (forge here in github)
I found some hub interesting here: https://github.com/amet/script.xbmc.subtitles/tree/frodo/script.xbmc.subtitles/resources/lib/services A private project with many subtitles services addons for XMBC. I was wondering.. the service called legendas.tv, that was largest base of portuguese brazilian subtitles, is already there. All done in python https://github.com/amet/script.xbmc.subtitles/blob/frodo/script.xbmc.subtitles/resources/lib/services/LegendasTV/service.py
Peraphs it can be implemented in boxehacks subtitles services addons ...
Boxee uses a very old Python version. I had to rewrite all the plugins to make them work. I did base some services on that code though. If there are enough people wanting it, I will build it.
Thanks. I hope there more brazilians here using boxeehack. This is the largest and complet pt-br subtitles base. The "subliminal" project (here in github) didnt add this server as a module yet (becaous authentication they said) and I currently using "dwlegendas.pl" (https://github.com/neyestrabelli/Automatic-torrent-subtitle) writed in perl in my openwrt to get it. Certainly will be more confortably if one day I can get subtiltes there directly from boxeebox too ;-)
Hmm yeah, authentication might be a problem. The current configure interface isn't made for that, will definitely add more work. If there are 5 +1's on this, I will add legendas.
I am very interested on downloading subtitles from legendas.tv too. It would be VERY useful for brazilian users of boxee hack! Thank you for the very good work.
I found a nice Legendas.TV python implementation, in a fork of periscope project: https://github.com/rdtorres/periscope/blob/master/periscope/plugins/LegendasTV.py I tried here in my OpenWrt, but I have to change some import libraries (from "from BeautifulSoup import BeautifulSoup" to "from bs4 import BeautifulSoup") due to new version
Subliminal project was planning to add it in next new version 0.7 (in dev at this moment) https://github.com/Diaoul/subliminal/issues/69#issuecomment-18491213
@effduca , Eduardo, subliminal will add it ? i not seen nothing about..