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

[PlaylistLoader] Fix KODIPROP parsing #889

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

CastagnaIT
Copy link
Contributor

@CastagnaIT CastagnaIT commented Sep 3, 2024

kodi props #KODIPROP must be read in full
so without use delimiters that break the string
at first space or double accents " otherwise lead to broken properties values

fix #887
fix xbmc/inputstream.adaptive#811 (comment)

backport needed

i add version bump commit after review

kodi props must be read in full without use delimiters
that break the string at first space or double accents "
otherwise lead to broken properties values
@phunkyfish
Copy link
Member

Same as last time. If you want this released please add a changelog and update the addon xml.

@CastagnaIT
Copy link
Contributor Author

done, add also backport pr

@CastagnaIT
Copy link
Contributor Author

@phunkyfish can you merge and release? this and backport?
there are no more complains for more than a week on both kodi versions

@@ -1,3 +1,6 @@
v22.1.2
- Fix #KODIPROP parsing from playlists

Copy link
Member

Choose a reason for hiding this comment

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

Is Fix wrong fix to manifest user-agent header for inputstream.adaptive missing from changelog / commits? Or is it not required for Piers branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

piers its ok, it is only on omega that i accidentally cherry-picked the old commit without realizing it

Copy link
Member

Choose a reason for hiding this comment

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

Ok, so any change needed for Omega?

Copy link
Contributor Author

@CastagnaIT CastagnaIT Sep 16, 2024

Choose a reason for hiding this comment

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

you have already merged the omega backport that contains reverted "bad" commit and applied the correct one
so now omega its ok

@phunkyfish
Copy link
Member

@phunkyfish can you merge and release? this and backport? there are no more complains for more than a week on both kodi versions

Sure, but there is a missing commit in this PR and I couldn't tell if it was required or not.

@phunkyfish phunkyfish merged commit 383e8c8 into kodi-pvr:Piers Sep 16, 2024
8 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
2 participants