droid icon indicating copy to clipboard operation
droid copied to clipboard

Inconsistency in archives content identifications

Open jcharlet opened this issue 5 years ago • 1 comments

https://trello.com/c/1A2pined/75-inconsistency-in-archives-content-identifications

Command line version of droid in nonProfile mode use some custom base identification for content in archives. We should refactor this code to have only one code for archives(zip,gzip,7zip,warc,arc,iso, ...). At the moment only zip,tar,gzip is supported.

https://github.com/rhubner/droid/tree/master/droid-command-line/src/main/java/uk/gov/nationalarchives/droid/command/archive

Why result printer submitting identification?? https://github.com/rhubner/droid/blob/master/droid-command-line/src/main/java/uk/gov/nationalarchives/droid/command/ResultPrinter.java#L153

Probably similar behaviour for containers. https://github.com/rhubner/droid/tree/master/droid-command-line/src/main/java/uk/gov/nationalarchives/droid/command/container

as discussed in #375 we probably want to get rid of no profile mode. But we might have this inconsistency issue in the GUI too.

jcharlet avatar Jun 10 '20 10:06 jcharlet

related to https://github.com/digital-preservation/droid/issues/470

jcharlet avatar Jun 10 '20 11:06 jcharlet

closing as #631 is closed which includes this issue.

CaptainBrad avatar Feb 15 '23 12:02 CaptainBrad