- Thread starter
- Moderator
- #41
Re: [1.0.3] Trakt for MediaPortal
ajs, those logs are not debug. To enable Debug logging follow these steps:
1. Enter MediaPortal configuration
2. Under General, select Debug log verbosity.
3. Press OK.
You can also use the MediaPortal-Debug-Mode shortcut in the Start Menu. This generates a zip file of all logs in debug mode.
Anyway, from those normal logs I could see that the information for those movies is not complete e.g.
The best way to get a match is to have an IMDb id for your movies, I see quite a few as unknown in your collection...this might have something to do with your My Videos scraper.
If you dont have a IMDb id, then it falls back to using Title+Year. In your case above, Year is correct but is not correct for Title. 'Paul' is the movie name and not Пол: Секретный материальчик/Paul (2011). So you could either find a better My Videos scraper, the default IMDb one is very good or you can edit your titles so it has just the original english name for the movie. I think updated scraper is the best option.
ajs, those logs are not debug. To enable Debug logging follow these steps:
1. Enter MediaPortal configuration
2. Under General, select Debug log verbosity.
3. Press OK.
You can also use the MediaPortal-Debug-Mode shortcut in the Start Menu. This generates a zip file of all logs in debug mode.
Anyway, from those normal logs I could see that the information for those movies is not complete e.g.
Code:
Sending movie to trakt library, Title: Пол: Секретный материальчик/Paul (2011), Year: 2011, IMDB: unknown
If you dont have a IMDb id, then it falls back to using Title+Year. In your case above, Year is correct but is not correct for Title. 'Paul' is the movie name and not Пол: Секретный материальчик/Paul (2011). So you could either find a better My Videos scraper, the default IMDb one is very good or you can edit your titles so it has just the original english name for the movie. I think updated scraper is the best option.