Save your collection
- View projects from nhentai.net downloaded using nhentai.
- View projects from hitomi.la, nhentai.net (and other sites in the future) downloaded using gallery-dl.
- Browser extension that allows you to easily download an open project page from supported sites.
- Shows already uploaded projects directly on the website (hitomi.la)
Site | Supported downloader | Extension (download) | Extension (extra) |
---|---|---|---|
nhentai.net | nhentai / gallery-dl | supported(nhentai / gallery-dl) | none |
hitomi.la | gallery-dl | supported(gallery-dl) | show already downloaded on the website |
- Download from releases
- Unzip in any directory
- Use settings.bat for set your directoro with downloads and select proper processor
- Use update.bat for update application
- Use run.bat for start application
git clone https://github.com/annihilation7071/SF.ViewerH.git
cd SV.ViewerH
pip install -r requirements.txt
app.py
git clone https://github.com/annihilation7071/SF.ViewerH.git
cd SV.ViewerH
python -m venv venv
./venv/scripts/activate
pip install -r requirements.txt
app.py
- Upload files using nhentai or gallery-dl. (
--write-info-json
parameter MUST be used for gallery-dl) - Use settings.bat or settingsui.py to configure libs.
- Use run.bat or app.py, the server IP address will appear in the terminal.
There is an extension for chromium-based browsers in the ./extension directory
.
It can be installed via the browser extensions menu (just drag the .crx into the extensions tab and
click install).
The extension simply downloads the open project to the library specified in settings.
You can specify some additional downloader parameters
--- There are two versions of the extension: **Lite** and **Extended**.
Lite does nothing except that when you click on the extension icon, it sends the application a link to the currently open page, after which the application tries to download the project from this page.
Extended also provides additional functions. At the moment, only one is implemented, this is the display of already downloaded projects on the hitomi.la website.
- Added a function to merge several projects into one.
For example, if you have one of the same project in several languages or in different quality, and you do not want to delete any of them.
All you need to do is on the project page in the options specify the data of similar projects in this format.
LID:DESCRIPTION:p
Where LID is the LID from the project page, DESCRIPTION is any description, and p is the project that will be the main one. The rest of the projects must be in this format.
LID:DESCRIPTION
A new project will be created (virtual, without physical location), which is the main project with the combined tags from all projects. It will also be possible to switch between all projects.