dev null
- Gesamtaktivitäten 14
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 1
- Abonnements 5
Aktivitätsübersicht
Neueste Aktivität von dev null-
dev null hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
[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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
If you can can handle using sqlite3 in Terminal (on Mac) or whatever is the equivalent on Windows, you could try this.
-
dev null hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Post erstellt
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 ...