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

New: Indexer condition Custom Format #9417

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 19, 2023

  1. Add Custom Format condition for Indexer

    This commit implements a new Custom Format condition to match on the specific Indexer that was used to grab the content. The Indexer ID is the property used for the comparision (and not the Indexer Name), however, the condition editor GUI displays the Indexer Name for a more user friendly experience (instead of the internal Indexer ID).
    The ability to store in the database the Indexer ID was also added to Blocklist and MovieFile items. The Indexer ID is also exposed and tracked in all applicable History events.
    SysError956 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e210ed3 View commit details
    Browse the repository at this point in the history
  2. Add unit test for new Indexer Custom Format

    This commit implements three basic unit tests for the new "Indexer" Custom Format (comparing Indexer IDs).
    SysError956 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    dfef141 View commit details
    Browse the repository at this point in the history
  3. Fix: Missing IndexerID lookup for Queue and History items

    Fixed MovieHistory data dictionary key lookup to "indexerId" (case mismatch)
    Added IndexerID lookup functionality (so that custom formats and their scores can later be calculated) for downloads that are in the Queue
    SysError956 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    10e2792 View commit details
    Browse the repository at this point in the history