Changeset 34396 for main


Ignore:
Timestamp:
2020-09-17T16:22:16+12:00 (4 years ago)
Author:
davidb
Message:

Ignore MP3 files when they have been copied in from the prepare folder

Location:
main/trunk/model-sites-dev/mars/collect/deam/import
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/mars/collect/deam/import

    • Property svn:ignore set to
      *.mp3
  • main/trunk/model-sites-dev/mars/collect/deam/import/metadata.xml

    r34395 r34396  
    2929-->
    3030
    31     <!--
    32      Example 2:
    33        Attached dc.Subject to all files in this folder that match the given
    34        regular expression
    35     -->
    3631
    37 <!--
    3832    <FileSet>
    39         <FileName>.*</FileName>
     33        <FileName>metadata_2013\.csv</FileName>
    4034        <Description>
    41             <Metadata mode="accumulate" name="dc.Subject">Subject X</Metadata>
     35            <Metadata mode="accumulate" name="deam.Year">2013</Metadata>
    4236        </Description>
    4337    </FileSet>
    44 -->
     38
     39    <FileSet>
     40        <FileName>metadata_2014\.csv</FileName>
     41        <Description>
     42            <Metadata mode="accumulate" name="deam.Year">2014</Metadata>
     43        </Description>
     44    </FileSet>
     45
     46    <FileSet>
     47        <FileName>metadata_2015\.csv</FileName>
     48        <Description>
     49            <Metadata mode="accumulate" name="deam.Year">2015</Metadata>
     50        </Description>
     51    </FileSet>
    4552
    4653</DirectoryMetadata>
Note: See TracChangeset for help on using the changeset viewer.