Skip to content

v7.1.0+beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 20:47
9512cb1

v7.1.0+beta.2

Fixed

  • Fix possible regression causing 6s delay on first play
  • Fix regression in building client details causing wrong referer to be used
  • Only reroute to new window if container was not filled by the plugin #896
  • Only reroute to new window if modal dialog is not open #896

Changed

  • Use a CommandItem that opens the Info dialog for comments to avoid log spam
  • Revert old workaround for Kodi treating a non-folder listitem as playable
  • Improve parsing of plugin url query parameters to allow empty values

New

  • Add items_per_page query parameter to allow number of items in widgets to be customised #896
  • Add item_filter query parameter to override "Hide videos from listings" setting #896
    • Comma seperated string of item types to be filtered out of listing
    • "?item_filter=shorts" will remove shorts from listing
    • "?item_filter=shorts,live" will remove shorts and live streams from listing
    • "?item_filter" will show all item types
    • Allowable item types:
      • shorts
      • upcoming
      • upcoming_live
      • live
      • premieres
      • completed
      • vod