several similar lister plugins

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
vitalyki
Junior Member
Junior Member
Posts: 12
Joined: 2008-01-01, 18:03 UTC
Location: Bristol, UK

several similar lister plugins

Post by *vitalyki »

Having installed several wlx plugins for images (imagine, ImgView, mmedia), how can I view a graphic file with a one of my choice for this specific file? Or perhaps I could associate an extension like .avi with a specific plugin? Thanks
Vitaly
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

how can I view a graphic file with a one of my choice for this specific file
You can press "Options" -> "4" until the plugin of your choice is used. Often you can just press "4", but some plugins "steals" the keypress.

Or perhaps I could associate an extension like .avi with a specific plugin?
1. Click "Files" -> "Internal Associations (Total Commander Only)...".
2. Click the "Add" button.
3. Write *.avi and press OK.
4. in the Open field write:

Code: Select all

"%COMMANDER_PATH%\TOTALCMD.EXE" /S=L:Pmmedia "%1"
5. Click OK twice.

Now mmedia plugin wil be used to show .avi files when you press Enter or doubleclick them.

The mmedia in /S=L:Pmmedia is NOT the name of the plugin file, but the name that is shown in top of the Lister window, when the plugin is active.

You can also make TC show a list of different options for opening the file, when you right cllick the file. Let me know if you want to know how to do that.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
vitalyki
Junior Member
Junior Member
Posts: 12
Joined: 2008-01-01, 18:03 UTC
Location: Bristol, UK

selecting plugins

Post by *vitalyki »

many thanks, works fine. As for right-click, what appears in the menu is Open (which is the Windows association with the extension) or just name with extension and View (lister). Is that what you meant?
Vitaly
vitalyki
Junior Member
Junior Member
Posts: 12
Joined: 2008-01-01, 18:03 UTC
Location: Bristol, UK

avi

Post by *vitalyki »

In fact, mmedia wlx being unable to display avi film (lacks vids:div3 decompressor) I added aviwcx.wcx and associated avi as you instructed with aviwcx. No response. Only mmedia is selected
Vitaly
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2vitalyki

Where can I find aviwcx.wcx - so I can test it?

If it is this: http://www.totalcmd.net/plugring/avi.html
this: http://www.slunecnice.cz/sw/aviwcx-avi-extension-plugin/
or this: http://www.tckb.ru/wiki/AVIWCX

They are all packer plugins - not Lister plugins, and will therefore not work with lister.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
vitalyki
Junior Member
Junior Member
Posts: 12
Joined: 2008-01-01, 18:03 UTC
Location: Bristol, UK

avi

Post by *vitalyki »

the first of three - and you are right of course, my blunder
Vitaly
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50532
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You can try to change the plugin order (via the lister plugin dialog box) or add a detect string to wincmd.ini, e.g. if the plugin has number four:

4_detect="MULTIMEDIA & ext="AVI" | force"
Author of Total Commander
https://www.ghisler.com
Post Reply