mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

New episodes not all showing up in overview #546

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For some reason, since the Trakt.tv support has been added, episodes that are 
being imported are not all showing up and require manual intervention to show 
up.

If you have 4 new episodes, start MediaPortal and it is importing them only 3 
show up. If you have 5? Well, then you'll get 4 episodes.

The "missing" one has to be set to "Unwatched" through the settings, which 
means ditching your remote and switching to a mouse & keyboard.

If you then start MP again, the episode just shows up fine.
This has been happening for some time now, and is pretty annoying.

Original issue reported on code.google.com by thasypher on 9 Mar 2011 at 5:48

GoogleCodeExporter commented 9 years ago
Logs pls

Original comment by StinkerI...@gmail.com on 9 Mar 2011 at 6:18

GoogleCodeExporter commented 9 years ago
I tried to reproduce, so with out MP-TVseries logging set to debug and you 
reproducing we cant look into your problem.

Original comment by damien.haynes@gmail.com on 11 Mar 2011 at 2:02

GoogleCodeExporter commented 9 years ago
Here is the requested information:

This is based on the latest version released yesterday.

It happened again. It should have indexed:
Bones, CSI, Fairly Legal and The Mentalist.
Only Bones, CSI and The Mentalist were imported and had their banners showing 
up. Fairly Legal was nowhere to be seen.

Looking at the logs, it sees this show being added:
----
00000108 - 11-3-2011 10:28:37 - File Watcher: Changed event: D:\Series\Fairly 
Legal\Season 1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv
00000108 - 11-3-2011 10:28:37 - File monitor: Fairly Legal\Season 
1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv Added
00000037 - 11-3-2011 10:28:37 - File Watcher: Changed event: D:\Series\Fairly 
Legal\Season 1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv
00000037 - 11-3-2011 10:28:37 - File monitor: Fairly Legal\Season 
1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv Added
00000037 - 11-3-2011 10:28:37 - File Watcher: Changed event: D:\Series\Fairly 
Legal\Season 1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv
00000037 - 11-3-2011 10:28:37 - File monitor: Fairly Legal\Season 
1\Fairly.Legal.S01E08.720p.HDTV.X264-DIMENSION.mkv Added
00000036 - 11-3-2011 10:28:38 - File Watcher: Signaling 1 modified files
----

It probably detected all the write changes while it was being copied there.

Then it might be because of the following part:
----
00000011 - 11-3-2011 10:28:49 - No new episodes identified
00000033 - 11-3-2011 10:28:49 - Error in bg_ProgressChanged: De 
objectverwijzing is niet op een exemplaar van een object ingesteld.: 
00000033 - 11-3-2011 10:28:49 -    bij 
MediaPortal.GUI.Library.GUIThumbnailPanel.Calculate()
   bij MediaPortal.GUI.Library.GUIThumbnailPanel.ShowBigIcons(Boolean bOnOff)
   bij MediaPortal.GUI.Library.GUIFacadeControl.UpdateView()
   bij MediaPortal.GUI.Library.GUIFacadeControl.set_View(ViewMode value)
   bij WindowPlugins.GUITVSeries.TVSeriesPlugin.setFacadeMode(ViewMode mode)
   bij WindowPlugins.GUITVSeries.TVSeriesPlugin.bg_ProgressChanged(Object sender, ProgressChangedEventArgs e)
00000011 - 11-3-2011 10:28:49 - Getting Most Recently Watched from Trakt:
00000011 - 11-3-2011 10:28:49 - Trakt Post: 
{"password":"<traktPassword>","username":"Sypher"}
00000011 - 11-3-2011 10:28:51 - Finished Syncing Watched state from Trakt
----

No new episodes? How can that be? It just imported an episode didn't it?

Also seeing this a bit later:
----
00000109 - 11-3-2011 10:28:52 - Error in bg_ProgressChanged: De 
objectverwijzing is niet op een exemplaar van een object ingesteld.: 
----

A bit later:
----
00000013 - 11-3-2011 10:31:46 - InfoService: Series, Fairly 
Legal/1/8/Ultravinyl, C:\Documents and Settings\All Users\Application Data\Team 
MediaPortal\MediaPortal\Thumbs\MPTVSeriesBanners\Fairly 
Legal\-langen-posters/175011-1.jpg, C:\Documents and Settings\All 
Users\Application Data\Team MediaPortal\MediaPortal\Thumbs\Fan 
Art\fanart\original\175011-1.jpg
----

So, it has detected the episode and retrieved the correct information.

What is interesting is this:
----
00000034 - 11-3-2011 10:31:47 - Trakt: Synchronize Start
00000034 - 11-3-2011 10:31:47 - Trakt: Synchronize Complete
----
It does not sync for this episode, yet it does do that for others?

A bit later:
----
00000039 - 11-3-2011 10:32:53 - Trakt: Synchronize Start
00000039 - 11-3-2011 10:32:53 - Trakt: Synchronizing 'library' episodes for 
series 'The Mentalist'.
00000039 - 11-3-2011 10:32:53 - Trakt Post: 
{"episodes":[{"episode":"17","season":"3"}],"imdb_id":"tt1196946","password":"<t
raktPassword>","title":"The 
Mentalist","tvdb_id":"82459","username":"Sypher","year":"2008"}
00000039 - 11-3-2011 10:32:54 - Trakt Response: 1 episodes added to your library
----

I hope this is of any use in debugging this issue. Thanks!

Original comment by thasypher on 11 Mar 2011 at 9:46

GoogleCodeExporter commented 9 years ago
Can you please attach the full log as a file attachment.

Original comment by damien.haynes@gmail.com on 11 Mar 2011 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by thasypher on 11 Mar 2011 at 10:09

Attachments:

GoogleCodeExporter commented 9 years ago
I see evidence that Fairly Legal was added:

InfoService: Series, Fairly Legal/1/8/Ultravinyl

If it reported that, then its definitely in database.

Original comment by damien.haynes@gmail.com on 11 Mar 2011 at 2:38

GoogleCodeExporter commented 9 years ago
Yes, it is in the database since I can marked it as "unwatched" in the settings.
But the banner does not show up after the import, only when I manually mark it 
as unwatched.

Original comment by thasypher on 11 Mar 2011 at 2:40

GoogleCodeExporter commented 9 years ago
On rare occasions in the past I would also encounter this problem, but when I 
would then check the Trakt website it showed the entire season was marked as 
'watched'. This made me remember that indeed I had marked the entire season as 
watched on trakt interface and once as a mistake inside MP-TVSeries at season 
view.

Can you check your Trakt website and see how the serie/season are marked?

Also are you still experiencing this issue?

Original comment by RoChess....@gmail.com on 18 Sep 2011 at 3:11

GoogleCodeExporter commented 9 years ago
If you watch the season as watched, I believe it only marks the aired episodes.
Haven't seen this issue for a while now.

Original comment by thasypher on 18 Sep 2011 at 8:23

GoogleCodeExporter commented 9 years ago
Many improvements have been made, so it could have been fixed indirectly.

Do you mind if we close this ticket?

As for the watched-flag-setting of only aired episodes, please make a seperate 
issue on that if it still bothers you.

Original comment by RoChess....@gmail.com on 18 Sep 2011 at 8:45

GoogleCodeExporter commented 9 years ago
Sure, go ahead.

Original comment by thasypher on 18 Sep 2011 at 9:03

GoogleCodeExporter commented 9 years ago

Original comment by RoChess....@gmail.com on 18 Sep 2011 at 9:08