Jump to content
LaunchBox Community Forums

srxz

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by srxz

  1. Hi @Kondorito ! Glad that work as expected! First point: easy, will do it this week. Second: this is more complicated, I never worked with c# before, so I have no idea what I'm doing to be honest, so the method that download the videos are asynchronous, but, they use await which means that it returns me when its done, what I would need to do is to work async and make the method return a Task for me so I can work with methods such as continuewith, which can do that, but, again I have no idea how to do it(only knows a little bit of concept), but would be an easy task for someone that really knows how to code. Third: I noticed this behaviour, but it is related to the Youtube, as long webm is working I will not mess with it.
  2. Ok, I'll put another text box to set video duration, not sure about config file, it's a plugin in my mind should be ephemeral, so you may set it everytime.
  3. Yeah, could be it, maybe it's not handling well dashes and points, try to remove them @JoffreyV ! Glad to hear it works on the newest update @neil9000 I'm stuck for now with 8.2.
  4. Great, I didnt knew this existed!! Basically the same command from my post above but in a script file
  5. I'm not sure if re-encoding of videos is a good feature, plugins imho should kept simple, just image scrape N videos, plugin would have to download each one, save it to the drive, use ffmpeg to cut 10 secs of video(this will need to be variable for each video), re-encode the final version, delete the original, place it again to the original folder, and my plugin doesnt have any kinda of feedback to user, would be a nightmare. If you wish to do it, just download ffmpeg and run this: ffmpeg.exe -ss 10 -i aero.mp4 -vcodec copy -acodec copy aero2.mp4 where 10 is how many seconds from start aero.mp4 < source video aero2.mp4 > destination video
  6. I Just released a new version, could you please try it? I have no idea whats happening, this never happened before, I mean its not a code problem I think.
  7. Sorry, Just fixed it, I deleted an important line by mistake and compiled, lol! Please test it again and let me know if its works.
  8. Released a new version, please check it out and let me know if its better. If you wish my mame scraper it is on my github you can download it there, I wont publish here because it scrapes another website and thats not cool.
  9. Yes, that is correct, what I mean is I will not invest much more time on my arcade machine implicating time on the plugin as well.
  10. Hi wirtual82, Yep, I already planned the config file plus a little gui to concatenate anything that user want for that specific search, regarding the platform I will see if I can get it from Launchbox, I do not mess with it since my license expired so may take a while to implement the new features
  11. with Trailer it will bring pretty much the correct video for PC games no matter if its retro or not, for some retro videogames as well, but, if you are looking specifically for MAME games, I have another plugin to do that. But please let me know some games that you didnt find so I can test it here.
  12. Hi neil, thanks for the feedback, I'll implement the lenght feature asap, download management and feedback for the user is something that I'll try to implement as well at some point, but I have no idea what I'm doing with C# so may take longer lol
  13. Hi Kondorito, Unfortunately no, since the Youtube downloader is more for recent games I search for Launchbox game name + Trailer. For lenght no, it gets the first result with max quality no matter the lenght, but Ill try to only download videos with less than 2min, thanks for the feedback. Once it's updated I'll post here again
  14. UPDATED TO WORK WITH 8.2!!!! Enjoy Note that my premium account from launchbox is expired, Not sure if I will continue to work on this.
  15. No support yet, didnt had time to update it sorry
  16. Trim the video is a great idea, I know how to do it, but i will have to rewrite a bunch of stuff, let's see if I can make it.
  17. Progress bar it's a good idea, but since it's using external APIs not webclient method and it's asynchronous(This means it will download and let you navigate in launchbox, will not freeze the UI) not sure if I can get the progress bar working. What I can do is to show an Popup saying it will download overtime.
  18. Unfortunately if you need specific videos you need to use the URL option! The Oneclick it's kinda of random lucky lol!
  19. Created an plugin to download videos from youtube, please let me know if there's any errors so I can try to fix it. Compiled files: https://github.com/rodrigosiviero/launchbox_ytscraper/releases/download/0.0.5/YoutubeScraper-0.0.5.zip Also submitted on Forum downloads here: Forum Downloads Feel free to compile/hack yourself. How it works:
  20. Version 0.1.9

    3,500 downloads

    Simple Plugin to automate download videos from youtube. Requirements: Launchbox 8.2+ Install: Extract the content of zip file to : Launchbox/plugins/YoutubeScraper Source code: Github (feel free to make a pull request ) EDIT If you have trouble running the plugin and crashing due CAS error, please right click on the DLL's , properties and then unblock. There's two options: URL Scraper: Just paste entire youtube URL from the desired video One-click downloader: It will search automatically and download the first entry from youtube. Bulk Download supported!
  21. Youtube Scraper View File Simple Plugin to automate download videos from youtube. Requirements: Launchbox 8.2+ Install: Extract the content of zip file to : Launchbox/plugins/YoutubeScraper Source code: Github (feel free to make a pull request ) EDIT If you have trouble running the plugin and crashing due CAS error, please right click on the DLL's , properties and then unblock. There's two options: URL Scraper: Just paste entire youtube URL from the desired video One-click downloader: It will search automatically and download the first entry from youtube. Bulk Download supported! Submitter srxz Submitted 05/10/2017 Category Third-party Apps and Plugins
×
×
  • Create New...