Allow the user to read description of the shot
Requested by @vondracek
Design thoughts:
- Option A:
get_record()
: Provide a structure containing description and datetime. - Option B:
get_record_description()
: There is a function such asget_record_datetime
already.