update msnoeg vid
This commit is contained in:
@@ -534,8 +534,8 @@
|
|||||||
"label": "Personal Best: Mirror Shield No EG (11:38) [2017-07-02]",
|
"label": "Personal Best: Mirror Shield No EG (11:38) [2017-07-02]",
|
||||||
"name": "Mirror Shield No EG (PB)",
|
"name": "Mirror Shield No EG (PB)",
|
||||||
"chatName": "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",
|
"filePath": "Y:\\media\\videos\\ALttP\\my-vids\\personal-bests\\mirror-shield-no-eg\\2017-07-02-mirror-shield-no-eg-1138-resized.mp4",
|
||||||
"sceneItem": "16x9ph",
|
"sceneItem": "4x3ph",
|
||||||
"length": 738,
|
"length": 738,
|
||||||
"includeInShuffle": true
|
"includeInShuffle": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -27,10 +27,13 @@ TODO:
|
|||||||
- Countdown for X minutes is triggered and shown
|
- Countdown for X minutes is triggered and shown
|
||||||
- Once countdown finishes, switch to intro scene and play
|
- Once countdown finishes, switch to intro scene and play
|
||||||
- Switch to fgfm once intro finishes
|
- Switch to fgfm once intro finishes
|
||||||
|
☐ Stop
|
||||||
|
-
|
||||||
☐ Support for $pause -- not sure how to pull this off
|
☐ Support for $pause -- not sure how to pull this off
|
||||||
☐ Tool to output list of video ID's / descriptions
|
☐ Tool to output list of video ID's / descriptions
|
||||||
☐ Stream alerts for chat
|
☐ Stream alerts for chat
|
||||||
☐ Rotating background images (leftside)
|
☐ Rotating background images (leftside)
|
||||||
|
☐ Support gif's via command through gifph
|
||||||
|
|
||||||
Ideas:
|
Ideas:
|
||||||
☐ Web interface for viewers to issue commands -- twitch extension?!
|
☐ Web interface for viewers to issue commands -- twitch extension?!
|
||||||
|
|||||||
@@ -142,6 +142,7 @@ function FGFM(config) {
|
|||||||
this.showCommercial = (video, callback) => {
|
this.showCommercial = (video, callback) => {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
let handleFinish = () => {
|
let handleFinish = () => {
|
||||||
|
console.log('commercial is finished playing...');
|
||||||
this.state.commercialPlaying = false;
|
this.state.commercialPlaying = false;
|
||||||
if (typeof callback !== 'undefined') callback();
|
if (typeof callback !== 'undefined') callback();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user