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
lezerogan2
Junior Member
Junior Member
Posts: 83
Joined: 2010-04-19, 15:50 UTC

Re: uLister

Post by *lezerogan2 »

To the author of ulister:
I want ulister plugin to disable showing the formats: avif , heif, heic.
I can not add them in ulister.ini to "noloadtypes=" since those formats are not include in formats.txt.
Can you update and add them please?
Thank you
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 »

Set Ulister to the bottom of your plugins.
So your other plugins responsible for thsi formats will get them.
Also you can block this extensions in the config line for Ulister extension.
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
macleod
Junior Member
Junior Member
Posts: 36
Joined: 2016-06-12, 07:32 UTC

Re: uLister

Post by *macleod »

HIEIF and HEIC ... try 1729, 1730, 1731, 1732, 1733 and 1734

Code: Select all

1729 - MIF1 - High Efficiency Image File - (Brand: mif1, Type: Image, Subtype: heif)
1730 - MSF1 - High Efficiency Image File - (Brand: msf1, Type: Sequence, Subtype: heif-sequence)
1731 - HEIC - High Efficiency Image File - (Brand: heic, Type: Image, Subtype: heic)
1732 - HEIX - High Efficiency Image File - (Brand: heix, Type: Image, Subtype: heic)
1733 - HEVC - High Efficiency Image File - (Brand: hevc, Type: Sequence, Subtype: heic-sequence)
1734 - HEVX - High Efficiency Image File - (Brand: hevx, Type: Sequence, Subtype: heic-sequence)
Actual file type codes you can find in sdk\common\sccfi.h file when you download the latest Oracle viewer technology files.
I've updated the formats.txt

If you need to check the ID of some files, the viewer technology zip file contains the SDK/DEMO folder with fisimlpe.exe. Copy all DLLs from REDIST to the same folded where fisimple.exe is and run it from the command line with your file to view as a parameter. fisimple.exe writes back the file ID and file type description.


The other way is viewtopic.php?t=76767
lezerogan2
Junior Member
Junior Member
Posts: 83
Joined: 2010-04-19, 15:50 UTC

Re: uLister

Post by *lezerogan2 »

horst.epp and macleod,
Thank you very much. it's Ok now.
Mrakobes
Junior Member
Junior Member
Posts: 6
Joined: 2020-11-05, 11:17 UTC

Re: uLister

Post by *Mrakobes »

Incorrectly displays the encoding of languages other than English, the display parameters do not change anything, help

This happens when the page is saved incorrectly in utf 8 without bom

and the gray squares in which the text is also annoying, so containers are apparently displayed, while I don't see them in the browser.
macleod
Junior Member
Junior Member
Posts: 36
Joined: 2016-06-12, 07:32 UTC

Re: uLister

Post by *macleod »

Mrakobes wrote: 2022-09-12, 07:40 UTC Incorrectly displays the encoding of languages other than English, the display parameters do not change anything, help

This happens when the page is saved incorrectly in utf 8 without bom

and the gray squares in which the text is also annoying, so containers are apparently displayed, while I don't see them in the browser.
Do you have some example of incorrectly displayed file?
adamas
Junior Member
Junior Member
Posts: 7
Joined: 2014-05-23, 15:10 UTC

Re: uLister

Post by *adamas »

For some strange reason when I use the Viewer Technology 8.5.7 uLister stops working. When I roll back to v8.5.6 - everything's perfect/fine.

Anyone knows if anything special is necessary to get 8.5.7 working?
Total Commander v11.03 x64 • License #188945
uLister 4.0.0.1 x64 • Viewer Technology 8.5.7
Windows 11 x64 23H2 [22631.3155] (Updated February 2024)
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 »

adamas wrote: 2024-03-03, 14:32 UTC For some strange reason when I use the Viewer Technology 8.5.7 uLister stops working. When I roll back to v8.5.6 - everything's perfect/fine.

Anyone knows if anything special is necessary to get 8.5.7 working?
Nothing special for this version, but it's available only in x64.
I have updated to version 8.5.7 a long time ago, following the same procedure as all previous updates.
The new files are in the Redist64 sub-dir of Ulister.
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
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: uLister

Post by *Dalai »

2adamas
It's possible that the newer Oracle OIT requires a newer Visual C++ Redistributable like version 2015. Due to the Oracle download requiring a login and me refusing such a requirement I can't be more specific in this regard. You could check the dependencies of the OIT DLLs with something like the PE Viewer or its successor PE Viewer 3.x or FileInfo plugin, i.e. see which Visual C++ DLLs the OIT DLLs are missing.

NB: Visual C++ 2015, 2017, 2019 and 2022 all have the same major version (14.x) and they're more or less fully compatible. Installing a newer version replaces all of the named earlier versions (down to 2015).
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
adamas
Junior Member
Junior Member
Posts: 7
Joined: 2014-05-23, 15:10 UTC

Re: uLister

Post by *adamas »

Dalai wrote: 2024-03-03, 15:53 UTC 2adamas
It's possible that the newer Oracle OIT requires a newer Visual C++ Redistributable like version 2015. Due to the Oracle download requiring a login and me refusing such a requirement I can't be more specific in this regard. You could check the dependencies of the OIT DLLs with something like the PE Viewer or its successor PE Viewer 3.x or FileInfo plugin, i.e. see which Visual C++ DLLs the OIT DLLs are missing.

NB: Visual C++ 2015, 2017, 2019 and 2022 all have the same major version (14.x) and they're more or less fully compatible. Installing a newer version replaces all of the named earlier versions (down to 2015).
Hey, Dalai!

Thanks so very, very much, I solved it based on your advice! 🙏

Installing the very latest Microsoft Visual C++ Redistributable indeed took care of it right away, and now the latest Viewer Technology pack (v8.5.7) works perfectly on my uLister.

For others:
  • Done!
Total Commander v11.03 x64 • License #188945
uLister 4.0.0.1 x64 • Viewer Technology 8.5.7
Windows 11 x64 23H2 [22631.3155] (Updated February 2024)
TychoBarfy
Senior Member
Senior Member
Posts: 340
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Re: uLister

Post by *TychoBarfy »

Horst.Epp wrote: 2024-03-03, 14:50 UTC
adamas wrote: 2024-03-03, 14:32 UTC For some strange reason when I use the Viewer Technology 8.5.7 uLister stops working. When I roll back to v8.5.6 - everything's perfect/fine.

Anyone knows if anything special is necessary to get 8.5.7 working?
Nothing special for this version, but it's available only in x64.
I have updated to version 8.5.7 a long time ago, following the same procedure as all previous updates.
The new files are in the Redist64 sub-dir of Ulister.
If I call the sub-dir redi64 for 64-bit, everything works fine with newest Microsoft Visual C++ Redistributable installed and Viewer Technology v8.5.7. But it doesn't work, if I call it redist or redist64.
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 »

My Ulister plugin dir contains Redist32 and Redist64.
These are the dirs which are searched for by the wlx_uLister_4.0.0.1
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
TychoBarfy
Senior Member
Senior Member
Posts: 340
Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:

Re: uLister

Post by *TychoBarfy »

Horst.Epp wrote: 2024-03-05, 07:34 UTC My Ulister plugin dir contains Redist32 and Redist64.
These are the dirs which are searched for by the wlx_uLister_4.0.0.1
OK, I still was running v4.0.0.0. 8)
Thanks for the hint.
Post Reply