Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Hi & thanks for this addon.
I have 3 questions:

1: I recently made a couple of players, one of which is for an addon "Videoland" which uses a subscription service out of the Netherlands.
it works pretty well, it is just that some content inside the addons is named slightly different than expected.
A specific example is the Sharknado series. In the videoland-addon it is named "Sharknado 4: The 4th Awakens" while on tmdb it is named "Sharknado 4 - The 4th Awakens".
So I was wondering if it is possible to edit the value of a key in place? ( in this case replace ": " with " - ")
If so: how exactly?
If not: is that a feature you would consider adding?

EDIT:
Found the answer to question 1:
yes, it is possible the regular regex way:
python:
{title}.replace(': ',' - ')

2: Another player I made is for "Retrospect".
So now I mostly use 4 video-addons: Netflix, Videoland, Retrospect and TheMovieDBHelper.
Is it possible to set a specific player for a specific tvshow (or movie) and that tvshow (or movie) only?
If so: how exactly?
If not: is that a feature you would consider adding?

3: Do you accept submissions for new players to be added to the builtin ones in TheMovieBHelper?
If so: can I just do a PR to the github repo?

Thanks in advance for your consideration.
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by Quihico - 2021-10-08, 09:52
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2