You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Would it be possible to add a allowlist to certain channels? For example, I'd love to add Internet Comment Etiquette's promo pieces to an "allow ads from" list as they're generally hilarious.
I may look into PRing this myself, as it looks like the video_artist var is available and it should be fairly trivial to check this against a list.
Cheers
The text was updated successfully, but these errors were encountered:
So I would have a hard time working on this myself. I'd be happy to accept a pull request though!
Ideally, we'd have an SBCALLOWEDCHANNELS (I'd prefer to avoid whitelist, due to racial connotations) variable which could be grepped over or similar. If you decide to implement it, I'd be happy to help however I can.
Ah, interesting! I hadn't yet looked at the actual output of go-chromecast so wasn't sure. I was just working on a project to unpause/pause chromecasts that had been paused for more than 4 minutes to avoid the timeout-back-to-ambient when YouTube had been paused for too long. Once I've got that going I'll be happy to give this a shot!
Would it be possible to add a allowlist to certain channels? For example, I'd love to add Internet Comment Etiquette's promo pieces to an "allow ads from" list as they're generally hilarious.
I may look into PRing this myself, as it looks like the
video_artist
var is available and it should be fairly trivial to check this against a list.Cheers
The text was updated successfully, but these errors were encountered: