#Movie Collection Summary Status is Ignored in Logs

1 messages · Page 1 of 1 (latest)

smoky beacon
#

Hello. I'm very new to PMM so I'm still learning. I've added some collections and I'm seeing that some of them show a status of "Ignored" in the summary section of the log. I'm trying to understand what this means. The reason I'm looking into this is because I've set radarr_add_missing to the collection settings but the movies are not getting added to radarr.

dusky sableBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

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

smoky beacon
#

templates:
collection:
optional:
- collection
- movie
tmdb_collection_details: <<collection>>
tmdb_movie: <<movie>>
sort_title: +09_<<collection_name>>
sync_mode: sync
collection_order: custom

collections:
Disney/Pixar:
template: {name: collection}
tmdb_list_details: 8237954
url_poster: https://cdn.mos.cms.futurecdn.net/qfFFFhnM8LwZnjpTECN3oB-970-80.jpg.webp
url_background: https://cdn.mos.cms.futurecdn.net/qfFFFhnM8LwZnjpTECN3oB-970-80.jpg.webp
radarr_folder: /data/media/movies/kids
radarr_add_missing: true
radarr_search: true

#

log file shows this in the summary:
| Title | + | = | - | Run Time | Status |
|============================================|=======|=======|=======|==========|====================|
| Disney/Pixar | 0 | 0 | 0 | 0:00:01 | Ignored |

#

running the unraid docker using the latest branch

twin epochBOT
#

Find meta.log in config/logs/

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

Log file too big? USE PASTEBIN or ZIP THE FILE

Still confused? ¯\(ツ)

smoky beacon
rigid coral
#

If you find where that collection is processed in the log, you'll find this:

[DEBUG]    | Builder: tmdb_list: 8237954                              |
[INFO]     |                                                          |
[INFO]     | Processing TMDb List: (8237954) Disney/Pixar (76 Items)  |
[DEBUG]    |                                                          |
[DEBUG]    | 76 IDs Found                                             |
[DEBUG]    |                                                          |
[WARNING]  | Collection Warning: No items found                       |

Apparently none of the 76 items on that tmdb list are present in your Plex library, so the collection was ignored. Wasn't created or updated.

smoky beacon
#

yea it's not in my plex library. i want to add everything in the list to radarr so that it'll be downloaded and available in my plex library

rigid coral
#

I think that you have to have at least one before the add-to-radarr works. This may have been addressed in the nightly build. Simplest might be to just add the list directly to radarr.

smoky beacon
#

Ok thanks. I’ll try latest

#

I mean nightly

smoky beacon
#

It works in the nightly build. Thank you!