Describe the bug
Looks like SNDTST - https://sndtst.com/ - isn't being supported although it was implemented a while back
How to reproduce
Steps to reproduce the behavior:
Expected behavior
Expected site to be recognized and songs to scrobble
Screenshots


Debug logs
Debug logs
core/background/storage/wrapper.js:68 storage.Options = {
"disableGa": true,
"disabledConnectors": "[hidden]",
"forceRecognize": false,
"scrobblePercent": 50,
"scrobblePodcasts": false,
"useNotifications": false,
"useUnrecognizedSongNotifications": false
}
core/background/storage/wrapper.js:68 storage.ListenBrainz = {
"isAuthStarted": true
}
core/background/storage/wrapper.js:68 storage.LastFM = {
"sessionID": "*********",
"sessionName": "**"
}
core/background/storage/wrapper.js:68 storage.LibreFM = {}
core/background/storage/wrapper.js:68 storage.Connectors = {
"Tidal": {
"useShortTrackNames": false
},
"YouTube": {
"scrobbleEntertainmentOnly": false,
"scrobbleMusicOnly": false
}
}
core/background/storage/wrapper.js:68 storage.Core = {
"appVersion": "2.29.0"
}
core/background/storage/wrapper.js:68 storage.Notifications = {}
core/background/object/scrobble-service.js:62 Bind Last.fm scrobbler
core/background/object/scrobble-service.js:48 Unable to bind Libre.fm
bindAllScrobblers @ core/background/object/scrobble-service.js:48
core/background/util/util.js:158 ListenBrainz: Use https://listenbrainz.org/profile/
core/background/util/util.js:158 ListenBrainz: Use https://listenbrainz.org/login/musicbrainz?next=%2Fprofile%2F
core/background/util/util.js:158 ListenBrainz: Failed to get session
debugLog @ core/background/util/util.js:158
core/background/object/scrobble-service.js:48 Unable to bind ListenBrainz
bindAllScrobblers @ core/background/object/scrobble-service.js:48
Environment (please complete the following information)
Additional context
N/A
@edelstone Hi! Thanks for reporting.
There was an issue with a URL pattern for this website that prevented the extension to recognize it. I've already fixed the issue, and a new version of the extension will detect the website.
As a temporary solution you can add a custom URL pattern for the SNDTST connector via a "gear" button near a connector label.
Here is the URL pattern for the SNDTST: *://sndtst.com/*
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.