Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kamishibai

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kamishibai

  • 0.6.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Kamishibai

pronounce kami-shi-bye

Remote manga reader. Read manga anywhere using a web browser.

It remember where the manga is read upto, so you can resume reading with ease.

Support basic tagging in filenaming, please read file naming convention below.

Settings can change image quality to conserve bandwidth.

Zipped (CBZ) books are supported.

Screenshots:

Directory view Directory view

Tablet Browse view Tablet Browse view

Reading Reading

Settings Settings

Update:

Didn't touch the code for years, had a quick touchup to make sure it works. Found lots of old/bad code, but that was written in 2013, so please don't judge too harshly.

Installation:

gem install kamishibai

Installation (extra info):

Mac OS X:

  1. Install MacPorts
  2. sudo port install ruby25 rb-rubygems gd2
  3. sudo gem install kamishibai

Linux (Ubuntu/Debian):

  1. sudo apt-get install ruby ruby-dev
  2. sudo gem install kamishibai

Windows:

  1. Install the Windows Subsystem for Linux
  2. Choose Ubuntu install
  3. Follow instruction for Linux above

Access:

Run program kamishibai Open browser and type http://127.0.0.1:9999 Default username and password is admin/admin, please change it for security purpose.

Configuration:

Config file is written in JSON format. The config file will be located at ~/etc/kamishibai.conf. The config file can also manually selected by appending the config path after the program.

There is also web configuration panel, goto http://host_ip:host_port/config to configure.

Start:

kamishibai [config_file.conf]

File Format:

Only CBZ is supported and it should be zero compressed zip file. This will reduce the burden on the system when reading as well as making the experience more responsive. The file name will determind how it will be organized by the program.

File naming convention:

Ideally, the CBZ file name should be in such format.

(genre|meta data) [Author] Book Title Volume|chapter|v|ch 1.

For example
(Manga) [Yamada Taro] World of Sakura Volume 01.cbz
(一般コミック) [山田太郎] 桜の世界 第01巻.cbz

License:

BSD 3-clause Mac Ma gitmac at runbox.com (C) 2013-2018 Copyright

FAQs

Package last updated on 16 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc