View Single Post
Old 12-16-2011, 10:30 PM   #14
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,111
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by GoldThreader View Post
I would try html or the .cbc the problem with that manual it isnt a step by step guide nor does it say how you go about creating these exstentions it mentions just what it contains and t make it even more confusing it says the document has to be a specific kind within it so to me this manual is completely useless
Because it's usually a given that you already know how to change the extension from ZIP to CBZ or RAR to CBR. In fairness, if Windows didn't bother hiding file extensions by default, most people would probably have no trouble figuring out how to rename files from ZIP/RAR to CBZ/CBR.

From http://www.serjtech.com/support/inde...&kbarticleid=8

Quote:
1.7 How do I change multiple file names? How do I change extensions from .rar to .cbr, or .zip to .cbz (and vice-versa)?

If you have multiple files named .zip and/or .rar -- and don't feel like taking the time to rename the extensions individually -- you can either use command line code or an application to make changes. It's important to note: You are responsible for any changes you make, using the information provided below. Make changes at your own risk!

Also: Don't change .rar file to .cbz, or .zip to .cbr. Remember: It's .rar to .cbr and .zip to .cbz

AS A GENERAL RULE: DO NOT CHANGE FILE NAMES UNLESS YOU MAKE A BACKUP OF YOUR FILES FIRST!

Save the entire set of files to another directory, or offline, before you make any changes. If you screw up, you'll still have the original files.

Using the Command Line in DOS or MS-DOS prompt in Windows:

1. Start-->Run-->type in cmd
(Another option: Evoke the MS-DOS Prompt from within the Accessories menu.)

2. In the new window type cd /path/to/comic/folder/ (e.g. cd "c:\Documents and Settings\username\My Documents\comics\Alpha Flight"). Remember to enclose paths with spaces inside quotes "".

3. Now type ren *.rar *.cbr to rename rar files in the folder to a cbr, or ren *.zip *.cbz to rename zip files in the folder to a cbz.


Using the Command Line in Linux, UNIX, and MacOS X:

# change .rar files to .cbr
Note: for file in *.rar ; do mv $file `echo $file | sed 's/\(.*\.\)rar/\1cbr/'` ; done

(Go here for more information: http://lab.artlung.com/other/unix-batch-file-rename/ )


Software applications for renaming files:

For Windows:

THE Rename for Windows
http://www.herve-thouzard.com/module...hp?articleid=1

A.F. 5 for Windows
http://www.fauland.com/af5.htm

1-4a-rename for Windows
http://www.1-4a.com/rename/

(See also: Google.com to search on more Windows options.)

For Linux

GPRename for Linux
http://gprename.sourceforge.net

(See also: Google.com to search on more Linux options.)

For Mac

A Better Finder Rename for Macintosh
http://www.publicspace.net/ABetterFinderRename/

(See also: Google.com to search on more Mac options.)

Again, use these applications at your own risk. ZCultFM.com bears no responsibility for their use/misuse.

-------------------------------------------------------------------------------------

1.8 I can't see my file extensions in Windows. Help!


Newer versions of Microsoft Windows do not display file extensions unless you change your preference settings. That means (by default) you see:

Sushi Monster Mania #004 (2005)(Ebi-san-ZCultFM-DCP)

...but not:

Sushi Monster Mania #004 (2005)(Ebi-san-ZCultFM-DCP).cbr (and you want to see the file extension like this!)

To change the settings to see file extensions within Windows:

1.) Open Windows Explorer (from "Start", then "Programs", then "Accessories")
2.) Within the top menu bar of Windows Explorer, go to Tools
3.) Then click Folder Options
4.) Then click the tab marked View
5.) Within the Advanced Settings box, scroll down to "Hide file extensions for known file types" and uncheck the box. (Again: Click the box to remove the check mark. The box should not be checked.)
6.) Before clicking "OK" you will want to click the button marked "Reset All Folders." (If you want to restore the original setting, then repeat steps 1-5, except click on the box to check it.)
7.) Click "OK"

That's it!
Just a comment, while I love calibre for my normal ebooks and fanfiction collection, I don't find calibre's library organization to be ideally suited for multi-volume works such as manga, particularly when you've got manga that are 50 or more volumes long. Sure, you can treat them as series and make use of the tag viewer but I would prefer something that offers a hierarchical view. There should be several comic organization software available for organizing your comic collection. Alas, I'm not familiar with those types of software since Windows Explorer works good enough for me and the devices I use for reading manga (Nook Color + Perfect Viewer, iPad 2 + ComicGlass) can read CBR/RAR and CBZ/ZIP natively.

Last edited by ilovejedd; 12-16-2011 at 10:36 PM.
ilovejedd is offline   Reply With Quote