Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mistake from version 1.1.1 #9

Closed
boing86 opened this issue Oct 21, 2017 · 5 comments
Closed

mistake from version 1.1.1 #9

boing86 opened this issue Oct 21, 2017 · 5 comments

Comments

@boing86
Copy link
Contributor

boing86 commented Oct 21, 2017

I have updated the webportal on the Main Kodi DB to 1.1.3. I have noticed Fogeldes:

Something has gone wrong between version 1.1.0 and 1.1.1.
In version 1.1.0 it shows me all episodes
From version 1.1.1 and newer it only shows these episodes, which were once looked at with Kodi.

KodiWebPortal 1.1.0
image

KodiWebPortal 1.1.1 and newer
image

@yanncam
Copy link
Owner

yanncam commented Oct 22, 2017

Oh... It seems to be a big bug indeed.

Between the 1.0.9 and 1.1.1 the main new functionnality is about the watched / unwatched status and so the playCount column retrieved from Kodi's SQL DB (commit concerned : d9c3593).

Can you, if possible, check your SQL entries concerning this tvshow on your side, to try to understand why the seasons 2-6 aren't displayed ? playCount column contains a good value ?

For information, it's certainly a error in the SQL request in the getDetailsEntryTvShow() function in functions.php.

Keep me informed, I'll take a look deeper.

Sincerely,

Edit : I think I have found one twshow on my side too, which has the same problem. Only one season is displayed (but there is 10 seasons in the NAS).

@yanncam
Copy link
Owner

yanncam commented Oct 22, 2017

Can you try this 1.1.5 version (commit 5734d12) ?

I think it's fixed.

@boing86
Copy link
Contributor Author

boing86 commented Oct 22, 2017

Hello I think he shows me only the series when lastPlayed is not "NULL".
at playCount, the value at all "NULL"

I will test the new version 1.1.5

SELECT playCount, strTitle, lastPlayed,c12,c13 FROM episode_view WHERE strTitle='Vampire Diaries' AND (c12='2' OR c12='1') ORDER BY episode_view.c12 ASC

image

@boing86
Copy link
Contributor Author

boing86 commented Oct 22, 2017

Yes the version 1.1.5 works well.

Many thanks.

@yanncam
Copy link
Owner

yanncam commented Oct 22, 2017

Perfect :) ! I close this issue.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants