wolbee
wolbee
  • 8
  • 17 675

วีดีโอ

How to make an Opt-In Clip Shoutout command for Twitch in SAMMIHow to make an Opt-In Clip Shoutout command for Twitch in SAMMI
How to make an Opt-In Clip Shoutout command for Twitch in SAMMI
มุมมอง 5368 หลายเดือนก่อน
Video tutorial on how to use SAMMI to create an opt-in clip shoutout command for Twitch. Links: Full button codes available on my GitHub: github.com/wolbee/SAMMI_Tutorials/tree/main/Clip Shoutout Chrizzz's Get Random Clip extension: ko-fi.com/s/90575f1126 Twitch API Documentation: dev.twitch.tv/docs/api/reference/ Thanks: @Falinere: www.twitch.tv/falinere FilmScotland: www.twitch.tv/filmscotlan...
How to Automatically Post a "Gone Live" Message to Discord using SAMMIHow to Automatically Post a "Gone Live" Message to Discord using SAMMI
How to Automatically Post a "Gone Live" Message to Discord using SAMMI
มุมมอง 1.4K2 ปีที่แล้ว
This button can automatically post a customisable "Gone Live" message to Discord, including your stream title and game. Please note that since recording this video, LioranBoard 2 CE has been renamed SAMMI - this is why the title etc says SAMMI, but LioranBoard is in the video. DOWNLOADS/LINKS Full button code available on my GitHub: github.com/wolbee/SAMMI_Tutorials/blob/main/Discord Auto Live ...
How to use SAMMI and other tools to combat hate raids on TwitchHow to use SAMMI and other tools to combat hate raids on Twitch
How to use SAMMI and other tools to combat hate raids on Twitch
มุมมอง 6422 ปีที่แล้ว
A video showcasing tools and a SAMMI deck to help combat hate raids on Twitch. Please note that since recording this video, LioranBoard 2 CE has been renamed SAMMI - this is why the title etc says SAMMI, but LioranBoard is in the video. DOWNLOADS/LINKS: Sery_Bot: www.twitch.tv/sery_bot Lockdown Deck: github.com/wolbee/SAMMI_Tutorials/tree/main/Hate Raid Response Commander Root tools: twitch-too...
How to make a Death Counter command for Twitch in SAMMIHow to make a Death Counter command for Twitch in SAMMI
How to make a Death Counter command for Twitch in SAMMI
มุมมอง 3.2K2 ปีที่แล้ว
Video tutorial on how to use SAMMI to create 4 death counter related chat commands for Twitch. !deaths = current deaths !deaths = add 1 to total !deaths- = minus 1 from total !deaths x = set total to x PLEASE NOTE: • There is a follow-up video to this, as 2 commands are missing from this version: th-cam.com/video/-Un4AFPqtp4/w-d-xo.html • Since recording this video, LioranBoard 2 CE has been re...
How to make the LioranBoard 1 Premade Buttons in SAMMIHow to make the LioranBoard 1 Premade Buttons in SAMMI
How to make the LioranBoard 1 Premade Buttons in SAMMI
มุมมอง 1.7K2 ปีที่แล้ว
Due to the announcement that both Twitch's kraken API will be shutdown, and the Discord support for LioranBoard 1 will end by 1st March 2022, this video serves as a tutorial on how to create buttons in SAMMI that were an option to be premade in LioranBoard 1. Please note that since recording this video, LioranBoard 2 CE has been renamed SAMMI - this is why the title etc says SAMMI, but LioranBo...
How to make an Automated Welcome message for Twitch chat in SAMMIHow to make an Automated Welcome message for Twitch chat in SAMMI
How to make an Automated Welcome message for Twitch chat in SAMMI
มุมมอง 4.5K2 ปีที่แล้ว
This button can automatically respond to users the first time they chat in your channel that stream. Made in SAMMI. Please note that since recording this video, LioranBoard 2 CE has been renamed SAMMI - this is why the title etc says SAMMI, but LioranBoard is in the video. DOWNLOADS Full button code for both buttons, plus the replies.ini file, are available on my GitHub: github.com/wolbee/SAMMI...
How to make a Shoutout command for Twitch in SAMMIHow to make a Shoutout command for Twitch in SAMMI
How to make a Shoutout command for Twitch in SAMMI
มุมมอง 5K2 ปีที่แล้ว
Video tutorial on how to use SAMMI to create a shoutout chat command for Twitch. Please note that since recording this video, LioranBoard 2 CE has been renamed SAMMI - this is why the title etc says SAMMI, but LioranBoard is in the video. DOWNLOADS Full button code available on my GitHub: github.com/wolbee/SAMMI_Tutorials/tree/main/Shoutout VIDEO CHAPTERS 0:00 Introduction 0:20 Triggers 2:26 Pu...

ความคิดเห็น

  • @jaydesu
    @jaydesu 2 หลายเดือนก่อน

    Thanks @wolbee this was an amazing guide. I wanted to remove the player controls (play button, timeline, etc) appearing on the clips and came up with the following code to be pasted into the Custom CSS field in OBS (thanks ChatGPT). I don't know if there's a better way to do it but this worked for me: ------------------------------------------ Custom CSS: /* Hide Twitch player controls */ body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } /* General CSS selectors for video controls */ button, .player-controls__right-control-group, .player-controls__left-control-group, .player-controls__header, .player-overlay { display: none !important; } /* Hide controls bar */ .player-controls { display: none !important; } /* Hide overlays */ .player-overlay, .player-captions { display: none !important; } /* Hide the pause/play button in the middle of the video */ .video-player__overlay { display: none !important; } /* Fullscreen container might hold some controls */ .fullscreen .player-controls, .fullscreen .player-controls__left-control-group, .fullscreen .player-controls__right-control-group { display: none !important; } /* Hide the bottom volume, clip, settings controls */ .player-controls__right-control-group { display: none !important; } ------------------------------------------ Hope this helps!!

    • @wolbee
      @wolbee 2 หลายเดือนก่อน

      Nice! I've not messed much with Custom CSS for OBS Browser sources, but this is definitely useful to know

  • @JunkyardDaveArchive
    @JunkyardDaveArchive 3 หลายเดือนก่อน

    Thank you for the tutorial. At the very beginning, when you add the trigger, it literally says "boardcaster" instead of "broadcaster". :D Was this intentional at some point? If not, silly mistake.

    • @wolbee
      @wolbee 3 หลายเดือนก่อน

      Honestly, back in the Lioranboard days, either option is equally likely...

  • @pipkiller94
    @pipkiller94 3 หลายเดือนก่อน

    hey Wolbee, so i tried following this, double checked like 8 times i didnt do anything wrong but couldnt seem to get it to work. I can get it to work individually, but the second go into the steps of adding a variable response for everyone else it only uses that response and doesnt grab the name of the user the way it does in my already made command for everyone. So I currently have two buttons set up, one for the specific people, and one as a generic response to everyone. My question would be is there a way to EXCLUDE user names from one of them, so that I could just make it so the people I made custom ones for dont get included in the generic prompt. I know this is extra steps, but its the way ive gotten it to work lol

    • @wolbee
      @wolbee 3 หลายเดือนก่อน

      I'm gonna reach out to you on Discord, since I kinda need to see what you've done to work out what's going wrong... Then I'll come back and explain what's going on for anyone else who needs it :)

    • @wolbee
      @wolbee 3 หลายเดือนก่อน

      Was mostly just a case of applying the last IF statement from the 2nd part of the video to the first to combine the buttons... all sorted 🙂

  • @Darkqualza
    @Darkqualza 5 หลายเดือนก่อน

    Hi there! using Lioranboard2 here! (not too diff from Lioranboard, just better UI and few more options) Regarding then Toggling a source on/off: Been trying to get this command to work to toggle a camera source off and on (when a channel point button is redeemed in chat). So far it has not had a reaction to said cam source. Any clue how to fix this? I followed your video instructions to the T. (Except, naming the fetch value as "hide", & Save Value As "isHidden". Also, naming the buttonID as "CamToggle" instead) However, if I use "Source Change Visibility" command alone, it will turn off that source the moment I redeemed the channel point button. But cannot be used as a toggle on/off. Only if I set it on a timer to return source to visible again with the same command under it. Do you know a way I can get this to just be a toggle off/on source (in that order)?

    • @wolbee
      @wolbee 5 หลายเดือนก่อน

      This was made in LioranBoard 2 - LB1 had a premade deck that didn't get included in LB2, so I decided to remake it. So this video is actually quite outdated - the OBS Request is for websocket 4, and OBS 28+ now comes with websocket 5 installed, so that could be why it's not getting the visibility correctly. Also, this was made in LioranBoard 2, and since then, SAMMI has been released and is miles better - updates, QoL improvements, and hasn't been abandoned by the developer! As such, I haven't used LB2 since SAMMI was released, so what will work in SAMMI might not work for LB2. I would recommend updating to SAMMI (all your decks should transfer over), and then you can use either the OBS Pull Source Value command, or the templates for the ws5 requests to get the visibility of the source. There's also a Source Toggle Visibility command, which simplifies this button, but I dislike the command so don't use it. Let me know how you want to proceed, and I'll see how I can help 🙂

    • @Darkqualza
      @Darkqualza 5 หลายเดือนก่อน

      @@wolbee I was not aware that LB2 was abandoned? That is sad to hear... I will have to research into SAMMI before I begin setting that up. But it seems that will likely be the case, all considering. Have you made a video for SAMMI regarding a source toggle combined w/ a trigger linked to a twitch channel point reward use? Or have a screenshot of how to make that work posted somewhere else?

    • @wolbee
      @wolbee 5 หลายเดือนก่อน

      @@Darkqualza Yeah, the last update to LB2 was over 2 years ago. I don't have a screenshot, but it should be as simple as having a Channel Point Redeem trigger and a Source Toggle Visibility command. If you want to use Source Change Visibility instead, you'd use OBS Pull Source Value to pull the current visibility, then an IF statement that says "if currently visible, make not visible, else, make visible"

  • @correoprueba-us9lu
    @correoprueba-us9lu 5 หลายเดือนก่อน

    Is there a way to implement this same model but with Twitch clips

    • @wolbee
      @wolbee 5 หลายเดือนก่อน

      What do you mean? If you're talking about automatically posting to Discord when a clip is made, no - there's no Clip Created event from Twitch, so there can't be a SAMMI Trigger for it. You could do a sorta-automatic version, where you copy the clip link to your Clipboard, then manually run a button which grabs the link from the Clipboard and posts to Discord. If neither of those are what you mean, please let me know 🙂

  • @wolbee
    @wolbee 7 หลายเดือนก่อน

    It's come to my attention that this button can crash on the Wait for Timeout on line 27. The problem seems to be that using the reference to an object in variables doesn't always work as expected. I've updated the button JSON with the fix, which requires v2023.3.1 or later: Line 17 (Array Random) - remove clipInfo from the 2nd box, and add clipPos to the 3rd box. Just after that (but still inside the blue border), add a Set Local Variable command: clipInfo = response.data[clipPos] Finally, add an Exit command after that that Exits if clipInfo == (leave the box blank) It should end up looking like this: raw.githubusercontent.com/wolbee/SAMMI_Tutorials/main/Clip%20Shoutout/clipSO%20Fix.png

    • @growliappears
      @growliappears 7 หลายเดือนก่อน

      It still crashes for me whenever there's no clip found.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      @@growliappearsHonestly, one day I'll learn to read ALL of the message before responding... but that day was not yesterday! after the Array Random and the Set Local Variable, add an Exit if clipInfo == (leave the 2nd box blank)... will update the picture and comment above to incorporate this

    • @growliappears
      @growliappears 7 หลายเดือนก่อน

      @@wolbee Please don't worry. You're doing an amazing job and I'm thankful. It works perfectly now - thank you a lot! 🧡

  • @DunstansShoe
    @DunstansShoe 7 หลายเดือนก่อน

    Weirdly, I kept getting a crash on the duration timeout saying "unable to add undefined to a string". Ended up having to take the "clipInfo.duration" and saving it to a new variable I just called number and doing the timeout calculation with that instead. No idea why that was an issue. I didn't think it would work. I was just saving a new variable to check the duration was populating correctly as part of troubleshooting, but once I saw that it was populating right, I figured I'd try using the testing variable to see if it'd work, and it sure did. Annoying issue that wasted a lot of my time to solve, but that's how it is sometimes. Good tutorial, though. Thanks.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Ah, this clears something up from someone else who had the same issue, and I couldn't work out which command was crashing... The issue seems to come from the whole "using the object's reference instead of saving the object". I've pinned a comment with a fix for it :)

  • @growliappears
    @growliappears 7 หลายเดือนก่อน

    Thank you so much for guiding us through the process step by step! It helped me quite a lot and even though the API grabbing you set up at the beginning did not quite work for me I was able to fiddle my old "code" into the rest of your string. One problem I have is that SAMMI crashes on "Wait For Timeout" when entering a wrong username and thus not generating a proper "clipInfo.duration". Is there a way to prevent that issue? Also sometimes a pop up prevents the clip from playing when the channel is set to mature. I don't know why but sometimes the clip plays, while other times it wont. Autoplay is enabled. I tried something like adding "&mature=true" to the link but that does not seem to work either. Any ideas on that? Once again. Thank you a lot! For someone who at least tries to understand what's going on in codes that is very valuable information.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Glad I could help :) I'm curious as to what went wrong with your API call vs what I had - as you can see in the video, what I had worked, so it'd be interesting to see what happened... It shouldn't crash on the Wait, but on a command after it... if you add an IF response == (leave the box blank) between lines 16 and 17, you can put something like a "no clips found" chat message in the IF section, then Exit. As far as I know, "&mature=true" isn't a valid parameter for the link... Try using the Interact button on the browser source and log in to Twitch - that way, your settings should apply.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      I've also just realised which Wait for Timeout command you were saying was crashing - the one that waits for the clip to play... Check the pinned comment for a fix :)

  • @NaNoBite-bw3hk
    @NaNoBite-bw3hk 7 หลายเดือนก่อน

    Thank you so much for this! I was able to add a command to play a sound effect, and could use one button as a template to make automatic entrance music for all of my VIPs. There really is so much you can do with this as a base.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Awesome :) It's possible to use this 1 button for ALL your VIPs, rather than 1 button per person - you'd use a Switch Statement on the username/ID, with a Case Statement inside for each person.

  • @ElitePanther
    @ElitePanther 7 หลายเดือนก่อน

    is this thing not working anymore, I have just as it shows in the video and it doesn't send any message in discord, I event imported the button, change the webhook in it and my twitch ID and still it doesn't send any message in discord.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Did you check the pinned comment with a change you need to make due to a SAMMI update?

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Ah, this also uses ws4 Triggers - for ws5, you need to follow the steps in this comment: th-cam.com/video/UTB54mIcMBI/w-d-xo.html&lc=UgyT_hbjiY9_kiUj-K94AaABAg.9gIH1kk4Fm_9gIK79ewkcH

    • @ElitePanther
      @ElitePanther 7 หลายเดือนก่อน

      that link just sends be back to the video, but I found the comment, ty @@wolbee

    • @ElitePanther
      @ElitePanther 7 หลายเดือนก่อน

      is there a way to add a thumbnail to the message?@@wolbee or my twitch profile image

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      @@ElitePantherit should've highlighted the comment below the video, but glad you found it... hope it helps 🙂

  • @dstnva
    @dstnva 7 หลายเดือนก่อน

    Hi Wolbee, thank you for an amazing tutorial! I was wondering if there was a quick explanation you could give for a command that would send a screen that my chat has taken using a channel point I've already created to discord. I already have the screenshot commands setup, I just don't know how to get SAMMI to send the file to discord.

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      Sending files to Discord isn't something easily doable with just the built-in commands - Chrizzz's Discord Extension just got an update to do this though: ko-fi.com/s/4858c2ede1

  • @Ikazmorukian
    @Ikazmorukian 7 หลายเดือนก่อน

    @wolbee, when testing after the api call (ref. 12:50), I don't get the "response" variable

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      If you don't get response, check the URL is correct, or increase the Timeout amount in the Wait command. If neither of those work, contact me via 1 of the links in my channel page, or via the SAMMI Discord server, and I'll help you out.

    • @Ikazmorukian
      @Ikazmorukian 7 หลายเดือนก่อน

      @@wolbee I think some of the changes I made for my parameters was breaking, I got the json and follow copy step by step and now it works!! Thanks for Reply

  • @dr1ckx
    @dr1ckx 8 หลายเดือนก่อน

    Do I need the extension? cause I have this error '' userID : undefined'' in variables after execute this

    • @wolbee
      @wolbee 7 หลายเดือนก่อน

      userID is in the 2nd button, not the main one, so the extension won't help with that. Double check what you saved the user_id pull value as in the Trigger Pull Data command (line 1, 7:27 ish). It also depends how you're testing it - if you're testing it with the Bridge, you might get different results than with live chat... If you still need help, if you have Discord, join the SAMMI server ( discord.gg/dXez8Zh ) and post in there, or DM me directly on there, or contact me via the links on my channel page.

  • @mrprof0601
    @mrprof0601 8 หลายเดือนก่อน

    Well edited and extremely informative. Thank you for the guide!

  • @Zewwy_ca
    @Zewwy_ca 9 หลายเดือนก่อน

    Thanks for another great tutorial. I'm not sure what I did wrong, I have a second account and tested with it but it wouldn't trigger the button. It be nice if your tutorial was a bit different in that instead of starting off with unique replies off the hop, start with a generic reply to all users, then show off adding unique responses, all while maintaining the initial variable technique. Then do the whole thing again (new button) doing the ini file technique, it would have made the tutorial a little easier to follow and to expand on. I feel by following it step by step I messed it up somehow. Like usual I hopefully can understand the concept as a whole and get it working. Thanks man, helpful again. (Update) Strange I made a small change (added a basic twitch send chat command), and it all of a sudden started working for a standard reply to all user, though I don't see how that would have made it work from before (Which was suppose to activate a media source, which wasn't working). I swear there are some bugs in SAMMI (my own ignorance).... but still a great application.

  • @missapodysis
    @missapodysis 10 หลายเดือนก่อน

    very helpful! any way to make it trigger twitch's built in /shoutout? (i tried a couple things, but i failed)

    • @wolbee
      @wolbee 10 หลายเดือนก่อน

      Yeah, there should be a Twitch: Shoutout command if you're on SAMMI v2023.1.0 or higher

    • @missapodysis
      @missapodysis 10 หลายเดือนก่อน

      @@wolbee yes i can see the twitch shoutout function, but it didn't work any of the ways i tried so far... i even tried exactly like this but w/ the so instead. i must be doing something wrong

    • @wolbee
      @wolbee 10 หลายเดือนก่อน

      @@missapodysisdo you have Discord? If so, join the SAMMI discord, create a post in the general help section with screenshots, and tag me (@wolbee). If not, you can send me the screenshot either via Twitter or email (both found on my channel page)

    • @missapodysis
      @missapodysis 10 หลายเดือนก่อน

      sorry to not get to this yet. i was delighted to find that my deck is broken with the most recent update nolonger supporting the lioran app, and nothing i can do will make my tablet see the sammi panel, so this is on the back-burner for now ....i may download another deck today as it's been weeks and i am tired. if i stick w/ sammi i will get to this soon (edit to clarify this isn't a call for help, i'm just sour and whining, but if my post doesn't appear it's cos i moved)

    • @wolbee
      @wolbee 10 หลายเดือนก่อน

      @@missapodysis I've talked a few people through getting Panel to connect, so I'm more than happy to help with that too (even though Networking is the WORST to troubleshoot). We can do it in text chat, voice call, or even a screen-share call, if you want.

  • @DemonicVaeriel
    @DemonicVaeriel 10 หลายเดือนก่อน

    Thanks gamer, still works ;D <3

  • @DerEichler
    @DerEichler 11 หลายเดือนก่อน

    The Recording and Streaming Status sadly doesnt seem to work anymore, because OBS switched to OBSws5. So do you have any hints on how to get it running again? I always get a "Error 501" when executing the button

    • @wolbee
      @wolbee 11 หลายเดือนก่อน

      Oh, yeah, ws5 is a thing... Thank you for this - I'll add a link to this comment in the video description :) For WS5 only: instead of Fetch OBS Data, add a Send OBS Request command, then click the dropdown arrow to the right of the big box for the JSON to go in - from there, select Stream Requests, then GetStreamStatus (or Record Requests > GetRecordStatus). After that, change the Fetch Value to responseData.outputActive - everything else should work again. Same for Pause/Resume Recording, but this time the Fetch Value is responseData.outputPaused

  • @picburg-games
    @picburg-games 11 หลายเดือนก่อน

    Thank you for your work!

  • @Gaebs
    @Gaebs ปีที่แล้ว

    Hey, is there a possibility to trigger a button for the first chat message from each user?

    • @wolbee
      @wolbee ปีที่แล้ว

      If you mean their first EVER message in your chat, yes - if you pull the "first" trigger data, that's 1 if it's their first ever message, 0 if not. Exit if not 1, then continue your button. If you mean their first message this stream, that's exactly what this button does.

    • @Gaebs
      @Gaebs ปีที่แล้ว

      @@wolbee no I mean't firest message ever thank you :)

  • @wolbee
    @wolbee ปีที่แล้ว

    So, looks like 2023.2.2's change to Twitch: Get Channel Info also kinda broke this button... If your Twitch: Get Channel Info command says "User ID" for the label of the first box, proceed as the video says to. If your Twitch: Get Channel Info command says "Channel (default: _______)" (with your account name in), put /$user$/ in the first box, and delete lines 2 and 3 (Twitch: Get User Info and Wait Until Variable Exists: info)

    • @Zewwy_ca
      @Zewwy_ca 10 หลายเดือนก่อน

      Thanks for the tutorial, I figured this one out only to realize you pinned the answer. Oh well. Any chance you know how to play twitch clip from SAMMI? I wanted to add a pop up showing a clip of the user you shout out. I haven't been able to find a tutorial on how to do it using SAMMI. Thanks this was still helpful.

    • @wolbee
      @wolbee 10 หลายเดือนก่อน

      ​@@Zewwy_ca the timing on this is uncanny... I did a stream yesterday where I made a "!clipSO" command that plays a clip on stream when you shout out a person who approved clip shoutouts (it defaults to no clip), and someone asked if I'd make it into a video tutorial. It'll take a bit of time to make a polished video, so if you can't wait (and can tolerate my stream rambling), you could check out the VOD of the stream. Otherwise, look out for the video by the end of January (setting myself a hard deadline so I can feel guilty when I inevitably miss it 😅)

    • @Zewwy_ca
      @Zewwy_ca 10 หลายเดือนก่อน

      @@wolbee Thanks I watched your VOD and was able to get the gist of it working, although with a bit more simplicity by using the property embed_url, instead of just url along with the browser source. I noticed you added 5 seconds to your timeout command, I don't know what is wrong with that command I just can't get it to work properlly. E.G. I add 12000 delay on the toggle source off command, and it works as expected, the source gets disabled after 12 seconds, I then place a wait command before this command and also set it to 12000, but for some reason it acts as if that wait command is set to 0, and the disable source command never gets reached. It's driving me bonkers.... Wow I figure it out, the issue was literally cause I had a 500 ms delay on the command that turns the browser source on(visible), I did not see that coming. It's as if that delay was causing that command to be triggered AFTER the timeout even though the timeout was later in the flow of commands. I was fighting this one thing for like an hour...

    • @wolbee
      @wolbee 9 หลายเดือนก่อน

      @@Zewwy_caI didn't even see the embed_url property 🤦‍♂🤦‍♂🤦‍♂ what source type did you put the embed url into then, if not a browser source? Delays are done from the start of the button, not the previous command - it's only when 2 or more commands have the same delay value that the order is determined by which is first in the button. Glad you got it to work though

    • @Zewwy_ca
      @Zewwy_ca 9 หลายเดือนก่อน

      @@wolbee The same source type (browser source), just made the change setting field a little more understandable. "Delays are done from the start of the button, not the previous command"... That is not very intuitive design approach, but I guess that is a super helpful tid bit to know that I have not seen discussed anywhere.

  • @devilsvalentine
    @devilsvalentine ปีที่แล้ว

    I have it crash on my end but maybe its because theres a new version of sammi because some things are called differently for me

    • @wolbee
      @wolbee ปีที่แล้ว

      Sorry for the delay in responding, I was out all day yesterday... I still use this button when I stream, and I don't have it crash. If you have quote marks in your stream title, make sure you follow the steps in the pinned comment: th-cam.com/video/UTB54mIcMBI/w-d-xo.html&lc=UgzRC0_H2PC4InHqXFF4AaABAg If you want help fixing your button and you have discord, you can join the SAMMI Discord server ( discord.gg/dXez8Zh ), create a post in General Help with screenshots of your commands, and tag me (@wolbee), or just DM me directly. If you don't have Discord, you can message me directly on Twitter ( twitter.com/JustWolb ), Twitch ( www.twitch.tv/wolbee ), or by email ( justwolb@gmail.com )

  • @MiaussyOro
    @MiaussyOro ปีที่แล้ว

    Thank you so much for your video! i've been struggling with a change scene error for days and I was able to fix it with your help ;n;

    • @wolbee
      @wolbee ปีที่แล้ว

      🥳

  • @DarkphonixTTV
    @DarkphonixTTV ปีที่แล้ว

    hey there thanks for the tutorial, can I execute another Button via this Welcome message? I have a Button with sound for my viewers ( chatter1 hast chatter1 and chatter 2 chatter 2 sound) . But when I type the command of the other Button in the Welcome message it won´t work.

    • @wolbee
      @wolbee ปีที่แล้ว

      SAMMI cannot trigger itself from chat - you'll need to add a Trigger Button command to this button, with the button ID of the button with the sounds. Depending on how that button is set up, you may also need to provide a username, in which case I would suggest using a Trigger Extension Trigger command instead (something like "sounds /$username$/", or whatever your username variable is) and adding an Extension Trigger to the sounds button ("sounds *" - the same as in the command, but with a wildcard instead of the variable) and pull the wildcard in the button. If you need any more help with this, feel free to contact me on Discord (either DM or via the SAMMI server) or Twitter.

  • @marrizard
    @marrizard ปีที่แล้ว

    for some reason the channel variable isnt updating with the info variable all the time. its mismatching games to streamers

    • @wolbee
      @wolbee ปีที่แล้ว

      Sorry to hear that you're having issues with this. It's difficult to diagnose the issue without being able to see your commands, button settings, etc., but I think your problem is that it's using the previous person's data. There are 2 ways to fix this: 1. Add a Delete Variable command at the top of the button, deleting all variables. The benefit of this method is that you can still see the information in the variable viewer once the button has run. 2. Edit the Settings of the button to turn Local Variable Persist off. This also removes the button from the list in the variable viewer, so you don't have as many in there. If that's not the problem, another possible way to fix this could be to increase the Timeout After values for each Wait command... maybe 3000? If none of these fix it, please join the SAMMI Discord and tag me in a post in the general help section with screenshots of your commands, trigger, and button settings.

    • @marrizard
      @marrizard ปีที่แล้ว

      @@wolbee yep, adding a delete variable did the trick.

  • @nanotechnicianhq
    @nanotechnicianhq ปีที่แล้ว

    I wonder why it looked familiar, why the name change.. anyway, thanks for the video.

    • @wolbee
      @wolbee ปีที่แล้ว

      The name change happened after the split - it was originally the Community Edition, but as we started to get more features and want to distance ourselves more, we decided to rebrand.

  • @ryansartin-j7j
    @ryansartin-j7j ปีที่แล้ว

    i did everything but it says undefined

    • @wolbee
      @wolbee ปีที่แล้ว

      Which bit says undefined? Feel free to DM me on Twitter or Discord with screenshots.

    • @The_Accosta
      @The_Accosta 6 วันที่ผ่านมา

      hi @@wolbee i have the same problem, The game ID tells me undefined /$channel.game_name$/

    • @wolbee
      @wolbee 5 วันที่ผ่านมา

      @@The_Accosta did you see the pinned comment about how there are different Get Channel Info commands, based on your SAMMI version? If so, and it still doesn't work, can you please contact me with screenshots of your commands? You can DM me on Twitter or Discord, email me, or contact me via the SAMMI subreddit or Discord server.

  • @SpookiestTanuki
    @SpookiestTanuki ปีที่แล้ว

    Hey Wolbee, this was a really helpful tutorial both for the intended purpose and for getting a better understand of how SAMMI works in general! Thank you for making this!

  • @crixmorgan
    @crixmorgan ปีที่แล้ว

    OMG!! thank you so much!! I just started using sammi and yeah... my age shows...lol!! this got me going though!!

  • @Keith_FM
    @Keith_FM ปีที่แล้ว

    Thank you for this and your other tutorial videos. I'd hit a wall in trying to learn how to apply my ideas to SAMMI and you've busted down that wall for me.

  • @CrowsunGG
    @CrowsunGG ปีที่แล้ว

    The Fade Out in Stop Button is hidden or can't be done anymore?

    • @wolbee
      @wolbee ปีที่แล้ว

      I'm not sure what you mean, but this video is now over a year old, and a lot has changed since it was released... could you give me a timestamp to the button/command in question, and some more details?

  • @ArtyomHavok
    @ArtyomHavok ปีที่แล้ว

    thank you this was just what i needed!

  • @dangerousdee5025
    @dangerousdee5025 ปีที่แล้ว

    hi i dont have csv delete i only have csv delete column or csv delete Row what one should i use

    • @wolbee
      @wolbee ปีที่แล้ว

      🤦‍♂ CSV Delete got renamed to CSV Unload in a recent update, and I didn't think about my videos. Thank you 🙂

    • @dangerousdee5025
      @dangerousdee5025 ปีที่แล้ว

      Thank you and the video was really good 😁

  • @BeersAndBeatsPDX
    @BeersAndBeatsPDX 2 ปีที่แล้ว

    Right on! This helped me with another command I was trying to figure out how to make

  • @raindescends8012
    @raindescends8012 2 ปีที่แล้ว

    Hey wolbee! quick question. for the new obs update theres only StreamStateChanged and not stream started and stream ends. how would i make it so i can still do this? it such a cool thing id love to incorporate but im still fairly new to Sammi. thanks in advance for your help!

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      There's a few steps you need to do to update this to OBSws5: 1. Change the Triggers to a single OBS Trigger, with the Update Type being StreamStateChanged 2. in line 0 (Trigger Pull Data), change the Pull Value to outputState 3. Change the case statements as such: a. StreamStarted is now OBS_WEBSOCKET_OUTPUT_STARTED b. StreamStopped is now OBS_WEBSOCKET_OUTPUT_STOPPED

    • @raindescends8012
      @raindescends8012 2 ปีที่แล้ว

      @@wolbee thank you so much! Sammi is such a cool program and your videos are awesome for someone just learning it. i appreciate you for you superman fast response!

  • @ramsreef3999
    @ramsreef3999 2 ปีที่แล้ว

    Great tutorial

  • @djanemave7714
    @djanemave7714 2 ปีที่แล้ว

    Hi, can i make a button for posting " i`m live " on Instagram or Facebook ?

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      It's not something I've looked into, but if they have an API that allows you to use a POST HTTP Request, then it might be doable. My suggestion would be to join the SAMMI Discord and ask in there.

  • @BeersAndBeatsPDX
    @BeersAndBeatsPDX 2 ปีที่แล้ว

    nice one! can you add the username at the end of the "generic" message so it tags the new chatter?

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      Yeah, that's doable - just add @/$chatter$/ to the end of the message to tag the person. If you want to use their display name instead of their username (the difference between, say, "BeersAndBeats" (display name) and "beersandbeats" (username)), add another Trigger Pull Data above to pull the display name instead, and put that variable instead of chatter at the end of the message.

    • @BeersAndBeatsPDX
      @BeersAndBeatsPDX 2 ปีที่แล้ว

      @@wolbee right on! Thanks. I just binged all your videos. Can't wait to see what else you come up with

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      @@BeersAndBeatsPDX me neither... been on a massive dry spell lately, and I need ideas 😅

  • @TheStormyClouds
    @TheStormyClouds 2 ปีที่แล้ว

    Very great and concise tutorial. Your voice is perfect for it and you're able to get right to the point without any unneeded filler.

  • @S4l4m4nder36
    @S4l4m4nder36 2 ปีที่แล้ว

    Thank you for this video, very helpful, simple, without any lame 30 second intros, pure perfection.

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      so you're saying my next video should start with an over-the-top "HEY GUYS! So I was walking my goldfish and this thought came to me and..." *5 minutes later* "so anyway, don't forget to like and subscribe, and now we'll get on with the video... after this 3 minute sponsorship spiel from Raid Shadow Legends" ? 😂😂😂

    • @S4l4m4nder36
      @S4l4m4nder36 2 ปีที่แล้ว

      @@wolbee exactly. Maybe also instead of talking, just write into a text editor window and put loud techno music in the background, that's just how I like my tutorial videos.😆

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      @@S4l4m4nder36 Unregistered HyperCam 2 🥰

  • @bluefray6886
    @bluefray6886 2 ปีที่แล้ว

    This is so helpful! Thank you for posting these tutorials, so easy to follow ^^ I was wondering if you could help me with an idea, I'm not the best with lioranboard so Im really lost. Is there a way I can do /timeout <name> in chat and have that <name> show up on screen (using source change for my text source Im assuming)?

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      I'm so glad you found it helpful 🙂 Yes, that's definitely possible. You can set a Twitch Moderation trigger to look at timeouts, then in the commands, do a Trigger Pull Data, pulling the target. Then use a Source Change Text command to send to OBS.

    • @bluefray6886
      @bluefray6886 2 ปีที่แล้ว

      @@wolbee Thank you! I'll give it a shot and see if I can manage haha. I found the lb discord so if I have any issues Ill find you there :)

  • @dj_9iron
    @dj_9iron 2 ปีที่แล้ว

    Good content. Thanks.. I'm having troubles with subscribers commands and triggers for some reason?

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      It's difficult to diagnose the issue without a bit more information, and preferably some screenshots - join the LioranBoard discord and provide that info in the help channel, and we can help you out: discord.gg/dXez8Zh While you wait for the discord's 30 minute "quarantine" timer to pass, you could try revoking your Twitch token in LB, and getting a new one.

  • @gamelxrd
    @gamelxrd 2 ปีที่แล้ว

    This is awesome! It would be very cool to see the same tutorial for a Telegram channel, if it is possible! Thanks for the great video!

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      LioranBoard only officially supports Twitch and TH-cam channels, but if Telegram has a publicly available API, then a similar thing can be done using Get HTTP Request commands... but you'll have to look them up yourself 😛

    • @gamelxrd
      @gamelxrd 2 ปีที่แล้ว

      @@wolbee Roger that, thanks for the reply! 🥰

  • @capitaineorphyvod
    @capitaineorphyvod 2 ปีที่แล้ว

    As always a perfect tutorial Thanks Wolbee <3

  • @instinctivelyspontaneous4900
    @instinctivelyspontaneous4900 2 ปีที่แล้ว

    Loved how simple it was to follow along with this tutorial. It also helped me to see how I can further utilize LB2's commands. Thanks so much for this!

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      You're welcome 😁

  • @hist
    @hist 2 ปีที่แล้ว

    Just wanted to say thanks for this detailed and easy-to-follow video. Got things working first time without any troubles. Also, it's great to see how supportive you are with folks having issues in the comments :) Kudos!

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      It's so great to hear something worked first time - whenever someone has an issue, I'm always worried it's because I did something wrong... I like helping people 🙂 it's why I posted the videos (which will return, once I'm done with my latest projects), and why I'm active in the comments and the LioranBoard discord. It's just a shame people can't post screenshots in these comments, because then I wouldn't have to say "hey, join the discord so I can help you better"

  • @guysomeonelegit4498
    @guysomeonelegit4498 2 ปีที่แล้ว

    Hey so this & the first time chatter effect only works for me but no one else, would you know why?

    • @wolbee
      @wolbee 2 ปีที่แล้ว

      Without seeing your commands and triggers, I can't say for certain, though I would imagine that the first time chatter effect's issue is that your first Exit statement is set to == when it should be !=. I saw you're in the Beyond Streaming discord, so tag me in the LioranBoard channel with either screenshots of your buttons or the exported JSON code for them, and I'll take a look. I'll tag you in there in a couple of days if I don't hear from you.