Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 17 18 19 20 21 [22] 23 24 25 26 27 ... 234next
106
On one Win10 PC FARR aliases with this kind of result line
relative path | C:\a.txt /icon=wmp.ico
does not show the icon.

This happens even though the wmp.ico file exists in the same folder as the .alias file, namely
C:\Users\<username>\Documents\DonationCoder\FindAndRunRobot\AliasGroups\MyCustom

Instead FARR shows this other icon
C:\Program Files (x86)\FindAndRunRobot\Icons\console.ico

Screenshot:
rel.png

The exact same alias and icon works ok in FARR on another Win10 PC so this is something specific, though I haven't pinned down the cause yet.
edit: Happens on PC number 2 too after updating FARR on it to the latest latest beta , so perhaps this is a general issue with version 2.250?

Note that the wmp.ico is just an example. This issue happens with any icon, but the wmp.ico comes bundled with Win10 so might be useful if mouser or others want to reproduce/troubleshoot this on their PCs.

What does work:
1. Results lines with absolute paths to an icon files, like
absolute path | C:\a.txt /icon=C:\test\wmp.ico
or even
absolute path | C:\a.txt /icon=C:\Users\<username>\Documents\DonationCoder\FindAndRunRobot\AliasGroups\MyCustom\wmp.ico

abs.png

2. If I copy the icon to this location
C:\Program Files (x86)\FindAndRunRobot\Icons\wmp.ico
and restart FARR then aliases with relative paths to the icon now shows the correct icon! That is this
relative path + icon in C:\Program Files (x86)\FindAndRunRobot\Icons | C:\a.txt /icon=wmp.ico
shows this
rel_copied.png

So FARR on this PC appears to looks for relative path alias icons not next to the .alias file but in C:\Program Files (x86)\FindAndRunRobot\Icons

This is a minor issue - I can just use the absolute path icons as a workaround. But it seems undocumented and I found no setting to change it so worth making a post about.

edit: Relevant FARR help file page that documents the alias icon command
https://www.donationcoder.com/Software/Mouser/findrun/help/alias_tricks.htm
/icon=localfilename_from_aliasdir.ico (icon file must be in same dir as the source xml file defining the alias)

107
Coding Snacks / Re: *Batch* JPEG to HEIF converter app
« on: October 10, 2020, 04:35 AM »
Yeah, depends on the use case I suppose. Anyway, as long as we convert losslessly it is always possible to switch format again in the future.  :Thmbsup:

108
Request: option to not show search results until the string in the search box is N or more characters long, except if the string matches an alias regex pattern.

The idea here is that typing only one or two characters is often not enough to get a good match when using FARR for general file search. Which means that FARR results will resize and flicker briefly with irrelevant results until we have typed enough characters to get something useful. That's most often visual clutter.

The regex alias exception is needed since it can be useful to have a few short regex aliases that are easy to memorize. For example "ff" for Firefox.

The option could be added on the Program Options > Settings > Search Behaviour view.

109
Coding Snacks / Re: *Batch* JPEG to HEIF converter app
« on: October 09, 2020, 04:50 AM »
Worth mentioning some alternatives to HEIF here too

AVIF https://jakearchibald.com/2020/avif-has-landed/
FLIF https://flif.info/
JPEG XL https://news.ycombinator.com/item?id=24075424

It is hard to predict which of these recent image formats will get widespread adoption and work basically everywhere for a very long time - that is become the main replacement for JPEG. For that reason I will wait a year or so before losslessly converting my archives of old JPG photos to one of these formats.

110
it would be awesome if you see if you can get it to work with some of the popular explorer replacements.  Especially xyplorer and/or Direcory Opus. 

Listary does it which means it is possible. The trouble is more that I myself only use this with the Window 10 File Explorer, so I'm motivated to have that working. In contrast I don't use any secondary File Manager so I'm not so motivated to install, research and implement this for a bunch of them (especially over time, since they might change how they do things). For each such File Manager (FM) I'd need three things to implement the same features
(1) a method to detect all FM open windows/tabs
(2) a method to get the folder path from a specific FM window/tab
(3) a method to get the first selected file's path from a specific FM window/tab
If someone else tracks down how to do 1 2 3 for their favorite file manager then I'd be much more likely to make SaveAsPathHelper work with it.

Pages: prev1 ... 17 18 19 20 21 [22] 23 24 25 26 27 ... 234next
Go to full version