Stefano Gottardo

Results 538 comments of Stefano Gottardo

have you tried to see if ICU library can save us to maintain all this?

> I don't see much harm in carrying a few hundred lines backed by extensive test cases. We're careful about dependencies, as dependencies are never zero cost. there is 40000...

If so it seems easy, yeah it would be appropriate to document clearly in code how to perform the updates However i also wonder how much parsing that large file...

looks like you are using inputstream.adaptive this is a know bug of kodi core (at least from my part) inputstream.adaptive provide a temporary workaround (`inputstream.adaptive.config` property) https://github.com/xbmc/inputstream.adaptive/wiki/Integration#inputstreamadaptiveconfig- if in the...

> When the manifest gets fetched multiple times since its a live stream its normal thing and its frequency depends on manifest data now that im looking at inputstream.adaptive.config workaround...

@heros-os also on this pr you havent provided template PR info, if you want continue create new PR's please start follow our guidelines these type of comments https://github.com/xbmc/xbmc/pull/27493#issuecomment-3553839718 are not...

@heros-os please fullfill the PR template with the appropriate info

its possible that this code https://github.com/xbmc/xbmc/blob/bc1ce9725ad6aa73f0d7fdc65636725cb927941f/xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamNavigator.cpp#L1473-L1476 dont return the resolution width/height, and that are parsed from the stream when playback start?