• 2024.03.31 083db0d9dc

    Ghost released this 2024-03-31 07:04:45 +02:00 | 257 commits to master since this release

    Simplifies TV Show Collection presets, drastically. Old version:

      rick_a_tv_show_collection:
        preset:
          - "jellyfin_tv_show_collection"
          - "season_by_collection__episode_by_year_month_day_reversed"
          - "collection_season_1"
          - "collection_season_2"
        overrides:
          tv_show_name: "Rick A"
          collection_season_1_url: "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
          collection_season_1_name: "All Videos"
          collection_season_2_url: "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc"
          collection_season_2_name: "Official Music Videos"
    

    New version:

      Jellyfin TV Show Collection:
        "~Rick A":
          s01_name: "All Videos"
          s01_url: "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
          s02_name: "Official Music Videos"
          s02_url: "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc"
    
    Downloads