Eric Martindale
Eric Martindale
One of the temporary fixes, #45, is now merged & deployed. You can now enable this new behavior via the settings icon. Thanks for the code, @fractaloop!
Bypassing user preferences is something we want to avoid, so we instead have a setting to "Always open links in a new window" up top, in the settings window. When...
Got it. We'll fix this soon!
This is awesome. I'll bounce another pull request to your repo sometime this coming week to smooth out the rest of the playlist and importing features as intended. P.S.: I've...
+1! I absolutely have been wanting to do this, so if you've got an idea on what you think it'd look like feel free to share -- either here or...
FYI, I started on this! Getting things out of "terrible hack" status into "barely admissable" by structuring things neatly into `./lib/soundtrack.js`. Take a look, please!
I like this idea! +1. We should open at least one other issue to resolve the CPU problem though; video.js is likely not falling back to native support for YouTube...
@zkent I've implemented `/stream off` and `/stream on`, does this lower CPU usage? Though, I'm not sure why CPU usage would be so high, as we're only allowing the HTML5...
Try `soundtrack.player.dispose()` next time, let's see if it's related to the player or something else.
Let's figure out how to tackle the CPU use problem; the API exists for anyone to develop a chat-only mode, but it won't be a priority for me for a...