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

Report structure inconsistent between "Added"/"Removed" and "Missing" sections #2028

Closed
akabyshev opened this issue May 3, 2024 · 7 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@akabyshev
Copy link

akabyshev commented May 3, 2024

Version Number

2.0.1 (Docker)

What branch are you on?

master

Describe the Bug

Upon reviewing Kometa reports, I noticed that while the "Movies Missing" section presents the data in a nested format with corresponding TMDb IDs, "Movies Added" and "Movies Removed" sections list movies directly under their respective categories, right after an erroneous-looking line with an empty mapping.

image

Please take a moment to review this inconsistency - I believe streamlining the data structure across all sections to maintain uniformity could be important for future and for any post-run automation (in my case).

The builder used is IMDB list-based in this case, but it also occurs with Letterboxd

Relevant Collection/Overlay/Playlist Definition

No response

Logs

No response

@akabyshev akabyshev added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels May 3, 2024
@meisnate12
Copy link
Member

The movie name is added to the second section when a TMDb ID isnt found. Why a TMDb wasnt found is the question here and for that I'd need a log

@akabyshev
Copy link
Author

TMDB is configured and working.

I made a demo:

Opened an old log, found "Jai Bhim" correctly identified by TMDB.
image

Created IMDB list: IMDB List
Added "Jai Bhim" and "Amelie".
Configured IMDB-list-based collection, ran kometa.
Both movies were added to the second section.
image

Updated the IMDB list:
Added "Thor: The Dark World" and some random movie (I don't have them on my PMS), removed "Amelie".
Ran kometa again.
image

"Thor" and the other movie are listed in "Missing" with TMDB IDs.

I suspect TMDB is not being queried at all before populating "Added" and "Removed"

@akabyshev
Copy link
Author

akabyshev commented May 18, 2024

Right now I added "Thor The Dark Worlds" to PMS library.

It's been added to the cache with TMDB ID of 76338:
image

But no luck with the Report:
image

Please let me know if there are any other scenarios I could run to test. Thanks!

@meisnate12
Copy link
Member

@akabyshev can you post your whole log of one of these test runs i tried to set up a test and it worked just fine

TEST:
  Movies Missing (TMDb IDs):
    76338: 'Thor: The Dark World (2013)'
    855400: Jai Bhim (2021)
    13549: Burnt Offerings (1976)

@akabyshev
Copy link
Author

akabyshev commented May 20, 2024

two-runs.zip (removed)

2 run logs with corresponding reports in the zip, please take a look. And I'll get new Kometa instance and try to find what causes it

@meisnate12
Copy link
Member

try nightly22

@akabyshev
Copy link
Author

nightly22 fixes it, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants