https://bugs.kde.org/show_bug.cgi?id=455339
--- Comment #9 from b...@mogwai.be --- > I don't think Elisa needs that much precision, as the slider isn't updated > more often than once or twice per second anyway? Just as background info, Elisa is using the raw player position and duration values from qmediaplayer as "value" and "to" for the slider. These qmediaplayer values are in milliseconds by default. I agree it would make sense to also adapt this in elisa to something more sensible. I did hit that "old" limit myself in Kasts when I was listening to a 6 hour long podcast. I had updated Kasts to rescale all values for the slider to seconds rather than milliseconds. With seconds being used, even the "new" limit would be at 60+ hours (I think), which should be ok. Let me also open an MR against Elisa to implement rescaled internal Slider "value" and "to". I already have it half-implemented on my end because I used that rescaling to debug the problem in the first place. -- You are receiving this mail because: You are watching all bug changes.