However, you have now given me this idea.

Only If I delete this entry, then the menu item "ulister" is also present for .eml and .msg files:
Code: Select all
Lister: view methods by file type
*.eml;*.msg ulister.wlx64
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Lister: view methods by file type
*.eml;*.msg ulister.wlx64
Yes, I'll get back to you...petermad wrote: 2023-08-02, 19:37 UTC 2tuska
Could you try temporarily to remove the .wlx file from any of your other Lister plugins, to see if that plugin doesn't turn up either.
Code: Select all
[ListerPlugins]
0=%COMMANDER_PATH%\PLUGINS\wlx\mmedia\mmedia.wlx64
0_detect="MULTIMEDIA"
[ListerModes]
0exts=*.mp4 *.mpg *.mpeg *.avi *.wmv *.wma *.mov *.m4a
0fields=4i,mmedia.wlx64
Code: Select all
[ListerPlugins]
0=%COMMANDER_PATH%\PLUGINS\wlx\mmedia\mmedia.wlx64
0_detect="MULTIMEDIA"
[ListerModes]
0exts=*.mp4 *.mpg *.mpeg *.avi *.wmv *.wma *.mov *.m4a
0fields=4i,mmedia.wlx
Code: Select all
[ListerPlugins]
0=%COMMANDER_PATH%\PLUGINS\wlx\mmedia\mmedia.wlx
0_detect="MULTIMEDIA"
[ListerModes]
0exts=*.mp4 *.mpg *.mpeg *.avi *.wmv *.wma *.mov *.m4a
0fields=4i,mmedia.wlx
Code: Select all
[ListerModes]
0exts=*.csv
0fields=CSVView.wlx
1exts=*.eml;*.msg
1fields=ulister.wlx64
2exts=*.cr3;*.dng;*.eps;*.heif;*.nef;*.nrw;*.ps;*.qt;*.ra;*.ram;*.rm
2fields=IrfanView.wlx
3exts=*.html
3fields=5
4exts=*.ini;*.js;*.json;*.md;*.ps1;*.txt
4fields=8
5exts=*.jp2
5fields=PhotoViewer.wlx
6exts=*.mp4;*.amr
6fields=mmedia.wlx64
7exts=*.pdf;*.epub;*.xps
7fields=SumatraPDF.wlx
8exts=*.AVIF;*.png;*.WMF
8fields=Imagine.wlx
9exts=*.sqlite;*.xys
9fields=1
10exts=*.3DS;*.AC;*.DAT;*.LWO;*.OBJ;*.PLY;*.PFZ;*.STL
10fields=WCPFREP.wlx
11exts=*.xml
11fields=6
32bit plugins will always have a .wlx (or uwlx) file - so there will never be a problem here.And by the way, 2petermad - have you tested this behavior for 32-bit plugins? No problems there?
Code: Select all
Name/Ext Size Date Attr
CSVView.wlx 1 863 168 25.03.2020 12:02 -a--
CSVView.wlx64 2 972 160 25.03.2020 12:02 -a--
That’s what I realized in fact - and now I’m asking Mr.Ghisler to confirm that he understood this momentthe error affects not only the uLister plugin but also other plugins
By the way, this is a very good wish/question. It is really very painful that Total internally worksShould .wlx64 files perhaps also be selectable here?
no - but if a .wlx64 file with a corresponding name exist, TC will use that in stead - That is why you can always use the .wlx extension in the [ListerPlugins] section. Allover in TC where plugins are used they can be referred to with the .wlx extension.Although, TC x64 can also use .wlx files.
Code: Select all
0=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx64
Code: Select all
0=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx
Sorry for my wrong assumption.