dev null
- Actividad total 14
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 1
- Suscripciones 5
Resumen de la actividad
Última actividad de dev null-
dev null hizo un comentario,
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 hizo un comentario,
[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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
If you can can handle using sqlite3 in Terminal (on Mac) or whatever is the equivalent on Windows, you could try this.
-
dev null hizo un comentario,
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 hizo un comentario,
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 creó una publicación,
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 ...