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

Changes for Piers #269

Merged
merged 5 commits into from
Sep 7, 2024
Merged

Changes for Piers #269

merged 5 commits into from
Sep 7, 2024

Commits on Aug 18, 2024

  1. Timeshift change

    Start timeshift in real time mode.  Low bit radio was taking to long to buffer. From PR 266
    emveepee committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    013ef7c View commit details
    Browse the repository at this point in the history
  2. Series and episode clean up

    Remove duplicated series information from recordings, timer and EPG.  Parse episode display information from the description. From PR kodi-pvr#266
    emveepee committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    96b9f5c View commit details
    Browse the repository at this point in the history
  3. Cache channel changes

    NextPVR has no group API calls.  Cache and compress channel list to avoid extra downloads.  Compress to save on disk for large IPTV channel lists with zlib potential future use with VOD.  Also update to same tinyxml2 version used by Kodi
    emveepee committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3ba236a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Populate EpisodePart

    PVR 9 allows populating EpisodePart on recordings.  Update package for release
    emveepee committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c3f5d40 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix incorrect tag

    Since Matrix the wrong  XML tag was being extracted so the genre colour and genre text have been incorrect.  Will backport to Omega with changes from @ksooo improving the port from Omega in this PR.
    emveepee committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    170370c View commit details
    Browse the repository at this point in the history