Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 174 175 176 177 178 [179] 180 181 182 183 184 ... 234next
891
hi isd!
This sounds like a neat feature :Thmbsup: It might be possible to do via a plugin. After the  " myimages\ TAB moon" search, once you've gotten the list of results, you would press a hotkey (or select a context menu command or something like that) and then a FARR plugin starts, the plugin then displays all and only image files from the results as clickable thumbnails in a html view mode page (similar to the AlbumDisplayer plugin perhaps). Would that be similar to what you had in mind? Clicking an thumbnail could perhaps then make FARR open the fullsize in the default browser. The hard part would be to write the plugin of course :D I don't have time to make an attempt at the moment but maybe someone else does. (the code in the AlbumDisplayer files can of course be reused in any way if that would be to some help)

892
Find And Run Robot / Re: Another FARR similar app - Executor
« on: August 23, 2008, 02:02 PM »
(Maybe the below should be in  a separate thread, but these things was discussed here so...)

Some small ideas on speeding up alias set up in FARR for users (I'm just brainstorming, not sure if all of them would work well together):

1. when opening options, let lists > aliases > myaliases.alias have focus
2. on the lists > aliases page, add a big button named "new alias" (or "make new alias")
3. also add that button to the options root view (the one which now is a large grey area with the text "choose one of the sub-pages...")
4. hide the text "test regular expression here:" and "regex parsed fields:" and their related input boxes until the user actually enters something into the "regular expression pattern" box. That would make the new alias screen less complex for a beginner (who probably will start out making non-regex aliases)
5. above the big bottom Result(s) input box, maybe add a dropdown that contains some common commands and also keeps a list of the special modifier the user has created. Selecting a command/modifier would insert it at the cursor position in the big box.
6. make the word "help" in "see help for more info" a link that opens the help file (the part of it describing alias creation).
7. maybe decrease the width of the "group alias name" box (smaller boxes makes the interface look less cluttered I think.
8. maybe make "Example" into a link that for each click cycles to another example that illustrates different types of result(s) commands.

893
That sounds good!  :Thmbsup:

894
I use this alias:
1000>>>mp3>->mp3 $$1 | dosearch +alb1_modifier +mp3_modifier $$1>+>^(?:mp|mp3) (\w.*)$

As you can see, the searchphrase mp3 something triggers a search in only the harddrive folders tied to the two modifiers (set in "Search Folder" options).

I want an alias that does just that AND also always return a link to one or more special folders (choosen by me) as the first match(es).

Example:

search: "mp3 beatles"

should return:
1. folder1
2. folder2
3. 01 beatles - I saw her standing.mp3
...

I think that kind of behaviour - being able to set one or more privileged matches that trumps whatever matching criteria the rest of the alias contains - could be useful in many other cases also.

Is it possible already without making a special plugin? If so, how?

895
Nah, I had used the DDEML function before so I really only needed to get the right DDE syntax for adding tracks. Once I had that then I spent more time writing the description for the script and packing it than writing the script itself actually ;D Anyway, let me know if you find any bugs.

Pages: prev1 ... 174 175 176 177 178 [179] 180 181 182 183 184 ... 234next
Go to full version