Search found 14 matches

by spaceman
24 May 2024 22:57
Forum: Tips & Tricks, Questions & Answers
Topic: How to Add a "Resolution" Column, when Viewing a Videos folder?
Replies: 8
Views: 1335

Re: How to Add a "Resolution" Column, when Viewing a Videos folder?

I understand.

Thank you.

BTW, If I can recommend the creator of XYplorer, to consider adding some Video related column types,
it would be great.

It seems that there is a very good support for Images, and for Audio,
adding Video too would be really useful.
by spaceman
24 May 2024 22:45
Forum: Tips & Tricks, Questions & Answers
Topic: How to Add a "Resolution" Column, when Viewing a Videos folder?
Replies: 8
Views: 1335

Re: How to Add a "Resolution" Column, when Viewing a Videos folder?

I see.

Thank you.

BTW, Is that because I am on Windows XP?
On Windows 10 for example it would work with System.Video.FrameWidth and .FrameHeight?
by spaceman
24 May 2024 22:26
Forum: Tips & Tricks, Questions & Answers
Topic: How to Add a "Resolution" Column, when Viewing a Videos folder?
Replies: 8
Views: 1335

Re: How to Add a "Resolution" Column, when Viewing a Videos folder?

Thank you very much highend

I tried it now,
but the result that I get, for all *.mp4 files, is simply "x" in each..


I entered it like this:

Image

Anything I might've done wrong, and should change?
by spaceman
24 May 2024 22:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to Add a "Resolution" Column, when Viewing a Videos folder?
Replies: 8
Views: 1335

How to Add a "Resolution" Column, when Viewing a Videos folder?

Hi all I navigated to a folder that contains *.mp4 files, and would now like to add a "Resolution" Column, so that I can see the Resolution of each video file, in the file list columns.. Can that be done? When I RightClick an empty part of the Column Header row, I see various options that ...
by spaceman
07 Apr 2023 11:25
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 1520

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Hi Yusef

Thank you very much.


It's nice that you get along well with RegEx,
most people are detered by them.. :)
by spaceman
07 Apr 2023 02:41
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 1520

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Can the rename command perform 2 modes on 1 execution? For example: Search and Replace: rename s, "[]{};,!>_" And: rename k, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890()-_.", p; I can do it with 2 commands, but doing it with 2 commands has 2 problems: The fir...
by spaceman
29 Mar 2023 18:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 1520

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Thank you very much regarding rename k . What is CEA? The documentation does not mention this term.. The folder has some sub-folders, so iterating it recursivly would be nice, but even If not, I can manually execute it on each of the folders myself, since the total number of folders is not big. BTW,...
by spaceman
29 Mar 2023 16:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 1520

How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Hi all I have a folder that contains many files, and I want to clean the filenames of these files from problematic chars, and only leave chars that I will define in a White List of chars, for example: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890()-_." All other chars wil...
by spaceman
16 Aug 2021 17:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?
Replies: 2
Views: 456

Re: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?

Oh, that setting..
Yes, it is On for me, and I am using the latest version,
but from the thread you linked to, I see that it's impossible to solve it :/

Oh no..
by spaceman
16 Aug 2021 16:36
Forum: Tips & Tricks, Questions & Answers
Topic: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?
Replies: 2
Views: 456

How to Make Newly Added Files Appear in the End instead of Immediately Sorted?

Hi all Assume that we're in a certain folder, for example C:\Download\, and that folder has 5 files currently. When we entered that folder, the 5 files will appear, sorted according to the sorting column we chose, for example according to Extension. Now, If I download 3 files into that folder, while...
by spaceman
06 Aug 2021 15:10
Forum: Tips & Tricks, Questions & Answers
Topic: Can a Script in XYplorer Control the Tree on the Left?
Replies: 0
Views: 3923

Can a Script in XYplorer Control the Tree on the Left?

Hi all


Can a Script in XYplorer control the Tree on the Left?

By "control the tree", I mean these operations:
- Expand/Collapse a specific Node
- Select a specific Node


Thank you