Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anxdpanic/script.module.python.twitch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Serph91P/script.module.python.twitch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 30, 2025

  1. Configuration menu
    Copy the full SHA
    fe80cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11d987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f31c07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e00821 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    6b49c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2462b81 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. chore: modernize CI/CD workflows

    - Update addon-validations.yml (Omega, remove anxdpanic repo check, modern actions)
    - Update make-release.yml (modern syntax, softprops/action-gh-release)
    - Add notify-repository.yml (trigger central repo rebuild)
    - Remove submit-release.yml (official Kodi repo submission)
    - Remove sync-addon-metadata-translations.yml (Weblate/upstream)
    - Remove close-translation-prs.yml (Weblate/upstream)
    Serph91P committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    03faadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6302bd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    f354dc2 View commit details
    Browse the repository at this point in the history
  2. fix: Prevent module-level OAUTH_TOKEN injection in GQL requests

    Set use_token=False for channel_token() and vod_token() GQL queries.
    These functions receive explicit auth headers from callers - the
    module-level OAUTH_TOKEN should not be injected as it may contain
    third-party tokens (Device Auth) that the GQL API rejects.
    Serph91P committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    4b2c79d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. feat: parse HLS codec metadata

    Expose codec, bandwidth, resolution, and frame rate attributes from HLS stream variants so callers can identify HEVC renditions.
    Upbeat7898 committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    635906e View commit details
    Browse the repository at this point in the history
  2. chore: bump module version for codec metadata

    Bump the module version to 3.0.4 so Kodi can detect the parser metadata update and plugin dependencies can target it explicitly.
    Upbeat7898 committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    a052a8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Serph91P/feat/hevc-1440p-support

    Parse HLS codec metadata for stream variants
    Serph91P authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    325be23 View commit details
    Browse the repository at this point in the history
  4. chore: sync develop with main for release

    # Conflicts:
    #	addon.xml
    Serph91P committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    7da47f9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Serph91P/develop

    release: merge develop into main
    Serph91P authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    f3fe512 View commit details
    Browse the repository at this point in the history
Loading