!next Timestamp

I’m trying to smooth out the flow of my stream. I like to keep track of what level I play at what time in the stream so if I need to go back for a clip i have an Idea when in the VOD to be looking. I am doing this by hand right now and it takes a few seconds and feels clunky.

is there a way to get the !next command to add a timestamp and level code or name to a file or something ?

No, but you could use a tool to download the chat log from a VOD, and search that log for the level code.

Thank you! Any suggestions for a tool? I’m a bit new and appreciate recommendations so I don’t end up trying something untrustworthy.

You’ll need to install Node.JS, and then in command prompt, run npm i -g twitch-chatlog. After that, it should let you just run twitch-chatlog, like it says in the twitch chatlog documentation.

You’re a true scholar and a gentleman(person). Thank you for sharing your time to help me out.

1 Like