komitaltrade Posted February 14, 2012 Report Share Posted February 14, 2012 Is it the way to follow Latest DriverPacks on http://driverpacks.net/driverpacks/latest ? Link to comment Share on other sites More sharing options...
Tomorrow Posted February 14, 2012 Report Share Posted February 14, 2012 Apparently not. There are only .torrent downloads there. Link to comment Share on other sites More sharing options...
komitaltrade Posted February 14, 2012 Author Report Share Posted February 14, 2012 Apparently not. There are only .torrent downloads there. It must to be possible, as Ketarin can use the scripts. See http://wiki.vuze.com/w/Console_UI Question is how to combine tools (Vuze and Ketarin). Main page of drivers is all the time updated with simple change of version number (so, it is not the problem). Redirection on download page is also not the problem. It is just how to combine download command with Vuze console. Any idea of senior members? It will be great feature for Ketarin to add torrent file support (despite how I think how it already exist, question is just how to implement scripts). Link to comment Share on other sites More sharing options...
Omniferum Posted February 15, 2012 Report Share Posted February 15, 2012 Whilst a very 'minimal' torrent client being included in Ketarin might be a nice thing I still find it a waste of a feature. From the page provided you can still scrape the version and subsequent torrent file and using exit 1/exit 2 commands in Ketarin's scripting you can effectively achieve the same thing by piping the .torrent file ketarin downloads to your existing torrent client. If you use torrents at all you would already have a client. Link to comment Share on other sites More sharing options...
shawn Posted February 16, 2012 Report Share Posted February 16, 2012 torrent files are fully effective download profiles - just use ketarin to download the torrent file, then pass the torrent file off to your client in the 'after download' parameter. In utorrent you can use something like this: "C:\Program Files\uTorrent\uTorrent.exe" /DIRECTORY "{file:directory}" "{file}" Link to comment Share on other sites More sharing options...
Ash Bishop Posted March 18, 2012 Report Share Posted March 18, 2012 komitaltrade, You may try to add an URL from DriverPacks like "http://driverpacks.net/driverpacks/windows/7/x64/amdfilter/11.10/download/torrent" and Ketarin will download torrent file. Than you may configure your torrent program to automatically load torrent files from specific folder. For example Win uTorrent: Link to comment Share on other sites More sharing options...
shawn Posted April 30, 2016 Report Share Posted April 30, 2016 I needed to download via torrent myself for something this week, so figured I'd share my process. I downloaded the aria2 client and put it in my path. This will allow you to use the aria2c app from Ketarin. You could put it in the Ketarin folder for the same effect. You can find aria2 for win32 and win64 in the online app database. Next, in your Ketarin app profile download the Torrent file as the payload. Next, in the post-download box use the following command to download the contents of the Torrent. aria2c --bt-require-crypto=true --seed-time=0 --dir="{file:directory}" --torrent-file="{file}" Be aware that the files from the torrent WILL NOT be managed by Ketarin's "always delete previously downloaded file" option. The only thing that will be maintained by this feature is the torrent file itself, so if you want to manage the included files as well a way around that would be to put the resulting files into a child folder. Something like this: rd /s /q "{file:directory}\myTorrentStuff" mkdir "{file:directory}\myTorrentStuff" aria2c --bt-require-crypto=true --seed-time=0 --dir="{file:directory}\myTorrentStuff" --torrent-file="{file}" I have successfully used this method now with a couple different torrent-based downloads within Ketarin. It works. Spiffy. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now