Search found 12 matches

by G_Mugford
28 Feb 2019 12:56
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Em, what? http://files2.codecguide.com/K-Lite_Codec_Pack_1475_Mega.exe This automatically installs 32 and 64-bit codecs (on a 64-bit OS), unless you tell it specifically to leave out 32-bit ones... Will read the page again when I'm less sleep deprived. I was supposed to be napping an hour ago. Than...
by G_Mugford
28 Feb 2019 12:53
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

why is it returning the 00:00:00 Because you put the full snippet into the script box of the custom column like I explained in my last posting... Is there ANY way to change the default hotkey assignments in XYplorer Menu - Tools - Customize Keyboard Shortcuts...? The issue is handling mouse buttons...
by G_Mugford
28 Feb 2019 12:43
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

This is NOT the script, this is a snippet that fills all items for that custom column definition^^ This is the script: $nsecs = property("System.Media.Duration", <cc_item>); // Use mediainfo for unknown codecs ($nsecs is empty!) if ($nsecs == "") { $mediaInfo = "<xydrive>\T...
by G_Mugford
28 Feb 2019 12:33
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

even the entry for an AVI file of an old Lone Ranger TV episode was 00:00:00. Select that file, execute this from the address bar and post the output: text "_" . property("System.Media.Duration", <curitem>) . "_"; More action. The result was: _13641640000_ I assume thi...
by G_Mugford
28 Feb 2019 12:13
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Cross-posted as I progressed, so I missed Jupe's response. And once again, I'm happy for your involvement. So thanks for the time. My script did not change during the K-Lite maneuvering. The script with the actual path and your edit is shown here: Snip: CustomColumn 1 XYplorer 18.90.0000, 22.03.2018...
by G_Mugford
28 Feb 2019 11:59
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Sadly, Even after finding a Standard version of 12.95 portable that installed in the x86 program files hive on C: (I NEVER voluntarily install programs into the hive if at all possible, but I was trying to get as pure a 32-bit install as possible), the Video Length column in XYplorer remained all ze...
by G_Mugford
28 Feb 2019 10:40
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Hmmm, it seems a 32 bit install of K-Lite (I looked at the whole suite of versions) is a non-starter. The installer comes as dual 32/64 bit and picks the version according to the operating system. So, the next step is to search around for an older version that specifically states x32. Maybe a portab...
by G_Mugford
28 Feb 2019 10:26
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Jupe, No issue with your replying to my query. It's a forum and the advantage of a forum is the ability for all to help where they can. Thanks for taking your time to offer some help. I tried the edit change hoping it would suffice. It didn't. But the x86 install might be productive. I'm trying to t...
by G_Mugford
28 Feb 2019 00:05
Forum: Script Exchange
Topic: CC snippet - Video length
Replies: 21
Views: 11016

Re: CC snippet - Video length

Highend, Newbie here ... I had Video Length showing up in my various file managers up to about two years ago. I run Win 7 Pro x64. Then, the info went away for anything not AVI or SOME MP4s. I use K-Lite Mega Code Pack and keep it current. I've half-heartedly tried to restore the information, but th...
by G_Mugford
26 Feb 2015 10:24
Forum: Tips & Tricks, Questions & Answers
Topic: Refugee from another explorer looking at XYplorer
Replies: 7
Views: 3026

Re: Refugee from another explorer looking at XYplorer

Thanks to highend and binocular222. It does appear the highest of the hurdles is now surmountable. I have had no time to further trial the product, but the weekend draws near. The fact that two options were presented leaves me confident the issue will not be an issue. I'm willing to have autokey pro...
by G_Mugford
24 Feb 2015 05:36
Forum: Tips & Tricks, Questions & Answers
Topic: Refugee from another explorer looking at XYplorer
Replies: 7
Views: 3026

Re: Refugee from another explorer looking at XYplorer

Thanks for taking the time and effort to go through my essay [G]. Some of the answers were encouraging, some discouraging. I truly value the select toggle with middle click (no extra key adulteration), so that's VERY tough. I'm willing to approach scripting with an open mind, but I come from the Pas...
by G_Mugford
23 Feb 2015 00:12
Forum: Tips & Tricks, Questions & Answers
Topic: Refugee from another explorer looking at XYplorer
Replies: 7
Views: 3026

Refugee from another explorer looking at XYplorer

Hello all, My current explorer is expanding in directions that ... disappoint me. So, I'm looking to switch. I look at my needs from a Windows Explorer replacement and I find myself with these requirements/questions/pie in the sky wants: [1] I use the mouse extensively. The first need that I have is...