01. Does it work with a fresh instance?
02. Does it work if you do the same with a folder that is on a local drive?
Search found 14466 matches
- 27 Nov 2025 21:51
- Forum: Bug Reports
- Topic: Refresh and F5 do not work
- Replies: 6
- Views: 102
- 27 Nov 2025 21:28
- Forum: Bug Reports
- Topic: Refresh and F5 do not work
- Replies: 6
- Views: 102
Re: Refresh and F5 do not work
Show a screenshot of this page:
Menu - Tools - Configuration... - Refresh, Icons, History
And that folder is on a mounted network drive?
Menu - Tools - Configuration... - Refresh, Icons, History
And that folder is on a mounted network drive?
- 26 Nov 2025 23:10
- Forum: Bug Reports
- Topic: X64 Beta 0800 crashes on startup
- Replies: 10
- Views: 281
Re: X64 Beta 0800 crashes on startup
A fresh instance? Can't confirm this behaviour, neither with 0800 or 0801
- 26 Nov 2025 20:33
- Forum: Tips & Tricks, Questions & Answers
- Topic: Search with file name lists
- Replies: 14
- Views: 412
Re: Search with file name lists
Should the list be a file with file names or can they be included in the script (fixed list or always changing)?
- 25 Nov 2025 09:25
- Forum: Tips & Tricks, Questions & Answers
- Topic: Executing paper folders & search templates from column script in list
- Replies: 7
- Views: 224
Re: Executing paper folders & search templates from column script in list
Code: Select all
loadsearch <cc_base>;- 25 Nov 2025 04:15
- Forum: Tips & Tricks, Questions & Answers
- Topic: Executing paper folders & search templates from column script in list
- Replies: 7
- Views: 224
Re: Question on paper folders groups in tabs?
Code: Select all
paperfolder("<cc_item>", , , "l");- 18 Nov 2025 07:13
- Forum: Tips & Tricks, Questions & Answers
- Topic: Changing Path on Catalog Items
- Replies: 8
- Views: 1351
Re: Changing Path on Catalog Items
You did not indent the lines as they are in the code tags...
- 17 Nov 2025 20:57
- Forum: Tips & Tricks, Questions & Answers
- Topic: select file in file list
- Replies: 2
- Views: 211
Re: select file in file list
Menu - Tools - Customize List - [x] Full Row Select
- 17 Nov 2025 19:04
- Forum: Bug Reports
- Topic: No paste option to Samsung phone.
- Replies: 15
- Views: 509
Re: No paste option to Samsung phone.
And this is already unticked?
Configuration | General | Safety Belts, Network | Safety Belts | [ ] Treat portable devices as read-only
Configuration | General | Safety Belts, Network | Safety Belts | [ ] Treat portable devices as read-only
- 17 Nov 2025 12:49
- Forum: Tips & Tricks, Questions & Answers
- Topic: Changing Path on Catalog Items
- Replies: 8
- Views: 1351
Re: Changing Path on Catalog Items
Can be done via scripting Most relevant commands / functions are catalogreport() cataloglocation() catalogload , "s"; E.g.: $find = "\\192.168.0.123"; $replace = "\\192.168.0.124"; // ========================= $entries = catalogreport(,"{Index}<:>{Caption}<::>{Loca...
- 16 Nov 2025 22:02
- Forum: Tips & Tricks, Questions & Answers
- Topic: Search & Replace: Avoid auto-logging of searches?
- Replies: 8
- Views: 3480
Re: Search & Replace: Avoid auto-logging of searches?
Just use this if you don't want the pattern to be stored... $patterns = regexreplace(getsectionlist("mruSearchReplace"), "^Count=\d+\r?\n"); $patterns = regexreplace($patterns, "^(\d=[""])(.+?)([""])", "$2"); rename "s", input(&qu...
- 14 Nov 2025 11:47
- Forum: Tips & Tricks, Questions & Answers
- Topic: Remove "dots" in movie names
- Replies: 8
- Views: 477
Re: Remove "dots" in movie names
Looks good to me
- 14 Nov 2025 11:24
- Forum: Tips & Tricks, Questions & Answers
- Topic: Remove "dots" in movie names
- Replies: 8
- Views: 477
Re: Remove "dots" in movie names
As long as /b is the last part of the "to replace with" term and _only_ its leading space is removed before applying it, I don't see any problems using it
must all lead to different results
\. > <one space>/b\. > <two spaces>/b\. > <three spaces>/bmust all lead to different results
- 14 Nov 2025 08:44
- Forum: Tips & Tricks, Questions & Answers
- Topic: Remove "dots" in movie names
- Replies: 8
- Views: 477
Re: Remove "dots" in movie names
Which does remove multiple following dots but not condense them into a single space This could be made more efficient if there would be an option for the RegExp Rename... to just operate on the base name (everything in a folder name, everything but excluding the . + ext in a file name). Maybe a opti...
- 14 Nov 2025 01:08
- Forum: Tips & Tricks, Questions & Answers
- Topic: Remove "dots" in movie names
- Replies: 8
- Views: 477
Re: Remove "dots" in movie names
$videos = quicksearch("/types={:Video}"); end (!$videos), "No video(s) found in the current folder (incl. subfolder(s)), aborted!"; setting "BackgroundFileOps", 0; $cnt = 0; foreach($video, $videos, <crlf>, "e") { $base = gpc($video, "base"); if (re...
XYplorer Beta Club