This has been driving me nuts. Here is the definition in my config.yml for TV Shows. It just builds every streaming collection. It has ignored exclude, it has ignored include.
collection_files: - default: streaming # This will create collections for the following streaming services. template_variables: #collection_section: "050" #this setting will bundle the streaming collections with "-pmm networks". left disabled, streaming services will appear before networks and everything will be listed alphabetically. default value is "030" use_separator: false sep_style: stb sync_mode: sync #visible_library_disney: true #enable if you want a specific streaming service to appear in your library tab. #visible_home_disney: true #enable if you want a specific streaming service to appear in your home tab. #visible_shared_disney: true #enable if you want a specific streaming service to appear in your friends home tab. #sonarr_add_missing_hulu: true #adds all missing shows to sonarr. BE CAREFUL AS SOME SERVICES HAVE OVER 1000 SHOWS name_format: <<key_name>> #renames the collections for each streaming service to keep the title format for all collections the same. "Apple TV+ Shows" is renamed to "Apple TV+" #originals_only: true #only show the streaming service's original content exclude: #- appletv - bet - britbox - crave - crunchyroll #- discovery #- disney - hayu #- max #- hulu #- netflix - now #- paramount #- peacock #- amazon # showtime sort_by: title.asc region: CA
For example, I want to remove crunchyroll. I have done dozens of iterations over days and I can't get this working. Can someone please provide a working example of this cursed configuration