sonixd icon indicating copy to clipboard operation
sonixd copied to clipboard

Can you write playback progress to SMTC, so that other applications can call to get and synchronize lyrics?

Open Chikage0o0 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Currently there are projects that can get the playback progress and song title singer through SMTC, and display desktop lyrics.

https://github.com/cnbluefire/HotLyric

So can the software write the playback progress to SMTC at the same time, so that other software can get the playback progress information easily.

Describe the solution you'd like Write the playback progress information to SystemMediaTransportControlsTimelineProperties, so that other software can call it easily.

Chikage0o0 avatar Apr 23 '22 11:04 Chikage0o0

I will try to add this in 1.0.0.

If you or someone else wants to try adding it for the current 0.x.x version, the current SMTC controls are implemented here: https://github.com/jeffvli/sonixd/blob/c430494653a260a69f3e47b833bcd4e9750df90a/src/main.dev.js#L276-L338

jeffvli avatar Apr 25 '22 22:04 jeffvli