Ignore:
Timestamp:
2023-01-07T22:43:04+13:00 (16 months ago)
Author:
davidb
Message:

Change of name of collection to reflect the planned move to have programmes and metadata about performers together in one collection

Location:
gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/prepare/01-ARCHIVE-TO-ITEM.sh

    r36998 r37121  
    1010fi
    1111
    12 for full_archive_dir in Archive/HMS_*[0-9] ; do
     12#for full_archive_dir in Archive/HMS_*[0-9] Archives/BMS_[0-9]_[0-9]_*[0-9] ; do
     13for full_archive_dir in Archive/* ; do   
    1314    echo "Processing $full_archive_dir"
    1415    archive_dir=${full_archive_dir##*/}
     
    3233   
    3334    #images=$(cd $full_archive_dir/TIFFs && ls ${archive_dir}_[0-9][0-9][0-9][0-9].tif)
    34     images=$(cd $full_archive_dir/JPEGs && ls ${archive_dir}_[0-9][0-9][0-9][0-9].jpg)
     35    #images=$(cd $full_archive_dir/JPEGs && ls ${archive_dir}_[0-9][0-9][0-9][0-9].jpg)
     36    images=$(cd $full_archive_dir/JPEGs && ls ${archive_dir}_*[0-9].jpg)   
    3537
    3638    echo "  Appending/Copying Images"
Note: See TracChangeset for help on using the changeset viewer.