OKThen I'll have to defer to @henso![]()
OKThen I'll have to defer to @henso![]()
Bingo! Now I have itEDIT: @aspik just had a thought that maybe the ExternalIdentifierAspect just isn't being requested with the MediaItem, which I don't think it is for media views (i.e. not included in the MediaItemQuery's necessary/optionalRequestedMIATypeIds). Maybe you'll need to reload the media item from the server with it included.
Yes, of course we have TMDb Id. Thanks for the hint, I will start with the TMDb id thenfyi, if you have access to TMDb IDs, that is the best external source ID to use followed by IMDb ID for Movies.
I'm not so familiar with your plugin so I hope I'm right in assuming it's a client plugin.I need again some help
IServerConnectionManager scm = ServiceRegistration.Get<IServerConnectionManager>();
IContentDirectory cd = scm.ContentDirectory;
IFilter filter = new MediaItemIdFilter(MEDIA_ITEM_ID);
if (cd != null)
cd.Search(new MediaItemQuery(NECESSARY_MIAS, OPTIONAL_MIAS, filter), false, null, true);
Yes, it's a client plugin.assuming it's a client plugin.
Germany
Did you press the sync button in the setup dialog? If yes and your videos are not marked as watched in MP2, then something is not working as it should. Could you please post (or send me via PM) the client log?Is there a trigger process for the downward synching, i.e. from Trakt -> MP 2.1?