nichobi / sponsorblockcast

A shell script that skips sponsored YouTube content on all local Chromecasts
GNU General Public License v3.0
348 stars 15 forks source link

Fix for Cast groups and dash in UUID #7

Closed Ceralor closed 3 years ago

Ceralor commented 3 years ago

Cast groups aren't supported for running YouTube. Additionally, dashes in the UUID caused the script to create an invalid var name, and was spawning endless copies of the script. My little server was whirring away with 238 threads of sponsorblockcast.

This change excludes Cast groups from the UUIDs filtered, and also removes dashes from UUIDs as a forward-compatibility measure in case go-chromecast behavior changes in the future.

nichobi commented 3 years ago

Thank you!