Bug 424567 - Edit track details does not always work in local collection
Summary: Edit track details does not always work in local collection
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Collections/Local (show other bugs)
Version: kf5
Platform: openSUSE Linux
: NOR normal
Target Milestone: kf5
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-23 10:10 UTC by dragoninspire
Modified: 2024-03-23 22:21 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.