In kid3, it would be nice t be able to change the selected items to all the ones that aren't selected. For example if I have a list of 20 songs and I have the first ten elected in order to change the ID3, sometimes I want to change the selected items to the other ten songs to work with those. As it is now, I have to start selecting from the beginning every time I switch from one group to the other.
Git commit dca577f475e821e9dcb3d9e0b032ebef8882e5e5 by Urs Fleisch. Committed on 18/10/2020 at 17:55. Pushed by ufleisch into branch 'master'. New function Edit/Invert Selection M +3 -0 src/app/kde/kdemainwindow.cpp M +2 -1 src/app/kde/kid3ui.rc M +8 -0 src/app/qt/kid3mainwindow.cpp M +29 -0 src/core/model/kid3application.cpp M +5 -0 src/core/model/kid3application.h https://invent.kde.org/multimedia/kid3/commit/dca577f475e821e9dcb3d9e0b032ebef8882e5e5
I have implemented this. Have a look at version git20201018 in https://sourceforge.net/projects/kid3/files/kid3/development/. The function is available in menu Edit/Invert Selection.