[bug] two plugins, the same problem with djvu

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

[bug] two plugins, the same problem with djvu

Post by *Postkutscher »

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.
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

It seems to be a bug in TC.

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
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.
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

Post by *dott »

Confirm.
But never happen here with my every-day wincmd.ini settings, strange.
Probablemente no
Nick222
Junior Member
Junior Member
Posts: 8
Joined: 2005-05-15, 03:35 UTC

Post by *Nick222 »

Confirm.
And if I change:

Code: Select all

[Lister] 
IView=0
everything is OK...

But why ? :shock:
volovyan
Junior Member
Junior Member
Posts: 7
Joined: 2004-03-10, 08:33 UTC
Location: Canada

Post by *volovyan »

Confirm.
Switching to "Use XnView ...." causes DJVU files to not be directed to the plugin
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I will check that - Lister is probably converting to 8.3 names somewhere...
Author of Total Commander
https://www.ghisler.com
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

[mod]Moved to the Bug reports forum.

Hacker (Moderator)[/mod]
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

Still not fixed :!: :roll: :cry:
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

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:

Code: Select all

0_detect="MULTIMEDIA & (ext="XML" | ext="PDF" | ext="DJVU" | ext="DJV" | size=0)"
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!
Author of Total Commander
https://www.ghisler.com
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

This is quite strange since it was not obligatory for .djv , but anyway is ok now.
Thank you!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Great, thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply