WDX - Content Plugins // Inhaltsplugins: the most useful, sorted by file type

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: WDX - Content Plugins // Inhaltsplugins: the most useful, sorted by file type

Post by *Stefan2 »

igarny wrote: 2023-11-06, 06:17 UTC Hey guys
I see you have sLister activated as a WDX Content plugin or is it only 2Stefan2...
pdf = sLister + SumatraPDF (portable version)
But on my system it is not registered so.
In my plugins I have it with WLX extension and only as Lister plugin
What do I do to make this registration?

Thanks!



If you look closely, I only mentioned a post by jvh
at the end of my post no.1 here (https://ghisler.ch/board/viewtopic.php?p=356500#p356500),
here a copy of that for reference:

jvh wrote: 2017-04-10, 21:27 UTC My favorites:

pdf = sLister + SumatraPDF (portable version)


 
User avatar
brian
Junior Member
Junior Member
Posts: 67
Joined: 2003-09-25, 01:14 UTC
Contact:

Re: WDX - Content Plugins // Inhaltsplugins: the most useful, sorted by file type

Post by *brian »

I get an annoying error message in a dialog box with the title
MediaInfoWDX.wdx
"plugin detect string error 1 at offset WMV"


I can OK out of it, but it's annoying.

It invariably happens after I start a new instance of WindowsCommander, and then I open the Search window... it then doesn't popup anymore until I start another instance.
We call it WindowsCommander because it commands Windows, not "Total".
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: WDX - Content Plugins // Inhaltsplugins: the most useful, sorted by file type

Post by *tuska »

Hi,

In the [ContentPlugins] section, for example, I have the following entries (the line number will be different for you).
In column 187 (cursor position in an editor) there is the entry: EXT="WMV"
Please check this entry.

Code: Select all

27=%COMMANDER_PATH%\Plugins\wdx\MediainfoWDX\MediaInfoWDX.wdx
27_detect="EXT="AIF"|EXT="AU"|EXT="SND"|EXT="MID"|EXT="RMI"|EXT="MED"|EXT="MP3"|EXT="RA"|EXT="WAV"|EXT="VQF"|EXT="AAC"|EXT="APE"|EXT="FLAC"|EXT="MP4A"|EXT="CDA"|EXT="RM"|EXT="RMVB"|EXT="WMV"|EXT="AVI"|EXT="MPG"|EXT="MPEG"|EXT="MOV"|EXT="MP4"|EXT="MKV"|EXT="WEBM""
User avatar
brian
Junior Member
Junior Member
Posts: 67
Joined: 2003-09-25, 01:14 UTC
Contact:

Re: WDX - Content Plugins // Inhaltsplugins: the most useful, sorted by file type

Post by *brian »

It is subtle, but I think I've found it, there was a extra double quote next to the WMV option:
I used the QUOTE tags instead of the CODE tags to make the error, which I've colored red etc, ... visible
My code:
***[ContentPlugins]***
0=c:\totalcmd852\plugins\wdx\Media\media.WDX
0_detect="EXT="AVI" | EXT="DIVX" | EXT="MPEG" | EXT="MPG" | EXT="ASF" | EXT="VOB" | EXT="MP1" | EXT="MP2" | EXT="MP3" | EXT="WAV" | EXT="AIFF" | EXT="OGG" | EXT="WMA" | EXT="MOV" | EXT="WMV" | EXT="AC3" | EXT="AU" | EXT="D2V" | EXT="RA""
1=c:\totalcmd852\plugins\wdx\AudioInfo\AudioInfo.wdx
1_detect="EXT="MP3" | EXT="MP2" | EXT="MP1" | EXT="OGG" | EXT="WMA" | EXT="WAV" | EXT="VQF" | EXT="AAC" | EXT="APE" | EXT="MPC" | EXT="FLAC" | EXT="CDA" | EXT="IT" | EXT="XM" | EXT="S3M" | EXT="MTM" | EXT="MOD" | EXT="UMX""
2=c:\totalcmd852\plugins\MediaInfoWDX64\MediaInfoWDX.wdx
2_detect="EXT="AAC"|EXT="AIF"|EXT="APE"|EXT="AU"|EXT="AVI"|EXT="CDA"|EXT="FLAC"|EXT="MED"|EXT="MID"|EXT="MKV"|EXT="MOV"|EXT="MP3"|EXT="MP4"|EXT="MP4A"|EXT="MPEG"|EXT="MPG"|EXT="RA"|EXT="RM"|EXT="RMI"|EXT="RMVB"|EXT="SND"|EXT="VQF"|EXT="WAV"|EXT="WEBM"|EXT="WMA"|"EXT="WMV""
3=c:\totalcmd852\plugins\wdx_mediainfo\mediainfo.wdx
Your code:
27=%COMMANDER_PATH%\Plugins\wdx\MediainfoWDX\MediaInfoWDX.wdx
27_detect="EXT="AIF"|EXT="AU"|EXT="SND"|EXT="MID"|EXT="RMI"|EXT="MED"|EXT="MP3"|EXT="RA"|EXT="WAV"|EXT="VQF"|EXT="AAC"|EXT="APE"|EXT="FLAC"|EXT="MP4A"|EXT="CDA"|EXT="RM"|EXT="RMVB"|EXT="WMV"|EXT="AVI"|EXT="MPG"|EXT="MPEG"|EXT="MOV"|EXT="MP4"|EXT="MKV"|EXT="WEBM""
We call it WindowsCommander because it commands Windows, not "Total".
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
Post Reply