How can I copy metadata in my mp3 files?

Need to pass supported metadata information in your mp3 –> mp3 encodes. Use this addition to your XML.  Valuable information, such as title, artist and album will be passed through on your encodes. 

<?xml version="1.0"?>
<query>
    <format>
        <metadata>
            <copy>yes</copy>
        </metadata>
    </format>
</query>

Need to inject other metadata? Please check out our API documentation on metadata insertion:

http://www.encoding.com/api/category/category/complete_api_documentation#metadata_fields

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading...

edchelp