[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=397591

Dr. Chapatin  changed:

   What|Removed |Added

 CC||emailm...@protonmail.com

--- Comment #9 from Dr. Chapatin  ---
*** Bug 368707 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=397591

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/1bb02b98cfedf
   ||d6b51ac8de0c34a5778659433f7
   Version Fixed In||5.12.7
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #8 from Kai Uwe Broulik  ---
Git commit 1bb02b98cfedfd6b51ac8de0c34a5778659433f7 by Kai Uwe Broulik, on
behalf of Arsen Arsen.
Committed on 06/09/2018 at 08:29.
Pushed by broulik into branch 'Plasma/5.12'.

[Media Player] Change int to double for positions

In previous versions of Plasma, media player had an overflow bug in positions,
leading to the player resetting to 00:00.
This only affects files longer than around 33 minutes 20 seconds.
FIXED-IN: 5.12.7

Differential Revision: https://phabricator.kde.org/D15311

M  +1-1applets/mediacontroller/contents/ui/ExpandedRepresentation.qml

https://commits.kde.org/plasma-workspace/1bb02b98cfedfd6b51ac8de0c34a5778659433f7

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

--- Comment #7 from arsenarsen...@outlook.com ---
Done.
https://phabricator.kde.org/D15311

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=397591

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #6 from Kai Uwe Broulik  ---
Thanks for your patch! Indeed changing the property to double should fix this
since we had a similar overflow issue with the "Length" property that was also
changed to a double. Can you please upload that patch to Phabricator [1] for
review, as patches on the bug tracker often get overlooked? You'll find more
information on our wiki [2]. Thanks!

[1] https://phabricator.kde.org/
[2] https://community.kde.org/Get_Involved/development

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

--- Comment #5 from arsenarsen...@outlook.com ---
It is in reverse, my bad. I wrote it in a hurry and ended up swapping the
operands.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=397591

--- Comment #4 from Christoph Feck  ---
Thanks for the investigation. Is the patch from comment #3 the correct diff, or
the reverse diff going from the fixed version to the current version?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

arsenarsen...@outlook.com changed:

   What|Removed |Added

 Attachment #114791|Changing the position to a  |Changing the position to a
description|double the same way the |double the same way the
   |lenght was changed to a |length was changed to a
   |double fixes the media  |double fixes the media
   |player  |player

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

arsenarsen...@outlook.com changed:

   What|Removed |Added

   Assignee|k...@privat.broulik.de   |arsenarsen...@outlook.com
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #3 from arsenarsen...@outlook.com ---
Created attachment 114791
  --> https://bugs.kde.org/attachment.cgi?id=114791=edit
Changing the position to a double the same way the lenght was changed to a
double fixes the media player

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

--- Comment #2 from arsenarsen...@outlook.com ---
While this is technically a duplicate issue, the resolution of #377623 did not
cover the position, which is what this issue is about. I'd like to provide new
reproduction steps though:
1) Open a file in a media player and seek it to 34 minutes
2) Try to seek the file using the Plasma media player
3) The media player seek bar resets to 00:00
I've also found that pushing past the point of 36 minutes seems to reset the
Plasma media player back to 00:00

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-09-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=397591

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---


*** This bug has been marked as a duplicate of bug 377623 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397591] seeking a player past 33m22s resets seek bar to 00:00

2018-08-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397591

arsenarsen...@outlook.com changed:

   What|Removed |Added

 CC||arsenarsen...@outlook.com

-- 
You are receiving this mail because:
You are watching all bug changes.