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:
Nick Burch
2011-10-06 16:17:06 +00:00
parent 3e33fa90ae
commit 639e951c20

View File

@@ -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 -->
<!-- ****************************** -->