I have the following 2 Oscar Best Picture collections (one for nominated and another for winning). However, both collections result in 98 items (only winning). Why is that and how can I fix the nominated collection to include all nominated movies as well and not just winning?
Best Picture Winning - Movies:
imdb_search:
type: movie
event.winning: oscar_picture
limit: 10000
sync_mode: sync
smart_label: release.desc
collection_mode: hide
visible_library: false
visible_home: false
visible_shared: false
schedule: yearly(05/02)
Best Picture Nominated - Movies:
imdb_search:
type: movie
event: oscar_picture
limit: 10000
sync_mode: sync
smart_label: release.desc
collection_mode: hide
visible_library: false
visible_home: false
visible_shared: false
schedule: yearly(05/02)