-
Notifications
You must be signed in to change notification settings - Fork 114
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
v7.0.7+beta.1 #740
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MoojMidge
force-pushed
the
master
branch
2 times, most recently
from
May 7, 2024 20:57
ee24e7c
to
288c91c
Compare
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
- Kodi doesn't support this
- 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
- Follow up to 71cc472
- Note that multiple BaseUrl elements are not currently supported by InputStream.Adaptive
… reloaded every plugin invocation
- Instances may be stale
…st is not currently active
- 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
This was referenced May 7, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v7.0.7+beta.1
Fixed
Changed
Settings > Advanced > Views > Show channel fanart
Settings > Advanced > Views > Show fanart
New
plugin://plugin.video.youtube/goto_page/<PAGE>/<PATH>
[FEATURE/QUESTION] Pagination and request parameters #317Settings > Advanced > Views > Use channel name as
Settings > Advanced > Views > Thumbnail size
Settings > Advanced > Views > Show fanart
Setting for using thumbnail as fanart #716plugin://plugin.video.youtube/<PATH>?fanart_type=<0/1/2/3>
0
: No fanart1
: Default2
: Channel3
: Thumbnail