Search found 2775 matches

by jupe
02 Mar 2024 23:48
Forum: Tips & Tricks, Questions & Answers
Topic: How to Exclude Image Source To Be Used For Folder Thumbnail?
Replies: 7
Views: 174

Re: How to Exclude Image Source To Be Used For Folder Thumbnail?

Currently you can't configure the precedence when Show Folder Thumbnails is enabled, but if you are happy with Explorer style thumbnails and their sizing you can enable those instead. FolderThumbsShell=1 follow these instructions exactly on how to tweak: https://www.xyplorer.com/faq-topic.php?id=twe...
by jupe
02 Mar 2024 22:28
Forum: Bug Reports
Topic: When folder is hidden <pick> doesn't work correctly
Replies: 5
Views: 174

Re: When folder is hidden <pick> doesn't work correctly

Ah, you had MiniTree enabled, I didn't anticipate that, and I didn't sense the issue as being with goto because the pane seemed to have navigated to the folder ok, also I'd mentioned ages ago about hidden folders and goto and that had subsequently been working. Anyway with limited testing so far, al...
by jupe
02 Mar 2024 02:09
Forum: Bug Reports
Topic: Overlay Thumbnail dimensions can be erroneous
Replies: 12
Views: 480

Re: Overlay Thumbnail dimensions can be erroneous

I have noticed that in fresh, if something like this is run:

goto <xydata>; view(5); thumbsconf(",,,,,,,1");

this happens (repetitively):

2024-03-02_115742.png
2024-03-02_115742.png (21.96 KiB) Viewed 136 times
by jupe
01 Mar 2024 21:43
Forum: Bug Reports
Topic: When folder is hidden <pick> doesn't work correctly
Replies: 5
Views: 174

Re: When folder is hidden <pick> doesn't work correctly

Yes I am absolutely certain that in fresh (and my normal and testing config) that repro shows the issue as I intended, I originally spent a while narrowing down why I was getting bogus returns before reporting, what I am uncertain of though is if the appdata folder is in a hidden hierarchy on Win8, ...
by jupe
01 Mar 2024 04:40
Forum: Bug Reports
Topic: When folder is hidden <pick> doesn't work correctly
Replies: 5
Views: 174

When folder is hidden <pick> doesn't work correctly

I have noticed that <pick> doesn't work correctly if the current pane is listing a folder which is hidden (from view/tree listing), repro for fresh: settingp "ShowHiddenItems", 0; goto "%APPDATA%"; text <pick>; It instead seems to return the contents of other folders, such as the...
by jupe
01 Mar 2024 02:45
Forum: Tips & Tricks, Questions & Answers
Topic: Reconstruct / extract image from thumbnail dat2/dbits file
Replies: 13
Views: 1616

Re: Reconstruct / extract image from thumbnail dat2/dbits file

In the meantime until admin get a chance to reply, I can let you know how I think it can be done, but I haven't tested this recently with the old dat2 thumbnail format. Thumbnail storage format has changed in recent versions, so I think you'll need an old version to achieve what you want, eg. versio...
by jupe
29 Feb 2024 04:17
Forum: Tips & Tricks, Questions & Answers
Topic: custom icon with virtual folder
Replies: 13
Views: 272

Re: custom icon with virtual folder

Using mouse middle-click is much easier to remember and a catalog item that points to a single folder will open in a new tab using mouse middle-click. However, doing the same with a virtual folder opens it in the current tab AND a new tab. Is that expected behaviour? It doesn't do that here. What i...
by jupe
28 Feb 2024 21:20
Forum: Tips & Tricks, Questions & Answers
Topic: custom icon with virtual folder
Replies: 13
Views: 272

Re: custom icon with virtual folder

admin wrote: 28 Feb 2024 08:43 PS: with a pipe it works as well
Yeah I know, I personally just avoid using it, because if you happen to use other scripts that use <get tabs> with that vi tab open, then the parsing gets messed up.
by jupe
28 Feb 2024 06:47
Forum: Tips & Tricks, Questions & Answers
Topic: custom icon with virtual folder
Replies: 13
Views: 272

Re: custom icon with virtual folder

tab("new","vi:<get pick 5.m d:\rep1><crlf><get pick 5.m d:\rep2>");
by jupe
26 Feb 2024 01:57
Forum: Tips & Tricks, Questions & Answers
Topic: Does the NoThumb tweak affect folder thumbnails?
Replies: 10
Views: 206

Re: Does the NoThumb tweak affect folder thumbnails?

Possibly you are only just noticing this recent change:

viewtopic.php?t=27123
by jupe
25 Feb 2024 06:00
Forum: Bug Reports
Topic: Overlay Thumbnail dimensions can be erroneous
Replies: 12
Views: 480

Re: Overlay Thumbnail dimensions can be erroneous

I am glad I ended up bringing the overlays dimensions issue to your attention, because I wasn't actually going to bother you with it, but the recent customizable properties enhancement for all filetypes that you choose to implement, has made it well worth it.

Thanks. :tup:
by jupe
25 Feb 2024 04:07
Forum: Tips & Tricks, Questions & Answers
Topic: Does the NoThumb tweak affect folder thumbnails?
Replies: 10
Views: 206

Re: Does the NoThumb tweak affect folder thumbnails?

NoThumb (currently) applies to files only, a folder thumb, as a last resort, uses any thumnail-able random file from the folder. To avoid this situation, you can use a desktop.ini to set a generic image for that particular folder if you want.
by jupe
24 Feb 2024 02:38
Forum: Wishes
Topic: Named regular expressions for file rename
Replies: 3
Views: 153

Re: Named regular expressions for file rename

If you lookup regexreplace in the advanced topics\scripting commands section of the help file, you'll see that the first example demos the syntax required to attach comments/name to your pattern, and the same works in RegExp Rename..
by jupe
23 Feb 2024 22:12
Forum: Tips & Tricks, Questions & Answers
Topic: Responsiveness in folders that have a lot of file (70k+)
Replies: 8
Views: 196

Re: Responsiveness in folders that have a lot of file (70k+)

You could also use this via runret if you are so inclined:

https://jqlang.github.io/jq/

If there is no exclusive info in the json that you can't just query (with xyscripting) directly from the image file though, it is probably easier to just query the file directly.