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

Use history api for importing episodes from trakt #205

Merged
merged 17 commits into from
May 30, 2023

Commits on Mar 1, 2023

  1. Use history api for importing episodes from trakt

    The history api includes more details (i.e. indexer id) which can be used to properly match episodes (i.e. when jellyfin is using other indexer than trakt).
    Matching by indexer id is a lot more accurate than matching by season and number.
    This is a rework of jellyfin#191 where we are now using the history by default for episode sync.
    h3llrais3r committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b90028b View commit details
    Browse the repository at this point in the history
  2. Rename variable

    h3llrais3r committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7b692c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    3972ae3 View commit details
    Browse the repository at this point in the history
  2. Change logging for testing purposes

    Make distinction between logging for history match and legacy match.
    h3llrais3r committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ea50ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    e1e77d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1481d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7995ea6 View commit details
    Browse the repository at this point in the history
  4. Fix match by season and number (include show match as well)

    This also fixes the play count
    h3llrais3r committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    371bd34 View commit details
    Browse the repository at this point in the history
  5. Simplify IsMatch

    h3llrais3r committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ddb189b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c90a46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43fd88d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    470e1e1 View commit details
    Browse the repository at this point in the history
  9. Some refactoring

    h3llrais3r committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c1b9779 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    096a5c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Revert last 3 commits

    h3llrais3r committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6bd9964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336f8af View commit details
    Browse the repository at this point in the history
  3. Add missing negation

    h3llrais3r committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    fc7ab88 View commit details
    Browse the repository at this point in the history