#Help reviewing IMDB TOP config
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
sammish0275, please use codeblocks when posting things that are found in files like a yaml file. Use !code to learn more.```Hi I've have update my config with the intent of adding IMDB's top 250 list to radarr and automatically starting the download using this:
collection_files:
- default: basic # This is a file within the defaults folder in the Repository
- default: separator_chart
- default: imdb top
template_variables:
name_format: IMDB Top 250
data:
starting: latest-20
ending: latest
radarr_add_missing: true
search: true
monitor: true
However, in testing I am seeing the #1 film (Shawshank redemption) is not being added to Radarr.```
Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)
The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.
If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured formatting. See the below sample text and output
YOU TYPE THIS
```yaml
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
```
DISCORD DISPLAYS
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
📝 If you want to review this again, sammish0275:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
I don't see the attached log.
Hi I've have update my config with the intent of adding IMDB's top 250 list to radarr and automatically starting the download using this:
- default: basic # This is a file within the defaults folder in the Repository
- default: separator_chart
- default: imdb top
template_variables:
name_format: IMDB Top 250
data:
starting: latest-20
ending: latest
radarr_add_missing: true
search: true
monitor: true```
However, in testing I am seeing the #1 film (Shawshank redemption) is not being added to Radarr.
Kometa Bot
APP
— Today at 11:13 AM
Author of Linked Message: sammish
Person who Invoked the Command: Antwan
File Name: meta.log
Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation ✅
Page 05: Plex Configuration - Section 1
Page 06: Plex Configuration - Section 2
Page 07: Plex Configuration - Section 3
Page 08: Plex Configuration - Section 4
Page 09: Rec 01 - 🚀 PYTHON MODULE UPDATE NEEDED
Page 10: Rec 02 - ❌ [ERROR]
Page 11: Rec 03 - ❌🛠️ INCOMPLETE LOGS
Page 12: Rec 04 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 13: Rec 05 - ⚠️ [WARNING]
Page 14: Rec 06 - 💬 CONVERT WARNING
Page 15: Rec 07 - 💬💡️ PLEX DB CACHE ADVICE
Let me try again, thanks
📝 If you want to review this again, sammish0275:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
imdb top is not a default
ah ok. I was trying to figure out how to run IMDB but only top (250) and not the whole thing
how would I just run the middle one
use_<<key>>: false
so IMDB_Popular: false
With the proper case, yes. And no. It’s popular, not imdb_popular
And would be a template_variable
perfect. Interestinly, from the logs it looks like it was reading IMDB TOP.. am I wrong?
because I see shawshank identified as a top 250 in the log
I've seen this happen before, as I recall
You have none of the IMDB top 250 in that library, so Kometa stops there and doesn't go on to the "add the missing ones to Radarr" step.
[INFO] | 250 Movies Missing |
[INFO] | |
[INFO] | Collection Minimum: 1 not met for IMDb Top 250 Collection |
[INFO] | |
[INFO] |====================================================================================================|
[INFO] | Finished IMDb Top 250 Collection |
I'm pretty sure that's what's happening there since it clearly processes the collection successfully in that it gets the 250 movies and tries to add them to a collection.
right. So just to confirm, not actually related to the config file ?
Not so far as I can tell.
err. my config file is ok rather
ok I won't implement antwan's suggestion then if not necesary (but thanks still)
Well, name_format looks wrong to me. But I wouldn't expect it to be related to the radarr thing
I’d still probably change it to the proper code. Cause not correct, won’t guarantee it continues to work
to be clear, all you need is:
libraries:
My Library:
collection_files:
- default: imdb
template_variables:
use_popular: false
use_lowest: false
busted indentation there ^^
collection_files:
- default: imdb
template_variables:
use_popular: false
use_lowest: false
That will process the IMDb Top 250 but not the other two from that file
The issue Carrot raises is still valid though
- default: basic # This is a file within the defaults folder in the Repository
- default: separator_chart
- default: imdb
template_variables:
use_popular: false
use_lowest: false
name_format: IMDB Top 250
data:
starting: latest-20
ending: latest
radarr_add_missing: true
ignore_cache: true
search: true
monitor: true
- default: separator_award # An "index card"
- default: oscars
template_variables:
use_year_collections: false
use_best_director: false
name_format: Oscars Winners
data:
starting: latest-20
ending: latest
radarr_add_missing: true
search: true
monitor: true
``` Is this correct? I think I might have messed up indentiation again
because making the changes you suggested makes the rest of it look indented incorrectly unless I adjust it too
so I think this is good.. now LOL
Not based on what I see
The data portion is incorrectly indented. The starting / ending are not correctly indented under IMDb but they are under Oscars
You're right. Sorry I should hav caught that.
ok, so assuming that is fixed. Does it make sense that if I were to add shawshank manually, then the script shoud grab the #2 film? (Dark Knight)
because at that point I already have one of the films from top 250?
I believe so.
The collection would get created, and Kometa would move on. Assuming that's what's going wrong.
📝 If you want to review this again, sammish0275:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
it recognizes that Shawshank is there now
but it didn't seem to grab dark knight which is # 2
and I used ignore cache.. so I would think it should grab it
it added all of the | Radarr Adds: [238, 155, 240, 389, 424, 122, 680, 120, 429, 13, 121, 550, 27205, 1891, 603, 769, 510, 1585, 346, 274, 857, 598, 637, 497, 280, 11, 105, 129, 423, 539, 8587, 569094, 1422, 101, 73, 244786, 1124, 12477, 14537, 629, 289, 77338, 11216, 3082, 567, 335, 348, 901, 68718, 28, 77, 10681, 1163258, 582, 599, 299536, 975, 324857, 37257, 694, 914, 679, 16869, 49026, 935, 279, 670, 14, 862, 299534, 387, 197, 489, 128, 372058, 12493, 20453, 311, 872, 517814, 25237, 641, 10193, 1892, 38, 103663, 500, 3782, 947, 284, 46738, 213, 15, 111, 832, 996, 426, 600, 194, 949, 14160, 185, 595, 60243, 9277, 89, 562, 7508, 19, 107, 530915, 2118, 5156, 556574, 103, 613, 360814, 272, 938, 106646, 239, 10098, 600354, 821, 37165, 705, 11324, 361743, 7345, 524, 329, 11645, 745, 1417, 33, 6977, 453, 1091, 24, 3090, 11878, 762, 5925, 12, 4935, 548, 1955, 521, 829, 770, 100, 752, 25376, 150540, 1578, 627, 826, 508965, 275, 640, 634649, 59440, 13223, 12445, 70, 8392, 21334, 76203, 665, 76, 3175, 210577, 324786, 207, 11423, 962, 7984, 585, 265195, 11778, 961, 654, 992, 578, 10191, 2062, 24238, 1092, 204, 614, 3083, 359724, 18148, 115, 1366, 490, 264644, 263115, 205, 792, 406, 80, 780, 22, 887, 855400, 9552, 96721, 630, 10774, 9806, 28178, 15121, 290098, 13393, 5915, 198, 17295, 137, 596, 10386, 55, 223, 903, 50014, 3078, 812, 635302, 655, 352173] |
and i do see it's ID in the list of movies added to Radarr
ignore_cache is not a valid template variable; Kometa isn't paying attention to it there. Same with search and monitor
Not in the lists of template variables here:
https://kometa.wiki/en/latest/defaults/chart/imdb/
You can’t just make up variables and expect them to work
name_format also not available in that [imdb] context.
sorry, I thought recause in the radarr section, it says that can be used at the collection level I tough
The defaults are a purpose-built framework that has its own customization system.
That’s not listed as a template variable anywhere
You can only customize the defaults in the specific ways described on their relevant pages [template_variables].
If you are creating collections of your own there are a wider range of customizations available.
ok. So, is there a way that when adding from the default colelctions I can request Radarr to begin searching?
Ok I see that is a shared variable. Thank you
I'm not sure how to implement that exactly. It does not go under template variables then?
I'm so confused, that 's what I was doing LOL
but I understood from above that I was doing it wrong?
Those last two lines are not needed. NO one's paying attention to them
Because above you had search and monitor which are both invalid in that context
but they wopuld work in the radarr config section I asume?
Each default has template_variables that are specific to the file [like imdb] and there are also template_variables that are shared between multiple defaults.
All go under template_variables
got it thanks. So my oscars was wrong too
I fixed that. Okay feels ;like config is good now.
I think the real question is I guess my radarr isn't seeing those adds
could it have something to do with cache? because it says skipping
oh geeze I just ran Kometa again and it added them!
so it seems to be working!
It takes time for Radarr to actually add them so I imagine if you had just waited they would have shown up.
Kometa says "Hey Radarr add this thing" and is then done. I'm sure Radarr queues those things and gets to them when it gets to them.
Kometa caches what it has already sent and won't send them again.