mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
35 lines
958 B
Properties
35 lines
958 B
Properties
#
|
|
# TikaAudioMetadataExtracter - audio mapping
|
|
#
|
|
# This is used to map from the Tika audio metadata onto your
|
|
# content model. This will be used for any Audio content
|
|
# for which an explicit extractor isn't defined
|
|
#
|
|
# author: Nick Burch
|
|
|
|
# Namespaces
|
|
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0
|
|
namespace.prefix.audio=http://www.alfresco.org/model/audio/1.0
|
|
|
|
# Core mappings
|
|
author=cm:author
|
|
title=cm:title
|
|
description=cm:description
|
|
created=cm:created
|
|
|
|
# Audio descriptive mappings
|
|
xmpDM\:album=audio:album
|
|
xmpDM\:artist=audio:artist
|
|
xmpDM\:composer=audio:composer
|
|
xmpDM\:engineer=audio:engineer
|
|
xmpDM\:genre=audio:genre
|
|
xmpDM\:trackNumber=audio:trackNumber
|
|
xmpDM\:releaseDate=audio:releaseDate
|
|
#xmpDM:logComment
|
|
|
|
# Audio specific mappings
|
|
xmpDM\:audioSampleRate=audio:sampleRate
|
|
xmpDM\:audioSampleType=audio:sampleType
|
|
xmpDM\:audioChannelType=audio:channelType
|
|
xmpDM\:audioCompressor=audio:compressor
|