keifufu / WebNowPlaying-Rainmeter

Rainmeter Adapter for WebNowPlaying
MIT License
94 stars 4 forks source link

Tidal issues #3

Closed dettlafferetein closed 1 year ago

dettlafferetein commented 1 year ago

I encountered some problems when trying to get data from Tidal native player.

Position - Doesn't reset between songs, continuously builds up. Rewinding the song in either direction still keeps the timer at what it is. Refreshing rainmeter doesn't reset the timer either.

Duration - always 0:00.

Progress - is always at 100 (assuming because of duration always at 0:00).

Album name is also absent, but not a big issue.

I have no experience in C#, but I'll mess around with the code in my free time and see if I can find the source of the problem.

keifufu commented 1 year ago

I believe Tidal doesn't report this information to Windows, I'm sorry. This is something Tidal has to implement.

The position continuously building up is a bug though, it should be stuck at 0:00 if players don't report it.

dettlafferetein commented 1 year ago

The position continuously building up is a bug though, it should be stuck at 0:00 if players don't report it.

Position doesn't build up when you pause, only when you play.

keifufu commented 1 year ago

Yup I'm aware