Alexey
Alexey
> The information would show either after the album name or under it (for the UX designer to consider) There's no place for release date if we put it under...
It's in "Gaming" category. Make sure you allowed to scrobble from this category: 
I think this could be resolved by skipping excluded tracks like we skip podcasts if they're disallowed. In this case users will see the video is recognized, but is blocked...
Hi! Technically, it could be added, with some limitations though (no play/pause recognition); I think it's not a big problem for a such service. There's also an alternative website called...
What is your issue?
I'm sorry, but I still can't understand the problem. How is it related to the extension?
> I wanted it to recognize the embed video in another page. You can use the `youtube-embed` connector, but you should specify URL patterns for each website you want to...
You should add a new entry to the `connectors.js` file: ```js { label: 'your website label', matches: [ 'your website URL pattern', ], js: 'connectors/youtube-embed.js', id: 'your website ID', }...
https://github.com/web-scrobbler/web-scrobbler/blob/master/src/core/connectors.js
What do you mean by filters?