Jump to content
LaunchBox Community Forums

srxz

Members
  • Posts

    143
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

3,115 profile views

srxz's Achievements

32-Bit GPU

32-Bit GPU (5/7)

90

Reputation

  1. So, basically I was studying some MCP (Model Context Protocol) which is somewhat new in world of AI and had an idea to implement some kind of Launchbox MCP server to see how it works. The way I build is like: Launchbox is the data provider(XMLs) Cursor IDE as MCP Host FastMCP python code as MCP Server How it works? Cursor IDE starts the MCP server, the MCP Server parses the XML's and add to a local database, this Server is implemented with a bunch of tools that it will interact with AI LLMs, then LLM will return you an message based on your Launchbox information. MCP implemented Tools POC/Future Since It's brand new yes someday we could implement this natively with C# and Launchbox plugins but I dont think it's fully available right now, so you will be able to talk with launchbox someday even interact natively with it.(Ask to start games, etc.) Here's an functional working version, of course this is just a test with a small size launchbox, implementing this to a launchbox with thousands of games would require vectorization database and a lot more of coding, but it's just a glimpse on what we can do
  2. wow pretty cool!! I never Imaged that I would see someone really using it, glad that my image server works as well
  3. Glad to hear, let me know how it goes. Im without time to invest now but I will make the changes as soon as possible. Really nice/clean dashboard you got there, are you using the image server to provide the game image?
  4. The config is saved in launchbox folder, maybe it lose because of updates. I will make it save it in other folder to prevent it to happen
  5. Because this plugin doesn't use official API's(cause steam doesnt have one) this could break at any time, this is why is not official. And you can scrape without having to manually input the URL, with two cases, if the launch command is with steam:// or if you choose to scrape multiple games, this way it will do the best to search automatically and match the game.
  6. Hi Paul, sorry for being late, the image server could be a simple: python -m http.server 8000 on the images folder, I have to implement yet the windows service but I didn't had time yet although is almost ready you can test downloading the release at: https://github.com/rodrigosiviero/lbImageServer or directly https://github.com/rodrigosiviero/lbImageServer/releases/download/v1.0.0/release.zip follow the service installation on the page and you should have the image server as a windows server, it's using golang. Regarding the Topic I really didn't think through this problem of multiple launchboxes instances, I will try to test a way to either specify the topic or get an unique specifier I will just ask some time, things are not going well with life rn edit2: please test the new version topics are now with unique computer identifier.
  7. Just uploaded a better version. Regarding this error I never experienced it, let me know the exactly steps to do it and I can try do reproduce
  8. Try the new version that I just uploaded should work edit: I will include a new method later in order to delete all fields names tags so it could clean up the mess
  9. Yes, I updated them with appropriate and common places now with newer versions. Fanart backgrounds are possible but need to find a reliable place to grab it.
  10. I did not knew about the tags, I can change the code thanks for the info, this plugin has like 7 years so it maybe not be up to date with new launchbox features
  11. unfortunately after some testing its not working. Plugin has too many incompatible dependencies with new 9.0
  12. Awesome! Glad it worked I will make available the ImageServer this weekend as a service or container, so launchbox can serve the Images and send the url to mqtt
  13. @kwatts please download the new version and check if the problem still persists
  14. Hmm, I will test more with 13.19 regarding the feeze when start the game, the ImageServer doesn't affect anything it just concatenates the serverurl with path of the Image, so its optional. I have a webserver ready to publish by need more time.
  15. Try this one: ArchivePlugin9.0.zip
×
×
  • Create New...