Bug 424567

Summary: Edit track details does not always work in local collection
Product: [Applications] amarok Reporter: dragoninspire
Component: Collections/LocalAssignee: Amarok Bugs <amarok-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: pedrogomes81, ralf-engels, tuomas
Priority: NOR    
Version First Reported In: kf5   
Target Milestone: kf5   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description dragoninspire 2020-07-23 10:10:06 UTC
The right click menu option to edit track details does not always open the edit tracks window in the local collection.

It works as expected when right clicking on album or artist groups, but not when right clicking on individual tracks.

SOFTWARE/OS VERSIONS
Amarok: 2.9.70
Linux: openSUSE Leap 15.2
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.12.7
Comment 1 Pedro de Carvalho Gomes 2020-07-24 09:24:43 UTC
I have noticed the same issue and already started to take a look. The issue seems to be caused by some wrong internal type conversion. Instead of the SQLMeta, which holds info for local collection, track type is the generic Meta.

Currently I'm busy concluding the port of Amarok scripting engine to QJSEngine. I take a look as soon as I conclude it, which might take a while.
Comment 2 Tuomas Nurmi 2024-03-23 22:21:07 UTC
Haven't experienced this in a while, so I guess it got fixed at some point.