Changeset 38734


Ignore:
Timestamp:
2024-02-12T14:50:55+13:00 (4 months ago)
Author:
davidb
Message:

Need to more carefully control the metadata field the generates the ID for the video files -- which in turn are now actually handled as HTML in a process_exp matching videos directory, so thumbnails can be featured in the build collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/sites/thewillow/collect/community-contributions/etc/collectionConfig.xml

    r38312 r38734  
    363363            <plugin name="HTMLPlugin">
    364364              <option name="-process_exp" value="videos/.*\.html$"/>
     365              <option name="-OIDtype" value="assigned"/>
     366              <option name="-OIDmetadata" value="tw.DLIdentifier"/>               
    365367              <option name="-description_tags"/>
    366368              <!--
     
    378380            </plugin>
    379381            <plugin name="PDFv2Plugin"/>
    380            
     382
     383            <!-- No longer the plugin that processes the video content
     384                 Now done by a process_exp HTMLPlugin, to have thumbnail timeline -->
    381385            <plugin name="UnknownPlugin">             
    382386              <option name="-process_extension" value="mp4"/>
    383387              <option name="-mime_type" value="video/mp4"/>
    384388              <option name="-srcicon" value="iconmp4"/>
    385               <option name="-OIDtype" value="assigned"/>
    386               <!-- <option name="-OIDmetadata" value="tw.DLIdentifier"/> -->
    387               <option name="-OIDmetadata" value="tw.WCADocumentID"/>             
     389              <!-- <option name="-OIDmetadata" value="tw.WCADocumentID"/> -->
    388390            </plugin>
    389391           
Note: See TracChangeset for help on using the changeset viewer.