MyFilms will only react on details screen on disc insert - so when you play a disc there, it assumes it is the currently selected film.
That of course can lead to problems, e.g. when you insert a different than the selected film.
However, MyFilms currently is NOT aware about the disc ID, so we cannot check against it.
That might be an...
MyFilms will only react on details screen on disc insert - so when you play a disc there, it assumes it is the currently selected...
All my shows from tvseries and all movies from movingpictures on my HDD are showing as collected on trakt.tv page, so far so good...
You'll probably need to duplicate some code from Deda to handle that properly - and due to changes between MP1.2.x and MP1.3.x need reflection to use it ...
You'll probably need to duplicate some code from Deda to handle that properly - and due to changes between MP1.2.x and MP1.3.x need...
I couldn't find if this issue has been reported before or not, but when I play movies with multi-part files, the Trakt Rating...
Thanks for the answer. I guess I have to edit my database.
EDIT: I just deleted Jägarna (1996) aka The Hunters from my library and then I re-imported it. And on Trakts website it could not see that The Hunters (2011) got added again, so I guess it's fixed now :)
Thanks for the answer. I guess I have to edit my database.
EDIT: I just deleted Jägarna (1996) aka The Hunters from my library...
Hi, Trakt keeps adding a movie I don't have. It only adds it to my trakt library, can't find it when I browse my movie collection...
You should post your logs jkylehunter as it may be a different problem.
Also im going to delete that trakt dll now as its rather old, there is a much newer version in the repository:
https://github.com/Technicolour/Trakt-for-Mediaportal/downloads
You should post your logs jkylehunter as it may be a different problem.
Also im going to delete that trakt dll now as its rather...
I'm currently trying to isolate an out of memory error and have disabled most plugins. The spate of errors seemed to indicate My...
From the looks of that error message, it would seem that your .Net installation got screwed. At least from what I can tell anyway.
I found this on the forums here and a user of OnlineVideos had a similar problem:
https://forum.team-mediaportal.com/threads/group-creation-broken-in-1-0-0-0.104923/
EDIT: just noticed you have the...
From the looks of that error message, it would seem that your .Net installation got screwed. At least from what I can tell anyway...
Hey guys, TrakT was working perfectly last night. But today Upon starting MP it closes itself. I checked the TrakT log and this is...
FYI - I posted this skin request - https://forum.team-mediaportal.com/threads/suggestion-change-trailer-link-in-moving-pictures.109993/
If possible can you chime in with what code the skin should use to ask the trakt plugin to do this?
Thanks :D
FYI - I posted this skin request -...
btw - currently v1.8 isn't available via the mp extension installer updater.BUG Playing Trailers
MP 1.2 / Trakt 1.8 / Avalon...
So you have been using trakt.tv but now what to remove your watched history? You can do that from the website by removing shows/movies individually (thats the only way to remove something that is scrobbled). For anything that was synced as seen you can use the configuration button to clear your library.
I think it would just be...
So you have been using trakt.tv but now what to remove your watched history? You can do that from the website by removing...
Hello everyone,
So up until now, I have had a Trakt.tv account and it has been kind of something that I don't use. I set the...
Yes, its done in .Net. Here is the full line of code used by the expression:
Match regMatch = Regex.Match(info.Title, @"^(?<title>.+?)(?:\s*[\(\[](?<year>\d{4})[\]\)])?$");
We could add a setting for this so it can be customizable by advanced users, all we need is to be able to get title and year...the rest of the string can be...
Yes, its done in .Net. Here is the full line of code used by the expression:
Match regMatch = Regex.Match(info.Title...
It would be awesome if I could hear if this is still a possibility in the nearby future...
Currently its not possible, I have asked the author of the plugin if IMDb/TMDb id's can be exposed so it would be more accurate at getting a match on trakt. If that is implemented then I will add support for it.
Currently its not possible, I have asked the author of the plugin if IMDb/TMDb id's can be exposed so it would be more accurate at...
Hey Community and Plugin builder,
is it posible to add showtimes to the plugin. I mean, in Detail View i can click an button add...
Hi IchBinsShort, the original error you saw with Response from server was unexpected was just bad luck at the time, maybe the server went down for maintenance or something. If you have season numbers but are missing episode numbers then you get the error Episode number must be greater than zero or similar. If you dont have season or...
Hi IchBinsShort, the original error you saw with Response from server was unexpected was just bad luck at the time, maybe the...
Today I would test the new feature but the Epiosode would't be scrobbled. I see this error in the logs, "Response from server was...
Can't tell for sure without debug logs, normally an API response will be returned with duration is too short (trailer?) if we send duration field as a very small value. It's done to prevent scrobbling of trailers from some mediacenters.
Debug logs will show what we send to trakt including the Duration field. Duration should match...
Can't tell for sure without debug logs, normally an API response will be returned with duration is too short (trailer?) if we send...
What is it? Why trailer?
11.02.2012 17:49:34[Scrobble][38][Info] File was recognised by My Videos and is now scrobbling
11.02.2012...
A little more information, I tried a dummy file import into movingpics based on your movie info above. I think whats happening is that your movie has imdbid = tt ...when movingpics does an artwork update, it gets the UFC movie from themoviedb.org. This could be a bug in the moviedb API or movingpictures im not sure.
Snippet from...
A little more information, I tried a dummy file import into movingpics based on your movie info above. I think whats happening is...
H ltfearme!
I am not sure, what this issue is related to, but i'm not watching "Silva vs Okami" at the moment (screenshot), i...
That requires authentication which isn't something you can do in Javascript (any browser worth using will have protections against such things to avoid cross site scripting) and is also why your profile has to be public for it to work.
That requires authentication which isn't something you can do in Javascript (any browser worth using will have protections against...
Hey look what I made!
Trakt your IMDB 250
Takes any public profile and matches it against the IMDB 250, to see how far...
Hi Edalex, they are not stupid questions and can be confusing at first. Let me try to help you understand it better:
WatchList is a special type of list you can create, lets say you are browsing the trending movies and find something you are interested in watching. In this case you might add it to your WatchList. Once you have...
Hi Edalex, they are not stupid questions and can be confusing at first. Let me try to help you understand it better:
WatchList is...
Hi. Can I ask several stupid questions? Maybe they appeared coz my english is not so good to understand all trakt features :(...
I hope so too, only IMDb+ and OnlineVideos are currently using it I think. Although it only supports plugin that store settings in XML files, database settings would require additional work.
Yep, thats all you need...as long as you embed that in your MPEI package it will pick it up automatically. Your plugin can also hook into an...
I hope so too, only IMDb+ and OnlineVideos are currently using it I think. Although it only supports plugin that store settings in...
In Trakt v1.3.1 we have added an Advanced Settings GUI. This is only available to you if you have the Extensions plugin installed...