mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31013 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
31 lines
782 B
Properties
31 lines
782 B
Properties
#
|
|
# MP3MetadataExtracter - default mapping
|
|
#
|
|
# author: Derek Hulley
|
|
|
|
# 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
|