Epubviewer plugin?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Mangue
Junior Member
Junior Member
Posts: 32
Joined: 2010-12-29, 19:20 UTC

Epubviewer plugin?

Post by *Mangue »

Hi I'm looking for a viewer to epub for TC but I can not find it. Do you know of any viewer to epub that can be adapted to the TC?
Thanks and Merry Christmas
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7025
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Use SLister plugin which uses SumatraPDF.
SumatraPDF can also display epub files
if you add the extension in its config file entry of TC.
There is even a x64 version available.

http://www.totalcmd.net/plugring/slister.html

I always copy the latest SumatraPDF from
http://xhmikosr.1f0.de/sumatrapdf/
User avatar
silencer
Senior Member
Senior Member
Posts: 208
Joined: 2003-05-13, 13:18 UTC
Location: The Netherlands

Post by *silencer »

Ahh, very nice! Thanks!

I was actually looking for such a plugin, but couldn't find it by searching epub on totalcmd.net.

You will have to upgrade to this new version of SumatraPDF, with the included 1.9 version in the package at totalcmd.net I got an error. But with version 2.5 from the second link it works nicely.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7025
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

silencer wrote:Ahh, very nice! Thanks!

I was actually looking for such a plugin, but couldn't find it by searching epub on totalcmd.net.

You will have to upgrade to this new version of SumatraPDF, with the included 1.9 version in the package at totalcmd.net I got an error. But with version 2.5 from the second link it works nicely.
Yes, only newer versions of SumatraPDF know the epub format.
Thats the reason for my 2nd link.
Mangue
Junior Member
Junior Member
Posts: 32
Joined: 2010-12-29, 19:20 UTC

Post by *Mangue »

Thanks, I try slister.
Merry Chrismas,

PD.: I.m sorry, it doesn't work. How do I do?
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3897
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

How do I do?
- install SumatraPDF
- install slister
- enter the install location of SumatraPDF at slister.ini

Example:

Code: Select all

[slister]
path=C:\Program Files\SumatraPDF\SumatraPDF.exe
#5767 Personal license
User avatar
patxiku
Member
Member
Posts: 171
Joined: 2006-11-02, 13:36 UTC
Location: Bilbao

Post by *patxiku »

Mange wrote:... it doesn't work. How do I do?
1. You must install first the SumatraPDF program. I usually install it in the in the same directory of Slister plugin.

2. You must edit slister.ini in the slister plugin directory, for example, for SumatraPDF installed in the slister folder:

Code: Select all

[slister]
path=c:\totalcmd\PLUGINS\slister\SumatraPDF.exe
3. Edit [ListerPlugins] section in wincmd.ini for declaring the new EPUB extension associated to Slister plugin

Code: Select all

[ListerPlugins]
...
3=%COMMANDER_PATH%\plugins\slister\slister.wlx
3_detect=MULTIMEDIA& (EXT="PDF" | EXT="DJVU" | EXT="DJV"| EXT="XPS" | EXT="CBZ" | EXT="CBR"  | EXT="EPUB")
...
By adding | EXT="EPUB" in the slister detect string.

It will work for you!

Regards and happy Christmas! :P
Mangue
Junior Member
Junior Member
Posts: 32
Joined: 2010-12-29, 19:20 UTC

Post by *Mangue »

Ok, I apologize my bad english. i did:
1.- I installed slister plugin.
2.- I changed the sumatrapdf version of slister by sumatrapdf 2.5
3..- I tried to change slister settings in options.
4.- I tried to edit slister.ini but in the file only see:

[slister]
;path=%COMMANDER_PATH%\utils\sumatrapdf\SumatraPDF.exe

and I guess it's ok

ED:

THANKS, I did it.
Last edited by Mangue on 2013-12-22, 11:50 UTC, edited 1 time in total.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3897
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

and I guess it's ok
No, you have to remove the ";" in front of the path

Correct is:
[slister]
path=%COMMANDER_PATH%\utils\sumatrapdf\SumatraPDF.exe
#5767 Personal license
Mangue
Junior Member
Junior Member
Posts: 32
Joined: 2010-12-29, 19:20 UTC

Post by *Mangue »

Thanks, I did it. I needed edit the wincmd.ini
Post Reply