Search found 13 matches

by jordy1955
Thu Oct 10, 2019 9:31 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hi Folks, is @Lupo still around? Anyway, a question that hopefully has an answer... I use a program called Radarr to find Movies, It will also upgrade said movies when a better version is available. This is great - except that when Radarr relocates the old versions on upgrade, it not only relocates ...
by jordy1955
Fri Feb 10, 2017 7:24 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

jordy Is %ParentDir% necessary? the idea is that dropit either uses the known location of any files with same name e.g. "%ParentDir%\%FileName%*" for action with each and any filename found as a group = parent path\basic name without extension or passes that info to an external command wh...
by jordy1955
Thu Feb 09, 2017 10:43 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hi jordy, Kieran again If you look at what your asking in program terms it is along the lines of 1. need to find the name of the main file e.g. My Video File.mkv 2. then based on its size use that filename to move all files with that name and any.ext to the target folder this is the type of task wh...
by jordy1955
Wed Feb 08, 2017 11:11 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hey @Lupo73, - if you're still around ;), a request please. Can you please advise "how to" or "add a function to" move all items with the same filename (but with different extensions) at the same time to the same folder regardless of size? For example: a Video file called "M...
by jordy1955
Mon Feb 06, 2017 5:36 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

@jordy1955 glad I could help though its still a mystery to me exactly how each \d component works, I must RTFM. It would help if there was some "idiots guide to AutoIt RegEx" showing real world examples such as yours also be nicer if drop-it shows the "real time" effect on a bun...
by jordy1955
Sun Feb 05, 2017 10:36 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

@KJD, just thought I'd let you know that I've sussed it. Needed to add (?i) to the start of the string. Works like a charm even with mixed cases :D

cheers

jordy
by jordy1955
Sun Feb 05, 2017 9:42 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

@KJD, no probs, I just duplicated the rule - actions included as they will be the same anyway. Extremely unlikely the s & e will be in mixed cases so only two rules req'd. Tested and working great. Once again thanks for your assistance.
:D :D

cheers

jordy
by jordy1955
Sun Feb 05, 2017 5:08 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Thanks for that. I copied and pasted your string into the rules box exactly as shown and it worked!!! :D . Many thanks. Now, one more question if I can... How do I make it not case sensitive, If I use the ; separator and add a second string with upper case S & E, it doesn't work :cry: Do I need ...
by jordy1955
Sun Feb 05, 2017 4:04 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hey @KJD, Tried your suggestions but no luck. Thing is, how do I format the string? does it need to be enclosed in (), [], {}, <> or "" etc?
by jordy1955
Sun Feb 05, 2017 4:21 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hey @Lupo, I'm having a little trouble moving TV episodes to a particular folder. The expression I'm using is "*.s*e*;* s*e*" This works for file names where there is a "." immediately before the s in s01e01 etc. However if there is no "." as in the second part of the e...
by jordy1955
Mon Mar 24, 2014 11:07 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Good. In the meanwhile I worked to the next version 6.2 and I'm considering to publish it. If you would like to test it, I replaced the option to "ignore files if size changes" with an option to "ignore files if in use", that may helps to better do what you need. This is the bet...
by jordy1955
Mon Mar 10, 2014 11:22 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hey Lupo,

Your suggestion of applying a "Modified Date" Filter to prevent DropIt from moving a file before it is complete works great. Many thanks for the software and response to my problem.

cheers

Jordy
by jordy1955
Fri Feb 21, 2014 2:54 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4762066

Re: DropIt

Hi All, New user to DropIt. Firstly let me say thanks for a very good product. I am using Dropit to relocate ripped movies (that i own). I use MakeMKV to rip the movie to a folder - this takes about 20-30mins per movie. Dropit is monitoring that folder and then moving the finished file to another ne...