FritzAndFriends / StreamDeckToolkit

A .NET Standard library, template, and tools for building extensions to the Elgato Stream Deck
MIT License
164 stars 45 forks source link

Example of Automatically creating buttons similar to BarRaider Spotify? #187

Open SlingMonkey opened 10 months ago

SlingMonkey commented 10 months ago

I'm trying to create a plugin that will go to a website and based on the data create 1 to 10 buttons based on the data that can come back. Is it possible to do something like this with the toolkit or does the toolkit only allow you to drag out one button at a time.

Are there any examples where someone can just drag out a button, input a config and then based on the webrequest return say 1 to 10 buttons to automatically load on the screen?