View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019072 | MMW 5 | General | public | 2022-05-11 13:20 | 2022-06-15 20:52 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | tweak | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.4 | Fixed in Version | 5.0.4 | ||
Summary | 0019072: Change handling of extended tags to asynchronous | ||||
Description | Currently we read extended tags as string JSON with all extended tags and this info is kept in track structures as normal tags. Because they can be quite large, we should use similar approach as for lyrics and comments - keep only a fraction (e.g. max. 200 chars) as short version and load full JSON only asynchronously on demand, e.g. for properties dialog. Just note, that cut version of JSON (extendedTagsShort) may not be reliably parsed, where parsing needed, everybody should use new getExtendedTagsAsync function then. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2652 | ||||
|
Fixed in build 2650. |
|
2E320000 editing properties on multiple files is an immediate AV. This may be a regression introduced by this change. |
|
Regression fixed in build 2651. |
|
00794D74 when editing Properties on multiple files on 2651. |
|
I can confirm same behavior. |
|
As talked offline "It only happens when multiple files are edited through Properties. Tagging through Media Tree or assigning Rating from Context don't have this problem." No issues using Scripts eg. Edit tags -> Swap Artist and Title |
|
Fixed in build 2652. Test note - I could reproduce it only if editing multiple files without opening Custom tag tab. |
|
Verified on 2652 |