Page 6 of 8

Re: Miscellaneous - Questions

Posted: 14 Jan 2022 05:49
by MaxEnrik
admin wrote: 24 Aug 2021 10:11 I see what you mean. Next beta:
Thank you a lot.

Re: Miscellaneous - Questions

Posted: 14 Jan 2022 06:04
by MaxEnrik
Is it possible to see full details of a file in the meta section?

Re: Miscellaneous - Questions

Posted: 16 Jan 2022 10:59
by admin
Can you squeeze a little more detail into your question?

Re: Miscellaneous - Questions

Posted: 17 Jan 2022 11:45
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

Re: Miscellaneous - Questions

Posted: 17 Jan 2022 12:25
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">;

Re: Miscellaneous - Questions

Posted: 20 Jan 2022 10:14
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

Re: Miscellaneous - Questions

Posted: 20 Jan 2022 10:20
by highend
Pasting = Saving it as new metdata?

Not possible (via the GUI), get e.g. exiftool and script it...

Re: Miscellaneous - Questions

Posted: 06 Sep 2022 17:18
by MaxEnrik
Pressing S in the Full-Screen preview will raise the image slightly when the status bar appears. How can I avoid it?

Re: Miscellaneous - Questions

Posted: 07 Sep 2022 03:16
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.

Re: Miscellaneous - Questions

Posted: 07 Sep 2022 08:49
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.

Re: Miscellaneous - Questions

Posted: 10 Sep 2022 07:05
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.

Re: Miscellaneous - Questions

Posted: 17 Feb 2023 13:02
by MaxEnrik
#The Files Sorting - Issue

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

Image

Re: Miscellaneous - Questions

Posted: 17 Feb 2023 14:02
by admin
What if you sort only by Created?

Re: Miscellaneous - Questions

Posted: 17 Feb 2023 14:30
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.

Re: Miscellaneous - Questions

Posted: 17 Feb 2023 14:41
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.