GithubHelp home page GithubHelp logo

mahenkpatel / gazee Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hubbcaps/gazee

0.0 0.0 0.0 7.32 MB

A WebApp for reading your comics. Built in Python on top of CherryPy.

License: GNU General Public License v3.0

Python 65.21% CSS 4.53% HTML 30.27%

gazee's Introduction

Gazee

Build Status

This Project is currently no longer in development. Life took over and I didn't have the motivation to continue.

If you'd like to take over development, feel free to fork and run with it.

The main thing it needs currently is an ORM to replace all the hardcoded DB interactions.

Gazee is a comic viewer for the web browser.

Read and reach your favorite digital comics from almost any web connected device.

Works great with Mylar comic book management, but not needed.

Check out the Wiki for detailed instructions on setup if you need them.

Questions can also be asked in the #gazee channel on Freenode

Features

Recent Comics screen01

Exposes your sorting structure in a library view screen02 Download your issue if you have a preferred reader outside of Gazee and read a summary of the issue in line if available with your archive screen03

Make Gazee yours and change up the color scheme screen04 screen05

Now with logo changer screen06

Settings overlay to make the comic feel how you want it. screen06

HTTPS Support

Bookmarks remember where you left off as you read.

Multiple Users and Admins

Much more to come!

Requirements

  • Python 3.4+
  • CherryPy
  • Mako
  • xmltodict
  • Pillow
  • rarfile
  • GitPython

Requirements can be installed easily in the setup section below.

Unrar Downloads

Unrar needs to be installed and visible in the path of the user Gazee is running under to be able to properly extract all CBRs.

Double check this on Windows, different systems have different requirements for making sure you have unrar visbile in your users path.

Unrar for Windows, windows also needs command line accessible Git installed, gone over in the install guide on the wiki

Centos needs Unrar from RPMFusion, not Offical/EPEL unar application. unar is out of date and will fail with certain types of cbrs and other rar archives.

Debian

Setup

Step 1: Clone the repository and install python dependencies

cd <directory you want to install to>
git clone https://github.com/hubbcaps/gazee.git
cd gazee
sudo pip install -r requirements.txt
python Gazee.py

Note If you see an error similar to the following

$ python Gazee.py
File "Gazee.py", line 194
cherrypy.engine.timeout_monitor.on: False
^
SyntaxError: invalid syntax

This likely means your systems default version of python is 2.x. Verify you have python 3.4+ installed and call it explicitly with python3 or python3.x

python3 Gazee.py

Step 2: Logon to Gazee's Web UI)

Go to http://your-ip:4242

Default username and password for the web interface:

  • Username: admin
  • Password: gazee

Proceed to the settings page and change your admin pass, and enter the path to your comic library and optionally your Mylar DB for better comic info extraction.

Daemonize (Linux only)

You can easily run the program in Daemon mode by using the -d flag

python Gazee.py -d

Docker Container

Alternatively, instead of doing a local install, you can install the docker container.

The docket container can be pulled from here or from dockerhub.

QOL Features on the Roadmap

These are features that will make Gazee better and more up to par in what should be expected of a modern comic reader, but aren't needed for actual usability.

  • Random First Issue of a series in library.
  • OPDS Support.
  • User set image sizes.
  • Notifications on new comics
  • Reports on various stats of your library; number of bad archives, comics without metadata, etc etc

gazee's People

Contributors

hubbcaps avatar masterodin avatar barbequesauce avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.