uLister

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: uLister

Post by *Ovg »

It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
mikedepetris
Junior Member
Junior Member
Posts: 84
Joined: 2006-11-07, 16:36 UTC
Location: Trieste, Italy
Contact:

Re: uLister

Post by *mikedepetris »

2norfie²
2Ovg
Thank you, totalcmd.net is working again today.
rybomir
Junior Member
Junior Member
Posts: 3
Joined: 2019-07-15, 07:45 UTC

Re: uLister

Post by *rybomir »

Hello everybody. I'm trying to stop ulister from loading .svg files with "noloadtypes". Problem is, I don't know which format to choose - I'm guessing the plugin sees .svgs as something image- or xlm-connected?
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: uLister

Post by *norfie² »

2rybomir
I guess that you want to use another svg-viewer instead of ulister. If so then place the svg-viewer before ulister plugin in the TCmd plugin list (menu Configuration - Options - Plugins -Lister Plugins Button "Configure" - window Lister Plugins - with the upper/down signs in the down left corner).
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

rybomir wrote: 2019-07-15, 07:48 UTC Hello everybody. I'm trying to stop ulister from loading .svg files with "noloadtypes". Problem is, I don't know which format to choose - I'm guessing the plugin sees .svgs as something image- or xlm-connected?
To solve that I just have the Html plugin bevor the ULister plugin in the Lister load order.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
rybomir
Junior Member
Junior Member
Posts: 3
Joined: 2019-07-15, 07:45 UTC

Re: uLister

Post by *rybomir »

Thanks for the replies. That would work, except I want to see .svgs in Total Commander's build-in viewer (simply as plain text).
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: uLister

Post by *norfie² »

2rybomir
In that case you could add a detect-string into the wincmd.ini
Menu Help - About Total Commander says where the wincmd.ini is located
open this wincmd.ini goto [ListerPlugins] segment and find ulister.wlx and add the x_detect string.
Number 4 has to be modified to your entry number

Code: Select all

4=%COMMANDER_PATH%\PLUGINS\WLX\ULISTER\ulister.wlx
4_detect="MULTIMEDIA&(ext!="SVG"&ext!="SVGS"&ext!="SVGZ")"
A description of the detect string is here included
http://ghisler.fileburst.com/lsplugins/listplughelp2.1_chm.zip
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
rybomir
Junior Member
Junior Member
Posts: 3
Joined: 2019-07-15, 07:45 UTC

Re: uLister

Post by *rybomir »

Perfect, that's it. I can use this method to exclude other file formats as well. Thanks a lot!
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: uLister

Post by *norfie² »

2rybomir
I use it in opposite way - only some file formats are choosen.

Code: Select all

3=%COMMANDER_PATH%\PLUGINS\WLX\SVGView\SVGView.wlx
3_detect="MULTIMEDIA&(ext="SVG"|ext="SVGZ")"
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

rybomir wrote: 2019-07-15, 10:27 UTC Thanks for the replies. That would work, except I want to see .svgs in Total Commander's build-in viewer (simply as plain text).
You can still do that by using pressing "4" but I don't see a text view for a graphic file as very useful.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: uLister

Post by *norfie² »

2Horst.Epp
Pressing "1" changes to text view, pressing "4" toggles between the different "multimedia"-viewers.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

norfie² wrote: 2019-07-15, 13:49 UTC 2Horst.Epp
Pressing "1" changes to text view, pressing "4" toggles between the different "multimedia"-viewers.
For me 4 toggles between Htmlview (shows the picture), Ulister (shows it as text) and CudaLister (shows the xml)
Only CudaLister is defined as Multimedia !
Using 1 toogles between HTMLview (Picture) and pure Lister which shows it as text.
So using 4 is much better in my case.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: uLister

Post by *petermad »

Usually when I have a plugin which I dont want to load as default I use the FORCE parameter - examples:

Code: Select all

3=%COMMANDER_PATH%\PLUGINS\wlx\fileinfo\fileinfo.wlx
3_detect=FORCE

5=%COMMANDER_PATH%\PLUGINS\wlx\HTMLView\htmlview.wlx
5_detect=EXT="PDF" | FORCE

9=%COMMANDER_PATH%\PLUGINS\wlx\IniEd\IniEd.wlx
9_detect=FORCE & (ext="INF" | ext="INI" | ext="REG" | ext="URL")

14=%COMMANDER_PATH%\PLUGINS\wlx\CudaLister\cudalister.wlx
14_detect=MULTIMEDIA & (EXT="TS" | FORCE)

15=%COMMANDER_PATH%\PLUGINS\wlx\Syn2\Syn2.wlx
15_detect=MULTIMEDIA & FORCE
Then the plugin will only load when I press 4 in Lister, for extensions not listed - for example pressing F3 on a .pdf file will load it in Lister with the htmlview plugin, but pressing F3 on a .htm file will load the file as plain text in Lister, but if i press 4 - the htmlview plugin will show the file as in a browser.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: uLister

Post by *tuska »

A forum participant has pointed this out to me by email (from forum software),
that the following version from Oracle is available for the uLister plugin:

Viewer Technology 8.5.5 - Release Date: 5/31/2020 --> Download: vw-8-5-5-win-x86-64.zip

Thanks for the hint!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

tuska wrote: 2020-08-01, 14:15 UTC A forum participant has pointed this out to me by email (from forum software),
that the following version from Oracle is available for the uLister plugin:

Viewer Technology 8.5.5 - Release Date: 5/31/2020 --> Download: vw-8-5-5-win-x86-64.zip

Thanks for the hint!
Thanks for the info.
Btw. the Content Access file from Oracle are also of interest
because they can be used in the PCREsearch TC content plugin.
The files can be stored into the same dirs as the viewer files are.
https://totalcmd.net/plugring/PCREsearch.html
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
Post Reply