Search found 15 matches
- 15 Jan 2013, 14:38
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
how do I get the "passing in your own rename action code: viewtopic.php?f=4&t=280#p1750" to output a file in the folder I whant instead of showing in the cmd window ?
- 15 Jan 2013, 13:57
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Thank you for your reply Ok is there any way of creating any file in the folder created by filebot ex: E:\Torrents\Unpacked\TV Shows\Hawaii Five-0 What I want is for the folder "Hawaii Five-0" to update it's timestamp. What it does now is only update's the Season folder inside and when browsing in ...
- 15 Jan 2013, 09:55
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Is it not possible to put the logfile in the folder created by filebot ex:
E:\Torrents\Unpacked\TV Shows\Hawaii Five-0
E:\Torrents\Unpacked\TV Shows\Hawaii Five-0
- 21 Dec 2012, 20:55
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Hello again
Is there some way to put the logfile in the renamed folder ?
BR
Is there some way to put the logfile in the renamed folder ?
BR
- 20 Dec 2012, 14:52
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Thank you Rednoah
It looks like it's working. I will let utorrent download and monitor the result.
It looks like it's working. I will let utorrent download and monitor the result.
- 20 Dec 2012, 12:57
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
That was easy =) input.findAll{ it.isVideo() }*.copyTo('E:/Torrents/Unpacked/Unsorted/test/') input.findAll{ it.isVideo() }*.delete() *edit* It looked like it was working but when I run it from utorrent it did not delete, is it wrong command ? If there is a way to make it move instead it will be ...
- 20 Dec 2012, 12:40
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
I have no java programming experience at all. Maybe a example how to use foreach or delete cmd.
I know it's asking a lot and you have been so helpful already so I will ask here and at the same time Google it to try to find a answer.
THX
I know it's asking a lot and you have been so helpful already so I will ask here and at the same time Google it to try to find a answer.
THX
- 20 Dec 2012, 09:31
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
I tryed with input.findAll{ it.isVideo() } but same result: works with copy but don't with move Unsorted folder is empty when i run the copy scrip I get a nice file in unsorted like this: dox.mitt.morka.hjarta.swedish.hdtv.x264-xenon.mp4 Unsorted folder is empty input.findAll{ it.isVideo() }*.moveTo ...
- 20 Dec 2012, 08:24
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Thanks It works with copy but what i really like is move and I can't get it to work input.findAll{ it.exists() }*.moveTo('E:/Torrents/Unpacked/Unsorted') error: C:\Users\User1\Desktop\Ember_1.3.0.7>filebot -script "C:\Program Files\FileBot\u torrent-postprocess.groovy" "E:/Torrents/Complited/_RSS ...
- 19 Dec 2012, 18:24
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Thanks. I changed the cleaner script to only delete empty folders and log files. I have many local tv shows that filebot cant find match for. And when this happens the files are not being moved to the XBMC library folder. My question is: is it posible to run a .bat to copy this files only if filebot ...
- 17 Dec 2012, 13:35
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
After I got filebot working I changed the logging to >>"E:/log.txt" and when 2 downloads finished at the same time only 1 shows up in the log. To be able to see the log I changed back to >> "%D\filebot.log" 2>&1 and now it's working with 2 downloads at the same time =) ?!?! Is there a way to use the ...
- 16 Dec 2012, 18:31
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
I did restart utorrent some times to try running is as administrator but not sure if if was right after installing java. Editing the filebot.cmd works fine for me. For some new questions: If 2 downloads finishes at the same time only 1 will be extracted and the other one ignored. Is this normal ? Is ...
- 16 Dec 2012, 12:08
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
After adding "C:\Program Files\Java\jre7\bin\java.exe" to filebot.cmd it looks like it's working. I will do some more testing.
- 16 Dec 2012, 11:27
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
Re: utorrent script win7 64bits
Thank you for the quick reply. I have uninstalled all java and re installed java 64 bits. I did try this yesterday also. (i have tried only 32bits java and 32 bits filebot to) But now it runs only 64 bits java and 64 bits filebot. filebot -script fn:utorrent-postprocess --output "E:/Torrents ...
- 16 Dec 2012, 10:10
- Forum: Help and Support
- Topic: utorrent script win7 64bits
- Replies: 26
- Views: 15560
utorrent script win7 64bits
Hello I have a problem that I cant find any answer to. I have searched the forum for hours without finding a solution. As a last resort I will post here for help. The Problem: When I try to run the scrip in utorrent it don't work. I can see the cmd promt for about half a second then nothing. The log ...