Search found 13240 matches

by highend
30 Apr 2024 11:17
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 27
Views: 356

Re: Custom path aliases in tabs

Stop talking, give it to us :ninja:
by highend
30 Apr 2024 11:10
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 27
Views: 356

Re: Custom path aliases in tabs

I like "Folder fusion" and one more suggestion:

RAT = Rapid Access Tree

If a free "rat" when buying XY isn't included I don't know what people would want more...
by highend
30 Apr 2024 11:08
Forum: Tips & Tricks, Questions & Answers
Topic: [CLOSED] The formatlist() "d" parameter does not seem to be able to filter duplicate items, a list of one per line
Replies: 2
Views: 1

Re: The formatlist() "d" parameter does not seem to be able to filter duplicate items, a list of one per line

That's not a bug For removing duplicates they can't be anywhere in the list but must follow each other. Your's aren't so you need to sort them first $paper = <<<MENU D:\test\1 D:\test\1.txt D:\test\1.zip D:\test\[2] D:\test\[2](1).zip <-dupe D:\test\[2](1).zip <-dupe D:\test\[2].txt D:\test\[2].zip ...
by highend
30 Apr 2024 10:28
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] How formatlist() filters item containing characters such as []
Replies: 5
Views: 46

Re: [SOLVED] How formatlist() filters item containing characters such as []

What? This is for filtering items with formatlist(), not renaming them...

Again: For the files / folders you've listed, what should your script (the paperfolder) output / contain at the end?
by highend
30 Apr 2024 10:02
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 27
Views: 356

Re: Custom path aliases in tabs

It has to be more catchy.
FMGM = Folder Mapping God Mode? :tup:
by highend
30 Apr 2024 09:36
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 27
Views: 356

Re: Custom path aliases in tabs

UDTM = User defined tree mappings
by highend
30 Apr 2024 00:10
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] How formatlist() filters item containing characters such as []
Replies: 5
Views: 46

Re: How formatlist() filters item containing characters such as []

formatlist treats [ as the beginning of a range and # as a digit, so you need to escape them by surrounding them with [] Sorry but what is the exact expected output? The result.png can't be it, if (!regexmatches($item, "^.*zip$|^.*rar$|^.*7z$")) { continue; } would filter everything out bu...
by highend
28 Apr 2024 21:17
Forum: Other Software
Topic: Duplicate folder finder?
Replies: 2
Views: 82

Re: Duplicate folder finder?

Thanks for the suggestion. Not exactly the representation of dupes that I've expected but at least it makes it easier to see when folders are likely the same.

A bit slow when scrolling through the list of duplicates (10.978 files, 5835 duplicates) but I can live with that :)
by highend
28 Apr 2024 18:23
Forum: Wishes
Topic: Custom path aliases in tabs
Replies: 27
Views: 356

Re: Custom path aliases in tabs

It would be cool if there is a drop-down option field where each user can choose the setting he likes... (ofc elsewhere isn't an option there)^^
by highend
28 Apr 2024 10:57
Forum: Tips & Tricks, Questions & Answers
Topic: Change Folder Colour if the folder name contains a specific Word.
Replies: 2
Views: 57

Re: Change Folder Colour if the folder name contains a specific Word.

It's enough that it changes the color when you browse inside such a root folder that contains the subfolder footage?
by highend
28 Apr 2024 10:01
Forum: Other Software
Topic: Duplicate folder finder?
Replies: 2
Views: 82

Duplicate folder finder?

I don't have the time to script that atm... Does anyone know a software that is able to find duplicate folders (by checking if everything underneath them has the same content)? The name of the folders don't need to match, they are in in different hierarchy levels of the same root folder I don't want...
by highend
28 Apr 2024 08:07
Forum: Tips & Tricks, Questions & Answers
Topic: Hide catalog icons
Replies: 5
Views: 94

Re: Hide catalog icons

I'm not aware of a "just hide them" option... There is a generic tweak (https://www.xyplorer.com/xyfc/viewtopic.php?t=3898) but it still doesn't hide icons What you can (partially) do: Create an icon (24x24), totally white (if you are not in dark mode) and append it to your caption "|...
by highend
26 Apr 2024 17:26
Forum: Reviews
Topic: XY subreddit
Replies: 10
Views: 189

Re: XY subreddit

Have you considered reaching out to some of the forum users who are requesting options for video files?
Whenever you tell them: Ok, do them and contribute they :ghost:

I could do this but time is precious...
by highend
26 Apr 2024 11:30
Forum: Wishes
Topic: Context menu - New - New folders/files
Replies: 2
Views: 114

Re: Context menu - New - New folders/files

Thanks for implementing it, works great!