Miscellaneous - Questions

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

admin wrote: 24 Aug 2021 10:11 I see what you mean. Next beta:
Thank you a lot.

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

Is it possible to see full details of a file in the meta section?

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Miscellaneous - Questions

Post by admin »

Can you squeeze a little more detail into your question?

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

I want to see a Promotion URL, Frame w/h/rate, etc.
Also, I am currently looking to add a web link to the Promotion URL from a Clipboard. And also, copy a link from the Promotion URL with a script or something else.

(I hope I explained well with my poor English.)

Image
Last edited by MaxEnrik on 20 Jan 2022 09:31, edited 1 time in total.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Miscellaneous - Questions

Post by admin »

Don't know in which field the Promotion URL is stored. But all available ID3v2 data should be there on the Meta tab. If not, can you send me such a file for testing?

...

PS: I think I see what to do now... wait for the next beta...

PS2: Select your file and try this to return that URL: echo <prop "System.Media.PromotionUrl">;

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

Thank you a lot!

Code: Select all

copytext "<prop System.Media.PromotionUrl>"
copytext "<prop System.Comment>"
Now, I can copy specific properties.
May I ask how I can paste a clipboard to that specific property, like below?

Image

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Miscellaneous - Questions

Post by highend »

Pasting = Saving it as new metdata?

Not possible (via the GUI), get e.g. exiftool and script it...
One of my scripts helped you out? Please donate via Paypal

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

Pressing S in the Full-Screen preview will raise the image slightly when the status bar appears. How can I avoid it?

RalphM
Posts: 1932
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Miscellaneous - Questions

Post by RalphM »

Where would you want the status bar to be located?
The zoom factor is adapted to fit the image with the status bar on screen.
Ralph :)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Miscellaneous - Questions

Post by admin »

RalphM wrote: 07 Sep 2022 03:16 Where would you want the status bar to be located?
The zoom factor is adapted to fit the image with the status bar on screen.
Well, the status bar could be shown overlaid on the image (maybe even semi-transparently, but that would be more work). I made some experiments and I like it even better than before.

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

RalphM wrote: 07 Sep 2022 03:16 Where would you want the status bar to be located?
For now, it's on the bottom left, which is fine.

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

#The Files Sorting - Issue

The files are sorted incorrectly.
How can I correct them?

Image

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Miscellaneous - Questions

Post by admin »

What if you sort only by Created?

MaxEnrik
Posts: 107
Joined: 20 Apr 2019 02:34

Re: Miscellaneous - Questions

Post by MaxEnrik »

There is no problem with only Created sorting.

There are too many types of files in that folder, and I need to sort them by Type and Created.
To easily choose and play and whatever I need to operate with them.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Miscellaneous - Questions

Post by admin »

Looks weird. Can you get the same picture with a fresh instance?

If this tweak is 0, and it is 0 by factory default, then the blocks on which secondary sorting is based are defined on the day only, ignoring the time.

Code: Select all

SortSecondaryByExactDate=0
Makes sense like this since the exact time is rarely the same between different files, so secondary sorting would not do much here.

Post Reply