Deck Hopper listens to pointer events on Windows devices, and to touch events on mobile devices. There’s no touch and hold event it natively listens to. So, if the context menu is popping up, that’s because Windows is telling it to register it as a right click button. I’m not sure how I’d go about disabling it without preventing the whole context menu from showing up.
Christina K
Creator of
Recent community posts
Thanks for your response! I still think including code under this policy doesn’t make practical sense, considering the current state of software development.
Considering that almost every dev today uses AI tools like Copilot, even generating a single function with Copilot would require us to use the AI tag, according to your reply. It basically means that almost every project will need the AI tag.
This makes is less useful for anyone wanting to filter content based on AI usage, since many users do not understand the difference between Github Copilot which is used as an efficiency tool, and something like Midjourney where it’s being used to generate full assets like artwork.
This will lead to either:
- Devs not being honest about using AI
- Overusing the AI tag where 90% of projects are marked as AI which kind of misses the point because filtering out AI will return very few results
Hi, you can install it as any other SAMMI extension: https://sammi.solutions/extensions/install
Hi, Can you make sure you’re on the latest version of OBS, you’re using OBSWS 5 in SAMMI to connect to OBS (not OBSWS 4.9 or auto), and that all the plugins are updated:
OBS Shader Filter: version 1.21^ Source Clone: version 0.1.3^ Move Transition: version 2.4.4^
Other than that, I’m not sure, as I’m not able to replicate any of it on my side with the latest OBS version. We have SAMMI Discord server where we can help you further: https://discord.gg/dXez8Zh.
Cheers!
No worries, I understand your frustration, I’m sure we can figure it out! Please go ahead and create the post in our Discord server.
I just tested it again with a completely new app yesterday that’s in development mode, and it worked for me without issues.
Is it possible you perhaps didn’t copy paste the correct thing? SAMMI asks only for the two values that are returned on the webpage, credentials and refresh token. I also recommend using the ‘Copy’ button to copy it to clipboard rather than selecting and copying it manually.
Hi there! I’m really sorry to hear about the issues you’re facing. This extension has been around for over two years and is actually one of my most popular ones, without any similar issues reported previously. There might be something unique in your setup causing the problem. I’d recommend checking out our Discord server at https://discord.gg/dXez8Zh. You can create a new post in the extensions channel, we have a very helpful community. As for the refund, you’ll need to reach out to Itch support as Itch doesn’t provide me with tools to refund you myself. Hope this helps!
Hi! I’ve looked into grabbing lyrics before (i.e. use the same service Spotify is using), but it was rather challenging, and all services were paid. The free versions were buggy, or they’d return only a part of the lyrics and force you to pay for full version. If that changes in the future, I’ll consider adding it though. Thank you for your support!
I see, thanks for confirming! Unfortunately, I’m not able to troubleshoot it further as I haven’t been able to reproduce it myself. Please create a new post in #extensions channel on our Discord server https://discord.gg/dXez8Zh. It will help if you can record your screen showing how you use the extension, including triggering the SR button and how it gets added to the queue. Thanks!
The extension only adds the track to the queue once when requested, it uses the official Spotify API endpoint for that. However it’s possible Spotify does not know how to go back to the previously played playlist once it’s added to the queue. I would suggest trying to add a track that’s not in your playlist manually to the queue and see if the same happens.
Hi, this is normal and it’s explained in the setup guide:
You can restrict your bot to only see certain channels (by editing the channels and restricting it from seeing them), otherwise it will be relaying messages from all the channels it can see on your server.
Welcome!
You could make an array of all blacklisted song names in your Spotify INIT button so it’s initiated as soon as it runs. Then in your SR button the requested song name will be saved in a variable called ‘trackName’. You could use Array Find command to check whether the trackname is in the array of all blacklisted songs before adding it to the queue. That would be on line 67, before the ‘Add the Track to queue’ command. Hope that makes sense! If you need any further help, feel free to join our Discord at https://discord.gg/dXez8Zh :)
Hey tzantzarel! You’re correct, thank you for reporting that and apologies for any confusion it caused :) https://christinak.itch.io/sammi-spotify/devlog/501804/clipboard-bug-fixed
Hi Yagax, Thanks for reaching out! Sorry to hear the extension doesn’t work.
First things first, have you followed the setup guide at https://sammi.solutions/extensions/audio/spotify#pills-setup ?
And could you give me a bit more detail about what doesn’t work exactly? You can open a new post in our Discord server at https://discord.gg/dXez8Zh , I’ll be happy to troubleshoot it for you.
If you wish to proceed with the refund, please contact Itch directly at https://itch.io/support, as there’s no way for me to do that. Thanks!
Hey! Glad to hear it’s working now. Sorry, currently there are no plans to release a similar relay for YouTube. The reason is that there are rate limits for how many messages can be sent out in YouTube Chat and all SAMMI users share the quota, so relaying messages would not be a good idea and something I encourage in the first place. Hope that makes sense! :)
Hi Pixie! You don’t have to fill out the Discord Server ID at all. That’s only used for emojis. If it’s erroring out, you might be giving it the wrong Discord Bot Token or Twitch Username. Make sure you follow this guide (especially the part regarding grabbing the bot token). https://sammi.solutions/extensions/social/discord-relay#pills-setup. Also, in your Open Relay button make sure you checked ‘Discord Trigger’. Hope that helps1