Page 1 of 2

Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 23 Jun 2024 13:15
by Paperboy
In Windows Explorer, when I right-click on either an MP4 or MKV file, the Mediainfo is displayed in the context menu, regardless if the filename is overlong or not. However, in XYplorer, if the filename is overlong, Mediainfo is no longer displayed in the context menu. Could you please, if possible, fix this?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 23 Jun 2024 17:38
by admin
What about other shell extensions? Are they displayed?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 23 Jun 2024 18:01
by Paperboy
admin wrote: 23 Jun 2024 17:38 What about other shell extensions? Are they displayed?
No. Media Player Classic is also not displayed in the context menu.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 23 Jun 2024 18:39
by admin
Strange.

1) I assume your system is LongPathAware? You can find this info in the 2nd block of the Help | Various Information return.

2) What about the 64-bit context menu?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 23 Jun 2024 19:29
by Paperboy
admin wrote: 23 Jun 2024 18:39 Strange.

1) I assume your system is LongPathAware? You can find this info in the 2nd block of the Help | Various Information return.

2) What about the 64-bit context menu?
Nothing is also displayed with the 64-bit context menu. LongPathAware: No. But I already told you that in Windows Explorer it works fine. Everything is displayed as it should in the Windows Explorer context menu.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 08:42
by admin
Which Windows version? Which XYplorer version? How long is that path?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 09:03
by Paperboy
admin wrote: 24 Jun 2024 08:42 Which Windows version? Which XYplorer version? How long is that path?
OS: Windows 8.1. XYplorer version 26.10.0000. The path has 263 characters in total.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 09:17
by admin
Can you show a screenshot of that shell context menu of an overlong file in Explorer?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 11:41
by Paperboy
admin wrote: 24 Jun 2024 09:17 Can you show a screenshot of that shell context menu of an overlong file in Explorer?

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 12:39
by admin
No, in Explorer, with the Mediainfo item.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 12:51
by Paperboy
admin wrote: 24 Jun 2024 12:39 No, in Explorer, with the Mediainfo item.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 13:03
by admin
Interesting. This should not be possible. Cannot do anything about it.

In the next beta you can try this tweak. It does not help here, but maybe your system is different:

Code: Select all

ContextMenuOverlong=1

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 13:22
by Paperboy
admin wrote: 24 Jun 2024 13:03 Interesting. This should not be possible. Cannot do anything about it.

In the next beta you can try this tweak. It does not help here, but maybe your system is different:

Code: Select all

ContextMenuOverlong=1
For some reason, XYplorer automatically displays the native context menu when I right-click on the overlong filenames, even though the native context menu option is disabled.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 24 Jun 2024 14:21
by admin
It does this because, according to the Micrisoft documentation, the shell cannot handle overlong paths anyway.

And that's exactly what ContextMenuOverlong=1 will prevent from happening.

Re: Mediainfo Not Displayed in the Context Menu for Overlong Filenames

Posted: 26 Jun 2024 18:08
by Paperboy
admin wrote: 24 Jun 2024 13:03 Interesting. This should not be possible. Cannot do anything about it.

In the next beta you can try this tweak. It does not help here, but maybe your system is different:

Code: Select all

ContextMenuOverlong=1
Can you please tell me how do I implement this tweak?