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

Support multiple duplicate anilist ids in custom mappings #167

Closed
wants to merge 9 commits into from
Closed

Support multiple duplicate anilist ids in custom mappings #167

wants to merge 9 commits into from

Commits on Dec 21, 2022

  1. multiple duplicate anilist ids in custom mappings

    Issue: 144
    This allows the usage of multiple anilist-ids duplicates with multiple
    seasons. By allowing this, long series such as fairy tail can have a set
    of plex seasons match one anilist item and another set match another
    anilist item.
    
    Configuration as such is now supported:
    seasons:
          - season: 1
            anilist-id: 6702
          - season: 2
            anilist-id: 6702
          - season: 3
            anilist-id: 20626
          - season: 50
            anilist-id: 20626
    nm-remarkable committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e5191b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. improve readability of if else condition

    Co-authored-by: reconman <[email protected]>
    nm-remarkable and reconman authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    16312d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d5501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0402d6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a7467 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cc717f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    5bec0bb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. fix: wrong count of episodes after first season

    Co-authored-by: reconman <[email protected]>
    nm-remarkable and reconman authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    82f6d93 View commit details
    Browse the repository at this point in the history
  2. fix: allow custom tracking of episode count if mapped start is differ…

    …ent from default mapping
    
    Co-authored-by: reconman <[email protected]>
    nm-remarkable and reconman authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    5c2c59d View commit details
    Browse the repository at this point in the history