Program logo
Bookpedia Help

Getting Started

Configuration

Working with Bookpedia

On your iPhone / iPad

Tips & Tricks for working with Bookpedia


Contextual menus

Contextual menus (menus that appear when you ctrl-click or right-click on a certain space in the program) often save you time and sometimes reveal commands that aren't found elsewhere so it's always a good idea to check out what they have to offer.

Bookpedia offers several different contextual menus depending on where you ctrl-click but specifically in the image well, the list/grid view and the details view the contextual menus offer some commands that are only available there.

The contextual menu for the image well gives you the option to download a cover image for the selected entry (Download from >) or search Google Images for a cover (Open Google Images).

The contextual menu for the list/grid view lets you find an entry in a different collection (Show in Collection >) without having to search for it.

In the details view you can access the internal web browser (Go to Site) which in turn reveals another contextual menu where you can directly add cover images, links and summaries by selecting and ctrl-clicking certains parts of a webpage.

Setting VLC as your preferred movie player

If you'd like to set VLC as your default movie player in Bookpedia, open the application Terminal found in Applications/Utilities and type in the line below, followed by a return:

defaults write com.bruji.bookpedia "VLC for VIDEO_TS" -bool YES

Turning off the automatic backup option

By default, Bookpedia creates an automatic backup of its data file (Database.bookpd) once a month. These backup files are saved in your Bookpedia data folder, by default located in your Home folder under ~/Library/Application Support/Bookpedia. The backup files are called backup1Month.bookpd, backup2Months.bookpd and backup3Months.bookpd. After three months, the first file gets overwritten with the 4th month backup so you should always have three backup files in your Bookpedia data folder.
If you make regular backups of your data already and would prefer that Bookpedia didn't make these automatic backups, open the application Terminal found in Applications/Utilities and type in the line below, followed by a return:

defaults write com.bruji.bookpedia NoAutomaticBackup -bool YES

Lowering the compression for cover images

By default, the compression for all cover images is set to 0.9. If you would like to lower this setting to save space, open the application Terminal found in Applications/Utilities and type in the line below, followed by a return (and replace the [integer] part for whatever 0.x integer you want to lower it to):

defaults write com.bruji.bookpedia "JPEGCompression" -float [integer]

Turn on stricter matching for duplicates

IF you enable this function then the title, author and release date all have to match in order for the program to list the entries as duplicates. To turn it on, open the application Terminal found in Applications/Utilities and type in the line below, followed by a return: defaults write com.bruji.bookpedia "Strict Duplicate Match" -bool YES