Mark Jordan

Results 231 comments of Mark Jordan

This issue is a duplicate of #102, but I'll close that one since this one offers a concrete reason why we need a more generic tool.

I've done some work on the [Islandora Import Package QA Tool](https://github.com/mjordan/iipqa), and I think it's ready to be considered a full replacement for check_files.php. It can validate packages generated with...

Let me do a bit more work on the tool first, but I agree.

In #283, @MarcusBarnes proposed a `--verbose` option. @whikloj do you mean a custom Monolog logging level (like "debug"), or the option to provide greater verbosity?

Looking at the various groups of classes, mention of MODS is absent from fetchers and filegetters (which is not surprising), but it is frequently used in writer classes, and there...

I think it would be possible for MIK output DC instead of MODS XML using a combination of the ]templated metadata parser](https://github.com/MarcusBarnes/mik/wiki/Cookbook:-Templated-Metadata-Parser) (using a DC template instead of a MODS...

This feature should probably be available to any toolchain whose fetcher and/or filegetter use Guzzle.

I wonder if we can add logic to the abstract classes for fetchers, filegetters, metadataparsers, and writers to check for the existence of the common .ini settings and if they...

@MarcusBarnes grepping through the MIK source code the only places I can see any reference to file manipulators is in the CONTENTdm toolchains, which do use https://github.com/MarcusBarnes/mik/blob/master/src/filemanipulators/ThumbnailFromCDM.php. We probably should...