Skip to content

fix(Tidal): fix activity after Tidal UI update#10662

Merged
theusaf merged 2 commits intoPreMiD:mainfrom
theelgass:main
Apr 15, 2026
Merged

fix(Tidal): fix activity after Tidal UI update#10662
theusaf merged 2 commits intoPreMiD:mainfrom
theelgass:main

Conversation

@theelgass
Copy link
Copy Markdown
Contributor

@theelgass theelgass commented Apr 7, 2026

Description

Update selectors for new Tidal UI

  • Replace #footerPlayer with [data-test="track-info"]
  • Fix song title selector: [data-test="footer-track-title"] a
  • Fix artist selector: [data-test="footer-artist-name"] a
  • Fix artwork selector: figure[data-test="current-media-imagery"] img
  • Fix play/pause detection: button[data-test="pause"]
  • Fix repeat and repeat one detection via [data-test="icon--player__repeat-once"]
  • Fix timestamp parsing (string index → split(':'))
  • Replace deprecated getTimestamps and timestampFromFormat functions

Acknowledgements

Screenshots

image

@theusaf theusaf enabled auto-merge (squash) April 13, 2026 17:18
@theusaf theusaf requested a review from Bas950 April 13, 2026 17:18
@theusaf theusaf merged commit b0edbf0 into PreMiD:main Apr 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants