*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY STEPS TO REPRODUCE 1. qdbus6 2. choose org.mpris.MediaPlayer2.Elisa 3. get org.mpris.MediaPlayer2.Player Metadata OBSERVED RESULT Metadata::xesam:asText not found EXPECTED RESULT 'xesam:asText':String SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: opensuse TW (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Can you provide some context here? Why would this be desirable?
(In reply to Nate Graham from comment #1) > Can you provide some context here? Why would this be desirable? desktop lyric software like waylyrics,need to get lyrics form network (Inaccurate,Because it’s based on the song title and website) or music player Fortunately freedesktop provides the specification MPRIS v2 MPRIS v2 metadata guidelines have xesam:asText(https://www.freedesktop.org/wiki/Specifications/mpris-spec/metadata/#xesam:astext ) This is the raw data of all the lyrics of a song. type String ,LRC format Elisa Already supported tag lyrics I think Elisa should also have the original data of lyrics It will make the lyrics of the desktop lyrics software accurate and will not repeatedly write wrong lyrics files. This is also part of the mpris v2 specification
Thanks!