Page 1 of 2
Add support for Subscene and addic7ed subtitles services
Posted: 23 Dec 2018, 11:52
by aaaMMMaaa
Hello, from stock the only two subtitles services available are opensubtitles and podnapisi.
However the two i use the most are subscene(movies) and addic7ed(tv shows) from Kodi.
It is possible to have the opporunity to install these services?
Then MrMC will completelly fullfill whatever i was using Kodi for.
Thank you
Re: Add support for Subscene and addic7ed subtitles services
Posted: 23 Dec 2018, 14:03
by davilla
aaaMMMaaa wrote: 23 Dec 2018, 11:52
Hello, from stock the only two subtitles services available are opensubtitles and podnapisi.
However the two i use the most are subscene(movies) and addic7ed(tv shows) from Kodi.
It is possible to have the opporunity to install these services?
Then MrMC will completelly fullfill whatever i was using Kodi for.
Thank you
Do these subtitles services have an API ?
Re: Add support for Subscene and addic7ed subtitles services
Posted: 23 Dec 2018, 21:10
by amet
No, they do not unfortunately
Re: Add support for Subscene and addic7ed subtitles services
Posted: 24 Dec 2018, 19:00
by Slice314
we could use kodi plugins, they work.
Re: Add support for Subscene and addic7ed subtitles services
Posted: 18 Mar 2019, 16:44
by ravo666
Hi,
Addicted plugin is here:
https://github.com/romanvm/service.addic7ed
Subscene just use the one in the official Kodi repo:
https://kodi.wiki/view/Add-on:Subscene.com
Please make these available in Mr.MC!

Re: Add support for Subscene and addic7ed subtitles services
Posted: 18 Mar 2019, 17:09
by davilla
Again, the question is "Do these subtitles services have an API ?"
If not, then the answer is no, we will not resort to scrapping web sites.
Re: Add support for Subscene and addic7ed subtitles services
Posted: 20 Mar 2019, 10:06
by RedWolf
Hi,
I asked this once before but got no answer, just putting it out there in hopes of a better future
Seeing as there is very low confidence in introducing new subtitle providers, would you be open to considering a more generic approach?
For example, if we could change the URL to the OpenSubtitles API, we could run our own API that conforms to it and use whatever provider in the background. It could also be a custom API that you feel is a good fit for Mr.MC and a custom plugin.
Re: Add support for Subscene and addic7ed subtitles services
Posted: 20 Mar 2019, 10:16
by amet
Zero(0) chances that opensubtile API approach will work with any other subtitle service as can be seen from 2 we have included, totally different way of searching and downloading. If you throw a website scrape in the mix it will be impossible to make universal approach without creating a new service for it.
Subtitle services depend on web traffic for revenue and bypassing that is frowned upon.
Re: Add support for Subscene and addic7ed subtitles services
Posted: 20 Mar 2019, 10:33
by RedWolf
amet wrote: 20 Mar 2019, 10:16
Zero(0) chances that opensubtile API approach will work with any other subtitle service as can be seen from 2 we have included, totally different way of searching and downloading.
To be honest I have a hard time seeing why it would be a problem. Looking at the OpenSubtitle API, it seems to me a search query does include enough information to turn it into an appropriate search query on another service
amet wrote: 20 Mar 2019, 10:16
If you throw a website scrape in the mix it will be impossible to make universal approach without creating a new service for it.
How so? The web scrape would be done by, say, my hypothetical self-made API that conforms to the OpenSubtitle API (from a MrMC perspective).
amet wrote: 20 Mar 2019, 10:16
Subtitle services depend on web traffic for revenue and bypassing that is frowned upon.
That's fair, and I agree, unfair to the services (unless they are OK with it).
Anyway, I appreciate the response, and I'm sure you are in a better position to see some obstacles I can't

.
Re: Add support for Subscene and addic7ed subtitles services
Posted: 20 Mar 2019, 20:34
by amet
Webscrape is purely based on regex and changes when the website changes.... we have played this game in Kodi days and it was not a good idea then and is not a good idea now
You can’t just turn OpenSubtitle api into webscraper... that’s not how it works. Check the MrMC github on how 2 included services work. Search query does have enough info for OpenSubtitle to return results, but it might have different parameters for other services.... one example is language parameter, OpenSubtitle uses ISO6392B and podnapisi uses ISO6391
https://github.com/MrMC/mrmc/blob/maste ... Search.cpp
https://github.com/MrMC/mrmc/blob/maste ... Search.cpp