├── README.md └── example-config.json /README.md: -------------------------------------------------------------------------------- 1 | # Jellyfin Auto Collections Configs 2 | 3 | 🧩 **Community-curated configuration templates for the [Auto Collections plugin](https://github.com/KeksBombe/jellyfin-plugin-auto-collections) for Jellyfin.** 4 | 5 | This repository exists to help users share, discover, and improve configuration files that automatically generate and maintain media collections in Jellyfin. 6 | 7 | --- 8 | 9 | ## 📦 What Is This? 10 | 11 | The [Auto Collections plugin](https://github.com/KeksBombe/jellyfin-plugin-auto-collections) allows you to define automatic collections based on media metadata, genres, file structure, resolution, and more. 12 | 13 | This repository provides a place for the community to share ready-made configurations, so you can quickly enhance your media library without writing every rule from scratch. 14 | 15 | --- 16 | 17 | ## ✅ How to Use 18 | 19 | 1. **Download** a config file from the Repo. 20 | 2. Import it into the Plugin 21 | 3. Sync the Collections 22 | 4. Enjoy the automatically generated collections! 23 | 24 | > 📖 Refer to the plugin’s [documentation](https://github.com/KeksBombe/jellyfin-plugin-auto-collections#readme) for usage instructions. 25 | 26 | --- 27 | 28 | ## 🤝 How to Contribute 29 | 30 | Want to share your own configuration? 31 | Submit a pull request with a short description. 32 | 33 | --- 34 | 35 | Happy collecting, 36 | 💾 *The Jellyfin Auto Collections Community* 37 | -------------------------------------------------------------------------------- /example-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "TitleMatchPairs": [ 3 | { 4 | "TitleMatch": "Marvel", 5 | "CollectionName": "Marvel", 6 | "CaseSensitive": false, 7 | "MatchType": 2, 8 | "MediaType": 0 9 | }, 10 | { 11 | "TitleMatch": "Kingsman", 12 | "CollectionName": "Kingsman", 13 | "CaseSensitive": false, 14 | "MatchType": 0, 15 | "MediaType": 0 16 | }, 17 | { 18 | "TitleMatch": "Barbie", 19 | "CollectionName": "Barbie", 20 | "CaseSensitive": false, 21 | "MatchType": 0, 22 | "MediaType": 0 23 | }, 24 | { 25 | "TitleMatch": "Harry Potter", 26 | "CollectionName": "Harry Potter", 27 | "CaseSensitive": false, 28 | "MatchType": 0, 29 | "MediaType": 0 30 | }, 31 | { 32 | "TitleMatch": "Tribute von Panem", 33 | "CollectionName": "Tribute von Panem", 34 | "CaseSensitive": false, 35 | "MatchType": 0, 36 | "MediaType": 0 37 | }, 38 | { 39 | "TitleMatch": "Transformers", 40 | "CollectionName": "Transformers", 41 | "CaseSensitive": false, 42 | "MatchType": 0, 43 | "MediaType": 0 44 | }, 45 | { 46 | "TitleMatch": "Biss", 47 | "CollectionName": "Twilight", 48 | "CaseSensitive": false, 49 | "MatchType": 0, 50 | "MediaType": 0 51 | }, 52 | { 53 | "TitleMatch": "Fast & Furious", 54 | "CollectionName": "Fast & Furious", 55 | "CaseSensitive": false, 56 | "MatchType": 0, 57 | "MediaType": 0 58 | }, 59 | { 60 | "TitleMatch": "Mission Impossible", 61 | "CollectionName": "Mission Impossible", 62 | "CaseSensitive": false, 63 | "MatchType": 0, 64 | "MediaType": 0 65 | }, 66 | { 67 | "TitleMatch": "The Matrix", 68 | "CollectionName": "The Matrix", 69 | "CaseSensitive": false, 70 | "MatchType": 0, 71 | "MediaType": 0 72 | }, 73 | { 74 | "TitleMatch": "Lord of the Rings", 75 | "CollectionName": "The Lord of the Rings", 76 | "CaseSensitive": false, 77 | "MatchType": 0, 78 | "MediaType": 0 79 | }, 80 | { 81 | "TitleMatch": "The Hobbit", 82 | "CollectionName": "The Hobbit", 83 | "CaseSensitive": false, 84 | "MatchType": 0, 85 | "MediaType": 0 86 | }, 87 | { 88 | "TitleMatch": "Star Wars", 89 | "CollectionName": "Star Wars", 90 | "CaseSensitive": false, 91 | "MatchType": 0, 92 | "MediaType": 0 93 | }, 94 | { 95 | "TitleMatch": "Indiana Jones", 96 | "CollectionName": "Indiana Jones", 97 | "CaseSensitive": false, 98 | "MatchType": 0, 99 | "MediaType": 0 100 | }, 101 | { 102 | "TitleMatch": "Pirates of the Caribbean", 103 | "CollectionName": "Pirates of the Caribbean", 104 | "CaseSensitive": false, 105 | "MatchType": 0, 106 | "MediaType": 0 107 | }, 108 | { 109 | "TitleMatch": "Batman", 110 | "CollectionName": "Batman", 111 | "CaseSensitive": false, 112 | "MatchType": 0, 113 | "MediaType": 0 114 | }, 115 | { 116 | "TitleMatch": "The Dark Knight", 117 | "CollectionName": "The Dark Knight Trilogy", 118 | "CaseSensitive": false, 119 | "MatchType": 0, 120 | "MediaType": 0 121 | }, 122 | { 123 | "TitleMatch": "Superman", 124 | "CollectionName": "Superman", 125 | "CaseSensitive": false, 126 | "MatchType": 0, 127 | "MediaType": 0 128 | }, 129 | { 130 | "TitleMatch": "X-Men", 131 | "CollectionName": "X-Men", 132 | "CaseSensitive": false, 133 | "MatchType": 0, 134 | "MediaType": 0 135 | }, 136 | { 137 | "TitleMatch": "Deadpool", 138 | "CollectionName": "Deadpool", 139 | "CaseSensitive": false, 140 | "MatchType": 0, 141 | "MediaType": 0 142 | }, 143 | { 144 | "TitleMatch": "Wolverine", 145 | "CollectionName": "Wolverine", 146 | "CaseSensitive": false, 147 | "MatchType": 0, 148 | "MediaType": 0 149 | }, 150 | { 151 | "TitleMatch": "Iron Man", 152 | "CollectionName": "Iron Man", 153 | "CaseSensitive": false, 154 | "MatchType": 0, 155 | "MediaType": 0 156 | }, 157 | { 158 | "TitleMatch": "Captain America", 159 | "CollectionName": "Captain America", 160 | "CaseSensitive": false, 161 | "MatchType": 0, 162 | "MediaType": 0 163 | }, 164 | { 165 | "TitleMatch": "Thor", 166 | "CollectionName": "Thor", 167 | "CaseSensitive": false, 168 | "MatchType": 0, 169 | "MediaType": 0 170 | }, 171 | { 172 | "TitleMatch": "Black Panther", 173 | "CollectionName": "Black Panther", 174 | "CaseSensitive": false, 175 | "MatchType": 0, 176 | "MediaType": 0 177 | }, 178 | { 179 | "TitleMatch": "Doctor Strange", 180 | "CollectionName": "Doctor Strange", 181 | "CaseSensitive": false, 182 | "MatchType": 0, 183 | "MediaType": 0 184 | }, 185 | { 186 | "TitleMatch": "Guardians of the Galaxy", 187 | "CollectionName": "Guardians of the Galaxy", 188 | "CaseSensitive": false, 189 | "MatchType": 0, 190 | "MediaType": 0 191 | }, 192 | { 193 | "TitleMatch": "Shrek", 194 | "CollectionName": "Shrek", 195 | "CaseSensitive": false, 196 | "MatchType": 0, 197 | "MediaType": 0 198 | }, 199 | { 200 | "TitleMatch": "Ice Age", 201 | "CollectionName": "Ice Age", 202 | "CaseSensitive": false, 203 | "MatchType": 0, 204 | "MediaType": 0 205 | }, 206 | { 207 | "TitleMatch": "Madagascar", 208 | "CollectionName": "Madagascar", 209 | "CaseSensitive": false, 210 | "MatchType": 0, 211 | "MediaType": 0 212 | }, 213 | { 214 | "TitleMatch": "How to Train Your Dragon", 215 | "CollectionName": "How to Train Your Dragon", 216 | "CaseSensitive": false, 217 | "MatchType": 0, 218 | "MediaType": 0 219 | }, 220 | { 221 | "TitleMatch": "Kung Fu Panda", 222 | "CollectionName": "Kung Fu Panda", 223 | "CaseSensitive": false, 224 | "MatchType": 0, 225 | "MediaType": 0 226 | }, 227 | { 228 | "TitleMatch": "Despicable Me", 229 | "CollectionName": "Despicable Me", 230 | "CaseSensitive": false, 231 | "MatchType": 0, 232 | "MediaType": 0 233 | }, 234 | { 235 | "TitleMatch": "Minions", 236 | "CollectionName": "Minions", 237 | "CaseSensitive": false, 238 | "MatchType": 0, 239 | "MediaType": 0 240 | }, 241 | { 242 | "TitleMatch": "The Incredibles", 243 | "CollectionName": "The Incredibles", 244 | "CaseSensitive": false, 245 | "MatchType": 0, 246 | "MediaType": 0 247 | }, 248 | { 249 | "TitleMatch": "Toy Story", 250 | "CollectionName": "Toy Story", 251 | "CaseSensitive": false, 252 | "MatchType": 0, 253 | "MediaType": 0 254 | }, 255 | { 256 | "TitleMatch": "Cars", 257 | "CollectionName": "Cars", 258 | "CaseSensitive": false, 259 | "MatchType": 0, 260 | "MediaType": 0 261 | }, 262 | { 263 | "TitleMatch": "Finding Nemo", 264 | "CollectionName": "Finding Nemo", 265 | "CaseSensitive": false, 266 | "MatchType": 0, 267 | "MediaType": 0 268 | }, 269 | { 270 | "TitleMatch": "Monsters, Inc.", 271 | "CollectionName": "Monsters, Inc.", 272 | "CaseSensitive": false, 273 | "MatchType": 0, 274 | "MediaType": 0 275 | }, 276 | { 277 | "TitleMatch": "Frozen", 278 | "CollectionName": "Frozen", 279 | "CaseSensitive": false, 280 | "MatchType": 0, 281 | "MediaType": 0 282 | }, 283 | { 284 | "TitleMatch": "Zootopia", 285 | "CollectionName": "Zootopia", 286 | "CaseSensitive": false, 287 | "MatchType": 0, 288 | "MediaType": 0 289 | }, 290 | { 291 | "TitleMatch": "Encanto", 292 | "CollectionName": "Encanto", 293 | "CaseSensitive": false, 294 | "MatchType": 0, 295 | "MediaType": 0 296 | }, 297 | { 298 | "TitleMatch": "Moana", 299 | "CollectionName": "Moana", 300 | "CaseSensitive": false, 301 | "MatchType": 0, 302 | "MediaType": 0 303 | }, 304 | { 305 | "TitleMatch": "Ant-Man", 306 | "CollectionName": "Ant-Man", 307 | "CaseSensitive": false, 308 | "MatchType": 0, 309 | "MediaType": 0 310 | }, 311 | { 312 | "TitleMatch": "Captain Marvel", 313 | "CollectionName": "Captain Marvel", 314 | "CaseSensitive": false, 315 | "MatchType": 0, 316 | "MediaType": 0 317 | }, 318 | { 319 | "TitleMatch": "Eternals", 320 | "CollectionName": "Eternals", 321 | "CaseSensitive": false, 322 | "MatchType": 0, 323 | "MediaType": 0 324 | }, 325 | { 326 | "TitleMatch": "Shang-Chi", 327 | "CollectionName": "Shang-Chi", 328 | "CaseSensitive": false, 329 | "MatchType": 0, 330 | "MediaType": 0 331 | }, 332 | { 333 | "TitleMatch": "Venom", 334 | "CollectionName": "Venom", 335 | "CaseSensitive": false, 336 | "MatchType": 0, 337 | "MediaType": 0 338 | }, 339 | { 340 | "TitleMatch": "The Flash", 341 | "CollectionName": "The Flash", 342 | "CaseSensitive": false, 343 | "MatchType": 0, 344 | "MediaType": 0 345 | }, 346 | { 347 | "TitleMatch": "Aquaman", 348 | "CollectionName": "Aquaman", 349 | "CaseSensitive": false, 350 | "MatchType": 0, 351 | "MediaType": 0 352 | }, 353 | { 354 | "TitleMatch": "Justice League", 355 | "CollectionName": "Justice League", 356 | "CaseSensitive": false, 357 | "MatchType": 0, 358 | "MediaType": 0 359 | }, 360 | { 361 | "TitleMatch": "Suicide Squad", 362 | "CollectionName": "Suicide Squad", 363 | "CaseSensitive": false, 364 | "MatchType": 0, 365 | "MediaType": 0 366 | }, 367 | { 368 | "TitleMatch": "Wonder Woman", 369 | "CollectionName": "Wonder Woman", 370 | "CaseSensitive": false, 371 | "MatchType": 0, 372 | "MediaType": 0 373 | }, 374 | { 375 | "TitleMatch": "Rocky", 376 | "CollectionName": "Rocky", 377 | "CaseSensitive": false, 378 | "MatchType": 0, 379 | "MediaType": 0 380 | }, 381 | { 382 | "TitleMatch": "Creed", 383 | "CollectionName": "Creed", 384 | "CaseSensitive": false, 385 | "MatchType": 0, 386 | "MediaType": 0 387 | }, 388 | { 389 | "TitleMatch": "Rambo", 390 | "CollectionName": "Rambo", 391 | "CaseSensitive": false, 392 | "MatchType": 0, 393 | "MediaType": 0 394 | }, 395 | { 396 | "TitleMatch": "Die Hard", 397 | "CollectionName": "Die Hard", 398 | "CaseSensitive": false, 399 | "MatchType": 0, 400 | "MediaType": 0 401 | }, 402 | { 403 | "TitleMatch": "Lethal Weapon", 404 | "CollectionName": "Lethal Weapon", 405 | "CaseSensitive": false, 406 | "MatchType": 0, 407 | "MediaType": 0 408 | }, 409 | { 410 | "TitleMatch": "The Godfather", 411 | "CollectionName": "The Godfather", 412 | "CaseSensitive": false, 413 | "MatchType": 0, 414 | "MediaType": 0 415 | }, 416 | { 417 | "TitleMatch": "Bourne", 418 | "CollectionName": "Jason Bourne", 419 | "CaseSensitive": false, 420 | "MatchType": 0, 421 | "MediaType": 0 422 | }, 423 | { 424 | "TitleMatch": "James Bond", 425 | "CollectionName": "James Bond", 426 | "CaseSensitive": false, 427 | "MatchType": 0, 428 | "MediaType": 0 429 | }, 430 | { 431 | "TitleMatch": "Halloween", 432 | "CollectionName": "Halloween", 433 | "CaseSensitive": false, 434 | "MatchType": 0, 435 | "MediaType": 0 436 | }, 437 | { 438 | "TitleMatch": "Friday the 13th", 439 | "CollectionName": "Friday the 13th", 440 | "CaseSensitive": false, 441 | "MatchType": 0, 442 | "MediaType": 0 443 | }, 444 | { 445 | "TitleMatch": "Nightmare on Elm Street", 446 | "CollectionName": "Nightmare on Elm Street", 447 | "CaseSensitive": false, 448 | "MatchType": 0, 449 | "MediaType": 0 450 | }, 451 | { 452 | "TitleMatch": "The Conjuring", 453 | "CollectionName": "The Conjuring Universe", 454 | "CaseSensitive": false, 455 | "MatchType": 0, 456 | "MediaType": 0 457 | }, 458 | { 459 | "TitleMatch": "Annabelle", 460 | "CollectionName": "Annabelle", 461 | "CaseSensitive": false, 462 | "MatchType": 0, 463 | "MediaType": 0 464 | }, 465 | { 466 | "TitleMatch": "Insidious", 467 | "CollectionName": "Insidious", 468 | "CaseSensitive": false, 469 | "MatchType": 0, 470 | "MediaType": 0 471 | }, 472 | { 473 | "TitleMatch": "Paranormal Activity", 474 | "CollectionName": "Paranormal Activity", 475 | "CaseSensitive": false, 476 | "MatchType": 0, 477 | "MediaType": 0 478 | }, 479 | { 480 | "TitleMatch": "Saw", 481 | "CollectionName": "Saw", 482 | "CaseSensitive": false, 483 | "MatchType": 0, 484 | "MediaType": 0 485 | }, 486 | { 487 | "TitleMatch": "Hotel Transylvania", 488 | "CollectionName": "Hotel Transylvania", 489 | "CaseSensitive": false, 490 | "MatchType": 0, 491 | "MediaType": 0 492 | }, 493 | { 494 | "TitleMatch": "The Lego Movie", 495 | "CollectionName": "The Lego Movie", 496 | "CaseSensitive": false, 497 | "MatchType": 0, 498 | "MediaType": 0 499 | }, 500 | { 501 | "TitleMatch": "Wreck-It Ralph", 502 | "CollectionName": "Wreck-It Ralph", 503 | "CaseSensitive": false, 504 | "MatchType": 0, 505 | "MediaType": 0 506 | }, 507 | { 508 | "TitleMatch": "Raya and the Last Dragon", 509 | "CollectionName": "Raya and the Last Dragon", 510 | "CaseSensitive": false, 511 | "MatchType": 0, 512 | "MediaType": 0 513 | }, 514 | { 515 | "TitleMatch": "Big Hero 6", 516 | "CollectionName": "Big Hero 6", 517 | "CaseSensitive": false, 518 | "MatchType": 0, 519 | "MediaType": 0 520 | }, 521 | { 522 | "TitleMatch": "Sing", 523 | "CollectionName": "Sing", 524 | "CaseSensitive": false, 525 | "MatchType": 0, 526 | "MediaType": 0 527 | }, 528 | { 529 | "TitleMatch": "Trolls", 530 | "CollectionName": "Trolls", 531 | "CaseSensitive": false, 532 | "MatchType": 0, 533 | "MediaType": 0 534 | }, 535 | { 536 | "TitleMatch": "The Croods", 537 | "CollectionName": "The Croods", 538 | "CaseSensitive": false, 539 | "MatchType": 0, 540 | "MediaType": 0 541 | }, 542 | { 543 | "TitleMatch": "Rio", 544 | "CollectionName": "Rio", 545 | "CaseSensitive": false, 546 | "MatchType": 0, 547 | "MediaType": 0 548 | }, 549 | { 550 | "TitleMatch": "Happy Feet", 551 | "CollectionName": "Happy Feet", 552 | "CaseSensitive": false, 553 | "MatchType": 0, 554 | "MediaType": 0 555 | }, 556 | { 557 | "TitleMatch": "The Secret Life of Pets", 558 | "CollectionName": "The Secret Life of Pets", 559 | "CaseSensitive": false, 560 | "MatchType": 0, 561 | "MediaType": 0 562 | }, 563 | { 564 | "TitleMatch": "Cloudy with a Chance of Meatballs", 565 | "CollectionName": "Cloudy with a Chance of Meatballs", 566 | "CaseSensitive": false, 567 | "MatchType": 0, 568 | "MediaType": 0 569 | }, 570 | { 571 | "TitleMatch": "Percy Jackson", 572 | "CollectionName": "Percy Jackson", 573 | "CaseSensitive": false, 574 | "MatchType": 0, 575 | "MediaType": 0 576 | }, 577 | { 578 | "TitleMatch": "Divergent", 579 | "CollectionName": "Divergent", 580 | "CaseSensitive": false, 581 | "MatchType": 0, 582 | "MediaType": 0 583 | }, 584 | { 585 | "TitleMatch": "Maze Runner", 586 | "CollectionName": "The Maze Runner", 587 | "CaseSensitive": false, 588 | "MatchType": 0, 589 | "MediaType": 0 590 | }, 591 | { 592 | "TitleMatch": "Chronicles of Narnia", 593 | "CollectionName": "The Chronicles of Narnia", 594 | "CaseSensitive": false, 595 | "MatchType": 0, 596 | "MediaType": 0 597 | }, 598 | { 599 | "TitleMatch": "Eragon", 600 | "CollectionName": "Eragon", 601 | "CaseSensitive": false, 602 | "MatchType": 0, 603 | "MediaType": 0 604 | }, 605 | { 606 | "TitleMatch": "Dune", 607 | "CollectionName": "Dune", 608 | "CaseSensitive": false, 609 | "MatchType": 0, 610 | "MediaType": 0 611 | }, 612 | { 613 | "TitleMatch": "Star Trek", 614 | "CollectionName": "Star Trek", 615 | "CaseSensitive": false, 616 | "MatchType": 0, 617 | "MediaType": 0 618 | }, 619 | { 620 | "TitleMatch": "Pacific Rim", 621 | "CollectionName": "Pacific Rim", 622 | "CaseSensitive": false, 623 | "MatchType": 0, 624 | "MediaType": 0 625 | }, 626 | { 627 | "TitleMatch": "Godzilla", 628 | "CollectionName": "Godzilla", 629 | "CaseSensitive": false, 630 | "MatchType": 0, 631 | "MediaType": 0 632 | }, 633 | { 634 | "TitleMatch": "King Kong", 635 | "CollectionName": "King Kong", 636 | "CaseSensitive": false, 637 | "MatchType": 0, 638 | "MediaType": 0 639 | }, 640 | { 641 | "TitleMatch": "Avatar", 642 | "CollectionName": "Avatar", 643 | "CaseSensitive": false, 644 | "MatchType": 0, 645 | "MediaType": 0 646 | }, 647 | { 648 | "TitleMatch": "Alita", 649 | "CollectionName": "Alita: Battle Angel", 650 | "CaseSensitive": false, 651 | "MatchType": 0, 652 | "MediaType": 0 653 | }, 654 | { 655 | "TitleMatch": "Pitch Perfect", 656 | "CollectionName": "Pitch Perfect", 657 | "CaseSensitive": false, 658 | "MatchType": 0, 659 | "MediaType": 0 660 | }, 661 | { 662 | "TitleMatch": "The Hangover", 663 | "CollectionName": "The Hangover", 664 | "CaseSensitive": false, 665 | "MatchType": 0, 666 | "MediaType": 0 667 | }, 668 | { 669 | "TitleMatch": "21 Jump Street", 670 | "CollectionName": "21 Jump Street", 671 | "CaseSensitive": false, 672 | "MatchType": 0, 673 | "MediaType": 0 674 | }, 675 | { 676 | "TitleMatch": "Zombieland", 677 | "CollectionName": "Zombieland", 678 | "CaseSensitive": false, 679 | "MatchType": 0, 680 | "MediaType": 0 681 | }, 682 | { 683 | "TitleMatch": "Night at the Museum", 684 | "CollectionName": "Night at the Museum", 685 | "CaseSensitive": false, 686 | "MatchType": 0, 687 | "MediaType": 0 688 | }, 689 | { 690 | "TitleMatch": "Grown Ups", 691 | "CollectionName": "Grown Ups", 692 | "CaseSensitive": false, 693 | "MatchType": 0, 694 | "MediaType": 0 695 | }, 696 | { 697 | "TitleMatch": "The Lion King", 698 | "CollectionName": "The Lion King", 699 | "CaseSensitive": false, 700 | "MatchType": 0, 701 | "MediaType": 0 702 | }, 703 | { 704 | "TitleMatch": "Beauty and the Beast", 705 | "CollectionName": "Beauty and the Beast", 706 | "CaseSensitive": false, 707 | "MatchType": 0, 708 | "MediaType": 0 709 | }, 710 | { 711 | "TitleMatch": "Aladdin", 712 | "CollectionName": "Aladdin", 713 | "CaseSensitive": false, 714 | "MatchType": 0, 715 | "MediaType": 0 716 | }, 717 | { 718 | "TitleMatch": "Cinderella", 719 | "CollectionName": "Cinderella", 720 | "CaseSensitive": false, 721 | "MatchType": 0, 722 | "MediaType": 0 723 | }, 724 | { 725 | "TitleMatch": "The Little Mermaid", 726 | "CollectionName": "The Little Mermaid", 727 | "CaseSensitive": false, 728 | "MatchType": 0, 729 | "MediaType": 0 730 | }, 731 | { 732 | "TitleMatch": "Mulan", 733 | "CollectionName": "Mulan", 734 | "CaseSensitive": false, 735 | "MatchType": 0, 736 | "MediaType": 0 737 | }, 738 | { 739 | "TitleMatch": "Peter Pan", 740 | "CollectionName": "Peter Pan", 741 | "CaseSensitive": false, 742 | "MatchType": 0, 743 | "MediaType": 0 744 | }, 745 | { 746 | "TitleMatch": "Paddington", 747 | "CollectionName": "Paddington", 748 | "CaseSensitive": false, 749 | "MatchType": 0, 750 | "MediaType": 0 751 | }, 752 | { 753 | "TitleMatch": "Sherlock Holmes", 754 | "CollectionName": "Sherlock Holmes", 755 | "CaseSensitive": false, 756 | "MatchType": 0, 757 | "MediaType": 0 758 | }, 759 | { 760 | "TitleMatch": "Fantastic Beasts", 761 | "CollectionName": "Fantastic Beasts", 762 | "CaseSensitive": false, 763 | "MatchType": 0, 764 | "MediaType": 0 765 | }, 766 | { 767 | "TitleMatch": "Enola Holmes", 768 | "CollectionName": "Enola Holmes", 769 | "CaseSensitive": false, 770 | "MatchType": 0, 771 | "MediaType": 0 772 | }, 773 | { 774 | "TitleMatch": "Halloween", 775 | "CollectionName": "Halloween", 776 | "CaseSensitive": false, 777 | "MatchType": 0, 778 | "MediaType": 0 779 | }, 780 | { 781 | "TitleMatch": "Friday the 13th", 782 | "CollectionName": "Friday the 13th", 783 | "CaseSensitive": false, 784 | "MatchType": 0, 785 | "MediaType": 0 786 | }, 787 | { 788 | "TitleMatch": "Nightmare on Elm Street", 789 | "CollectionName": "A Nightmare on Elm Street", 790 | "CaseSensitive": false, 791 | "MatchType": 0, 792 | "MediaType": 0 793 | }, 794 | { 795 | "TitleMatch": "The Conjuring", 796 | "CollectionName": "The Conjuring Universe", 797 | "CaseSensitive": false, 798 | "MatchType": 0, 799 | "MediaType": 0 800 | }, 801 | { 802 | "TitleMatch": "Annabelle", 803 | "CollectionName": "The Conjuring Universe", 804 | "CaseSensitive": false, 805 | "MatchType": 0, 806 | "MediaType": 0 807 | }, 808 | { 809 | "TitleMatch": "The Nun", 810 | "CollectionName": "The Conjuring Universe", 811 | "CaseSensitive": false, 812 | "MatchType": 0, 813 | "MediaType": 0 814 | }, 815 | { 816 | "TitleMatch": "Saw", 817 | "CollectionName": "Saw", 818 | "CaseSensitive": false, 819 | "MatchType": 0, 820 | "MediaType": 0 821 | }, 822 | { 823 | "TitleMatch": "Jigsaw", 824 | "CollectionName": "Saw", 825 | "CaseSensitive": false, 826 | "MatchType": 0, 827 | "MediaType": 0 828 | }, 829 | { 830 | "TitleMatch": "Final Destination", 831 | "CollectionName": "Final Destination", 832 | "CaseSensitive": false, 833 | "MatchType": 0, 834 | "MediaType": 0 835 | }, 836 | { 837 | "TitleMatch": "Scream", 838 | "CollectionName": "Scream", 839 | "CaseSensitive": false, 840 | "MatchType": 0, 841 | "MediaType": 0 842 | }, 843 | { 844 | "TitleMatch": "Texas Chainsaw", 845 | "CollectionName": "Texas Chainsaw Massacre", 846 | "CaseSensitive": false, 847 | "MatchType": 0, 848 | "MediaType": 0 849 | }, 850 | { 851 | "TitleMatch": "Leatherface", 852 | "CollectionName": "Texas Chainsaw Massacre", 853 | "CaseSensitive": false, 854 | "MatchType": 0, 855 | "MediaType": 0 856 | }, 857 | { 858 | "TitleMatch": "It", 859 | "CollectionName": "It", 860 | "CaseSensitive": false, 861 | "MatchType": 0, 862 | "MediaType": 0 863 | }, 864 | { 865 | "TitleMatch": "Pennywise", 866 | "CollectionName": "It", 867 | "CaseSensitive": false, 868 | "MatchType": 0, 869 | "MediaType": 0 870 | }, 871 | { 872 | "TitleMatch": "The Purge", 873 | "CollectionName": "The Purge", 874 | "CaseSensitive": false, 875 | "MatchType": 0, 876 | "MediaType": 0 877 | }, 878 | { 879 | "TitleMatch": "Paranormal Activity", 880 | "CollectionName": "Paranormal Activity", 881 | "CaseSensitive": false, 882 | "MatchType": 0, 883 | "MediaType": 0 884 | }, 885 | { 886 | "TitleMatch": "Insidious", 887 | "CollectionName": "Insidious", 888 | "CaseSensitive": false, 889 | "MatchType": 0, 890 | "MediaType": 0 891 | }, 892 | { 893 | "TitleMatch": "Blair Witch", 894 | "CollectionName": "Blair Witch", 895 | "CaseSensitive": false, 896 | "MatchType": 0, 897 | "MediaType": 0 898 | }, 899 | { 900 | "TitleMatch": "Jeepers Creepers", 901 | "CollectionName": "Jeepers Creepers", 902 | "CaseSensitive": false, 903 | "MatchType": 0, 904 | "MediaType": 0 905 | }, 906 | { 907 | "TitleMatch": "Cloverfield", 908 | "CollectionName": "Cloverfield", 909 | "CaseSensitive": false, 910 | "MatchType": 0, 911 | "MediaType": 0 912 | }, 913 | { 914 | "TitleMatch": "Tremors", 915 | "CollectionName": "Tremors", 916 | "CaseSensitive": false, 917 | "MatchType": 0, 918 | "MediaType": 0 919 | }, 920 | { 921 | "TitleMatch": "The Meg", 922 | "CollectionName": "The Meg", 923 | "CaseSensitive": false, 924 | "MatchType": 0, 925 | "MediaType": 0 926 | }, 927 | { 928 | "TitleMatch": "Dracula", 929 | "CollectionName": "Universal Monsters", 930 | "CaseSensitive": false, 931 | "MatchType": 0, 932 | "MediaType": 0 933 | }, 934 | { 935 | "TitleMatch": "Frankenstein", 936 | "CollectionName": "Universal Monsters", 937 | "CaseSensitive": false, 938 | "MatchType": 0, 939 | "MediaType": 0 940 | }, 941 | { 942 | "TitleMatch": "The Mummy", 943 | "CollectionName": "Universal Monsters", 944 | "CaseSensitive": false, 945 | "MatchType": 0, 946 | "MediaType": 0 947 | }, 948 | { 949 | "TitleMatch": "The Wolf Man", 950 | "CollectionName": "Universal Monsters", 951 | "CaseSensitive": false, 952 | "MatchType": 0, 953 | "MediaType": 0 954 | }, 955 | { 956 | "TitleMatch": "Chucky", 957 | "CollectionName": "Child's Play", 958 | "CaseSensitive": false, 959 | "MatchType": 0, 960 | "MediaType": 0 961 | }, 962 | { 963 | "TitleMatch": "Child's Play", 964 | "CollectionName": "Child's Play", 965 | "CaseSensitive": false, 966 | "MatchType": 0, 967 | "MediaType": 0 968 | }, 969 | { 970 | "TitleMatch": "Buffy", 971 | "CollectionName": "Buffy the Vampire Slayer", 972 | "CaseSensitive": false, 973 | "MatchType": 0, 974 | "MediaType": 0 975 | }, 976 | { 977 | "TitleMatch": "Twilight Zone", 978 | "CollectionName": "The Twilight Zone", 979 | "CaseSensitive": false, 980 | "MatchType": 0, 981 | "MediaType": 0 982 | }, 983 | { 984 | "TitleMatch": "X-Files", 985 | "CollectionName": "X-Files", 986 | "CaseSensitive": false, 987 | "MatchType": 0, 988 | "MediaType": 0 989 | }, 990 | { 991 | "TitleMatch": "Goosebumps", 992 | "CollectionName": "Goosebumps", 993 | "CaseSensitive": false, 994 | "MatchType": 0, 995 | "MediaType": 0 996 | }, 997 | { 998 | "TitleMatch": "Planes Trains & Automobiles", 999 | "CollectionName": "Thanksgiving", 1000 | "CaseSensitive": false, 1001 | "MatchType": 0, 1002 | "MediaType": 0 1003 | }, 1004 | { 1005 | "TitleMatch": "Charlie Brown Thanksgiving", 1006 | "CollectionName": "Thanksgiving", 1007 | "CaseSensitive": false, 1008 | "MatchType": 0, 1009 | "MediaType": 0 1010 | } 1011 | ], 1012 | "ExpressionCollections": [ 1013 | { 1014 | "CollectionName": "Spiderman", 1015 | "Expression": "TITLE \"Spider\" AND TITLE \"amazing\"", 1016 | "CaseSensitive": false 1017 | }, 1018 | { 1019 | "CollectionName": "Avengers", 1020 | "Expression": "STUDIO \"Marvel\" AND TITLE \"Avengers\"", 1021 | "CaseSensitive": false 1022 | }, 1023 | { 1024 | "CollectionName": "Back to the Future", 1025 | "Expression": "TITLE \"Back to the Future\" OR TITLE \"Zur\u00fcck in die Zukunft\"", 1026 | "CaseSensitive": false 1027 | }, 1028 | { 1029 | "CollectionName": "Spider-Man", 1030 | "Expression": "TITLE \"Spider-Man\" AND ACTOR \"Tobey Maguire\"", 1031 | "CaseSensitive": false 1032 | }, 1033 | { 1034 | "CollectionName": "Marvel Action", 1035 | "Expression": "STUDIO \"Marvel\" AND GENRE \"Action\"", 1036 | "CaseSensitive": false 1037 | }, 1038 | { 1039 | "CollectionName": "Marvel Stars", 1040 | "Expression": "STUDIO \"Marvel\" AND (TITLE \"Spiderman\" OR ACTOR \"Robert Downey JR.\")", 1041 | "CaseSensitive": false 1042 | }, 1043 | { 1044 | "CollectionName": "Action Movies", 1045 | "Expression": "GENRE \"Action\" AND MOVIE", 1046 | "CaseSensitive": false 1047 | }, 1048 | { 1049 | "CollectionName": "Avengers and Action Shows", 1050 | "Expression": "TITLE \"Avengers\" OR (GENRE \"Action\" AND SHOW)", 1051 | "CaseSensitive": false 1052 | }, 1053 | { 1054 | "CollectionName": "Family Movies", 1055 | "Expression": "TAG \"Family\" AND MOVIE", 1056 | "CaseSensitive": false 1057 | }, 1058 | { 1059 | "CollectionName": "PG-13 Horror", 1060 | "Expression": "PARENTALRATING \"PG-13\" AND GENRE \"Horror\"", 1061 | "CaseSensitive": false 1062 | }, 1063 | { 1064 | "CollectionName": "Top Rated Content", 1065 | "Expression": "COMMUNITYRATING \">8.5\"", 1066 | "CaseSensitive": false 1067 | }, 1068 | { 1069 | "CollectionName": "Critically Acclaimed Dramas", 1070 | "Expression": "CRITICSRATING \">75\" AND GENRE \"Drama\"", 1071 | "CaseSensitive": false 1072 | }, 1073 | { 1074 | "CollectionName": "German or Austrian Films", 1075 | "Expression": "PRODUCTIONLOCATION \"Germany\" OR PRODUCTIONLOCATION \"Austria\"", 1076 | "CaseSensitive": false 1077 | }, 1078 | { 1079 | "CollectionName": "90s Films", 1080 | "Expression": "YEAR \">=1990\" AND YEAR \"<=1999\"", 1081 | "CaseSensitive": false 1082 | }, 1083 | { 1084 | "CollectionName": "2000s Sci-Fi", 1085 | "Expression": "GENRE \"Sci-Fi\" AND YEAR \">=2000\" AND YEAR \"<=2010\"", 1086 | "CaseSensitive": false 1087 | }, 1088 | { 1089 | "CollectionName": "English Movies", 1090 | "Expression": "LANG \"eng\" AND MOVIE", 1091 | "CaseSensitive": false 1092 | }, 1093 | { 1094 | "CollectionName": "English Subtitled Movies", 1095 | "Expression": "SUB \"eng\" AND MOVIE", 1096 | "CaseSensitive": false 1097 | }, 1098 | { 1099 | "CollectionName": "English Audio or Subs", 1100 | "Expression": "MOVIE AND (LANG \"eng\" OR SUB \"eng\")", 1101 | "CaseSensitive": false 1102 | }, 1103 | { 1104 | "CollectionName": "French No English Subs", 1105 | "Expression": "MOVIE AND LANG \"fra\" AND NOT SUB \"eng\"", 1106 | "CaseSensitive": false 1107 | }, 1108 | { 1109 | "CollectionName": "Halloween Specials", 1110 | "Expression": "TAG \"Halloween\" OR TITLE \"Halloween\"", 1111 | "CaseSensitive": false 1112 | }, 1113 | { 1114 | "CollectionName": "Christmas Classics", 1115 | "Expression": "TAG \"Christmas\" OR TITLE \"Christmas\"", 1116 | "CaseSensitive": false 1117 | }, 1118 | { 1119 | "CollectionName": "Holiday Animated Specials", 1120 | "Expression": "GENRE \"Animation\" AND TAG \"Holiday\"", 1121 | "CaseSensitive": false 1122 | }, 1123 | { 1124 | "CollectionName": "Thanksgiving", 1125 | "Expression": "TITLE \"Thanksgiving\" OR TITLE \"Planes Trains & Automobiles\" OR TITLE \"Charlie Brown Thanksgiving\"", 1126 | "CaseSensitive": false 1127 | }, 1128 | { 1129 | "CollectionName": "Christopher Nolan", 1130 | "Expression": "DIRECTOR \"Christopher Nolan\"", 1131 | "CaseSensitive": false 1132 | }, 1133 | { 1134 | "CollectionName": "Steven Spielberg", 1135 | "Expression": "DIRECTOR \"Steven Spielberg\"", 1136 | "CaseSensitive": false 1137 | }, 1138 | { 1139 | "CollectionName": "Quentin Tarantino", 1140 | "Expression": "DIRECTOR \"Quentin Tarantino\"", 1141 | "CaseSensitive": false 1142 | }, 1143 | { 1144 | "CollectionName": "Martin Scorsese", 1145 | "Expression": "DIRECTOR \"Martin Scorsese\"", 1146 | "CaseSensitive": false 1147 | }, 1148 | { 1149 | "CollectionName": "James Cameron", 1150 | "Expression": "DIRECTOR \"James Cameron\"", 1151 | "CaseSensitive": false 1152 | }, 1153 | { 1154 | "CollectionName": "Wes Anderson", 1155 | "Expression": "DIRECTOR \"Wes Anderson\"", 1156 | "CaseSensitive": false 1157 | }, 1158 | { 1159 | "CollectionName": "Tom Hanks", 1160 | "Expression": "ACTOR \"Tom Hanks\"", 1161 | "CaseSensitive": false 1162 | }, 1163 | { 1164 | "CollectionName": "Denzel Washington", 1165 | "Expression": "ACTOR \"Denzel Washington\"", 1166 | "CaseSensitive": false 1167 | }, 1168 | { 1169 | "CollectionName": "Leonardo DiCaprio", 1170 | "Expression": "ACTOR \"Leonardo DiCaprio\"", 1171 | "CaseSensitive": false 1172 | }, 1173 | { 1174 | "CollectionName": "Meryl Streep", 1175 | "Expression": "ACTOR \"Meryl Streep\"", 1176 | "CaseSensitive": false 1177 | }, 1178 | { 1179 | "CollectionName": "Samuel L. Jackson", 1180 | "Expression": "ACTOR \"Samuel L. Jackson\"", 1181 | "CaseSensitive": false 1182 | }, 1183 | { 1184 | "CollectionName": "Keanu Reeves", 1185 | "Expression": "ACTOR \"Keanu Reeves\"", 1186 | "CaseSensitive": false 1187 | }, 1188 | { 1189 | "CollectionName": "Pixar", 1190 | "Expression": "STUDIO \"Pixar\"", 1191 | "CaseSensitive": false 1192 | }, 1193 | { 1194 | "CollectionName": "DreamWorks", 1195 | "Expression": "STUDIO \"DreamWorks\"", 1196 | "CaseSensitive": false 1197 | }, 1198 | { 1199 | "CollectionName": "Illumination", 1200 | "Expression": "STUDIO \"Illumination\"", 1201 | "CaseSensitive": false 1202 | }, 1203 | { 1204 | "CollectionName": "A24", 1205 | "Expression": "STUDIO \"A24\"", 1206 | "CaseSensitive": false 1207 | }, 1208 | { 1209 | "CollectionName": "Studio Ghibli", 1210 | "Expression": "STUDIO \"Ghibli\"", 1211 | "CaseSensitive": false 1212 | }, 1213 | { 1214 | "CollectionName": "Oscar Best Picture Winners", 1215 | "Expression": "TAG \"Best Picture\"", 1216 | "CaseSensitive": false 1217 | }, 1218 | { 1219 | "CollectionName": "Oscar Winners", 1220 | "Expression": "TAG \"Oscar Winner\"", 1221 | "CaseSensitive": false 1222 | }, 1223 | { 1224 | "CollectionName": "Golden Globe Winners", 1225 | "Expression": "TAG \"Golden Globe Winner\"", 1226 | "CaseSensitive": false 1227 | }, 1228 | { 1229 | "CollectionName": "Cannes Winners", 1230 | "Expression": "TAG \"Cannes\"", 1231 | "CaseSensitive": false 1232 | }, 1233 | { 1234 | "CollectionName": "Sitcoms", 1235 | "Expression": "GENRE \"Comedy\" AND SHOW AND TAG \"Sitcom\"", 1236 | "CaseSensitive": false 1237 | }, 1238 | { 1239 | "CollectionName": "Crime Dramas", 1240 | "Expression": "GENRE \"Crime\" AND SHOW", 1241 | "CaseSensitive": false 1242 | }, 1243 | { 1244 | "CollectionName": "Documentary Series", 1245 | "Expression": "GENRE \"Documentary\" AND SHOW", 1246 | "CaseSensitive": false 1247 | }, 1248 | { 1249 | "CollectionName": "Animated Series", 1250 | "Expression": "GENRE \"Animation\" AND SHOW", 1251 | "CaseSensitive": false 1252 | }, 1253 | { 1254 | "CollectionName": "Miniseries", 1255 | "Expression": "TAG \"Miniseries\"", 1256 | "CaseSensitive": false 1257 | }, 1258 | { 1259 | "CollectionName": "Kids Only", 1260 | "Expression": "TAG \"Kids\" AND MOVIE", 1261 | "CaseSensitive": false 1262 | }, 1263 | { 1264 | "CollectionName": "Teens & YA", 1265 | "Expression": "TAG \"Teen\"", 1266 | "CaseSensitive": false 1267 | }, 1268 | { 1269 | "CollectionName": "Family Favorites", 1270 | "Expression": "TAG \"Family\"", 1271 | "CaseSensitive": false 1272 | }, 1273 | { 1274 | "CollectionName": "Adult Animation", 1275 | "Expression": "GENRE \"Animation\" AND TAG \"Adult\"", 1276 | "CaseSensitive": false 1277 | }, 1278 | { 1279 | "CollectionName": "Korean Cinema", 1280 | "Expression": "LANG \"kor\" OR PRODUCTIONLOCATION \"Korea\"", 1281 | "CaseSensitive": false 1282 | }, 1283 | { 1284 | "CollectionName": "Japanese Animation", 1285 | "Expression": "LANG \"jpn\" AND GENRE \"Animation\"", 1286 | "CaseSensitive": false 1287 | }, 1288 | { 1289 | "CollectionName": "Bollywood", 1290 | "Expression": "LANG \"hin\" OR PRODUCTIONLOCATION \"India\"", 1291 | "CaseSensitive": false 1292 | }, 1293 | { 1294 | "CollectionName": "European Drama", 1295 | "Expression": "GENRE \"Drama\" AND (PRODUCTIONLOCATION \"France\" OR PRODUCTIONLOCATION \"Germany\" OR PRODUCTIONLOCATION \"Italy\")", 1296 | "CaseSensitive": false 1297 | } 1298 | ] 1299 | } --------------------------------------------------------------------------------