Jump to content
LaunchBox Community Forums

srxz

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by srxz

  1. Version 0.1.0

    72 downloads

    Hi Guys, I did a simple plugin to help anyone that streams and is using Launchbox, basically I write the current playing game information to a folder (Launchbox main folder + obs). So using OBS software you can put the information on display to stream it. It has two types of files: TXT Files - Plain text, so you can put it on stream as text. Json File - Has every Information for that game, you can build a HTML website and display it easily with some front-end knowledge. Also this is a way to test the new Interface that @Jason Carr did for us Requirements: Launchbox 9.2+ Install: Extract the content of zip file to : Launchbox/plugins/OBS Source code: https://github.com/rodrigosiviero/launchbox_obsgameinfo (feel free to contribute) If you have trouble running the plugin and crashing due CAS error, please right click on the DLL's , properties and then unblock. Usage: This time I did a video for the usage, enjoy! https://www.youtube.com/watch?v=o_7BkhGC7Jk&feature=youtu.be
  2. Please try to find the games/videos that throws this error and I will look into it.
  3. This is related to youtube and it was fixed months ago, I tried the onelick with Audit window and it works so I couldn't reproduce the error. Do you have the latest plugin version? Make sure to delete all entries from previous version and use separate folders for each plugin installed.
  4. Don't get me wrong, but, I will not help you with this lack of information, just say "doesn't work" isn't enough. Do you have other third party plugins? If yes are you organizing them in separated folders? Are you using latest version? Did you tried to remove every other plugin and just use this plugin to check if it works? Could you provide a video of the error? Could you please delete the plugin folder and download the latest version? Which video did you tried to download and got the error? The error occurs to every video url? Are you using single URL download or One click?
  5. Are you using the latest version of the plug-in? This issue is already fixed.
  6. Ok I just implemented the Properties file to use or not CustomFields, but as stated here (https://bitbucket.org/jasondavidcarr/launchbox/issues/249/custom-fields-do-not-support-multiple) Custom fields doens't support semi-colon yet, so I guess there's no point to implement the switch yet because we won't be able to organize anything. I will release the multiple Keys with the same value switch for now, maybe we can ask to @Jason Carr to implement Issue#249 Regarding the HTML tags I'm still working on it, I will try to release before I go to vacation
  7. Awesome work, really well designed and planned. But it lacks something really powerful if you have an arcade cabinet or doesn't want to run manually, command-line support. As an end-user I don't want to open an Interface every time to update it, I want to setup a scheduler to run it everyday automatically.
  8. Yeah, its a known issue because the steam store is actually a Webpage wrapped in steam client, so Html tags works, I have to gather all the occurrences of html tags and replace it, actually I replace everything under <> , but these tags are not enclosed with anything. I'll try to fix those two, if you found more please post it here and I will fix it. I will try to add some kind of properties as well to: (first need to learn how to do it lol!) enable/disable of Custom fields Tags switch between each tag with its own Key/value and One Key with multiple values separated with ; (Pending to see how Launchbox will behave)
  9. Hmm if one tag field can hold multiple values separated with ; then yes would be better this way,@CriticalCid do you if this approach works? One down side is that will become impossible to check if tag and value exists to remove it
  10. Try to create a new platform without special characters, add a new game there and scrape. Then check the platform images. I will add you on steam so we can go through this.
  11. Did you scraper again after that and restarted lb? Make sure that images are going to \NAS\Retro\LaunchBox\Images\Steam\Steam Banner
  12. Just quick test Try to rename your platform and remove the © character from it. Leave it as Steam only
  13. Ok, I think I now the problem, it is special characters. Let's check a few things. Go to the Images folder and see if the Images are there, if yes, please let us know the filename. Try to add a new game that we know that works, add this one: https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/ and try to Scrape. Are you updating the plugin? If no please download the latest version released. Im from Brazil but I'm horrible with Spanish, so I think its better to keep in english!
  14. Hey guys, I just uploaded a new version that gathers Steam Tags and insert them as Custom Fields so you can manage your library easier. Thanks @CriticalCid for the idea, any problems let me know.
  15. Thanks for the testing @CriticalCid and @Scriven! CriticalCid I will try something this week, got really sick past week so I spent my free time at hospital
  16. That's strange, I have no idea why its not working, if you imported through Launchbox the games should be automatically. Without more information I cannot help you. Try to see in the folder if it downloads movies/images. Try to record a video so we can see the problem, whats your main language ? @CriticalCid try the new version please, those games should work now.
  17. Claudio thanks for the headsup, Youtube screwed up us again. I have updated the code please download it again and try it. Let me know if any problems
  18. Could you elaborate a little bit more? It throws an error or what?
  19. I believe I forgot to test the back to the future, I will test it and then this one as well. What I can see that this game has no publisher, but shouldn't have a problem with my code. I will try to fix it asap
  20. @CriticalCid Please test it, I did the fixes, the only thing that was impossible was the double invalid chars together, maybe Jason could fix this on LB side, since I have no idea on how to do it with replace function. e.g. If I replace "//" with "__" -- Doesn't work if I replace "//" with "_" -- It works But The replace function on C# will replace everything
  21. gotcha, so the steam categories and tags should have the name of Tags under Custom fields
  22. Yeah the name of plug-in was really lazy on me ?? I will release a new version with those fix asap and then I will give a shot on the categories and tags from steamspy for the future, I just need to figure out how to put on custom fields and which way. Im accepting suggestions ?
×
×
  • Create New...