Thomas R. Koll
Thomas R. Koll
@xemle I use vim, running on the host. If you find that having whatever extra plugins your use for VSCode to be useful, add another docker-compose file or even a...
> I was jut wondering whether the changes in the connector for BBC Sounds ([#5648](https://github.com/web-scrobbler/web-scrobbler/pull/5648)), which are underway, could help in the changes for this bug/PR. The changes in the...
It does scrobble, it's just that the bbc website is sometimes slow about updating the "now playing" song.
It should show 3.18.0 (Oct 21st) on the extension's page in your browser.
@ksshea now that's interesting, I haven't seen the "Now Playing" on anything but the first time in the track list. Yeah, the code in wrong for this case as it...
@ksshea ah, you're not talking live radio here? Well, my problem is that I'm know to 6music listeners as "Thomas from Austria" and can only listen to live radio. I...
@ksshea I pushed a commed on my fork, have a look if it works for non-live. Judging by your screenshot it should. @jonjomckay this really might just be on the...
@bgangemi The data-testid is looking for a attribute on a html tag, not for plain text as you describe it but it might make sense that the value is different....
I see `rail-aod_tracks`. Anyone with a different one?
@ksshea the nth child selector is already gone in my commit and I just changed the player selector to a much more general `[data-testid*="tracks"]`