-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Comments
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 |
TMDB is configured and working. I made a demo: Opened an old log, found "Jai Bhim" correctly identified by TMDB. Created IMDB list: IMDB List Updated the IMDB list: "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 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) |
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 |
try nightly22 |
nightly22 fixes it, thanks a lot! |
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.
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
The text was updated successfully, but these errors were encountered: