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.0.7+beta.1 #740

Merged
merged 59 commits into from
May 10, 2024
Merged

v7.0.7+beta.1 #740

merged 59 commits into from
May 10, 2024

Commits on May 7, 2024

  1. Translated using Weblate (Spanish (Spain) (es_es))

    Currently translated at 100.0% (373 of 373 strings)
    
    Translated using Weblate (Spanish (Spain) (es_es))
    
    Currently translated at 100.0% (373 of 373 strings)
    
    Co-authored-by: Hosted Weblate <[email protected]>
    Co-authored-by: José Antonio Alvarado <[email protected]>
    Co-authored-by: roliverosc <[email protected]>
    Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-video/plugin-video-youtube/es_es/
    Translation: Kodi add-ons: video/plugin.video.youtube
    3 people authored and MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a7a577f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b392a33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf27bb6 View commit details
    Browse the repository at this point in the history
  4. Move Play with (external/remote player) lower down in the context menu

    - Now located along with the other Play context menu items
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ab35924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73c59b9 View commit details
    Browse the repository at this point in the history
  6. Ensure that an empty plugin path can route to home

    - Kodi will not accept an empty plugin path when opening a window
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0650294 View commit details
    Browse the repository at this point in the history
  7. Misc tidy ups

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d7dc79d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eba5115 View commit details
    Browse the repository at this point in the history
  9. Make calculate_next_page_token a class method of NextPageItem

    - Calculate automatically if page_token is not provided
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3e0ddb9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a38f673 View commit details
    Browse the repository at this point in the history
  11. Simplify md5 hash creation

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5c490f9 View commit details
    Browse the repository at this point in the history
  12. Update FunctionCache

    - Add oneshot function to clear previously cached value once retrieved
    - Add option to cache ignoring parameter values for all or builtin types
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    199b4f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ae90e9 View commit details
    Browse the repository at this point in the history
  14. Add force parameter to AbstractContext.set_path

    - Can be used if proper path has already been created
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ada3851 View commit details
    Browse the repository at this point in the history
  15. Add internal rerouting to workaround issues with ActivateWindow

    - ActivateWindow opens new window before path is navigated to, even
      if navigation fails, leading to loss of window history
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1bddcae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    713cd87 View commit details
    Browse the repository at this point in the history
  17. Allow for refreshing a listing that has previously been refreshed

    - Kodi will not reload a listing if the path has not changed
    - As a workaround make refresh parameter an integer (was bool) and increment it
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    99aaf48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ddfd5c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    44cd99b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    176631a View commit details
    Browse the repository at this point in the history
  21. Add Jump to page... context menu item to Next page item anxdpanic#715

    - Will prompt for page of listing to jump to
    - Can also be used to jump directly to a page of a listing anxdpanic#317
      - plugin://plugin.video.youtube/goto_page/<PAGE>/<PATH>
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9a964aa View commit details
    Browse the repository at this point in the history
  22. Add setting to use channel name as studio anxdpanic#717

    - `Settings > Advanced > Views > Use channel name as`
      - Can be used as cast or as studio
    - By default channel name is used as artist for sorting purposes
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    39489d6 View commit details
    Browse the repository at this point in the history
  23. Don't attempt to reroute to same path with same params

    - Kodi doesn't support this
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    76c131d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3018ee6 View commit details
    Browse the repository at this point in the history
  25. Update thumbnail quality setting and selection

    - Add best available option
    - Selection will work correctly for both V3 and V1 responses
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1092d36 View commit details
    Browse the repository at this point in the history
  26. Add option to use video thumbnail as fanart anxdpanic#716

    - Also added plugin url query parameter fanart_type to override settings
      - Can be used to set fanart for specific widgets only
      - Allowable values are the same as the setting:
        - 0: No fanart
        - 1: Default
        - 2: Channel
        - 3: Thumbnail
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    75e2bf3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e21c321 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a42f9ca View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    56ee84a View commit details
    Browse the repository at this point in the history
  30. Improve idle shutdown of http server

    - Don't try to restart automatically once manually shutdown except
      - if not idle
      - wake up notification is received
    - Fix possible issue where remote commands are received while Kodi thinks it (the GUI) is idle
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8ac7707 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    723d183 View commit details
    Browse the repository at this point in the history
  32. Misc tidy ups

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    505c0f6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4545a04 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5b3ef25 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    83b59c6 View commit details
    Browse the repository at this point in the history
  36. Version bump v7.0.7+beta.1

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d3b5575 View commit details
    Browse the repository at this point in the history
  37. 1 Configuration menu
    Copy the full SHA
    4ee8aed View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    15ffff5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ffc8fb1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5eeed1a View commit details
    Browse the repository at this point in the history
  41. Misc tidy ups

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    02fee00 View commit details
    Browse the repository at this point in the history
  42. Update changelog

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    733e8d2 View commit details
    Browse the repository at this point in the history
  43. Add support for fallback video url

    - Note that multiple BaseUrl elements are not currently supported by InputStream.Adaptive
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    94a5a89 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3fa9ed1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d41957b View commit details
    Browse the repository at this point in the history
  46. Fix possibly using expired access tokens now that client is not being…

    … reloaded every plugin invocation
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    de3ed12 View commit details
    Browse the repository at this point in the history
  47. Don't store settings instances

    - Instances may be stale
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    322cb5e View commit details
    Browse the repository at this point in the history
  48. Misc tidy ups

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    482e3be View commit details
    Browse the repository at this point in the history
  49. Fix multiple busy dialog workaround trying to reload/play when playli…

    …st is not currently active
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    add121c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4156976 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    98af6b2 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ecfd8ba View commit details
    Browse the repository at this point in the history
  53. Don't store client instances

    - Instances may use incorrect settings and tokens
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eb1b091 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    02413ba View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bbd16db View commit details
    Browse the repository at this point in the history
  56. Add support for timeshift_bufferlimit in inputstream.adaptive.manifes…

    …t_config property
    
    - Currently hardcoded to default value of 4 hours i.e property does nothing
    - TODO: Make configurable or auto adjusting
    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2e0abfc View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    654812d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c0458d5 View commit details
    Browse the repository at this point in the history
  59. Update changelog

    MoojMidge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7e20b40 View commit details
    Browse the repository at this point in the history