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

v7.1.0+beta.2 #899

Merged
merged 11 commits into from
Sep 14, 2024
Merged

v7.1.0+beta.2 #899

merged 11 commits into from
Sep 14, 2024

Conversation

MoojMidge
Copy link
Collaborator

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 Error in content provider #896
  • Only reroute to new window if modal dialog is not open Error in content provider #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 Error in content provider #896
  • Add item_filter query parameter to override "Hide videos from listings" setting Error in content provider #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

- resulted in incorrect referer header being used and other possible issues
- Would previously produce errors in log associated with
  - CDirectory::GetDirectory - error getting
  - CFileCache:Open - failed to open
- Allow empty values
- Allow list values (originally comma separated string) to be re-parsed
…tings" setting anxdpanic#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
@MoojMidge MoojMidge merged commit 9512cb1 into anxdpanic:master Sep 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant