File | Date | Author | Commit |
---|---|---|---|
builds | 2015-04-28 |
![]() |
[9ce38e] Release 1.10.0 |
src | 2015-04-28 |
![]() |
[6aeb93] Deleted all SDL dependencies |
.gitattributes | 2015-03-26 |
![]() |
[bdc865] :circus_tent: Added .gitattributes |
.gitignore | 2015-03-31 |
![]() |
[ce16f0] Updated gitignore |
README.md | 2015-04-24 |
![]() |
[efce6f] Update README.md |
changelog.html | 2015-04-28 |
![]() |
[6aeb93] Deleted all SDL dependencies |
versions.json | 2015-04-28 |
![]() |
[6aeb93] Deleted all SDL dependencies |
Since 1.9, Gelbooru XML is depreciated, the JSON one is now used. Please apply the following changes to your Gelbooru sites' configuration :
QBooru is a lightweight Windows and Linux client that allows users to see pictures from most booru sites, and download them, for example :
At the moment, it supports 4 APIs :
Searchs are done by the JSON APIs. Thumbnails are cached locally, and are re-used by the program if needed.
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
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.
cdunn2001 : https://github.com/open-source-parsers/jsoncpp for making the JSON parser JsonCPP
leethomason : https://github.com/leethomason/tinyxml2 for making the XML parser TinyXML2