Skip to content

Filter "genres" not working #21

@mlo-Tek

Description

@mlo-Tek

... no matter what i try, genres filter just do not work. spended hours of testing various combinations without success. heres the config, following your examples.

every requests is getting redirected to the main / standard instance, in my case 'radarr_adult'.

approve_on_no_match: true   # wir bauen selbst ein Fallback

instances:
  radarr_adult:
    server_id: 0
    root_folder: "/data/media/movies"
  radarr_kids:
    server_id: 1
    root_folder: "/data/media/movies_kids"
        
filters:
  - media_type: movie
    conditions:
      genres:
        include: ["Action", "Family"]   # TMDB-Genrenamen
    apply: radarr_kids

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions