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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Kodi not showing progress indicators for video add-on widgets using PercentPlayed #25045

Closed
1 of 8 tasks
OfficerKD637 opened this issue Apr 22, 2024 · 0 comments
Closed
1 of 8 tasks
Labels
Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it

Comments

@OfficerKD637
Copy link

OfficerKD637 commented Apr 22, 2024

Bug report

Describe the bug

Players that use setresolvedurl inside Kodi aren't showing progress indicators when set up as widgets on the Home Screen.

Once you're inside the add-on, the progress indicators show up just fine in the Add-On/Library view.

Plugins (like ones that use Trakt sync lists) that set the 'WatchedProgress' property don't have this issue.

The PercentPlayed value is always 0 in the widget for a plugin despite being exactly the same content when opened as a view container.

So there appears to be some bug in Kodi not properly setting PercentPlayed value for plugin widgets because otherwise resume point would be visible for YouTube widgets that are resumable since I know for certain youtube uses setresolvedurl

The option to resume shows up in the context menu of the item, but it doesn't have the progress indicator.

This seems more of a cosmetic glitch.

Expected Behavior

Progress indicator visible in all plugin widgets

Actual Behavior

Add any video-add on widget that uses setresolvedurl (eg. YouTube) to the Home Screen and you'll notice the missing progress indicator.

Possible Fix

Fixing the way PercentPlayed value is set in the widgets

To Reproduce

Steps to reproduce the behavior:

  1. Make a home screen widget with a plugin that uses setresolvedurl (eg. YouTube)

  2. Progress Indicators are missing

NOTE: Context menu with resume point might work with some add-ons.

Debuglog

The debuglog can be found here: https://paste.kodi.tv/larafagoka.kodi

Screenshots

Home Screen - No Progress Indicator
Home Screen v2

Library View - Progress indicator visible inside the folder
Library v2

Additional context or screenshots (if appropriate)

Here is some additional context or explanation that might help:

Your Environment

Used Operating system:

  • Android

  • iOS

  • tvOS

  • Linux

  • macOS

  • Windows

  • Windows UWP

  • webOS

  • Operating system version/name: webOS 23

  • Kodi version: 21 Omega (nightly build)

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

@xbmc-gh-bot xbmc-gh-bot bot added the Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it label Apr 22, 2024
@OfficerKD637 OfficerKD637 changed the title 馃悰 Kodi Omega not showing progress indicators for video add-on widgets using PlayedPercent 馃悰 Kodi not showing progress indicators for video add-on widgets using PlayedPercent Apr 28, 2024
@OfficerKD637 OfficerKD637 changed the title 馃悰 Kodi not showing progress indicators for video add-on widgets using PlayedPercent 馃悰 Kodi not showing progress indicators for video add-on widgets using PercentPlayed May 3, 2024
@OfficerKD637 OfficerKD637 closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage: Needed (managed by bot!) issue that was just created and needs someone looking at it
Projects
None yet
Development

No branches or pull requests

1 participant