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?