#Radarr add missing & tag

1 messages Β· Page 1 of 1 (latest)

fallow pilot
#

Hi guys,
Now that the imdb_watchlist is working in the nightly update. I'm having a little trouble getting it to tag collections and download them. I have 2 yml's (1 for each watchlist). Both were showing up in plex, but after adding the last 4 lines in both yml's, only one of them displays. And neither of them tag or download missing movies. Thoughts?

This one no longer shows up or tags collection since adding the last 4 radarr lines....

  Adam IMDB:
    imdb_watchlist: ur171105654
    smart_label: release.desc
    sync_mode: sync
    radarr_add_missing: true
    radarr_quality: HQ
    radarr_search: false
    radarr_tag: adam_imdb```

This one shows up, but doesn't tag or download missing movies:
```collections:
  Michelle IMDB:
    imdb_watchlist: ur182637771
    smart_label: release.desc
    sync_mode: sync
    radarr_add_missing: true
    radarr_quality: HQ
    radarr_search: false
    radarr_tag: michelle_imdb```

Thoughts?
cobalt fableBOT
#

Welcome @fallow pilot!

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.

fallow pilot
cobalt fableBOT
#

πŸ“ If you want to review this again, finemoves:
: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> πŸ“

queen thicket
#

During that run, "Adam IMDB" doesn't have those Radarr attributes set

#

Michelle IMDb has 3 items already in the collection, there are 2 movies missing which are not sent to Radarr because they've previously been sent to Radarr so Kometa won't send them again

fallow pilot
#

Yeah, when I turn on the attribtes in adam Imdb, the collection doesn't show up at all.

So re running kometa wont tag michelle imdb each time its run? like if you manually delete the tags, it wont put them back?

queen thicket
#

If you can provide the log when those attributes are on we can see what's happening with that

#

I'm guessing what happens is:

If radarr_add_missing is enabled, it does the rest of the stuff (tag, quality, search) as part of the add. Because the item is already in radarr, I don't think it's doing the tag etc because it would also force it to search each time too

#

try using the item_radarr_tag attribute rather than radarr_tag

#

radarr_tag controls what happens when new items are added, item_radarr_tag controls what happens to items which aren't added but are found by the builder and are already in radarr

fallow pilot
#

ok cool, ive updated to item_radarr_tag: michelle_imdb and running again now. Logs should be done in about an hour....

#

Im also hoping my radarr settings in the config.yml are ok. I pretty much followed the wiki example...

fallow pilot
cobalt fableBOT
#

πŸ“ If you want to review this again, finemoves:
: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> πŸ“

queen thicket
#

Okay so I think I see what's happening

#

you're running with -dc which deletes the collection at the start of the run

fallow pilot
#

ok great. looks like its tagging movies that were already inthe library. andboth watchlists are now showing...πŸ‘

queen thicket
#

oh okay perfect

#

I can see it applying the tag so that's good πŸ™‚

fallow pilot
#

is there something similar to item_radarr_tag for radarr_search: true ? i guess its currently only searching for movies which werent previously in radarr?

queen thicket
#

there isn't, no

fallow pilot
#

ok all good.... thanks for your help πŸ‘