Skip to content
Nick edited this page Jul 25, 2019 · 6 revisions

This article should explain the Phobox directory in your photo storage directory.

The directory structure

/your-photo-storage-path/phobox
|-- approval                         here place JPG files, which imported later in approval view
|-- import                           here place your files to import automatically it to photo storage
|-- thumbs                           here phobox stores the thumbnails
|   `-- ...                          the thumbnails are saved in the same structure as you originals
|-- phobox.lock.db                   this files indicates the database is in use and locked
|-- phobox.log                       here phobox writes event messages on errors like a flight recorder
|-- phobox.log.2019-07-20.0.gz       older log-files are compressed.
|-- ...                              Each file older than 5 days will be deleted
|-- phobox.mv.db                     this is the database for all metadata information
`-- phobox.yaml                      this is your configuration for this photo storage

The approval directory

If you don't want to import your photos all because you want to check them first, then the approval directory is your friend. There you can place photos for this purpose. Currently only JPG files are supported 😢

After you have copied your photos to the approval directory, open your Phobox and switch to "Approval". There you can accept or reject your photos.

approval screenshot

Clone this wiki locally