Skip to content

kaismic/Hitorus

Repository files navigation

Hitorus

Hitorus

GitHub latest release GitHub downloads count total

Read in other languages: English, 한국어

Hitorus is a desktop web application that enhances the use of hitomi.la by extending its features and incorporating custom features unique to the app.

Preview

Features

  • Create search links with customizable tag filters
  • Download galleries
  • View galleries with enhanced UI and functionalities

... and many more!

Installation

  1. Download the latest release and extract it.
  2. Run Hitorus.Api.exe (Windows) or Hitorus.Api (macOS/Linux), the webpage should open automatically. If it doesn't, open https://hitorus.pages.dev/ on the browser.

Refer to the Usage documentation.

Managing application data

  • Most of the application data is stored in the main.db file. To export or backup your data, store this file and later paste it into the new location.
  • If you are migrating from a compatible version to the latest version, you can export both main.db file and Galleries folder.
  • If you are migrating from an incompatible version to the latest version, you can only export the Galleries folder since main.db won't be compatible.

How to resolve issues

  • If the webpage does not load, try visiting the page in Incognito/Private mode.

  • In a rare case, an error might occur when other applications are using the default localhost port. In this case, manually change the Url's port number in appsettings.json to a random number between (1024 - 65535).

    "Kestrel": {
      "Endpoints": {
        "Http": {
          "Url": "http://localhost:7076" <-- here
        }
      }
    },
    ...
    

Notes

  • Downloaded gallery images are stored in the Galleries folder.