Home

Collection Creator

Create Smart Collections using JSON Spec v2 with include/exclude filters for advanced music curation

Loading validation data...
Expected JSON Format (Smart Collection Spec v2)
[
  {
    "title": "🌅 Morning: Summer Breeze",
    "filters": {
      "include": {
        "genre": ["Bossa Nova", "Sunshine Pop"],
        "mood": ["bright", "uplifting"]
      },
      "exclude": {
        "mood": ["nocturnal", "aggressive"]
      }
    }
  }
]

Notes:
• include: Albums must match ALL specified filters
• exclude: Albums matching ANY exclusion are removed
• Both include and exclude are optional, but at least one is required
• Use emoji prefixes for visual grouping in Plex
API Endpoint: /api/plex/create-collection