testing.

Testing hacky SubtitlesOctopus implementation in Jekyll
It’s not working :(

Update: IT WORKED! this was so fucking painful lmao

  • So apparently JS workers don’t load if the file is being loaded externally, it had to be on the same server. Mine was sitting on the seedbox and being loaded onto Netlify, so it kept breaking
  • seedbox didn’t have Access-Control-Allow-Origin set either so the rest of the videos also refused to load. fun.

OK next test. Attempt to load video from plyr.html and hook SubtitlesOctopus on that to keep them as separate plugins.

It works :)

Test 3: Add a custom button to plyr for enabling/disabling SubtitlesOctopus
Also Works :)