Elisa from git master. I often find myself wanting to find the on-disk location of a song in my music library. In most other music players, this is present via a "Show file location" context menu item (though it doesn't have to take that form), but Elisa has no such feature.
Thanks for your report. This makes sense.
I noticed that in the new context view, the currently playing file's path is visible and it has a little folder icon. If the text were made into a link that invoked `KIO::highlightInFileManager()`, that would be a quick win for the current-y playing song. Then we'd just need a way to get the location of a not-currently-playing song. Maybe in the metadata window for that song? A context menu would seem logical too, but Elisa doesn't have those. :)
*** Bug 417965 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/184
Git commit b49c0af4d7d1a364d1c0c66c73f69e02ed98cdd2 by Nate Graham. Committed on 11/11/2020 at 22:32. Pushed by ngraham into branch 'release/20.12'. Add feature to show files in file manager Now you can show songs' location on disk using your file manager. This functionality is implemented as new hover buttons in playlist, list, and grid browser delegates, and a new always-visible button on the Now Playing footer toolbar. The button does not appear on grid delegates for files (e.g. in the Files view) due to a pre-existing bug also affecting the Details button. This will have to be fixed separately. FIXED-IN: 20.12 M +6 -0 src/elisaapplication.cpp M +2 -0 src/elisaapplication.h M +7 -7 src/qml/ContextView.qml M +25 -0 src/qml/GridBrowserDelegate.qml M +11 -0 src/qml/ListBrowserDelegate.qml M +11 -0 src/qml/PlayListEntry.qml https://invent.kde.org/multimedia/elisa/commit/b49c0af4d7d1a364d1c0c66c73f69e02ed98cdd2