mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Update the MP3 extractor to output audio keys (related to ALF-6170), and refactor the audio extractors to share more common code. Also expands the audio extractor tests to share common code, and test more metadata. (Needed for devcon demo)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31013 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -800,6 +800,26 @@
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<!-- ************************* -->
|
||||
<!-- Configuration for Audio -->
|
||||
<!-- ************************* -->
|
||||
|
||||
<config evaluator="aspect-name" condition="audio:audio">
|
||||
<property-sheet>
|
||||
<show-property name="audio:album" />
|
||||
<show-property name="audio:artist" />
|
||||
<show-property name="audio:composer" />
|
||||
<show-property name="audio:engineer" />
|
||||
<show-property name="audio:genre" />
|
||||
<show-property name="audio:trackNumber" />
|
||||
<show-property name="audio:releaseDate" />
|
||||
<show-property name="audio:sampleRate" />
|
||||
<show-property name="audio:sampleType" />
|
||||
<show-property name="audio:channelType" />
|
||||
<show-property name="audio:compressor" />
|
||||
</property-sheet>
|
||||
</config>
|
||||
|
||||
<!-- ****************************** -->
|
||||
<!-- Configuration for Geographic -->
|
||||
<!-- ****************************** -->
|
||||
|
Reference in New Issue
Block a user