That's a nice thought, at least! I'm an active 'modest' level Thoroughbred trainer. So with any luck I may stay healthy enough to get half of that.
Search found 26 matches
- 14 Sep 2025 02:00
- Forum: Tips & Tricks, Questions & Answers
- Topic: Trick to stop truncated decimal numbers via runret() of mediainfo
- Replies: 4
- Views: 3625
- 13 Sep 2025 02:01
- Forum: Tips & Tricks, Questions & Answers
- Topic: Trick to stop truncated decimal numbers via runret() of mediainfo
- Replies: 4
- Views: 3625
- 12 Sep 2025 00:51
- Forum: Tips & Tricks, Questions & Answers
- Topic: Trick to stop truncated decimal numbers via runret() of mediainfo
- Replies: 4
- Views: 3625
Trick to stop truncated decimal numbers via runret() of mediainfo
Hello, Using simple scripting for a Custom Column (derived from a highend post from a while ago): $mediaInfo = "C:\Program Files\MediaInfo_CLI\MediaInfo.exe"; $info = regexreplace(runret("$mediaInfo --Inform=Video;%DisplayAspectRatio% ""<cc_item>"""), "\....
- 19 Apr 2025 02:00
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
In the latest version, the issues you were having earlier should now be resolved, hopefully even the error. Yes, they most definitely are in 27.00.0200! The memory error I was getting using Metadata extended properties I have not double-checked because scripts referencing by {frame width} or by cus...
- 31 Mar 2025 23:56
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
As a follow-up: Of the topics below covered under the documentation for the report() command, none of the following currently work for me with the latest version of XYPlorer. Report() command [1] {frame width} and {frame height} Just returns text strings "{frame width}" and "{frame he...
- 28 Mar 2025 02:35
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
Just restart XY and that error should go away. I see the bug, it is using SC report without supplying filenames, which defaults to the itemlist flag of 0, that doesn't work currently, I already reported it at the end of my post here: https://www.xyplorer.com/xyfc/viewtopic.php?p=228353#p228353 Than...
- 28 Mar 2025 01:03
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
I found out where "frame width" and "frame height" columns came from. They are among the very basic columns that can be added by just right-clicking on the column headers. I am guessing that I did not add those to the list myself. https://i.postimg.cc/2Sx3z8Qc/2025-03-27-19435330...
- 28 Mar 2025 00:18
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
It didn't work in v22.00 as well with a custom column that holds int values for e.g. frame width (ofc with the same column name)... Very interesting. It worked in whatever version I had this morning. And for the last couple of years. I have used it nearly every day for quite a while. Below is the s...
- 27 Mar 2025 23:00
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Re: Report Command not returning {Frame width} {Frame height}
Maybe in the past you previously had visible columns named "frame width" etc, in that case it would work. but the correct way to do it so that it always works would be like this: text report("{Name} -- {size} Dur: {Duration} C: {created} M: {modified} -- {prop:System.Video.FrameWidth...
- 27 Mar 2025 22:05
- Forum: Bug Reports
- Topic: Report Command not returning {Frame width} {Frame height}
- Replies: 11
- Views: 1456
Report Command not returning {Frame width} {Frame height}
Hello, I just updated to the newest version 27.00.0100 a few minutes ago One thing I noticed is that the following line of script no longer returns actual values for {frame width} and {frame height} text report("{Name} -- {size} Dur: {Duration} C: {created} M: {modified} -- {frame width}x{frame...
- 04 Sep 2023 16:43
- Forum: Tips & Tricks, Questions & Answers
- Topic: Breadcrumbs bar: Triangles > 'Drop Menu on Hover'
- Replies: 2
- Views: 686
Re: Breadcrumbs bar: Triangles > 'Drop Menu on Hover'
The value of that index is meaningless without being able to get the full path (and not only the current one) of the breadcrumb bar (and it wouldn't make sense to script the whole thing in XY, a simple {esc} would quit such a script) without being able to get the full path (and not only the current...
- 03 Sep 2023 23:05
- Forum: Tips & Tricks, Questions & Answers
- Topic: Breadcrumbs bar: Triangles > 'Drop Menu on Hover'
- Replies: 2
- Views: 686
Breadcrumbs bar: Triangles > 'Drop Menu on Hover'
I am not sure if this is a 'Tips & Tricks' or a 'Wish', but will start here since it may very well be possible via scripting. I currently have the Breadcrumbs bars set with Triangles to the left of each breadcrumb's name with [x] 'Drop Menu on Hover'. I love it and use it every day. I have not f...
- 20 Aug 2023 02:16
- Forum: Wishes
- Topic: Color of Breadcrumb bar 'Active Back'
- Replies: 12
- Views: 1301
Re: Color of Breadcrumb bar 'Active Back'
It's in the recent beta version. Did you already try it? --> https://www.xyplorer.com/xyfc/viewtopic.php?p=213465#p213465 Just tried it.... works like a charm! Here is the code: // ----------------------------------------------------------------------------------------------------------------------...
- 19 Aug 2023 17:25
- Forum: Wishes
- Topic: Color of Breadcrumb bar 'Active Back'
- Replies: 12
- Views: 1301
Re: Color of Breadcrumb bar 'Active Back'
It's in the recent beta version. Did you already try it? --> https://www.xyplorer.com/xyfc/viewtopic.php?p=213465#p213465 Awesome! I will try it this evening. That is perfect. type: 3 = Breadcrumb Colors Format: AT1,AB1,IT1,IB1,AT2,AB2,IT2,IB2 (A=Active,I=Inactive,T=Text,B=Back,1=Pane1,2=Pane2) Eac...
- 19 Aug 2023 16:22
- Forum: Wishes
- Topic: Color of Breadcrumb bar 'Active Back'
- Replies: 12
- Views: 1301
Re: Color of Breadcrumb bar 'Active Back'
Nice! Looks like you're really into file management. :tup: (Ab)Using the color of breadcrumb bars as an indicator of something else is an interesting idea. I guess I'll add it to SC ifc (interfacecolors). Thank you very much! It is a fairly unmistakable indicator. You can see it from across the roo...
XYplorer Beta Club