Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cache_builders granularity to letterboxd defaults #2130

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

Kevin2kkelly
Copy link
Contributor

Description

Added the ability to set the value for cache_builders at the individual collection level for Letterboxd defaults. A couple lists are 1k+ items, so this allows cache_builders to be set higher for just those collections, or any combination the user chooses.

The below will create all 16 default Letterboxd collections and set cache_builders to 7 for all collections except the four collections explicitly defined using cache_builders_<<key>>.

libraries:
  Test-Movies:
    collection_files:
      - default: letterboxd
        template_variables:
          use_imdb_top_250: true
          use_oscars: true
          use_cannes: true
          cache_builders: 7
          cache_builders_boxofficemojo_100: 2
          cache_builders_afi_100: 3
          cache_builders_1001_movies: 30
          cache_builders_edgarwright: 30

Type of Change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

Please delete options that are not relevant.

  • Updated Documentation to reflect changes

@YozoraXCII YozoraXCII merged commit c63b090 into Kometa-Team:nightly Jun 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants