2021-09-18, 10:59
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
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
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
<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