
maikeru1986
Members-
Posts
69 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by maikeru1986
-
Ok so you don't even get the icon/item in the right-click menu? and you do have other working plugins, and there are no errors during LB startup. Thats right before anything even really starts so not sure what that could be but I will try to look into it for you but. you're on windows 10? which game are you testing out? platform? Sorry these are all shots in the dark. Perhaps someone else here could shed some light.
-
Hi there, sorry to hear it doesn't work for you. Could you try changing the folder name to "Vidsnap_Scraper" (with the underscore) and trying again? i changed this at some stage and forgot to change the writup, apologies. Both of these are made by @srxz and maybe he could shed more light. I think Youtube Scraper needs an update or something, I think it uses YouTubeSearch library which unfortunately is kinda defunct due to Youtube changing things all the time. Steam Scraper works well for me too.
-
No problem, its a pleasure. I started with your code and not knowing anything and ended up changing quite a bit so I've kept a similar name as homage to the original. I only posted here on suggestion, but I actaully still feel it should be tested and improved (by me or others), thats why I originally posted it in the "3rd party applications and plugind (Developement and Beta Testing)" section. I've posted the source there as well. see below: but yeah, i'll post the source here too to get more eyes on it maybe.
-
Great thanks. would this below also work or is it somehow bad practice or something? just curious Path.Combine(Directory.GetCurrentDirectory(), "Plugins", "Plugin_Name") should give ~Launchbox\Plugins\PluginName no? Actually realised i've used this previously in another app, such a dumbass trying to overcomplicate things. Thanks!
-
I'm assuming launchbox may be in different locations from user to user, so this is why i went for system folder initially. I'm thinking now this is a bad idea, but am not sure how to get the plugins folder. I'm not sure if using a relative path will work. I could get it from the "videopath" then edit the path to point to the plugins folder? but that seems like a hack (would be inline witht the rest of the program though lol). Any ideas are very welcome.
-
Hey, thanks for trying again. I think since "youtube-dl" is 32bit it is called from system32, but on 64bit systems it redirects to sysWOW64, which is why it needs to be in both. I thought this was your issue but I guess not. or maybe it's launchbox being 64bit, i honestly am not really sure. I updated it to find the system directory and call from their so you can try v0.1.1 if you want. Now "youtube-dl" only needs to be in sysWOW64. However i think its best to just put everything in launchbox's plugins directory and call it from there. will follow with another update soon.
-
Vidsnap Scraper View File DISCLAIMER: Use at your own risk! Please read and understand Youtube's terms of service. I will not be held liable for any misuse of any product or service. Overview: This plugin makes use of the open source and unlicensed application yt-dlp (forked from youtube-dl) in conjunction with ffmpeg to download game videos. It first downloads videos from the link provided in the metadata from LaunchBox, skipping videos longer than a specified duration, and then searches for videos for missing games based on input search terms. It is intended for modern Windows games, as this was my need initially. Requirements: Launchbox 13.19 or newer. (Use version 0.5.1 for older Launchbox installations) ytdlp (included in .zip) ffmpeg (included in .zip) Installation Instructions: Extract the contents of the .zip folder and place it in your LaunchBox plugins folder. Usage Instructions: Select a game or multiple games, right-click, and select "Download Video Snap." Select desired quality. Adjust the maximum duration if desired. The "Get Missing Videos" checkbox sets whether or not to search for videos of games that don't have URL's in their metadata. The "Trim videos" checkbox sets whether or not to trim videos after they have been downloaded. Enter desired search terms for missing videos. Click "Start" to start the download process. Games will download asynchronously. Resuming downloads is also supported natively. Other: PLEASE NOTE: I AM NOT A DEVELOPER! I know very little about C# and programming in general, so I probably won't be able to address many issues that you may face. That being said, I will try and fix things where I can. I've provided the spaghetti source code for anyone to modify, improve, etc. (it seems you need to unblock the forms in the "Resources" folder -> RMB->properties->unblock.) As of now, I'm more comfortable with the usability of the plugin; however, there are still probably many issues. Any comments to provide insight/improvement to the code, etc. would be much appreciated. Thanks to @srxz for his source of Youtube Scraper, on which this is based. Credits: @srxz @JoeViking245 @C-Beats maikeru86 Submitter maikeru1986 Submitted 12/16/2020 Category Third-party Apps and Plugins
-
Version 1.0.1
3,004 downloads
DISCLAIMER: Use at your own risk! Please read and understand Youtube's terms of service. I will not be held liable for any misuse of any product or service. Overview: This plugin makes use of the open source and unlicensed application yt-dlp (forked from youtube-dl) in conjunction with ffmpeg to download game videos. It first downloads videos from the link provided in the metadata from LaunchBox, skipping videos longer than a specified duration, and then searches for videos for missing games based on input search terms. It is intended for modern Windows games, as this was my need initially. Requirements: Launchbox 13.19 or newer. (Use version 0.5.1 for older Launchbox installations) ytdlp (included in .zip) ffmpeg (included in .zip) Installation Instructions: Extract the contents of the .zip folder and place it in your LaunchBox plugins folder. Usage Instructions: Select a game or multiple games, right-click, and select "Download Video Snap." Select desired quality. Adjust the maximum duration if desired. The "Get Missing Videos" checkbox sets whether or not to search for videos of games that don't have URL's in their metadata. The "Trim videos" checkbox sets whether or not to trim videos after they have been downloaded. Enter desired search terms for missing videos. Click "Start" to start the download process. Games will download asynchronously. Resuming downloads is also supported natively. Other: PLEASE NOTE: I AM NOT A DEVELOPER! I know very little about C# and programming in general, so I probably won't be able to address many issues that you may face. That being said, I will try and fix things where I can. I've provided the spaghetti source code for anyone to modify, improve, etc. (it seems you need to unblock the forms in the "Resources" folder -> RMB->properties->unblock.) As of now, I'm more comfortable with the usability of the plugin; however, there are still probably many issues. Any comments to provide insight/improvement to the code, etc. would be much appreciated. Thanks to @srxz for his source of Youtube Scraper, on which this is based. Credits: @srxz @JoeViking245 @C-Beats maikeru86