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

Conversation

MoojMidge
Copy link
Collaborator

v7.0.7+beta.1

Fixed

  • Fixed not being able to re-refresh a directory listing that has already been refreshed
  • Fixed various window and history nagivation issues
  • Fixed http server idle shutdown not restarting if plugin is run but GUI is still idle
  • Additional improvements to busy dialog crash workaround
  • Workaround for new settings interface not updated correctly
  • Fix bookmarks icon background colour
  • Fix adding channel items directly to bookmarks

Changed

  • Removed Settings > Advanced > Views > Show channel fanart
    • Now included as option in Settings > Advanced > Views > Show fanart
  • MPEG-DASH for live streams only enabled by default in Kodi v21
  • Make better use of reuselanguageinvoker

New

  • Improvements to plugin page navigation Context menu « More… » : To Edit playlist #715
    • Refresh added to context menu of Next page item
    • Jump to page added to context menu of Next page item
    • Home added to context menu of Next page item
    • Quick search added to context menu of Next page item
    • Next page item added to last page of directory list to go back to first page
  • Add option to use channel name as studio and/or cast In Estouchy skin, when playing a video, it doesn't show the channel name. #717
    • Settings > Advanced > Views > Use channel name as
  • Add option to use best available thumbnail quality
    • Settings > Advanced > Views > Thumbnail size
  • Added option to use video thumbnail as fanart in Settings > Advanced > Views > Show fanart Setting for using thumbnail as fanart #716
    • Also added plugin url query parameter fanart_type to override settings
      • Can be used to set fanart for specific widgets only: plugin://plugin.video.youtube/<PATH>?fanart_type=<0/1/2/3>
      • Allowable values are the same as the setting:
        • 0: No fanart
        • 1: Default
        • 2: Channel
        • 3: Thumbnail

weblate and others added 27 commits May 8, 2024 07:06
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
- Now located along with the other Play context menu items
- Kodi will not accept an empty plugin path when opening a window
- Calculate automatically if page_token is not provided
- Add oneshot function to clear previously cached value once retrieved
- Add option to cache ignoring parameter values for all or builtin types
- Can be used if proper path has already been created
- ActivateWindow opens new window before path is navigated to, even
  if navigation fails, leading to loss of window history
- 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
- 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>
- `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
- Add best available option
- Selection will work correctly for both V3 and V1 responses
- 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
- Note that multiple BaseUrl elements are not currently supported by InputStream.Adaptive
- Instances may be stale
- Instances may use incorrect settings and tokens
…t_config property

- Currently hardcoded to default value of 4 hours i.e property does nothing
- TODO: Make configurable or auto adjusting
@MoojMidge MoojMidge merged commit 0faec8b into anxdpanic:master May 10, 2024
1 of 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.

3 participants