Closed bitsgalore closed 6 years ago
Numbering checks now adapted: https://github.com/KBNLresearch/omSipCreator/commit/3ff31e99f4aaef087e429f75e168b34823e58b4f
With this change the cd-rom, cd-audio etc. directory level in the SIP can also be eliminated.
Done, all changes to release 0.7.0: https://github.com/KBNLresearch/omSipCreator/releases/tag/0.7.0
Currently, if there is more than 1 carrierType in a SIP, numbering of carriers via the
@ORDER
attribute is repeated for each carrierType group. For example, for a SIP with 3 audio CDs and 2 video DVDs, we get this (note how the@ORDER
attribute is reset to 1 for the first dvd-video):For a variety of reasons it might be better to continue the numbering throughout all carriers, like this:
With this change the cd-rom, cd-audio etc. directory level in the SIP can also be eliminated.
Reasons for doing this:
See also this Iromlab issue: https://github.com/KBNLresearch/iromlab/issues/66