Add sort tags to context view

This commit is contained in:
Mark
2025-07-28 12:26:49 +02:00
committed by Jonas Kvinge
parent 27e782d8cf
commit e45b9aabeb
4 changed files with 87 additions and 0 deletions

View File

@@ -486,6 +486,54 @@
<string>Add song original year tag</string>
</property>
</action>
<action name="action_artistsort">
<property name="text">
<string>%artistsort%</string>
</property>
<property name="toolTip">
<string>Add song artistsort tag</string>
</property>
</action>
<action name="action_albumartistsort">
<property name="text">
<string>%albumartistsort%</string>
</property>
<property name="toolTip">
<string>Add song albumartistsort tag</string>
</property>
</action>
<action name="action_titlesort">
<property name="text">
<string>%titlesort%</string>
</property>
<property name="toolTip">
<string>Add song titlesort tag</string>
</property>
</action>
<action name="action_composersort">
<property name="text">
<string>%composersort%</string>
</property>
<property name="toolTip">
<string>Add song composersort tag</string>
</property>
</action>
<action name="action_performersort">
<property name="text">
<string>%performersort%</string>
</property>
<property name="toolTip">
<string>Add song performersort tag</string>
</property>
</action>
<action name="action_albumsort">
<property name="text">
<string>%albumsort%</string>
</property>
<property name="toolTip">
<string>Add song albumsort tag</string>
</property>
</action>
</widget>
<resources/>
<connections/>