Search found 12 matches

by jbourdon
23 Sep 2015 09:30
Forum: Wishes
Topic: x64 Version
Replies: 15
Views: 4671

Re: x64 Version

but is that with the correct font, sounds written in English characters?

https://en.wikipedia.org/wiki/Klingon_alphabets
by jbourdon
07 Sep 2015 11:59
Forum: Wishes
Topic: eBook Previews from Calibre
Replies: 19
Views: 5480

Re: eBook Previews from Calibre

rechecked over the week-0end and mobis are thumbnailed, even in XY.
by jbourdon
02 Sep 2015 13:14
Forum: Wishes
Topic: eBook Previews from Calibre
Replies: 19
Views: 5480

Re: eBook Previews from Calibre

Don't know if that can help, since I know XYPlorer is coded in VB6 I coded this in C#, and use it as part of a crawler, seems to work well: public static void CrawlerProcessFile(string SourceFile) { string CalibreMetaPath = @"C:\Program Files (x86)\Calibre2\ebook-meta.exe"; //const int Min...
by jbourdon
01 Sep 2015 16:06
Forum: Wishes
Topic: eBook Previews from Calibre
Replies: 19
Views: 5480

Re: eBook Previews from Calibre

already use mobi handler but I prefer my solution and an epub registry patch like this djvu and others would aslo be supported I meant large preview icons, just like mobi handler solution i'm trying for the same solution on Mac (since I use both) with PathFinder on OSX pdf previews are horrible (lef...
by jbourdon
01 Sep 2015 15:41
Forum: Wishes
Topic: eBook Previews from Calibre
Replies: 19
Views: 5480

Re: eBook Previews from Calibre

oh. was getting so excited to have it by tomorrow :-( lol
by jbourdon
01 Sep 2015 14:32
Forum: Wishes
Topic: eBook Previews from Calibre
Replies: 19
Views: 5480

eBook Previews from Calibre

- I manage a (personal) huge collection of ebooks, and heavily rely on previews - It depends on multiple plugins (acrobat reader + fix for previews, epub, mobi, djvu, some azw(3or4), cbr/cbz) - Calibre (http://calibre-ebook.com/) has a command line function to easily extract covers as JPGs for many ...
by jbourdon
09 Jan 2014 17:00
Forum: Script Exchange
Topic: XY scripting newbie questions
Replies: 4
Views: 1541

Re: XY scripting newbie questions

hey HighEnd, thanks for your answer. >if a subdirectory contains only one folder (instead of a file), does it have to be empty to be moved one level up? No, it's really just to "bubble up" items. The case is a HUGE folder containing auto-extracted RARs For example myArchive.rar: Not to mix...
by jbourdon
09 Jan 2014 14:37
Forum: Script Exchange
Topic: XY scripting newbie questions
Replies: 4
Views: 1541

XY scripting newbie questions

Hi, I am trying to get into the scripting features of XY. I used to do some powershell, but it had real trouble with [ and ] chars, plus others in filenames paths... Also, I'd like to test XY scripting performance My intent is to have a XY script that: - From a selected directory. - Find all sub-dir...
by jbourdon
02 Nov 2011 23:03
Forum: Bug Reports
Topic: XYplorer & offline files bug (maybe)
Replies: 3
Views: 778

Re: XYplorer & offline files bug (maybe)

nothing special about these files, sync/offline files must be enabled, and computer restart once.
then after any files/folders (preferably on a network share I suppose, not on local HD) can be asked to become offline-able
by jbourdon
02 Nov 2011 21:59
Forum: Bug Reports
Topic: Breadcrumbs and catalog above tree
Replies: 1
Views: 549

Breadcrumbs and catalog above tree

no catalog: ctrl backspace calls breadcrumbs, under addressbar
display catalog, set above tree
ctrl backspce, and it is now display torn from address bar under catalog.
doesn't look right to me unless it's a "feature" not a bug?
by jbourdon
02 Nov 2011 21:56
Forum: Bug Reports
Topic: XYplorer & offline files bug (maybe)
Replies: 3
Views: 778

XYplorer & offline files bug (maybe)

In windows, there is a feature called offines files: not many people seem to be aware of it. It allows laptop users to still have access to certain files/folders while disconnected from server that host select offlineable files (set it up in control panel, sync) It can be very useful, when it works ...
by jbourdon
03 Jun 2011 20:09
Forum: Bug Reports
Topic: Folders sorting by size (almost there!)
Replies: 1
Views: 569

Folders sorting by size (almost there!)

ok, this is on a very large drive (NAS > 15 TB) It seems folders greater than a 1TB are not sorted perfectly. Basically, it looks like XYplorer truncates the lower digit of the number, and sorts on the top digits like 1 TB = 100GB Could it be because folder size might be stored as a u32? just trying...