From eba9e7ef2f930ae605199e7222b8d9badb68ca1c Mon Sep 17 00:00:00 2001 From: Chris Ham Date: Sat, 13 Oct 2018 09:12:07 -0700 Subject: [PATCH 1/3] notes --- fgfm.TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fgfm.TODO b/fgfm.TODO index bd75783..4b4a916 100755 --- a/fgfm.TODO +++ b/fgfm.TODO @@ -27,6 +27,16 @@ Ideas: ☐ Web interface for viewers to issue commands -- twitch extension?! ☐ Support songrequests -- play through discord? +StreamWebRemote: + - OBS Websocket Connection Mgmt + - Stream Start/Stop/Restart + - Video Queue Mgmt + - Video DB Mgmt + Users: + - use twitch login + - video requests + - room requests + ___________________ Archive: ✔ video length @done (18-09-28 09:33) @project(TODO) From 0f030992bd5e0b26e0fe6059eb952113c9bcae6f Mon Sep 17 00:00:00 2001 From: Chris Ham Date: Sat, 20 Oct 2018 10:24:28 -0700 Subject: [PATCH 2/3] vid updates --- conf/rooms.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ conf/vods.json | 6 ++--- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/conf/rooms.json b/conf/rooms.json index bdb209e..6cbf28b 100755 --- a/conf/rooms.json +++ b/conf/rooms.json @@ -12223,5 +12223,65 @@ "fps": 60, "length": 48.933984 } + }, + { + "id": 817, + "shortPath": "/comparisons/desert-exit.mp4", + "winPath": "\\comparisons\\desert-exit.mp4", + "dungeonId": "04", + "dungeonName": "hera", + "roomId": "01", + "roomName": "desert-exit-comparisons", + "videoData": { + "width": 960, + "height": 720, + "fps": 60, + "length": 14.183 + } + }, + { + "id": 818, + "shortPath": "/comparisons/bnc.mp4", + "winPath": "\\comparisons\\bnc.mp4", + "dungeonId": "01", + "dungeonName": "escape", + "roomId": "20", + "roomName": "bnc-comparisons", + "videoData": { + "width": 960, + "height": 720, + "fps": 60, + "length": 12.27 + } + }, + { + "id": 819, + "shortPath": "/comparisons/escape-1st-keyguard.mp4", + "winPath": "\\comparisons\\escape-1st-keyguard.mp4", + "dungeonId": "01", + "dungeonName": "escape", + "roomId": "11", + "roomName": "1st-keyguard-comparisons", + "videoData": { + "width": 960, + "height": 720, + "fps": 60, + "length": 5.78 + } + }, + { + "id": 820, + "shortPath": "/comparisons/pod-arrow-statue-dash-vs-walk.mp4", + "winPath": "\\comparisons\\pod-arrow-statue-dash-vs-walk.mp4", + "dungeonId": "06", + "dungeonName": "pod", + "roomId": "30", + "roomName": "pod-arrow-statue-comparisons", + "videoData": { + "width": 960, + "height": 720, + "fps": 60, + "length": 24.52 + } } ] \ No newline at end of file diff --git a/conf/vods.json b/conf/vods.json index b8411ab..35c514c 100755 --- a/conf/vods.json +++ b/conf/vods.json @@ -498,12 +498,12 @@ { "id": "pb-any-no-eg", "category": "Personal Best", - "label": "Personal Best: Any% No EG (30:28) [2018-09-09]", + "label": "Personal Best: Any% No EG (29:05) [2018-10-14]", "name": "Any% No EG (PB)", "chatName": "Any% No EG (PB)", - "filePath": "Y:\\media\\videos\\ALttP\\my-vids\\personal-bests\\any%-no-eg\\2018-09-09-no-eg-3028.mp4", + "filePath": "Y:\\media\\videos\\ALttP\\my-vids\\personal-bests\\any%-no-eg\\2018-10-14-no-eg-2905.mp4", "sceneItem": "16x9ph", - "length": 1833, + "length": 1777, "includeInShuffle": true }, { From c3da69bf48a357a7d2330ce7abb40318814d4121 Mon Sep 17 00:00:00 2001 From: Chris Ham Date: Mon, 22 Oct 2018 10:58:19 -0700 Subject: [PATCH 3/3] rename auw --- sfx/{auhwuh.mp3 => auw.mp3} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename sfx/{auhwuh.mp3 => auw.mp3} (100%) diff --git a/sfx/auhwuh.mp3 b/sfx/auw.mp3 similarity index 100% rename from sfx/auhwuh.mp3 rename to sfx/auw.mp3