Search found 26 matches
- 12 Nov 2021 22:42
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Color Filter Syntax, Case Sensitive in Name?
- Replies: 2
- Views: 541
Re: Instant Color Filter Syntax, Case Sensitive in Name?
thank you! this software is incredible
- 12 Nov 2021 22:04
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Color Filter Syntax, Case Sensitive in Name?
- Replies: 2
- Views: 541
Instant Color Filter Syntax, Case Sensitive in Name?
where do I put the case-sensitive flag? this is not working for "Instant Color Filters":
Also, how would I filter for folders that end in "OUT"?
Is there documentation on this syntax?
"OUT" name d: OUT/c>000000,6AE28F
Also, how would I filter for folders that end in "OUT"?
Is there documentation on this syntax?
- 25 Oct 2021 21:02
- Forum: Tips & Tricks, Questions & Answers
- Topic: InDesign Icon Is Not Displaying
- Replies: 4
- Views: 1416
Re: InDesign Icon Is Not Displaying
OK I searched for each extension. Each one has a (Default) REG_SZ entry. What am I looking for?
- 25 Oct 2021 16:46
- Forum: Tips & Tricks, Questions & Answers
- Topic: InDesign Icon Is Not Displaying
- Replies: 4
- Views: 1416
InDesign Icon Is Not Displaying
.indd files do not show their icon. See image. Windows Explorer on the left as it should be. XYPlorer on the right. .idml displays correctly, just .indd not working. I've tried many different fixes, including resetting the default app for this extension, uninstalling and reinstalling the applicatio...
- 10 Aug 2019 00:02
- Forum: Tips & Tricks, Questions & Answers
- Topic: Show/Reveal/Expand Selected List Folder in Tree?
- Replies: 10
- Views: 3119
Show/Reveal/Expand Selected List Folder in Tree?
As I browse files/folders in the List, once I find the folder I'm looking for, I would like to (while keeping my current list) start expanding that folder hierarchy in the Tree. But I can't find a good way to quickly reveal/select/highlight that folder in the Tree. The best thing I've found so far i...
- 24 Apr 2019 23:44
- Forum: Tips & Tricks, Questions & Answers
- Topic: Tree Highlighting - Text Color and Reveal Folders?
- Replies: 11
- Views: 2528
- 11 Jan 2019 21:24
- Forum: Tips & Tricks, Questions & Answers
- Topic: Tree Highlighting - Text Color and Reveal Folders?
- Replies: 11
- Views: 2528
Re: Tree Highlighting - Text Color and Reveal Folders?
Thanks--I followed your instructions. It's a folder that's been moved/deleted... Perhaps I didn't un-highlight it before moving/deleting?
- 28 Dec 2018 21:24
- Forum: Tips & Tricks, Questions & Answers
- Topic: Tree Highlighting - Text Color and Reveal Folders?
- Replies: 11
- Views: 2528
Re: Tree Highlighting - Text Color and Reveal Folders?
You mean something like this? $miniTree = get("#489"); // Save all settings to a temp .ini file $ini = "%TEMP%\~XYplorer_temp.ini"; savesettings 1, $ini; // Get highlighted folder(s) $highlighted = formatlist(getsectionlist("HiliteFolder", $ini), "ef", <crlf>...
- 11 Dec 2018 17:06
- Forum: Bug Reports
- Topic: The file assosiation is failed
- Replies: 5
- Views: 1764
Re: The file assosiation is failed
This is also happening for me with various file types. Right now it's .psd files and it happens when i double click them. It does not happen when I right click > open.
- 07 Dec 2018 22:35
- Forum: Tips & Tricks, Questions & Answers
- Topic: Media Previews not working (all audio and video files)
- Replies: 7
- Views: 3968
Re: Media Previews not working (all audio and video files)
Why don't you just use a portable file association in XYplorer like: "VLC" {:Video}>::openwith "<path to VLC>\VLC.exe", , <curitem>; and maybe portable file icons as well like: "VLC" {:Video}><xyicons>\your_own_vlc_icon.ico In this case the XYPlorer would preview video...
- 07 Dec 2018 20:17
- Forum: Tips & Tricks, Questions & Answers
- Topic: Media Previews not working (all audio and video files)
- Replies: 7
- Views: 3968
Re: Media Previews not working (all audio and video files)
No, not for thumbnails only. I mean the actual preview window that should play video content.
- 04 Dec 2018 21:49
- Forum: Tips & Tricks, Questions & Answers
- Topic: Media Previews not working (all audio and video files)
- Replies: 7
- Views: 3968
Re: Media Previews not working (all audio and video files)
I installed the 32 bit version of VLC. I was hoping to use VLC as a User-Defined Preview Handler (for media files). However, I cannot find the GUID for VLC... Has anyone done this? Are there alternative media preview handlers to Windows Media Player?
- 04 Dec 2018 21:15
- Forum: Tips & Tricks, Questions & Answers
- Topic: Media Previews not working (all audio and video files)
- Replies: 7
- Views: 3968
Re: Media Previews not working (all audio and video files)
If I switch the default media play to Windows Media Player, previews work fine. But I would prefer VLC as the default, which apparently won't let XYPlorer preview media. Any settings I change to allow this?
- 03 Dec 2018 21:42
- Forum: Tips & Tricks, Questions & Answers
- Topic: Media Previews not working (all audio and video files)
- Replies: 7
- Views: 3968
Media Previews not working (all audio and video files)
For all audio and video files I get this error: "playing failed: Automation error"
For videos, I can see the first frame as a thumbnail and in the preview window. They just won't play.
For videos, I can see the first frame as a thumbnail and in the preview window. They just won't play.
- 01 Dec 2018 14:40
- Forum: Tips & Tricks, Questions & Answers
- Topic: Tree Highlighting - Text Color and Reveal Folders?
- Replies: 11
- Views: 2528
Re: Tree Highlighting - Text Color and Reveal Folders?
Wow this is perfect! Thank you so much.