Giter Club home page Giter Club logo

manga-manager's Introduction

MangaManager 开发计划书(极早期开发中)

简介

MangaManager 是一个可用于管理以多图像文件为载体的漫画管理软件,UI基于Qt开发,用户可以自行设置需要的标签,也可以接入漫画下载软件管理已经下载的漫画。

功能列表

核心功能

  • 看!漫!画!
  • 管理多本漫画,允许添加、删除漫画

主要功能

  • 可以依据次序设置为 “ 第一话 ”、“ 第二话 ” 等;

  • 单独的一个短篇视为只有 “ 第一话 ”

  • 话数名称可自定义

  • 可自定义漫画标签;

  • 可以对标签进行分组(如:作者标签、连载状态标签等);

    • 初始默认标签分组:

      1. 原作标签
      2. 类型标签
      3. 作者标签(可能有同一个漫画多位作者)
      4. 语言标签(中文、英文、日文)

      同一个标签不能同时存在于不同分组当中

  • 可根据标签搜索漫画,支持多标签搜索;

次要功能

  • 通过标题进行搜索。
  • 对长篇单行本漫画依据用户输入进行话数分割
  • UI 界面允许自定义主题、背景
  • 集成一些下载器

漫画文件储存结构(示意)

mangas
+--- .data
|    +--- list.json      # 本地存在的漫画列表
+--- Managa 1            # 漫画的编号
     +--- .info
     |    +--- info.json # 文件信息,包括标题、漫画标签等信息
     +--- capture 1      # 储存漫画图像文件
     |    +--- 1.png
     |    +--- 2.jpg
     |    .
     |    .
     |    .
     |    +--- n.gif
     +--- capture 2
          +--- 1.jpg
          .
          .
          .
          +--- n.jpg

开发计划

  • 实现基础文件管理功能
  • 实现分类管理功能
    • 标签系统
    • 分组整合系统

manga-manager's People

Contributors

wanzzhehe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.