Audiobook Example with Multiple Tracks

This example shows an audiobook that includes two track audio files. The first track audio file ends with Chapter 6 at 22 hours. Chapter 7 is longer than one hour and would push the first track audio file length to more than 23 hours. The remaining chapters are delivered in a second track audio file.

If you split your audiobook into multiple tracks, do not allow a track break to interrupt a chapter. Ideally, you should minimize the number of <track> tags to make processing your delivery as efficient as possible.

<?xml version="1.0" encoding="UTF-8"?><package xmlns="http://apple.com/itunes/importer" version="music5.3">  <language>en</language> <provider>AppleseedBooks</provider> <album> <album_type>audiobook</album_type> <vendor_id>9781106701657</vendor_id> <title>Dracula (Unabridged)</title> <original_release_date>2009-01-05</original_release_date> <label_name>Apple Publishing Group</label_name> <genres> <genre code="CLASSICS-00"/> </genres> <copyright_pline>2008 Apple Publishing Group</copyright_pline> <copyright_cline>2008 Apple Publishing Group</copyright_cline> <artwork_files> <file> <file_name>cover.jpg</file_name> <size>56723</size> <checksum type="md5">58a9947e2e5de47bc3039092964ad3a3</checksum> </file> </artwork_files> <description>Dracula is the seminal gothic horror novel of its time as Bram Stoker introduced the world to the legendary vampire Count Dracula. Published in 1897 and told through a series of diary entries and letters, the story journeys into the dark world of Count Dracula through the eyes of several different narrators. The novel explores many themes, the role of women in Victorian culture, conventional and conservative sexuality, immigration, colonialism, post colonialism and folklore. Irish author Abraham "Bram" Stoker (1847 - 1912) was writer of novels and short stories. He was also the personal assistant of the actor Henry Irving and the business manager of the Lyceum Theatre in London, which Irving owned.</description> <products> <product> <territory>AU</territory> <wholesale_price_tier>3</wholesale_price_tier> <sales_start_date>2009-01-05</sales_start_date> <cleared_for_sale>true</cleared_for_sale> </product> <product> <territory>GB</territory> <wholesale_price_tier>3</wholesale_price_tier> <sales_start_date>2009-01-05</sales_start_date> <cleared_for_sale>true</cleared_for_sale> </product> </products> <artists> <artist> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> <primary>true</primary> </artist> <artist> <artist_name>Christopher Saul</artist_name> <apple_id>301336965</apple_id> <roles> <role>Narrator</role> </roles> <primary>false</primary> </artist> </artists> <tracks> <track> <type>audiobook</type> <vendor_id>9781106701657_1</vendor_id> <title>Dracula Track 1 (Unabridged)</title> <label_name>Apple Publishing Group</label_name> <explicit_content>none</explicit_content> <track_number>1</track_number> <audio_file> <file_name>9781106701657_1.wav</file_name> <size>172149800</size> <checksum type="md5">2e669877c1913f59c6686a86b4d84d1d</checksum> </audio_file> <audio_language>en</audio_language> <preview_start_index>240</preview_start_index> <artists> <artist> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> <primary>true</primary> </artist> <artist> <artist_name>Christopher Saul</artist_name> <apple_id>301336965</apple_id> <roles> <role>Narrator</role> </roles> <primary>false</primary> </artist> </artists> <chapters> <chapter> <chapter_start_time>00:00:00.000</chapter_start_time> <chapter_title>Chapter 1 - Jonathan Harker’s Journal</chapter_title> </chapter> <chapter> <chapter_start_time>02:00:08.567</chapter_start_time> <chapter_title>Chapter 2 - Jonathan Harker’s Journal Continued</chapter_title> </chapter> <chapter> <chapter_start_time>03:59:40.321</chapter_start_time> <chapter_title>Chapter 3 - Jonathan Harker’s Journal Continued</chapter_title> </chapter> <chapter> <chapter_start_time>12:10:23.331</chapter_start_time> <chapter_title>Chapter 4 - Jonathan Harker’s Journal Continued</chapter_title> </chapter> <chapter> <chapter_start_time>19:16:30.692</chapter_start_time> <chapter_title>Chapter 5 - Letter from Miss Mina Murray to Miss Lucy Westenra</chapter_title> </chapter> <chapter> <chapter_start_time>21:01:40.423</chapter_start_time> <chapter_title>Chapter 6 - Mina Murray's Journal</chapter_title> </chapter> </chapters> </track> <track> <type>audiobook</type> <vendor_id>9781106701657_2</vendor_id> <title>Dracula Track 2 (Unabridged)</title> <label_name>Apple Publishing Group</label_name> <explicit_content>none</explicit_content> <track_number>2</track_number> <audio_file> <file_name>9781106701657_2.wav</file_name> <size>148149543</size> <checksum type="md5">c6686213f7c19b4d84d1d59a86e66987</checksum> </audio_file> <audio_language>en</audio_language> <preview_start_index>240</preview_start_index> <artists> <artist> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> <primary>true</primary> </artist> <artist> <artist_name>Christopher Saul</artist_name> <apple_id>301336965</apple_id> <roles> <role>Narrator</role> </roles> <primary>false</primary> </artist> </artists> <chapters> <chapter> <chapter_start_time>00:00:00.000</chapter_start_time> <chapter_title>Chapter 7 - Cutting from "The Dailygraph"</chapter_title> </chapter> <chapter> <chapter_start_time>03:34:26.561</chapter_start_time> <chapter_title>Chapter 8 - Mina Murray's Journal</chapter_title> </chapter> <chapter> <chapter_start_time>05:15:24.387</chapter_start_time> <chapter_title>Chapter 9 - Letter, Mina Harker to Lucy Westenra</chapter_title> </chapter> <chapter> <chapter_start_time>07:23:05.911</chapter_start_time> <chapter_title>Chapter 10 - Letter, Dr. Seward to the Hon. Arthur Holmwood</chapter_title> </chapter> <chapter> <chapter_start_time>09:52:26.345</chapter_start_time> <chapter_title>Chapter 11 - Lucy Westenra's Diary</chapter_title> </chapter> <chapter> <chapter_start_time>11:31:07.838</chapter_start_time> <chapter_title>Chapter 12 - Dr. Seward's Diary</chapter_title> </chapter> </chapters> </track> </tracks> </album></package>