ATM I'm creating such a userdb with all entries that are not active in the internal database. I'll send it by mail, since it is becoming a long list

Regards, EricB
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
[...] then Trim( [...] // original faulty code (can't believe i didn't gave any value to the string at all)
-> changed to:
[...] then udbStr := Trim( [...] // new one
Thanks. What about this one? HTMLView has a site on Totalcmd.net (which updater recognises), but now the new versions are available from here:Bluestar wrote:Still - of course - it is very welcomed if you report such faulty-recognized plugins, so the application becomes more and more reliable even in the most special cases.
Code: Select all
[filesys]
ProductName=filesys plugin
OriginalFN=filesys.wdx
InternalName=filesys
DirectLink=https://plugins.ghisler.com/content/wdx_filesys.zip
AuthorURL=http://ghisler.ch/board/viewtopic.php?p=253304#253304
[jpegthumbs]
ProductName=jpegthumbs plugin
OriginalFN=jpegthumbs.wlx
InternalName=jpegthumbs
DirectLink=https://plugins.ghisler.com/lsplugins/jpegthumbs.zip
AuthorURL=http://ghisler.ch/board/viewtopic.php?p=47728#47728
[wpdplug]
WebsiteID=
ProductName=Windows Media Audio 2
OriginalFN=wpdplug.wfx
InternalName=wpdplug
DirectLink=https://plugins.ghisler.com/fsplugins/wpdplug.zip
AuthorURL=http://www.ghisler.com/plugins.htm
Description=Windows Media Audio device access
[wmdmplug]
ProductName=Windows Media Audio
OriginalFN=wmdmplug.wfx
InternalName=wmdmplug
DirectLink=https://plugins.ghisler.com/fsplugins/wmdmplug.zip
AuthorURL=http://www.ghisler.com/plugins.htm
Description=Windows Media Audio device access
[CommentsWDX]
ProductName=EmptyWDX plugin
OriginalFN=EmptyWDX.wdx
InternalName=EmptyWDX
Description=Content plugin for checking empty dirs.
DirectLink=http://zpbj4q.sn2.livefilestore.com/y1mtdE2V02IpP6sFh3mzgL_WRjtc-_g48eAyPikbSzhiH2L58Wedxd99qpWYb9sIUhnmf_tKXJz_BmyQ8ITvvQlWQ/CommentsWDX.zip
[mediainfo]
ProductName=Media Info
OriginalFN=mediainfo.wdx
InternalName=mediainfo
DirectLink=http://tbeu.de/forum/wdx_mediainfo.rar
AuthorURL=http://www.ghisler.ch/board/viewtopic.php?p=256900#256900
Thanks, added this external utility into the Internal Database, so it will be correctly detected from the next version.Also, Choose Media Player is not recognised
I've answered to this problem one page before (please check this post). I would greatly appreciate if you could share those informations with me (any special setting/option in your wincmd.ini) to resolve the problem, or feel free to mail me your wincmd.ini file with removing the sensible parts from it (like "MkDirHistory", "RightHistory", "Command line history" etc) - I still can't reproduce the problem, and currently you are the only one who reported such behaviour of TU so far regarding the latest version.And again my question from my previous post. Is there a reason why TU does not detect any plugins, if it's not started from inside TC? Because if I start it from Windows Explorer, it correctly detects TC and utils in its directory, but not plugins.
Actually thats not a bug, rather an incomplete implementation of the current method: TU actually checks the local file and always shows its existing keys/blocks content inside the PE file, no matter what other entries does exists in IPD / UDB regarding the actual item. I should really change it though, so in the future IPD/UDB entries are going to be considered and be displayed in the Infobox too.When using Ctrl-Q on an active entry, some properties are shown. When clicking the Active link, the database entry is shown, but some of the fields [...]
Absolutely support the idea - somehow I'm going to find some space for them, the UserDB listview component surely needs to be wider for all these fields to fit in correctly. Maybe it wouldn't be necessary to show the full url's, only one extra column named like "Links", and its content could be "A" (standing for author) or "A+D" (author+directlink), or just "D" [suggestions are very welcomed!].On the UserDB tab, it would be nice to see more columns, so it is directly clear that if no WEBID exists, there is either an author site entry or a direct download.
Code: Select all
7z=735,%COMMANDER_PATH%\Plugins\wcx\Total7zip\Total7zip.wcx
Oh, now that explains everything. I did a small change in the code just as you suggested, and from the next version TU is going to create a local environment variable "%COMMANDER_PATH%" (if it doesn't exists yet) with the path of TC's correct directory - of course strictly for its own process. Well, if a user has many TC's installed into different places (and some of them) set to use the same wincmd.ini, theres no correct workaround I guess; in such cases the best option is to run TU directly from the active Total Commander.umbra wrote:And the problem is here:Code: Select all
7z=735,%COMMANDER_PATH%\Plugins\wcx\Total7zip\Total7zip.wcx
You're right - such a feature just got implemented in 0.7.1; though atm I'm only trying to match executables & dlls with their online ID & filetype, 'cause there are several cases when a package contains wfx & wlx too (or other kind of plugins), and they are only classified into one single category.umbra wrote:PuTTY and similar - I understand, there is a lot of guessing. But there would be fewer incorrect detections, if TU tried to match detected utilities only to utilities on totalcmd.net and not to real plugins.