|  07-04-2008, 05:12 PM | #151 | |
| eAddictd  Posts: 41 Karma: 10 Join Date: Apr 2008 Location: Italia Device: PRS505, Iliad Book Edition | 
				
				OSx working
			 Quote: 
 It's really great software. I hope you will insert it in calibre (maybe a pop up saying "thanks to the author for the plugin"?) to convert cbz to lrf directly there. NOTE: previously i saw in mobileread a piece of software to cut properly images to fit better sony reader... they are too big for my eyes; so i was thinking... could u use the code (gpl license) in your beautiful program to make it my second and last useful software (first is still calibre!!!!)? maybe big expectations   | |
|   |   | 
|  07-05-2008, 07:46 AM | #152 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			Feel free to use the code.
		 | 
|   |   | 
| Advert | |
|  | 
|  07-05-2008, 11:02 PM | #153 | 
| Addict            Posts: 213 Karma: 4726 Join Date: Aug 2007 Device: sony reader | 
			
			i'm probably missing something, i've read the readme.txt but can't figure out the command line for doing a batch of files all at once...could someone please post the exact command line for converting a batch of files that are all in the same location...right now i'm just dragging and dropping files one at a time into the cmd window....i'm using windows also. ah, comiclrf *.cbr seems to be working.... Last edited by krighton; 07-05-2008 at 11:06 PM. | 
|   |   | 
|  07-06-2008, 08:34 AM | #154 | 
| Addict            Posts: 213 Karma: 4726 Join Date: Aug 2007 Device: sony reader | 
			
			i'll have to keep reading, the program crashes when it's trying to convert the 10th file......also when enlarging the size of the comic via the reader, is it possible to scroll across the entire comic, or do you need to read it in actual size....haven't found the button combination that lets you move around the page (if that's possible).
		 Last edited by krighton; 07-06-2008 at 08:38 AM. | 
|   |   | 
|  07-06-2008, 11:05 AM | #155 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			Update: Version 2.3 released 
 Krighton, this will fix your crashing. You can switch to landscape mode on the reader and move up and down the zoomed image. I don't know if you can do that in portrait mode. | 
|   |   | 
| Advert | |
|  | 
|  07-07-2008, 06:27 AM | #156 | 
| Connoisseur   Posts: 86 Karma: 124 Join Date: Nov 2007 Location: helsinki Device: nokia 770, PRS-500 | 
				
				Tip for linux users
			 
			
			Thanks for the great tool, I think it'll give new life to my 500.  Anyway, since this wasn't mentioned in the thread here's a tip on how to do whole directories. (I hope I didn't do any errors, the rename's could probably be done better, but it seems to work) find . -name '*cb?' -print0 | xargs -0 -i comiclrf {} to rename: find . -name '*zip' -print0 |xargs -0 -i rename 's/\.zip/\.cbz/' {} and to copy find . -name '*lrf' -print0 |xargs -0 -i cp {} /media/disk-1 and to remove [text] find . -name '*cb?' -print0 |xargs -0 -i rename 's/(\[(.*)\])//' {} a question: I seem to get errors with some files, is archived subdirectories support coming soon? (I'm presuming that is what causes the errors) Last edited by klikklak; 07-07-2008 at 11:30 AM. Reason: added quotes. and found the edit. | 
|   |   | 
|  07-07-2008, 07:52 AM | #157 | 
| Connoisseur   Posts: 86 Karma: 124 Join Date: Nov 2007 Location: helsinki Device: nokia 770, PRS-500 | 
			
			Sorry about double posting, but I couldn't find edit.  It wasn't the subdirectories in archives, it handles those fine. It however looks like it hangs on [Lasher99] in the filename. Perhaps you could add code to properly escape []'s. | 
|   |   | 
|  07-07-2008, 04:59 PM | #158 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			klikklak, I'm not sure what you mean. Do you mean single quotes in comic filenames or the image filenames inside the archive? I tried both these and they work on Windows.
		 | 
|   |   | 
|  07-08-2008, 05:11 AM | #159 | 
| Connoisseur   Posts: 86 Karma: 124 Join Date: Nov 2007 Location: helsinki Device: nokia 770, PRS-500 | 
			
			I mean the comic .cbz filenames.  The error it gives is the ERROR: No valid file to process, which according to the code is only when the given filelist is 0 (if I interpreted that correctly). Anyway, this is repeatable and easily fixed by removing square brackets from the filename. I've been also getting errors with THUMBNAIL, but I haven't been able to isolate that. | 
|   |   | 
|  07-09-2008, 10:34 AM | #160 | 
| Serial Bricker   Posts: 65 Karma: 104 Join Date: Feb 2008 Location: Singapore Device: Sony PRS-505, Kindle 3 KSO | 
			
			hey dude, great work   Just checking. When you extract cbr/cbzs, do u sort them first by folder than by filename? i.e - folder 001 - - file 01 - - file 02 - folder 002 - - file 001 - - file 002 I noticed that the conversion utility is converting them by filename sequence, ignoring the directories they were previously in. Is it possible for the application to first sort the files by directory then by filename? | 
|   |   | 
|  07-10-2008, 10:56 AM | #161 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			I never knew archives would have that format, I've never seen that before. I'll look into fixing it.
		 | 
|   |   | 
|  07-10-2008, 07:32 PM | #162 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Jul 2008 Device: Sony Reader prs505 | 
			
			Hi. I believe its great sofware but I failed to launch it: then I write to command line comiclrf and pressed enter screen shows up but after second it disappeares... I can not even drag and drop files in this screen.. Please help me  (I am on Win Xp) oh, i have found that i cn just drag file to exe file. But now i dont know how to use options (-r, -s, etc.)... Last edited by GolfClap; 07-10-2008 at 08:08 PM. | 
|   |   | 
|  07-11-2008, 09:00 AM | #163 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			Looks like you haven't opened a command prompt and just started ComicLRF from the Start Menu "Run" window.  Press "Window key and R", then enter "cmd". A command prompt starts. Then in the command prompt window enter "comiclrf" and it should display some help. | 
|   |   | 
|  07-15-2008, 04:25 PM | #164 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Jul 2008 Device: Sony Reader prs505 | 
			
			powerful tool   but today i got an error: local variable "thumbnail" referenced before assigment. What does it mean?   | 
|   |   | 
|  07-16-2008, 04:50 AM | #165 | 
| Addict     Posts: 206 Karma: 317 Join Date: Oct 2006 Location: England Device: Sony PRS-505, iPad, Kindle 3 | 
			
			No idea, I'd need more information and preferably the comic file it fails on.
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Conversion of comics (CBR/CBZ) | FangornUK | Conversion | 269 | 09-05-2012 11:43 PM | 
| PDF -> JPG -> CBZ -> LRF | leveck | Workshop | 13 | 06-16-2011 11:21 AM | 
| Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? | Neole | Alternative Devices | 15 | 05-15-2011 05:02 PM | 
| how to read / convert comics (.cbz) | cybmole | Calibre | 8 | 10-04-2010 03:16 AM | 
| CBZ > LRF (LRF>HTML/MOBI????) | sideburnt | Calibre | 4 | 09-15-2009 06:44 AM |