mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6246 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
20 lines
471 B
Properties
20 lines
471 B
Properties
#
|
|
# MP3MetadataExtracter - default mapping
|
|
#
|
|
# author: Derek Hulley
|
|
|
|
# Namespaces
|
|
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0
|
|
namespace.prefix.music=music
|
|
|
|
# Mappings
|
|
songTitle=music:songTitle, cm:title
|
|
albumTitle=music:albumTitle
|
|
artist=music:artist, cm:author
|
|
description=cm:description
|
|
comment=music:comment
|
|
yearReleased=music:yearReleased
|
|
trackNumber=music:trackNumber
|
|
genre=music:genre
|
|
composer=music:composer
|
|
lyrics=music:lyrics |