update msnoeg vid

This commit is contained in:
Chris Ham
2018-10-23 17:23:33 -07:00
parent 159d5a328c
commit 8e92d37338
3 changed files with 6 additions and 2 deletions

View File

@@ -534,8 +534,8 @@
"label": "Personal Best: Mirror Shield No EG (11:38) [2017-07-02]",
"name": "Mirror Shield No EG (PB)",
"chatName": "Mirror Shield No EG (PB)",
"filePath": "Y:\\media\\videos\\ALttP\\my-vids\\personal-bests\\mirror-shield-no-eg\\2017-07-02-mirror-shield-no-eg-1138.mp4",
"sceneItem": "16x9ph",
"filePath": "Y:\\media\\videos\\ALttP\\my-vids\\personal-bests\\mirror-shield-no-eg\\2017-07-02-mirror-shield-no-eg-1138-resized.mp4",
"sceneItem": "4x3ph",
"length": 738,
"includeInShuffle": true
},

View File

@@ -27,10 +27,13 @@ TODO:
- Countdown for X minutes is triggered and shown
- Once countdown finishes, switch to intro scene and play
- Switch to fgfm once intro finishes
☐ Stop
-
☐ Support for $pause -- not sure how to pull this off
☐ Tool to output list of video ID's / descriptions
☐ Stream alerts for chat
☐ Rotating background images (leftside)
☐ Support gif's via command through gifph
Ideas:
☐ Web interface for viewers to issue commands -- twitch extension?!

View File

@@ -142,6 +142,7 @@ function FGFM(config) {
this.showCommercial = (video, callback) => {
return new Promise((resolve, reject) => {
let handleFinish = () => {
console.log('commercial is finished playing...');
this.state.commercialPlaying = false;
if (typeof callback !== 'undefined') callback();
}