Search found 5 matches

by simpleton
Sat Sep 30, 2006 3:48 am
Forum: Feature Suggestions
Topic: Save profile information inside PLP file
Replies: 0
Views: 935

Save profile information inside PLP file

This is sort of a feature request and bug report: When working as a 'user' on XP, I created a project and a custom profile. Then I added tasks to that project using the custom profile and saved the project. Later, I reopened the project and started it, and VS2005 debugger kicked in with an unhandled ...
by simpleton
Sun Dec 11, 2005 8:53 am
Forum: Feature Suggestions
Topic: More Suggestions Wanted!
Replies: 23
Views: 16004

Quick Task Creation

Assuming I wish to mass download a large section such as: http://www.site.com/[0001-2500]/[01-15].jpg I think it would be nice to automatically split this into several tasks. In order to do so, replacement parameters could be used in the include/exclude URLS, and once could select which repeat zone ...
by simpleton
Fri Oct 14, 2005 5:03 am
Forum: Feature Suggestions
Topic: More Suggestions Wanted!
Replies: 23
Views: 16004

Individual task settings.

First, I think there needs to be a way to mark an individual task inside a project as paused or done. If you start a project with task 1 checked, then pause it, uncheck task 1, check task 2, and restart it, then later, pause it, check task 1 again, and resume it again, it starts task 1 all over. The ...
by simpleton
Mon Jun 13, 2005 5:30 am
Forum: Feature Suggestions
Topic: More Suggestions Wanted!
Replies: 23
Views: 16004

How about link-level page/picture include/exclude filters.

I think it would be nice to be able to specify different filters for different link levels, with 0 being the entered url, 1 being the first linked page or picture, etc.
by simpleton
Sat May 28, 2005 1:04 am
Forum: Feature Suggestions
Topic: More Suggestions Wanted!
Replies: 23
Views: 16004

A more complex sequence url format.

How about making it so the URL format can take more complicate sequences. For example: [00-10,2] = 00,02,04,06,08,10 [$x:00-10] = Declare x and use it here http://a.b.com/[$x:00-10]/page[$x]/[00-10].html Perhaps simple script support: [$x:00-10:f1($x)] = x goes from 00 to 10, is passed to a function ...