> how can I remove only RAW or only JPEG files from shotwell > (from databse as well as disk)?
Shotwell has no user-interface to support de-associating a JPEG preview from its RAW source photo or vice-versa. This is a known limitation of Shotwell and we hope to fix it in an upcoming release. If keeping the JPEG is what you're interested in and you've got metadata writing turned on, then your tags, exposure time info, etc. should be written back to the JPEG file. Assuming you haven't made any edits to the photo, you could try removing the RAW+JPEG pair from your library and re-importing only the JPEG. > If shotwell does not allow this, how to access the database > directly to remove one of the files, but without making the > database inconsistent? Yorba does not support or encourage direct access to and modification of the Shotwell database. If you're really interested in doing this, you can use the SQLite command line tools to run arbitrary queries against the database. Reading the Shotwell source code should clue you in on the database schema and how the tables are used. Lucas _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
