[Tool, Windows] Auto Extract finnished uTorrent and optionally delete archives

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #21
Here comes another update... couldn't keep my fingers away

Build 16 2011-03-25 18:33
* Added: Check if rar files exist then unrar, else go to EMM-r scrape
* Added: Cleanup of .dat and *sample* files
* Fixed: If not unrared dont move files (keep utorrent running)
* Added: Seperate config-file download
find quote
qbqb Offline
Junior Member
Posts: 2
Joined: Feb 2011
Reputation: 0
Post: #22
Noe I get this error after updating to build 16

Code:
'x' is not recognized as an internal or external command,
operable program or batch file.
Something went wrong extracting files
Press any key to continue . . .
find quote
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #23
qbqb Wrote:Noe I get this error after updating to build 16

Code:
'x' is not recognized as an internal or external command,
operable program or batch file.
Something went wrong extracting files
Press any key to continue . . .

Thank you! And sorry about that. It's fixed.

Build 17 2011-03-26 12:37
* Fixed: 'x' is not recognized as an internal or external command, operable program or batch file.
find quote
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #24
Build 18 2011-03-27 18:13
* Fixed: A bug for a very unlikely scenario, whereas delete_after_unrar is set to y and nothing is to be unrared, it would clean up files anyway
* Added: Just a lazy thing really. If the first argument is a path and not a title, it will strip down the path and use the last occuring token after \ (backslash) as title
find quote
promwarm Offline
Junior Member
Posts: 2
Joined: May 2011
Reputation: 0
Post: #25
Great project!
I was trying to set it up with therenamer, couchpotato, and more tools but that didn't really work out..
So I'm trying your project now. Thanks for still maintaining the project btw, that's not what every developer is doing!

Here are several questions:
  • I'm receive an error from the vbs script generated stating "The system cannot locate the resource specified". On line 5. Line 5 refers to C:\tvshow.jpg, which indeed doesn't exist. Where do I get it?
  • I would like to download the movies to I:\download\movies\, but I want them to be renamed and moved to H:\Movies\<movie name>\<files>. Is that possible and if so, what should I change?
  • Is this by any chance compatible for downloading .avi files instead of .rar files?

Thanks!
find quote
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #26
promwarm Wrote:Great project!
I was trying to set it up with therenamer, couchpotato, and more tools but that didn't really work out..
So I'm trying your project now. Thanks for still maintaining the project btw, that's not what every developer is doing!

Here are several questions:
  • I'm receive an error from the vbs script generated stating "The system cannot locate the resource specified". On line 5. Line 5 refers to C:\tvshow.jpg, which indeed doesn't exist. Where do I get it?
  • I would like to download the movies to I:\download\movies\, but I want them to be renamed and moved to H:\Movies\<movie name>\<files>. Is that possible and if so, what should I change?
  • Is this by any chance compatible for downloading .avi files instead of .rar files?

Thanks!

Thank you. I'm trying to give as much time I can.

1. Sorry about that. I didn't think it would cause errors if it didn't exist. If you want to use icons for the notifications in XBMC, simply put a movie.jpg and/or tvshow.jpg (Aspect ratio 1:1) in C:\ on the computer running XBMC.
2. Thats not possible without rewriting most of the script.
3. Sure. Its nothing to unrar from a AVI. So the script will seed for X amount of hours and then it will scrape with EMM and update XBMC.
find quote
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #27
New update available for download, make sure to apply the new config as well.

Build 22 2011-05-21 18:44
  • Added/fixed: Major update, changed a couple of things that I can't really remember
  • Fixed: Notification image icon will now be an option in the config
  • Added: Possibility to retry update of xbmc library if the computer wasn't online (rewrote the generated VBS-script)
(This post was last modified: 2011-05-21 19:04 by njumlin.)
find quote
paulkemp Offline
Junior Member
Posts: 2
Joined: Jul 2011
Reputation: 0
Post: #28
This looks really awesome! Thanks for all your good work.

I dont use XBMC and i dont want to delete the rar files, i just want to automaticly unrar the files and then move them to the ..\ folder. Can i easly rem out something in your script to make this happen? Regards!
find quote
rdb4133 Offline
Junior Member
Posts: 4
Joined: Jun 2009
Reputation: 0
Post: #29
paulkemp Wrote:This looks really awesome! Thanks for all your good work.

I dont use XBMC and i dont want to delete the rar files, i just want to automaticly unrar the files and then move them to the ..\ folder. Can i easly rem out something in your script to make this happen? Regards!

I would interested in the same thing too. I'm using uTorrent & MediaBrowser (plugin for Windows Media Center). Smile
find quote
njumlin Offline
Member
Posts: 95
Joined: Oct 2010
Reputation: 0
Location: Sweden
Post: #30
paulkemp Wrote:This looks really awesome! Thanks for all your good work.

I dont use XBMC and i dont want to delete the rar files, i just want to automaticly unrar the files and then move them to the ..\ folder. Can i easly rem out something in your script to make this happen? Regards!

rdb4133 Wrote:I would interested in the same thing too. I'm using uTorrent & MediaBrowser (plugin for Windows Media Center). Smile

Yes, simply edit the config, its well documented inside. Smile
find quote