Git Product home page Git Product logo

Comments (5)

yanncam avatar yanncam commented on June 12, 2024

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).

from kodiwebportal.

yanncam avatar yanncam commented on June 12, 2024

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

I think it's fixed.

from kodiwebportal.

boing86 avatar boing86 commented on June 12, 2024

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

from kodiwebportal.

boing86 avatar boing86 commented on June 12, 2024

Yes the version 1.1.5 works well.

Many thanks.

from kodiwebportal.

yanncam avatar yanncam commented on June 12, 2024

Perfect :) ! I close this issue.

Thanks !

from kodiwebportal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.