Epubviewer plugin?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
patxiku
Member
Member
Posts: 160
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: 27
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: 3864
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: 27
Joined: 2010-12-29, 19:20 UTC

Post by *Mangue »

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