63 lines
1.8 KiB
PHP
63 lines
1.8 KiB
PHP
<?php
|
|
$relations = array(
|
|
'dc:title' => 'Title',
|
|
'dc:creator' => 'Artist/Creator',
|
|
'dc:type' => 'Genre',
|
|
'dc:format' => 'File format',
|
|
'dcterms:extent' => 'Length',
|
|
'dc:title' => 'Title',
|
|
'dc:creator' => 'Artist/Creator',
|
|
'dc:source' => 'Album',
|
|
'ls:year' => 'Year',
|
|
'dc:type' => 'Genre',
|
|
'dc:description' => 'Description',
|
|
'dc:format' => 'Format',
|
|
'ls:bpm' => 'BPM',
|
|
'ls:rating' => 'Rating',
|
|
'dcterms:extent' => 'Length',
|
|
'ls:encoded_by' => 'Encoded by',
|
|
'ls:track_num' => 'Track number',
|
|
'ls:disc_num' => 'Disc number',
|
|
'ls:mood' => 'Mood',
|
|
'dc:publisher' => 'Label',
|
|
'ls:composer' => 'Composer',
|
|
'ls:bitrate' => 'Bitrate',
|
|
'ls:channels' => 'Channels',
|
|
'ls:samplerate' => 'Sample rate',
|
|
'ls:encoder' => 'Encoder software used',
|
|
'ls:crc' => 'Checksum',
|
|
'ls:lyrics' => 'Lyrics',
|
|
'ls:orchestra' => 'Orchestra or band',
|
|
'ls:conductor' => 'Conductor',
|
|
'ls:lyricist' => 'Lyricist',
|
|
'ls:originallyricist' => 'Original lyricist',
|
|
'ls:radiostationname' => 'Radio station name',
|
|
'ls:audiofileinfourl' => 'Audio file information web page',
|
|
'ls:artisturl' => 'Artist web page',
|
|
'ls:audiosourceurl' => 'Audio source web page',
|
|
'ls:radiostationurl' => 'Radio station web page',
|
|
'ls:buycdurl' => '"Buy This Music" page',
|
|
'ls:isrcnumber' => 'ISRC number',
|
|
'ls:catalognumber' => 'Catalog number',
|
|
'ls:originalartist' => 'Original artist',
|
|
'dc:rights' => 'Copyright',
|
|
'dc:title' => 'Title',
|
|
'dcterms:temporal' => 'Report date/time',
|
|
'dcterms:spatial' => 'Report location',
|
|
'dcterms:entity' => 'Report organizations',
|
|
'dc:description' => 'Description',
|
|
'dc:creator' => 'Artist/Creator',
|
|
'dc:subject' => 'Subject',
|
|
'dc:type' => 'Genre',
|
|
'dc:format' => 'Format',
|
|
'dc:contributor' => 'Contributor',
|
|
'dc:language' => 'Language',
|
|
'dc:rights' => 'Copyright',
|
|
'dc:title' => 'Title',
|
|
'dc:creator' => 'Artist/Creator',
|
|
'dcterms:extent' => 'Length',
|
|
'dc:description' => 'Description',
|
|
|
|
'ls:url' => 'Stream URL'
|
|
);
|
|
?>
|