dev null
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Activity overview
Latest activity by dev null-
dev null commented,
Jens_A wrote: just overwrite already existing files in output folder when re-processing? Currently every re-process creates a new file with added counter, that output folder becomes messy quite f...
-
dev null commented,
[quote="NNN636508506280770778" wrote: I´m shooting with a Sony alpha 7 III and 7 R III and when marked "Delete after import" the camera will show that the images are still on the card but it is ...
-
dev null commented,
FWIW I tend to process all images in albums in order to get them synced to my tablet and phone. Hence I can use a smart album with criteria "processed" as "is false". Images there are either intent...
-
dev null commented,
Seeing no results might indicate all your images are in some album.I tried again with 9.2 in case update changed something. Still worked. Opened the cocatalogdb file (in the linked thread I erroneo...
-
dev null commented,
If you can can handle using sqlite3 in Terminal (on Mac) or whatever is the equivalent on Windows, you could try this.
-
dev null commented,
If anyone really needs to find what images are not in any collection, quit Capture One 9, open Terminal and then open the cocatalog with sqlite3 command-line tool and run this SQL query and exit sq...
-
dev null commented,
Technically, though it is ridiculous to have to do it this way, it looks to be possible to find photos that are not in a collection (album etc.).The .cocatalog file is a SQLite 3 database. It looks...
-
dev null created a post,
List images in collection using AppleScript
Is there any way to see, using AppleScript, which images are inside a collection? I can get collections within collections (i.e. groups, albums) inside document (i.e. catalog) and I can get images ...