Jump to content
LaunchBox Community Forums

srxz

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by srxz

  1. What the hell I'm taking a look, this is odd it was working
  2. Just released the feature, let me know if you have any problems @CriticalCid
  3. They are not yet on the API but I can try check those URLS, that should be easy
  4. Hmm, the first solution is easy, I will add the steamdb first then get the info, if the game is removed it will add steamdb and quit. Now for the second source it's going to require a lot of refactor of the code, unfortunately now I do not have much time to do it, but, I'm already using steamSpy for the tags so I think I can make a "workaround" to get it from another source but it's not going to be pretty. I will add the SteamDB fix like right now and then later, maybe on weekend try to scrap the info from another source.
  5. Oh, I didn't knew. I will check how to do it asap.
  6. You mean just add the steamdb as a custom tag? If that's the request it's easy. I'm currently overseas once I get back I will update the plug-in.
  7. I will try to test asap these problems, unfortunately I'm overseas for a week so I will try to take a look into this after 24 of June. Sorry
  8. Hey, Thanks for the logs, so I did a little bit of testing and it's actually working, the problem was that when you copied the URL from youtube it came with something the feature tag from youtube, which broke the plugin. OK: https://www.youtube.com/watch?v=6qEVoWzxgpU NOT OK:https://www.youtube.com/watch?v=6qEVoWzxgpU&feature Please try again and let me see how it goes.
  9. @TechTonic guys I tried with 9.7 latest version and had no problem at all, I have no idea how to reproduce the error
  10. @TechTonic what version of launchbox are you guys running? I really busy but I will try to have a look.
  11. The scraper works for batchs as well, but only if you import it from Launchbox and/or use steam to launch game e.g. steam://rungameid/730 , but i really want to see the python code since I really like the language.
  12. Oh boy, Youtube fked us again. I have uploaded a new version with an Alpha fix, it will work for most of the videos, but the creator of the youtube library that I use still trying a proper fix, meanwhile use the new version 0.1.4
  13. I will add an option to choose what to scrape, but not now. I'm leaving to a trip and will be back in 2 months.
  14. Download the updated version and let me know if it's fixed.
  15. That's not how it works, mp4 is a container the file extension doesn't matter on this case. I am able to transcode it using proper software. If what you said its true, that you can edit the file directly from steam, if you just rename the mp4 to webm you should accomplish the same thing with files download with the plugin. My code doens't make the video MPEG4 format, just uses mp4 container to webm, which is basically a file name. I can transcode and edit normally these files, you probably doesn't have the right tools to do it. e.g Handbrake
  16. This is something that I can change, but honestly it just the filename, it doesn't not corrupt the file, I guess I coded wrong for some reason. Try to edit this file that you downloaded directly from steam and let me know if you can.
  17. Try download the hitman2 video directly from Steam and cut. This is the exatcly same url that the plugin downloads it: http://steamcdn-a.akamaihd.net/steam/apps/256719138/movie480.webm let me know if works Edit: Steam importer does not download videos from steam directly, it uses its own database.
  18. Most of the MP4 are webm in format (VP8 codec == WebM) that's why you can't use it on a video editor. I do not believe they are corrupt to be honest you just need the correct codec to open it on a third party editor.
  19. I mean, I would love to try to do it, if no one develop it I will do it(at least try), but I'm leaving now to another country and will be back in 30 days.
  20. So, you basically want to create shortcuts from Launchbox, so you can use it without even opening launchbox?
  21. I think it is fixed! Everyone please update your plugins
  22. see https://forums.launchbox-app.com/topic/47138-steam-scraper/
  23. Streamer Helper - OBS Game Info View File 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 Submitter srxz Submitted 12/27/2018 Category Third-party Apps and Plugins
×
×
  • Create New...