Extract-Bookz
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Extract PDFs from scene releases and rename them.
# ExtractBookz
I'm not a fan of ebooks released according to scene rules. That is, a PDF with a 8.3 filename inside multi-rars inside multi-zips inside a Dir-ect-tor-y. So I made a script with Ruby that extracts, renames, and sets the title metadata on the PDFs.
## Requirements: 
	* unzip, unrar, and exiftools in your path 
		* OS X: Install unrar and exiftools with MacPorts or Homebrew
	* Ruby
		* Install wriggle gem with "sudo gem install wriggle"
	* Un*x (tested on OS X, should work on Linux)
## Usage:
	ruby ExtractBookz.rb "source" "target"
Source can either be a single directory like "~/My.Publisher.-.My.Crazy.Book.2011.ebook-DiGiBook/", or a folder that contains a bunch of those directories. ExtractBookz cleans up after itself, and won't delete or change the original directories. Target is where the PDFs will go.
## TODO: 
	* Linux testing
	* GUIs (MacRuby/Java)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。