-
Posts
122 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by srxz
-
Version 0.1.0
78 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 -
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?
-
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
-
Stellar ~ RetroArch Nightly Updater
srxz replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
That would be awesome. -
Stellar ~ RetroArch Nightly Updater
srxz replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
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. -
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)
-
-
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.
-
Did you scraper again after that and restarted lb? Make sure that images are going to \NAS\Retro\LaunchBox\Images\Steam\Steam Banner
-
Just quick test Try to rename your platform and remove the © character from it. Leave it as Steam only
-
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!
-
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.
-
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
-
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.
-
Could you elaborate a little bit more? It throws an error or what?
-
How Long To Beat - Game Length Plugin
srxz replied to matiaspons's topic in Third-Party Applications and Plugins (Released)
Very cool, is it open source?- 10 replies
-
- plugin
- game length
-
(and 2 more)
Tagged with:
-
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
-
@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
-
gotcha, so the steam categories and tags should have the name of Tags under Custom fields
-
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 ?