Bug 264092 - When renaming files JuK clears "genre" field and asks whether to save changes
Summary: When renaming files JuK clears "genre" field and asks whether to save changes
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: 3.5 (KDE 4.5)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 16:56 UTC by Michał
Modified: 2011-04-25 04:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.6.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał 2011-01-23 16:56:54 UTC
Version:           3.5 (KDE 4.5) (using KDE 4.5.4) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:
Create a list, edit files data using tag editor. Add "genre" information. Save changes using C-t.

Select files and press C-r to rename files.

Actual Results:  
After confirmation dialog JuK clears "genre" field of selected files and asks for each file whether user want to save changes to the file.

Expected Results:  
Renaming should not affect file tags.
Comment 1 Michael Pyne 2011-04-25 04:40:04 UTC
SVN commit 1229047 by mpyne:

Backport proper tag editor updating to 4.6.3.

Full details are in the commit message for the relevant trunk commit
(r1229044), but this commit essentially properly updates the tag editor on
collection changes so that the displayed title, artist, and genre still
reflect the selected tracks. A bug prior to this fix reset those fields to the
first value in their respective list of possibilities.

This effect does not play well with file renaming, so I believe this also
fixes 271054 (or at least I cannot reproduce it) and the possibly-duplicate
bug 264092 (which would be a dup of 271054 if Michał's genre list had an
empty genre as its first entry). I also cannot reproduce 264092 with this fix,
so please reopen if I've closed the bugs too hastily.

And before I forget: The issue was identified and fixed by Giorgos Kylafas, so
send your thanks (if any) his way. ;)

In case it isn't clear, the 4.6.3 refers to the KDE compilation release, not
the internal JuK version.

CCMAIL:gekylafas@gmail.com
BUG:264092
BUG:271054
FIXED-IN:4.6.3


 M  +4 -1      tageditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1229047