Not always marking next episode if more than 13 (1 Viewer)

Swede

Portal Pro
September 6, 2006
490
47
West Coast Archipelago
Home Country
Sweden Sweden
I have noticed that if a show have more than 13 episodes, the next episode isn't always marked as it should be.
I checked the logs and found a diff when it happens.

Here is when it doesn't work: (check row 15)

Code:
2016-03-16 09:53:34.520 [DEBG][79]: Displaying 21 episodes from NCIS
2016-03-16 09:53:34.520 [DEBG][79]: Adding episode NCIS - 13x1 - Stop the Bleeding to list
2016-03-16 09:53:34.521 [DEBG][79]: Adding episode NCIS - 13x2 - Personal Day to list
2016-03-16 09:53:34.522 [DEBG][79]: Adding episode NCIS - 13x3 - Incognito to list
2016-03-16 09:53:34.522 [DEBG][79]: Adding episode NCIS - 13x4 - Double Trouble to list
2016-03-16 09:53:34.523 [DEBG][79]: Adding episode NCIS - 13x5 - Lockdown to list
2016-03-16 09:53:34.523 [DEBG][79]: Adding episode NCIS - 13x6 - Viral to list
2016-03-16 09:53:34.524 [DEBG][79]: Adding episode NCIS - 13x7 - 16 Years to list
2016-03-16 09:53:34.525 [DEBG][79]: Adding episode NCIS - 13x8 - Saviors to list
2016-03-16 09:53:34.525 [DEBG][79]: Adding episode NCIS - 13x9 - Day in Court to list
2016-03-16 09:53:34.526 [DEBG][79]: Adding episode NCIS - 13x10 - Blood Brothers to list
2016-03-16 09:53:34.526 [DEBG][79]: Adding episode NCIS - 13x11 - Spinning Wheel to list
2016-03-16 09:53:34.527 [DEBG][79]: Adding episode NCIS - 13x12 - Sister City (1) to list
2016-03-16 09:53:34.527 [DEBG][79]: Adding episode NCIS - 13x13 - Déjà Vu to list
2016-03-16 09:53:34.528 [DEBG][01]: Testing logos for item of type Episode
2016-03-16 09:53:34.528 [DEBG][79]: Adding episode NCIS - 13x14 - Decompressed to list
2016-03-16 09:53:34.529 [DEBG][79]: Adding episode NCIS - 13x15 - React to list
2016-03-16 09:53:34.529 [DEBG][79]: Adding episode NCIS - 13x16 - Loose Cannons to list
2016-03-16 09:53:34.530 [DEBG][79]: Adding episode NCIS - 13x17 - After Hours to list
2016-03-16 09:53:34.531 [DEBG][79]: Adding episode NCIS - 13x18 - Scope to list
2016-03-16 09:53:34.531 [DEBG][79]: Adding episode NCIS - 13x19 - Reasonable Doubts to list
2016-03-16 09:53:34.532 [DEBG][79]: Adding episode NCIS - 13x20 - Charade to list
2016-03-16 09:53:34.533 [DEBG][79]: Adding episode NCIS - 13x21 - Return to Sender to list
2016-03-16 09:53:34.535 [DEBG][79]: LoadFacade: Finish
2016-03-16 09:53:34.550 [DEBG][01]: Element Selection: 0

Here is when it works:

Code:
2016-03-16 10:29:26.701 [DEBG][79]: Displaying 21 episodes from NCIS
2016-03-16 10:29:26.702 [DEBG][79]: Adding episode NCIS - 13x1 - Stop the Bleeding to list
2016-03-16 10:29:26.702 [DEBG][79]: Adding episode NCIS - 13x2 - Personal Day to list
2016-03-16 10:29:26.703 [DEBG][79]: Adding episode NCIS - 13x3 - Incognito to list
2016-03-16 10:29:26.703 [DEBG][79]: Adding episode NCIS - 13x4 - Double Trouble to list
2016-03-16 10:29:26.704 [DEBG][79]: Adding episode NCIS - 13x5 - Lockdown to list
2016-03-16 10:29:26.705 [DEBG][79]: Adding episode NCIS - 13x6 - Viral to list
2016-03-16 10:29:26.705 [DEBG][79]: Adding episode NCIS - 13x7 - 16 Years to list
2016-03-16 10:29:26.706 [DEBG][79]: Adding episode NCIS - 13x8 - Saviors to list
2016-03-16 10:29:26.706 [DEBG][79]: Adding episode NCIS - 13x9 - Day in Court to list
2016-03-16 10:29:26.707 [DEBG][79]: Adding episode NCIS - 13x10 - Blood Brothers to list
2016-03-16 10:29:26.707 [DEBG][79]: Adding episode NCIS - 13x11 - Spinning Wheel to list
2016-03-16 10:29:26.708 [DEBG][79]: Adding episode NCIS - 13x12 - Sister City (1) to list
2016-03-16 10:29:26.708 [DEBG][79]: Adding episode NCIS - 13x13 - Déjà Vu to list
2016-03-16 10:29:26.708 [DEBG][79]: Adding episode NCIS - 13x14 - Decompressed to list
2016-03-16 10:29:26.709 [DEBG][79]: Adding episode NCIS - 13x15 - React to list
2016-03-16 10:29:26.709 [DEBG][79]: Adding episode NCIS - 13x16 - Loose Cannons to list
2016-03-16 10:29:26.710 [DEBG][79]: Adding episode NCIS - 13x17 - After Hours to list
2016-03-16 10:29:26.711 [DEBG][79]: Adding episode NCIS - 13x18 - Scope to list
2016-03-16 10:29:26.711 [DEBG][79]: Adding episode NCIS - 13x19 - Reasonable Doubts to list
2016-03-16 10:29:26.712 [DEBG][79]: Adding episode NCIS - 13x20 - Charade to list
2016-03-16 10:29:26.714 [DEBG][79]: Adding episode NCIS - 13x21 - Return to Sender to list
2016-03-16 10:29:26.716 [DEBG][79]: LoadFacade: Finish
2016-03-16 10:29:26.718 [DEBG][01]: Testing logos for item of type Episode
2016-03-16 10:29:26.744 [DEBG][01]: Element Selection: 17

I hope it's useful information.
 

Users who are viewing this thread

Top Bottom