Git Product home page Git Product logo

Comments (6)

mynttt avatar mynttt commented on June 1, 2024

Do you use DVD order with your plex library?

I can look into it but you'll have to upload the following files to pastebin:

  • cache-tvdb2imdb.json
  • updatetool.log with the highest number in your folder

Remove the API details within the first few lines of the log if you don't want to expose your credentials.

from updatetool.

mynttt avatar mynttt commented on June 1, 2024

Also helpful would be the output of running this query on your plex database:

SELECT guid, title FROM metadata_items WHERE title = 'Star Trek: Picard';

from updatetool.

CasperNielsen avatar CasperNielsen commented on June 1, 2024

Compressed file.zip

Here is the log files and SQL output :)

Not sure about the DVD order, have never heard of that in Plex.

from updatetool.

mynttt avatar mynttt commented on June 1, 2024

I guess DVD order will not be a problem then, Plex defaults to Aired which this tool uses to resolve TVDB id's.

My guess is that for some reason there is some mismatch or wrong involvement happening, I'll investigate it tomorrow and find the cause hopefully.

from updatetool.

mynttt avatar mynttt commented on June 1, 2024

Issue seems to that the TV series are TMDB matched which I was not aware of (my TV series are all TVDB matched).

So these TV series are probably treated as movies which would explain the wrong ratings.

I would investigate further tomorrow, it would be helpful to get your TV show database as SQL dump, so I can insert it into my development copy to reproduce your library behavior.

Another csv dump with this query would help me with that.

SELECT * FROM metadata_items WHERE library_section_id = 1;

Thanks for bringing this issue up! This definitely needs to be fixed.

from updatetool.

mynttt avatar mynttt commented on June 1, 2024

Has been fixed with f1e2bdd.

The issue was that your Library reported being of TVDB but had some items TMDB matched. So the pipeline tried to resolve these TMDB items via TVDB which does not work at all.

TV Show matching for TMDB has been added now and the tool will now also process libraries that use the TMDB agent for TV shows.

One run should fix your mismatched ratings again.

from updatetool.

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.