[amarok] [Bug 369672] [Amarok] Editing genre-tag leads to corrupt ogg/vorbis header on some files.

2016-11-21 Thread Pascal VITOUX
https://bugs.kde.org/show_bug.cgi?id=369672

--- Comment #9 from Pascal VITOUX  ---
I found a bug in taglib 1.11.1 ( https://github.com/taglib/taglib/issues/775 )
which is used by Amarok and the gstreamer and vlc backends.

So If you can reproduce the bug inside Amarok (if you still have the non
corrupted version of your ogg files) you can try with a patched version of
taglib (the patch is my comment on github)

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

[amarok] [Bug 369672] [Amarok] Editing genre-tag leads to corrupt ogg/vorbis header on some files.

2016-11-14 Thread Pascal VITOUX
https://bugs.kde.org/show_bug.cgi?id=369672

Pascal VITOUX  changed:

   What|Removed |Added

 CC||vitoux.pas...@gmail.com

--- Comment #8 from Pascal VITOUX  ---
(In reply to Guilherme Furst from comment #2)
> Aleluiah brother, I' had this issue last week and went crazy seeing random
> ogg files getting corrupted all around my collection.
> ...
> Still not really sure how the corruption happens, but changing the album
> tags seems like a good option, most of the ones that got corrupted for me
> happened change album and tagged as 'various artists'.
> ...

I can confirm the corruption with Amarok 2.8.0-9 on Archlinux. Some of my ogg
files are getting corrupted after being played with Amarok. 

I use the "Write statistics to file" option , so I guess the corruption happens
when the playcount tag is updated.

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

[amarok] [Bug 369672] [Amarok] Editing genre-tag leads to corrupt ogg/vorbis header on some files.

2016-11-14 Thread Pascal VITOUX
https://bugs.kde.org/show_bug.cgi?id=369672

Pascal VITOUX  changed:

   What|Removed |Added

 CC||vitoux.pas...@gmail.com

--- Comment #8 from Pascal VITOUX  ---
(In reply to Guilherme Furst from comment #2)
> Aleluiah brother, I' had this issue last week and went crazy seeing random
> ogg files getting corrupted all around my collection.
> ...
> Still not really sure how the corruption happens, but changing the album
> tags seems like a good option, most of the ones that got corrupted for me
> happened change album and tagged as 'various artists'.
> ...

I can confirm the corruption with Amarok 2.8.0-9 on Archlinux. Some of my ogg
files are getting corrupted after being played with Amarok. 

I use the "Write statistics to file" option , so I guess the corruption happens
when the playcount tag is updated.

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

[amarok] [Bug 369672] [Amarok] Editing genre-tag leads to corrupt ogg/vorbis header on some files.

2016-11-21 Thread Pascal VITOUX
https://bugs.kde.org/show_bug.cgi?id=369672

--- Comment #9 from Pascal VITOUX  ---
I found a bug in taglib 1.11.1 ( https://github.com/taglib/taglib/issues/775 )
which is used by Amarok and the gstreamer and vlc backends.

So If you can reproduce the bug inside Amarok (if you still have the non
corrupted version of your ogg files) you can try with a patched version of
taglib (the patch is my comment on github)

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

[konsole] [Bug 368596] foreground process infos are not updated when getting them

2016-09-19 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368596

Pascal VITOUX  changed:

   What|Removed |Added

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

--- Comment #1 from Pascal VITOUX  ---
fixed in the master branch :
https://quickgit.kde.org/?p=konsole.git&a=commit&h=3747ecfde0800804717203d7f5fa0f96c0791052

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

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


[konsole] [Bug 368785] konsole tab title format only uses the first program you ever ran, not the current one

2016-09-19 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368785

Pascal VITOUX  changed:

   What|Removed |Added

 CC||vitoux.pas...@gmail.com

--- Comment #7 from Pascal VITOUX  ---
*** Bug 368596 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 368596] New: foreground process infos are not updated when getting them

2016-09-11 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368596

Bug ID: 368596
   Summary: foreground process infos are not updated when getting
them
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: vitoux.pas...@gmail.com

Foreground process informations , used for tab title or some dbus queries , are
not updated when the process is replaced by another one. 

This bug was introduced by commit " 79ca76a94 - Fix checking of foreground
process "
In Session::getProcessInfo() :  _foregroundProcessInfo is updated only the
first time (when null).
The only other time it gets updated is by calling
Session::foregroundProcessName() .




Reproducible: Always

Steps to Reproduce:
1. Open a tab in Konsole and use the default tab title format ( %d : %n ) 
2. Run command "sleep 2"
3. Run command "cat"

Actual Results:  
When running the second command, the tab title is updated with the process name
of the first command ("sleep") .

Expected Results:  
When running the second command, the tab title should be updated with the name
of the process currently running ("cat") .

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


[konsole] [Bug 368596] foreground process infos are not updated when getting them

2016-09-19 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368596

Pascal VITOUX  changed:

   What|Removed |Added

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

--- Comment #1 from Pascal VITOUX  ---
fixed in the master branch :
https://quickgit.kde.org/?p=konsole.git&a=commit&h=3747ecfde0800804717203d7f5fa0f96c0791052

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

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


[konsole] [Bug 368785] konsole tab title format only uses the first program you ever ran, not the current one

2016-09-19 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368785

Pascal VITOUX  changed:

   What|Removed |Added

 CC||vitoux.pas...@gmail.com

--- Comment #7 from Pascal VITOUX  ---
*** Bug 368596 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 368596] New: foreground process infos are not updated when getting them

2016-09-11 Thread Pascal VITOUX via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368596

Bug ID: 368596
   Summary: foreground process infos are not updated when getting
them
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: vitoux.pas...@gmail.com

Foreground process informations , used for tab title or some dbus queries , are
not updated when the process is replaced by another one. 

This bug was introduced by commit " 79ca76a94 - Fix checking of foreground
process "
In Session::getProcessInfo() :  _foregroundProcessInfo is updated only the
first time (when null).
The only other time it gets updated is by calling
Session::foregroundProcessName() .




Reproducible: Always

Steps to Reproduce:
1. Open a tab in Konsole and use the default tab title format ( %d : %n ) 
2. Run command "sleep 2"
3. Run command "cat"

Actual Results:  
When running the second command, the tab title is updated with the process name
of the first command ("sleep") .

Expected Results:  
When running the second command, the tab title should be updated with the name
of the process currently running ("cat") .

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