Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Hi, first thanks for such a great Tool, just start to discover it possibilitys and they are awesome.
When using the shipped contextmenu trakt functions all is working fine.

Today i was trying starting adding 'trakt functions' in dialog video info, but struggle a bit.

Currently i just test  add a movie item to Trakt Watchlist.   (account is verified|authenticated)



I tested and the numeric values arent empty and are correct (  listitem.uniqueid(tmdb)  | ListItem.Property(tmdb_id) )

If i do this nothing happens, no items get added.
& amp ; is used without spaces, even not visible here in syntax snippet

xml:

<onclick condition="String.IsEqual(ListItem.DBType,movie) + !String.IsEmpty(listitem.uniqueid(tmdb))">RunPlugin(plugin://plugin.video.themoviedb.helper?info=details&trakt=watchlist_add&tmdb_id=$INFO[listitem.uniqueid(tmdb)]&type=movie)</onclick>
<onclick condition="String.IsEqual(ListItem.DBType,movie) + [String.IsEmpty(listitem.uniqueid(tmdb)) + !String.IsEmpty(ListItem.Property(tmdb_id))]">RunPlugin(plugin://plugin.video.themoviedb.helper?info=details&trakt=watchlist_add&tmdb_id=$INFO[ListItem.Property(tmdb_id)]&type=movie)</onclick>

Any hint or advise whats going wrong ??

EDIT 2:


Also

I tested on Leia 18.9 - its working flawless

I tested in Matrix  19.1. - its not working
)

edit 3: RESOLVED

https://github.com/jurialmunkey/plugin.v...issues/563
Skins |  Titan M O D   •   S W A N (WIP)
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 mardukL - 2021-09-18, 10:59
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2