Scribbles and Snaps

Linux, Open Source, Photography

Posts Tagged ‘digikamtricks

digiKam Tricks 3.9.5 Released

Besides a few tweaks and fixes as well as a new front cover, this release includes the following new material:

  • Show Photos on Google Earth and Google Maps
  • The Host Your Own Photo Gallery with Piwigo appendix now covers the Piwigo app for Android

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/10/10 at 08:26

Five Quick digiKam Tricks

with 4 comments

Tip #1

To quickly adjust thumbnail size in the Album view, press and hold the Ctrl key, then use the mouse scroll wheel to make the thumbnails larger or smaller.

Tip #2

With the Non-Destructive editing and Versioning feature enabled, digiKam automatically hides originals and displays the latest modified versions of the photos. For example, if you process a NEF file and save it in the JPEG format, digiKam hides the original RAW file and shows only the JPEG photo. To disable this feature, choose Settings → Configure digiKam → Editing Images and make sure that the Always show original images option in the In main view section is enabled. To keep things tidy, you can then group the original and all its versions. To do this, select the photos you want to group, right-click on the selection, and choose Group → Group Selected Here.

Tip #3

If you receive the The trash has reached its maximum size! Cleanup the trash manually error message and emptying the Trash doesn’t help, then the following command may solve the problem:

rm ~/.local/share/Trash/metadata

Tip #4

Need to quickly locate all untagged photos? In digiKam, expand the Search left sidebar, and press the Advanced Search button. In the Advanced Search window, tick the Not Tagged check box and press OK to run the search.

Tip #5

Instead of the conventional thumbnail view, digiKam lets you map your photos on a globe. Choose View → Map, and you should see photos from the current album mapped on the 3-D globe.

You can then use the mouse to rotate the globe and the mouse wheel to zoom in and out. Obviously, the Map view displays only geotagged photos.

Written by Dmitri Popov

2011/09/26 at 07:48

digiKam Tricks 3.9.3 Released

with 2 comments

As the number version suggests, this is a minor release which features a handful of tweaks and corrections as well as improved compatibility with the Cool Reader app for Android.

Although attention in this release was focused on tweaks and fixes, the book includes the following new material:

  • Disable Certain File Types
  • Use the Focal Length Analyzer Script with digiKam

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/07/31 at 16:36

digiKam Tricks 3.9 Released

leave a comment »

This release includes the following new material:

  • Import Photos in digiKam
  • Process Photos with digiKam’s Batch Queue Manager and a Bash Script

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/07/05 at 09:57

digiKam Tricks 3.7 Released

leave a comment »

This release includes the following new material:

  • Assign Keyboard Shortcuts to Tags
  • Configure the Main Toolbar in digiKam
  • Host Your Own Photo Gallery with Piwigo

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/06/01 at 09:25

digiKam Tricks 3.5 Released

with 5 comments

Here is what’s new in this release:

  • Updated screenshots
  • Minor tweaks and fixes
  • Revised Appendix C

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/05/15 at 09:43

digiKam Tricks 3.3 Released

leave a comment »

This release features a concise introduction to the Rawstudio tool for processing RAW files.

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/05/09 at 10:58

digiKam Tricks 3.1 Released

leave a comment »

This release includes two new topics:

  • Process RAW Files in digiKam
  • Generate HTML Photo Galleries

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/05/02 at 08:18

digiKam Tricks 3.0 Released

with 4 comments

This is a major release of the digiKam Tricks book, featuring a completely revised and updated content that reflects changes in the upcoming version 2.0 of the digiKam photo management application. In addition to that, the book includes the following new material:

  • Batch Process Photos in digiKam
  • Manage Photos from Multiple digiKam Installations
  • Use Color Labels and Picks (digiKam 2.0)
  • Tag Faces with the Face Recognition Feature (digiKam 2.0)
  • Use Versioning for Non-destructive Editing (digiKam 2.0)
  • APPENDIX A: Set up Photographic Workflow with digiKam

Readers who already purchased the book will receive the new version free of charge. If you haven’t received your copy, please send your order confirmation as proof of purchase to dmpop@linux.com, and I’ll email you the latest version of the book.

Happy reading!

Written by Dmitri Popov

2011/04/04 at 07:46

Manage Photos from Multiple digiKam Installations

with 12 comments

Storing your photos on a server or network disk? Want to manage them from several Linux-based machines using digiKam? Here is how to do that.

First of all, you need to mount the directory on the server containing the photos on your machine. Assuming your server is running Linux and you can connect to it via SSH, you can mount the remote directory using sshfs. To do this, you need to install the sshfs package first. On Ubuntu and Debian-based Linux distributions, you can do this by executing the apt-get install sshfs command as root. Next, run the id command and note the uid and gid values for your account (e.g., uid=1000 gid=1000). Use then the following command to mount a server directory on your machine:

sshfs user@host:/path/to/dir /mountpoint -o idmap=user -o uid=1000 -o gid=1000

Replace user with the name of the existing user on the server and host with the IP address of the server. Replace /path/to/dir with the path to the directory on the server and /mountpoint with the directory on your machine that will be used as a mount point. Once the directory has been mounted, you can use the files in it as they were on your own machine. To unmount the directory, use the fusermount command as follows:

fusermount -u /mountpoint

Next, you have to configure digiKam to use a MySQL database as its back-end. This would require, of course, a MySQL installation running either on your own server or on another remote machine. The Use digiKam with MySQL article provides detailed instructions on how to make digiKam work with MySQL.

The rest is easy. In digiKam, choose Settings » Configure digiKam and switch to the Collections section. Press the Add Collection button next to the Local Collections entry, then add the folder that contains the photos from the mounted remote directory as a new album.

In a similar manner, you can configure digiKam on any other machine you want to use to manage photos stored on the server.

Written by Dmitri Popov

2011/03/13 at 18:55

Follow

Get every new post delivered to your Inbox.

Join 367 other followers