File Moving Automation Help

yusuo

Well-Known Member
OP
Member
Joined
Oct 19, 2006
Messages
3,502
Trophies
2
Age
38
XP
6,150
Country
United Kingdom
Hey guys, I'm trying to find a file automation tool that can automatically move a file to a different folder as soon as its entered into a specific folder.

At the moment i'm using File Juggler to do this, it does the job perfectly but is not a free tool and when the 30 days is I'm i'm not going to pay $25 to have that privilege.
I've tried DropIt and Belvedere but neither allow me to make dual rulings, I basically need the file automation tool to move files that are over 150mb but under 3gb as I only want it to move my tv shows and not my bluray downloads.

I would love if someone could help me out here, but I don't ever really get alot of luck on this forum asking anything about PC's but hey, heres hoping
 

pwsincd

Garage Flower
Developer
Joined
Dec 4, 2011
Messages
3,686
Trophies
2
Location
Manchester UK
XP
4,465

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
What OS and how instant is instant*? Actually it probably does not matter for the former but the latter may trouble things.

Also what are you downloading with? If you are doing usenet then various clients should have functionality kind of like this ( http://wiki.sabnzbd.org/configure-categories ).

*it might not matter for you but if you are running on the ragged edge when it comes to space and have a nice fibre connection pulling down at 10 megs a second then...

Anyway rather than watch and move what about run a task every minute and move if it detects what you want.
On Linux you would probably want to use Cron
https://help.ubuntu.com/community/CronHowto

On Windows the task scheduler, its quality varies with the version of windows you are using though fiddling with the advanced option should allow you to select every so many minutes.
http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html

On apple stuff you have a choice though cron reappears, https://developer.apple.com/library...l/BPSystemStartup/Chapters/ScheduledJobs.html should cover it.

From there you make a command that moves with file size. Though with windows you might wish to grab something like http://ss64.com/nt/robocopy.html rather than mess around with serious scripting and for Linux I probably would set up something with http://rsync.samba.org/ instead of trying command line craziness.
 

yusuo

Well-Known Member
OP
Member
Joined
Oct 19, 2006
Messages
3,502
Trophies
2
Age
38
XP
6,150
Country
United Kingdom
sorry that might of been helpful im using windows 7 and utorrent, basically i have an rss feed to grab all my tv shows automatically, upon completing the download it moves it automatically into a folder called completed, basically what I want is anything over 150mb but under 3gb in that folder to be automatically moved to a network shared drive (my media box) so when I wake up in the morning I have to do nothing but choose what I want to watch
 

NicEXE

Well-Known Member
Member
Joined
Dec 6, 2009
Messages
411
Trophies
1
XP
706
Country
Cyprus
You can do it with a batch script. Why don't you have your torrent client to move the completed files directly to your network drive?

this* might be helpful: http://techibee.com/powershell/list-the-files-greater-than-given-size-using-powershell/163


*this is powershell


(I have no idea if this will work as I am not currently on windows but) try this:
Code:
MOVE (forfiles /P C:\source\ /M *.* /S /C "CMD /C if @fsize gtr 524288000 mv [USER=146801]path[/USER] C:\destination\")
You need to tweak the size, the source and the destination. You also need to probably nest another if statement to set the upper size limit.
 

yusuo

Well-Known Member
OP
Member
Joined
Oct 19, 2006
Messages
3,502
Trophies
2
Age
38
XP
6,150
Country
United Kingdom
cause i do
You can do it with a batch script. Why don't you have your torrent client to move the completed files directly to your network drive?

this* might be helpful: http://techibee.com/powershell/list-the-files-greater-than-given-size-using-powershell/163


*this is powershell


(I have no idea if this will work as I am not currently on windows but) try this:
Code:
MOVE (forfiles /P C:\source\ /M *.* /S /C "CMD /C if @fsize gtr 524288000 mv [USER=146801]path[/USER] C:\destination\")
You need to tweak the size, the source and the destination. You also need to probably nest another if statement to set the upper size limit.

Ill give the script a shot, the reason i dont want it to move everything is cause i have 2 hard drives, one specific for blurays and if i set it to move them all it'll move the wrong files as well, plus if i try and do large files while im using my media player it sometime has a habit of crashing, it can handle the small files like dvdrips or tv shows but the 10-15gb blurays it has a problem with while in use so I dont want it moving everything automatically, just the smaller files
 

nicolbiden

New Member
Newbie
Joined
Dec 21, 2015
Messages
1
Trophies
0
Age
43
XP
41
Country
What OS and how instant is instant*? Actually it probably does not matter for the former but the latter may trouble things.

Also what are you downloading with? If you are doing usenet then various clients should have functionality kind of like this ( http://wiki.sabnzbd.org/configure-categories ).

*it might not matter for you but if you are running on the ragged edge when it comes to space and have a nice fibre connection pulling down at 10 megs a second then...

Anyway rather than watch and move what about run a task every minute and move if it detects what you want.
On Linux you would probably want to use Cron
https://help.ubuntu.com/community/CronHowto

On Windows the task scheduler, its quality varies with the version of windows you are using though fiddling with the advanced option should allow you to select every so many minutes.
http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html

On apple stuff you have a choice though cron reappears, https://developer.apple.com/library...l/BPSystemStartup/Chapters/ScheduledJobs.html should cover it.

From there you make a command that moves with file size. Though with windows you might wish to grab something like http://ss64.com/nt/robocopy.html rather than mess around with serious scripting and for Linux I probably would set up something with http://rsync.samba.org/ instead of trying command line craziness.

More about....Robocopy

Biden
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Well start walking towards them +1