Search found 91 matches

by Reve_Etrange
26 Oct 2011 13:13
Forum: Tips & Tricks, Questions & Answers
Topic: How to search in all direct subfolders ie. NOT recursively ?
Replies: 18
Views: 3586

How to search in all direct subfolders ie. NOT recursively ?

Ladies & Gentlemen, Topic title says it all. I have a (pretty big) 'music' drive, sorted by genres, and sometimes I don't remember where I put a given artist (was it 'electro', 'nu jazz', 'lounge' etc.). I don't want to waste time running a recursive search, since all artists have their own fold...
by Reve_Etrange
13 Oct 2011 18:12
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

FYI, '#' also has an undocumented special meaning, so the code should read:

Code: Select all

    $patbase = RegexReplace("$base", '([]#[])', '[$1]');
    $list = ListPane('a', "$patbase*", 5);
by Reve_Etrange
07 Oct 2011 08:05
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

Ok; the 2nd argument is referred to as a "wildcard pattern" in the doc, with (*, ?) being the wildcards, so this regexp-ish bracket feature is undocumented (no big deal, just pointing it out). Unless I messed up somewhere, the brackets can't be escaped with backslashes, so this makes it a ...
by Reve_Etrange
06 Oct 2011 19:18
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

For some reasons, ListPane() doesn't select files when the wildcard pattern (2nd arg) contains brackets ('[' and ']'), even if backslash-escaped. Eg. $base = 'ok [joe].part'; $list = ListPane('a', "$base*", 5); while active pane contains files like "ok [joe].part1.rar", "ok ...
by Reve_Etrange
28 Sep 2011 17:19
Forum: Wishes
Topic: Expanding/collapsing multiparts archives
Replies: 9
Views: 1270

Re: Expanding/collapsing multiparts archives

admin wrote:So you feel attracted by my response, interesting.
If it can cook and do the washing up, I am for sure.
by Reve_Etrange
28 Sep 2011 16:19
Forum: Wishes
Topic: Expanding/collapsing multiparts archives
Replies: 9
Views: 1270

Re: Expanding/collapsing multiparts archives

admin wrote:It would be cheap to say yes, because the condition will never be true, but even IF I don't see me doing this within the current millenium.
You sound like my wife when we first met.
by Reve_Etrange
28 Sep 2011 13:52
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

Thanks for the more comprehensive escaping :)
by Reve_Etrange
28 Sep 2011 12:17
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

Minor change to TheQwerty's script: $results = ''; $base = replacelist($base, "(,)", "\(,\)", ","); $pattern = "^$base\d+\.$ext$"; You want to escape the $base, since it is used as a regexp pattern later on and special characters will have special meaning (and...
by Reve_Etrange
28 Sep 2011 12:13
Forum: Wishes
Topic: Expanding/collapsing multiparts archives
Replies: 9
Views: 1270

Re: Expanding/collapsing multiparts archives

If FC Köln finish in top half of Bundesliga, will you implement it?
by Reve_Etrange
16 Sep 2011 09:13
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

A final:

Code: Select all

Delete 1, 1
seems to do the job, unless I am missing something.
by Reve_Etrange
15 Sep 2011 20:54
Forum: Wishes
Topic: Expanding/collapsing multiparts archives
Replies: 9
Views: 1270

Re: Expanding/collapsing multiparts archives

Standard and Poor's wrote:AAA
by Reve_Etrange
14 Sep 2011 09:44
Forum: Wishes
Topic: Expanding/collapsing multiparts archives
Replies: 9
Views: 1270

Expanding/collapsing multiparts archives

What about having an option in the config that would show multiparts archives ('j_alba.part1.rar', 'j_alba.part2.rar' etc.) as a single item that you could expand or collapse directly in the list view so as to hide or see the different parts ? This is similar to what many newsgroups progs do, or eve...
by Reve_Etrange
14 Sep 2011 09:28
Forum: Wishes
Topic: Select files with same name pattern as selected
Replies: 34
Views: 5197

Re: Select files with same name pattern as selected

I'm trying to have the script open a dialog in the end listing the selected files and deleting them if the user press "ok"'.
How would you do that?
by Reve_Etrange
13 Sep 2011 14:36
Forum: Tips & Tricks, Questions & Answers
Topic: Icons for tabs - Where to find good ones?
Replies: 3
Views: 1388

Re: Icons for tabs - Where to find good ones?

Finished picking my icons.
Very cool feature actually!