How to use internal lister to view image files?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 64
- Joined: 2010-04-04, 10:46 UTC
How to use internal lister to view image files?
TC 8.0 can use internal lister other than external plugins to view image filse such as bmp, png, jpg etc.
How to configue TC in wincmd.ini?
thanx
How to configue TC in wincmd.ini?
thanx
If you do have plugins for the filetype in question you can press 4 to cycle through viewing with the different plugins - after the last plugin TC then uses Internal function (for bmp, gif, jpg and png) or it uses IrfanView of XnView if configured so.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Junior Member
- Posts: 64
- Joined: 2010-04-04, 10:46 UTC
Open Lister, Options - Configure.Li Yongzhen wrote:thanxMVV wrote:It uses internal methods if no plugins installed that can handle theese files. All you need is to enable option 'Use plugins or load bitmaps as &graphics at startup' in Lister options (it is enabled by default).
But where i can enable/disable the option?
Or open TC configuration, Edit/View, Configure internal viewer.
Or edit wincmd.ini and set BmpStartup in section [Lister] to 1 (restart TC is required in this case).
-
- Junior Member
- Posts: 64
- Joined: 2010-04-04, 10:46 UTC
sorry.MVV wrote:Open Lister, Options - Configure.Li Yongzhen wrote:thanxMVV wrote:It uses internal methods ...in Lister options (it is enabled by default).
But where i can enable/disable the option?
Or open TC configuration, Edit/View, Configure internal viewer.
Or edit wincmd.ini and set BmpStartup in section [Lister] to 1 (restart TC is required in this case).
both methods can not work!
if enable "Load bitmaps as graphics at startup", TC uses plugins to disaply image files, if disable this option, TC can use internal lister to disaply image files with messy code.
Why do you need to use internal methods instead of installed plugins? Plugins (e.g. Imagine) can show graphics better, they support zoom and other features. Internal methods are only for cases when you have no any plugins.
However, you still can edit wincmd.ini and forbid plugins to display graphics, you need to edit detect string for every graphics plugin in [ListerPlugins] section and set it to e.g. empty string:
(original detect string was "MULTIMEDIA")
However, you still can edit wincmd.ini and forbid plugins to display graphics, you need to edit detect string for every graphics plugin in [ListerPlugins] section and set it to e.g. empty string:
Code: Select all
1=%COMMANDER_PATH%\Plugins\Lister\Imagine\Imagine.wlx
1_detect=""
2Hacker
As I wrote:
As I wrote:
you can press 4 to cycle through viewing with the different plugins

License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
2Li Yongzhen
It sounds like you want to override TC's internal viewer and force the use of IrfanView/XnView? Unfortunately that doesn't currently seem possible.TC can use internal lister to disaply image files with messy code.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Junior Member
- Posts: 64
- Joined: 2010-04-04, 10:46 UTC
MVV wrote:Why do you need to use internal methods instead of installed plugins? Plugins (e.g. Imagine) can show graphics better, they support zoom and other features. Internal methods are only for cases when you have no any plugins.
However, you still can edit wincmd.ini and forbid plugins to display graphics, you need to edit detect string for every graphics plugin in [ListerPlugins] section and set it to e.g. empty string:(original detect string was "MULTIMEDIA")Code: Select all
1=%COMMANDER_PATH%\Plugins\Lister\Imagine\Imagine.wlx 1_detect=""
In fact, i want to use internal lister instead of external plugin like imagine.wlx to view graphics.
-
- Junior Member
- Posts: 64
- Joined: 2010-04-04, 10:46 UTC
Re: How to use internal lister to view image files?
There is a solution for it. I have found it revising command line parameters for TC.Li Yongzhen wrote:TC 8.0 can use internal lister other than external plugins to view image filse such as bmp, png, jpg etc.
How to configue TC in wincmd.ini?
thanx
What you need is: totalcmd.exe /S=L
It starts Lister directly, pass file name to it for viewing.
Go to Configuration - Edit/View - External Viewer (F3) - Associations.
Enter required extention (e.g. jpg or mp3) and associate with C:\TotalCmd\TOTALCMD.EXE /S=L (choose your own link with switcher /S=L)
Then OK, OK. Restart TC just in case and get it.