uLister
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 84
- Joined: 2010-04-19, 15:50 UTC
Re: uLister
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
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
Re: uLister
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.
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, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: uLister
HIEIF and HEIC ... try 1729, 1730, 1731, 1732, 1733 and 1734
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
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)
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
-
- Junior Member
- Posts: 84
- Joined: 2010-04-19, 15:50 UTC
Re: uLister
horst.epp and macleod,
Thank you very much. it's Ok now.
Thank you very much. it's Ok now.
Re: uLister
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.
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.
Re: uLister
Do you have some example of incorrectly displayed file?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.
Re: uLister
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.tuska wrote: 2023-10-23, 17:21 UTC Oracle Outside In Technology - 8.5.7 - 18.10.2023
Login required for download!
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)
uLister 4.0.0.1 x64 • Viewer Technology 8.5.7
Windows 11 x64 23H2 [22631.3155] (Updated February 2024)
Re: uLister
Nothing special for this version, but it's available only in x64.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?
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, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: uLister
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).
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: uLister
Hey, Dalai!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).
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:
- I simply downloaded and installed the latest Redistributable package, for x64 (=matching TC version I'm using) from here: https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
- Then upgraded Viewer Technology to latest version https://www.oracle.com/middleware/technologies/outside-in-technology-downloads.html
- 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)
uLister 4.0.0.1 x64 • Viewer Technology 8.5.7
Windows 11 x64 23H2 [22631.3155] (Updated February 2024)
-
- Senior Member
- Posts: 348
- Joined: 2005-08-13, 15:13 UTC
- Location: Berlin, Germany
- Contact:
Re: 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.Horst.Epp wrote: 2024-03-03, 14:50 UTCNothing special for this version, but it's available only in x64.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?
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.
Re: uLister
My Ulister plugin dir contains Redist32 and Redist64.
These are the dirs which are searched for by the wlx_uLister_4.0.0.1
These are the dirs which are searched for by the wlx_uLister_4.0.0.1
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
-
- Senior Member
- Posts: 348
- Joined: 2005-08-13, 15:13 UTC
- Location: Berlin, Germany
- Contact:
Re: uLister
OK, I still was running v4.0.0.0.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

Thanks for the hint.
Re:
Could you please let if the issue with the F3 text search not working, previously mentioned in the post above, has been resolved?