-
Notifications
You must be signed in to change notification settings - Fork 0
Goals
hellola edited this page Jun 15, 2011
·
1 revision
Web-cbrz is going to be a web based comic reader, that extracts and hosts cbr and cbz files. You can browse the comics directory and choose a cbr / cbz file. Once extracted it starts you off at the beginning of the file (using indexed values of a name-sorted list of the extracted directory) and lets you continue forwards or backwards.
Ultimately: We will have users and track their current positions for comics and let them resume from there. We won't have any blocking calls. We will have pre-loading of next pages. (maybe even top-bottom loading)
Settings: comicdir : A comics directory. tempcomicdir: A temporary extraction directory.