Bug 488124 - Request : MPRIS Metadata provide xesam:asText
Summary: Request : MPRIS Metadata provide xesam:asText
Status: CONFIRMED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-06 18:08 UTC by w3215869193
Modified: 2024-06-12 14:50 UTC (History)
1 user (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 w3215869193 2024-06-06 18:08:22 UTC
***
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
Comment 1 Nate Graham 2024-06-07 14:44:31 UTC
Can you provide some context here? Why would this be desirable?
Comment 2 w3215869193 2024-06-08 03:26:52 UTC
(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
Comment 3 Nate Graham 2024-06-12 14:50:53 UTC
Thanks!