Skip to content

Instantly share code, notes, and snippets.

@JLaferri
Last active March 26, 2020 07:32
Show Gist options
  • Save JLaferri/a4f67390d7d5a39be89857c3375985c9 to your computer and use it in GitHub Desktop.
Save JLaferri/a4f67390d7d5a39be89857c3375985c9 to your computer and use it in GitHub Desktop.
Input to Dolphin to queue up multiple clips
{
"mode":"queue",
"queue":[
{
"path":"D:\\Slippi\\Tournament-Replays\\Pound-2019\\Station 101-A\\Game_20190419T100350.slp",
"startFrame":65,
"endFrame":711
},
{
"path":"D:\\Slippi\\Tournament-Replays\\Pound-2019\\Station 101-B\\Game_20190419T102006.slp",
"startFrame":4965,
"endFrame":5552
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment