Search found 804 matches

by Jerry
26 Aug 2022 18:54
Forum: Bug Reports
Topic: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1
Replies: 13
Views: 622

Re: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1

admin wrote: 26 Aug 2022 18:45 But you do after F5?
Nope. No change after pressing F5. Also not working with /fresh.
by Jerry
26 Aug 2022 18:01
Forum: Bug Reports
Topic: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1
Replies: 13
Views: 622

Re: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1

admin wrote: 26 Aug 2022 16:39 Should be fixed in next beta.
Just installed beta 23.50.0207 with the change you made, but I am still not seeing the color rendered.
by Jerry
26 Aug 2022 16:31
Forum: Bug Reports
Topic: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1
Replies: 13
Views: 622

Re: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1

admin wrote: 26 Aug 2022 16:29 Ah, you want the color filter to pop up when the drive is mounted? (without pressing F5)
Yes, the color is activated only when the drive is actually attached and mounted.
by Jerry
26 Aug 2022 15:30
Forum: Bug Reports
Topic: Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1
Replies: 13
Views: 622

Color Filter Not Working Anymore: attr:junction AND prop:#HardLinks:>=1

[Using v23.50.0200]

After I upgraded to v23.50.0200. the following color filter is no longer being rendered:
attr:junction AND prop:#HardLinks:>=1
I use it to mark folders where an external drive is currently mounted.
by Jerry
02 May 2022 19:25
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

Yes, same here. So you can use this in the SB template: <prop #308 ' @ *'> Yes, but I'm finding that the format string is not being recognized when you pass an index vs a name. With the format string, I get, for example, " @ *4200kbps". And for a non-video file, the " @ *" remai...
by Jerry
02 May 2022 19:07
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

admin wrote: 02 May 2022 18:43 1. Add a new column, right-click the header and open the Select Property list. Search for your field and you will see the index (it will be different on your system):
Ok, got it. #308 on my system. And the value comes back already in kbps, suffixed with "kbps".
by Jerry
02 May 2022 18:33
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

admin wrote: 02 May 2022 18:15 You probably have to go by index. Here it is #298: echo <prop #298>;
Hmm, I'm not seeing the value returned with that index, and also the optional format template isn't omitting the added strings when there's no value - does that not work with indexes?

Code: Select all

<prop #298 '@ *'>
by Jerry
02 May 2022 17:55
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

admin wrote: 02 May 2022 17:45 Simply <prop Bitrate>.
Sorry, my mistake. It seems that the video-only bit rate appears in the metadata dialog as
"Data rate". What's the property name for that?
by Jerry
02 May 2022 17:34
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

admin wrote: 02 May 2022 17:26 What popup? Got a screenshot?
by Jerry
02 May 2022 17:23
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

admin wrote: 02 May 2022 17:20 System.Video.Bitrate is not supported by the system.
The property is currently being retrieved for display in the metadata popup.
by Jerry
02 May 2022 17:14
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

Just had an idea and added this. Should do: + Custom Status Bar Info / Property Variables: Now you can add formatting directions to the place holder for the value. Remember that the template must be wrapped in single or double quotes if a space is included: echo <prop System.Video.TotalBitrate 'Bit...
by Jerry
02 May 2022 17:02
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Re: Status Bar Template: Formatting of Property Values

Thanks, the optional format template fits the bill for #2.
For issue #1, any chance of adding #video.TotalBitRate and #video.BitRate native variables that would format as kbps (or perhaps as Mbps) like #audio.bitrate does? (Also #video.dimensions would be handy too, analogous to #image.dimensions.)
by Jerry
02 May 2022 15:17
Forum: Tips & Tricks, Questions & Answers
Topic: Status Bar Template: Formatting of Property Values
Replies: 18
Views: 2670

Status Bar Template: Formatting of Property Values

Love the status bar template ! A few questions: Is there any way to format a property value in the template? For example, when a video file is selected, I want to see the Total Bit Rate, but using the System.Video.TotalBitrate property gives me the number in bytes. I'd like to see it in kilobytes, o...
by Jerry
02 May 2022 13:59
Forum: Wishes
Topic: Keyboard Shortcut for Hide Siblings from Mini Tree
Replies: 2
Views: 1281

Re: Keyboard Shortcut for Hide Siblings from Mini Tree

admin wrote: 01 May 2022 09:33 Fully agreed. Next beta.:)
BTW, the context menu pops up fast (with just XY's own commands) if you hold CTRL while right-clicking a tree or list item.
Thank you!
by Jerry
06 Mar 2022 03:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to set file properties with a script command?
Replies: 11
Views: 2256

Re: How to set file properties with a script command?

Hi all, I've looked everywhere but can't find the answer: How do you use a script to set file properties? ... Here's the script that I wrote and have been using, oh my goodness, for over 10 years now: // Toggles readonly attribute on selected files: // If any file has readonly already set then all ...