Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 951 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 951 Bytes

booky

A small application which (sort of) helps with my books. :)

Saves general metadata information and generates appropriate QR-codes.

These QR-codes can then be attached to the books to quickly scan and retrieve the stored metadata.

Currently stored data:

  • book name
  • series name
  • series entry
  • release date
  • edition
  • language
  • author
  • artist
  • chapters
  • pages
  • ISBN
  • publisher
  • publisher place

Currently available data to autofill via ISBN (from openlibrary.org):

  • book name
  • author(s)
  • publisher
  • publish place
  • publish date
  • pages
  • ISBN

Run (local)

  • Tested primarily with JDK 18.

Clone the repo, go into the root directory and run the following maven goal:

javafx:run

How to

Generate QR:

generate qr

Read QR:

read qr

Alternatively, any other QR-code reader can be used to read the stored data.