FuSoftware / QBooru

QBooru is a cross-platform viewer app for most Booru sites, coded with Qt and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QBooru

Summary

QBooru is a lightweight Windows, Linux and MacOS client that allows users to see pictures from most booru sites, and download them, for example :

  • Gelbooru
  • Danbooru
  • Konachan
  • Yandere
  • Safebooru
  • Rule34

At the moment, it supports 4 APIs :

  • Gelbooru
  • Danbooru 2
  • Moebooru
  • Derpibooru

Searchs are done by the JSON APIs. Thumbnails are cached locally, and are re-used by the program if needed.

Interface

The current interface allows users to chose how many pictures they want, within 3-5 rows and 5-8 columns. The recommended size is 3*5, as it fits perfectly the smallest window size.

Search tab example : http://puu.sh/cK0pj.jpg

Configuration

Users can change nearly all the parameters through the Option tab, or by editing the configuration.json file. Boorus can be added, edited, and deleted through the Booru tab in the software, but they can also be edited manually in the configuration file.

Build instructions (Linux)

  • Clone the git repo
  • Install Qt and Qt creator
    • Pacman : sudo pacman -S qt5 qtcreator
    • Yaourt : yaourt -S qt5 qtcreator
  • Load the .pro file in QtCreator (Qt >= 5)
  • Put the now built executable in a folder with full R/W permissions
  • Run it

Build instructions (MacOS)

  • Clone the git repo (Path shouldn't contain non-ASCII characters)
  • Install XCode from App Store
  • Install Qt
    • MacPorts : sudo port install qt5
    • Homebrew : brew install qt55 (Homebrew has bug with macdeployqt on Qt >= 5.6)
    • Also you can install Qt from official site
  • Make sure that qmake and macdeployqt is linked
  • Cd into builds directory
  • Run qmake ../src/viewer/QBooru.pro && make && make clean
  • Put the now built executable in a folder with full R/W permissions
  • Run it

Credits

cdunn2001 : https://github.com/open-source-parsers/jsoncpp for making the JSON parser JsonCPP

About

QBooru is a cross-platform viewer app for most Booru sites, coded with Qt and C++


Languages

Language:C++ 95.7%Language:C 1.8%Language:HTML 1.6%Language:QMake 1.0%Language:Shell 0.0%