[bug] two plugins, the same problem with djvu
Moderators: Hacker, petermad, Stefan2, white
-
- Power Member
- Posts: 556
- Joined: 2006-04-01, 00:11 UTC
[bug] two plugins, the same problem with djvu
Multilister.wlx + djvudecode and IEView + IE + Djvuplugin for IE behaves in the same way. They show djvu-files only when files have 3-letter extention (.djv) and not 4-letter (.djvu). This is quite strange and annoing. What does meen?
Last edited by Postkutscher on 2008-08-28, 16:13 UTC, edited 1 time in total.
-
- Power Member
- Posts: 556
- Joined: 2006-04-01, 00:11 UTC
It seems to be a bug in TC.
Please try with installed DJvu-Plugin for IE.
Put this wincmd.ini into TC path
Now you can see, that a file with a same content and extention djv will be shown and with extention djvu - not.
This is indeed not right for the extentions like htm - html.
Moderators, please move this thread to bugs , if you can reproduce this.
Please try with installed DJvu-Plugin for IE.
Put this wincmd.ini into TC path
Code: Select all
[Configuration]
UseIniInProgramDir=7
[Lister]
IView=1
[ListerPlugins]
0=C:\TOTALCMD\PLUGINS\WLX\IEView\ieview.wlx
This is indeed not right for the extentions like htm - html.
Moderators, please move this thread to bugs , if you can reproduce this.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I will check that - Lister is probably converting to 8.3 names somewhere...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Actually it's not a bug, but a problem caused by something else:
You need to change the detect string of the plugin to something like this:
Reason: .djvu is one of the supported file formats of ieview. A plugin MUST specify the string MULTIMEDIA so it can take over this extension!
You need to change the detect string of the plugin to something like this:
Code: Select all
0_detect="MULTIMEDIA & (ext="XML" | ext="PDF" | ext="DJVU" | ext="DJV" | size=0)"
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Power Member
- Posts: 556
- Joined: 2006-04-01, 00:11 UTC
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: