#Help reviewing IMDB TOP config

1 messages · Page 1 of 1 (latest)

foggy snowBOT
#

Welcome @tribal meteor!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

sonic waveBOT
#
Providing Log Files

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯_(ツ)_/¯

Log file too big? USE PASTEBIN or ZIP THE FILE

wind iceBOT
#

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

sonic waveBOT
#
Using Code Blocks

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
foggy snowBOT
#

📝 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> 📝

lost geyser
#

I don't see the attached log.

tribal meteor
#

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
foggy snowBOT
#
**User Info**

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

tribal meteor
foggy snowBOT
#

📝 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> 📝

last nimbus
#

imdb top is not a default

tribal meteor
#

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

last nimbus
#

use_<<key>>: false

tribal meteor
#

so IMDB_Popular: false

last nimbus
#

With the proper case, yes. And no. It’s popular, not imdb_popular

#

And would be a template_variable

tribal meteor
#

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

lost geyser
#

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                                  |
tribal meteor
#

interesting

#

so it's not necessarily a case of "IMDB TOP" not working?

lost geyser
#

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.

tribal meteor
#

right. So just to confirm, not actually related to the config file ?

lost geyser
#

Not so far as I can tell.

tribal meteor
#

err. my config file is ok rather

#

ok I won't implement antwan's suggestion then if not necesary (but thanks still)

lost geyser
#

Well, name_format looks wrong to me. But I wouldn't expect it to be related to the radarr thing

last nimbus
#

I’d still probably change it to the proper code. Cause not correct, won’t guarantee it continues to work

viscid mesa
#

to be clear, all you need is:

libraries:
  My Library:
    collection_files:
      - default: imdb
        template_variables:
          use_popular: false
          use_lowest: false

lost geyser
#

busted indentation there ^^

  collection_files:
    - default: imdb
      template_variables:
        use_popular: false
        use_lowest: false
viscid mesa
#

That will process the IMDb Top 250 but not the other two from that file

#

The issue Carrot raises is still valid though

tribal meteor
#
      - 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

last nimbus
#

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

tribal meteor
#

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?

lost geyser
#

I believe so.

#

The collection would get created, and Kometa would move on. Assuming that's what's going wrong.

tribal meteor
#

ok trying it now. I just grabbed shawshankl

foggy snowBOT
#

📝 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> 📝

tribal meteor
#

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

last nimbus
#

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

tribal meteor
#

hmm

#

it's not in radarr though

#

so that's odd

#

confirmed not in radarr

lost geyser
tribal meteor
#

I updated it to radarr_search

#

is that right?

lost geyser
last nimbus
#

You can’t just make up variables and expect them to work

lost geyser
#

name_format also not available in that [imdb] context.

tribal meteor
#

sorry, I thought recause in the radarr section, it says that can be used at the collection level I tough

lost geyser
#

The defaults are a purpose-built framework that has its own customization system.

tribal meteor
#

this made me think I can put it there. Perhaps I misundersstood

last nimbus
lost geyser
#

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.

tribal meteor
#

ok. So, is there a way that when adding from the default colelctions I can request Radarr to begin searching?

lost geyser
#

But all these things are in the tables you will find on that page.

tribal meteor
#

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?

last nimbus
#

It is a template variable

#

Goes in the same place

tribal meteor
#

I'm so confused, that 's what I was doing LOL

#

but I understood from above that I was doing it wrong?

lost geyser
#

Those last two lines are not needed. NO one's paying attention to them

tribal meteor
#

got it

#

I have both because I wasn't sure which was right LOL

#

thank you

last nimbus
#

Because above you had search and monitor which are both invalid in that context

tribal meteor
#

but they wopuld work in the radarr config section I asume?

lost geyser
tribal meteor
#

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!

lost geyser
tribal meteor
#

I think it could have been cache too?

#

because now logs show no "skipping" cache

lost geyser
#

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.

tribal meteor
#

which were the same ID"s as were added

#

many thanks - very informative and helpful

#

!close

#

bah that was wrong command I know it LOL