@@ -60,39 +60,19 @@ A release archive contains the following files:
60
60
│ │ │ : using 'exif' utility
61
61
│ │ ├─ exif_metadata_list_exiftool.bash : script to display Exif metadata
62
62
│ │ │ : using 'exiftool' utility
63
- │ │ ├─ exif_metadata_mapping_2gis.bash : script to display GPS position in 2GIS
64
- │ │ ├─ exif_metadata_mapping_bing.bash : script to display GPS position in
65
- │ │ │ : Bing Maps
66
- │ │ ├─ exif_metadata_mapping_duckduckgo.bash : script to display GPS position in
67
- │ │ │ : DuckDuckGo
68
- │ │ ├─ exif_metadata_mapping_google.bash : script to display GPS position in
69
- │ │ │ : Google Maps
70
- │ │ ├─ exif_metadata_mapping_openstreetmap.bash : script to display GPS position in
71
- │ │ │ : OpenStreetMap
72
- │ │ ├─ exif_metadata_mapping_vk.bash : script to display GPS position in
73
- │ │ │ : VK Maps
74
- │ │ └─ exif_metadata_mapping_yandex.bash : script to display GPS position in
75
- │ │ : Yandex Maps
63
+ │ │ └─ exif_metadata_mapping_*.bash : scripts for displaying GPS position in
64
+ │ │ : various online mapping services
76
65
│ │
77
66
│ │ : Nemo action descriptors ...
78
67
│ ├─ exif_metadata_list_exif.nemo_action : ... for displaying Exif metadata
79
68
│ │ : using 'exif' utility
80
69
│ ├─ exif_metadata_list_exiftool.nemo_action : ... for displaying Exif metadata
81
70
│ │ : using 'exiftool' utility
82
- │ ├─ exif_metadata_mapping_2gis.nemo_action : ... for displaying GPS position in
83
- │ │ : 2GIS
84
- │ ├─ exif_metadata_mapping_bing.nemo_action : ... for displaying GPS position in
85
- │ │ : Bing Maps
86
- │ ├─ exif_metadata_mapping_duckduckgo.nemo_action : ... for displaying GPS position in
87
- │ │ : DuckDuckGo
88
- │ ├─ exif_metadata_mapping_google.nemo_action : ... for displaying GPS position in
89
- │ │ : Google Maps
90
- │ ├─ exif_metadata_mapping_openstreetmap.nemo_action : ... for displaying GPS position in
91
- │ │ : OpenStreetMap
92
- │ ├─ exif_metadata_mapping_vk.nemo_action : ... for displaying GPS position in
93
- │ │ : VK Maps
94
- │ └─ exif_metadata_mapping_yandex.nemo_action : ... for displaying GPS position in
95
- │ : Yandex Maps
71
+ │ └─ exif_metadata_mapping_*.nemo_action : ... for displaying GPS position in
72
+ │ : various online mapping services
73
+ │
74
+ ├─ readme/
75
+ │ └─ *.png : figures for the user manual
96
76
│
97
77
├─ install-for-current-user.bash : script to install action descriptors
98
78
│ : and scripts to current user profile
@@ -120,9 +100,14 @@ With all that successfully in place, new context menu items should become availa
120
100
- Display Exif metadata using 'exiftool' utility;
121
101
- Display GPS position in various online mapping services.
122
102
103
+ #### Screenshots
104
+
123
105
.New context menu items
124
106
image::./readme/01-extra-context-menu-items.png[New context menu items,70%]
125
107
108
+ .Popup window with 'exif' utility output
109
+ image::./readme/02-metadata-list-window-exif.png[Popup window with 'exif' utility output,80%]
110
+
126
111
### Prerequisites
127
112
128
113
The solution requires at least one of the following utilities to be available:
@@ -133,7 +118,7 @@ The solution requires at least one of the following utilities to be available:
133
118
[%autowidth,cols=2*.<]
134
119
|===
135
120
|'exif'
136
- |a simple Exif data handling utility, limited to `image/jpeg` only
121
+ |a simple Exif data handling utility, limited to `image/jpeg` files only, typically bundled with Linux Mint
137
122
138
123
|'exiftool'
139
124
|a well-recognized Exif data handling utility, that supports an extended metadata tag set and a variety of media file
0 commit comments