fekoneko / pixiv-powerful-viewer

This app allows you to view and search collection saved by Powerful Pixiv Downloader browser extension locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixiv Powerful Viewer

This app allows you to locally view and search collection saved by Powerful Pixiv Downloader browser extension.

Download

Go to Releases page

App features

  • Search by title, tags, description and author. The search now runs in separate web-worker and is blazing fast!
  • Automatic romaji-to-kana conversion in the search field and now full Japanese language support
  • All information parsed from metadata files generated by Powerful Pixiv Downloader
  • You can add works to favorites to rewatch them later
  • It is possible to load several collections and switch between them on the fly
  • Fullscreen mode with cool animation :)
  • Output of errors / warnings and info about loaded collection for easy troubleshooting
  • Convenient navigation with keyboard. Every feature is available without the need to touch a mouse
  • And, of course, there is a light and a dark theme

Note

Novels are not yet supported. I think about adding the support in the future

Note

Load time of huge collections can be quite long now. Since I moved all file system interractions to Rust I haven't implemented loading in chunks yet. Stay tuned for the next release!

Creating collection

Important

Pixiv Powerful Viewer parses specific folder structure inside collections. Follow the steps below to configure Powerful Pixiv Downloader extension properly.

  • You can use any folder structure as long as every work has it's own folder with metadata file and all the assets directly in it
  • If metadata file wasn't found, program assumes folder name to be the title of the work and its parent folder to represent the author's name
  • Every image should have its page number in parentheses at the end of the file name
  • Or you can just paste this "Naming rule" in the Download tab of the extension:
    {page_title}/{user} ({user_id})/{title} ({id_num})/{title} ({p_num})
    
  • Make sure to turn off the option "Save the R-18(G) works in the designated folder"
  • Turn off the option "Do not create a folder when there is only one crawl result"
  • In the More tab select "Show advanced settings" and check all types of works under "Save the metadata of the work" option
  • Also, I think it's better to "Save the ugoira work as" GIF

Hotkeys

  • / or W / S - select previous / next work
  • / or A / D - navigate pages within a work
  • / or \ - go to searchbar (Esc to exit)
  • F - toggle fullscreen mode
  • Alt + ` - toggle romaji-to-kana conversion in search
  • Shift + Enter - add selected work to favorites
  • Ctrl + Enter - view favorite works
  • Ctrl + ` - show / hide output console
  • Ctrl + Space - expand output console (use Ctr + ↑ / ↓ or Ctrl + W / S to scroll inside it)
  • Space - expand work details panel (use Ctr + ↑ / ↓ or Ctrl + W / S to scroll inside the panel)
  • Ctrl + O - open collection
  • Ctrl + Tab - focus on recent collections button

Screenshots

Note

On the screenshots below I used the works of あおいとり for demonstration. I didn't really ask for permission, but they're the great artist, and I encourage you to check out their work. Please, don't sue me :)

image

image

About

This app allows you to view and search collection saved by Powerful Pixiv Downloader browser extension locally


Languages

Language:JavaScript 79.8%Language:TypeScript 16.8%Language:Rust 3.0%Language:CSS 0.4%Language:HTML 0.1%