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

[video] Fix watched/unwatched filter not working when creating playli… #23394

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Jun 12, 2023

…sts from directory content for items not added to the video library.

Fixes #23305

Runtime-tested on macOS and Android, latest Kodi master.

@enen92 when you find some time for a review. The pieces for this fix were "stolen" from CGUIWindowVideoBase::LoadVideoInfo. Not nice, but we both know that it would require a major rewrite to really improve the code here.

…sts from directory content for items not added to the video library.
@ksooo ksooo added Type: Fix non-breaking change which fixes an issue Backport: Needed Component: Video v21 Omega labels Jun 12, 2023
@ksooo ksooo added this to the Omega 21.0 Alpha 2 milestone Jun 12, 2023
@ksooo ksooo requested a review from enen92 June 12, 2023 21:07
Copy link
Member

@enen92 enen92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it works, merge it. The code isn't pretty but you already state that on the PR body.

@ksooo ksooo merged commit 2307e4d into xbmc:master Jun 13, 2023
1 check passed
@ksooo ksooo deleted the video-fix-23305 branch June 13, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport: Done Component: Video Type: Fix non-breaking change which fixes an issue v21 Omega
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queuing to a playlist is grabbing all items instead of unwatched items for items NOT scanned into the Libary
2 participants