この仕様書では、オーディオブックのコンテンツを Apple Books にデリバリするための Apple オーディオブックパッケージのフォーマットについて説明します。オーディオブックパッケージはプロダクトの説明に必要なデータを含むディレクトリです。個々のオーディオファイル、オーディオブックアートワーク、およびコンテンツを記述したメタデータが含まれます。各パッケージは Apple Books 内の 1 つのオーディオブックを表します。
パッケージディレクトリの名前は、メタデータファイルで使用されるベンダー ID と同じである必要があり、vendor_id.itmsp のフォーマットに従う必要があります。パッケージ名で使用されるベンダー ID は、付随する XML ファイルで設定されている <vendor_id> と一致する必要があります。メタデータ XML ファイルは、パッケージディレクトリの最初(つまり、最上位)に配置する必要があります。ベンダー ID には、英数字とアンダースコア (「_」) のみ使用でき、スペース、その他の区切り文字、記号は使用できません。先頭にアンダースコアは使用できません。ベンダー ID では大文字と小文字が区別されます。
メタデータの詳細
文字エンコード
すべてのメタデータファイルは、UTF-8(Unicode)の文字エンコーディングを使用する必要があります。UTF-8 は、英字以外を効率的にエンコードし Apple Books に表示されるメタデータを所有者が意図したものと確実に同じにすることができます。バイトオーダーマーク(BOM)は、今のところ UTF-8 でエンコードされたデータファイルには不要で、Apple Books でサポートされていないため、メタデータファイルに含めることはできません。BOM を含めるなど不適切にエンコードされたメタデータファイルは、遅延を引き起こしたり、コンテンツのインポートを妨げたりすることがあります。
XML 宣言に encoding="UTF-8" と含まれているだけでは十分ではありません。Apple Books で正しく表示されるように、ファイル自体でもアクセント記号付きの文字と句読点が正しくエンコードされている必要があります。
XML に、null データまたは空のタグを含めることはできません(注釈に明確に注記されている場合を除く)。XML のフォーマットには、本書に掲載する例に示すとおり、改行およびインデントを使用する必要があります。xmllintは Unix のコマンド・ライン・ツールであり、提供する XML が正しくフォーマットされていることを確認するのに役立ちます。詳細については、「iTunes スキーマ検証ガイド」を参照してください。
この仕様書では、オーディオブックのコンテンツを Apple Books にデリバリするための Apple オーディオブックパッケージのフォーマットについて説明します。オーディオブックパッケージはプロダクトの説明に必要なデータを含むディレクトリです。個々のオーディオファイル、オーディオブックアートワーク、およびそれらすべてをどのように統合するかを記述したメタデータが含まれます。各パッケージは Apple Books 内の 1 つのオーディオブックを表します。
注記: このオーディオブック仕様書は、Apple Music に音楽コンテンツをデリバリするために使用する仕様に基づいています。音楽をデリバリするために使用する構造では、「アーティスト」の概念に加えて、「トラック」からなる「アルバム」の概念を使用しています。オーディオブックの場合、アルバムはブックを表し、トラックはブックのオーディオファイルを表します。アーティストはオーディオブックの著者やナレーターなどを指します。オーディオソースの要件の詳細については、オーディオソースのプロファイルを参照してください。
本書に関する質問は、Apple 技術担当者にお問い合わせください。
基本的なオーディオブックメタデータの例
オーディオブックパッケージのプロファイルはオーディオブックのデリバリに使用されます。各パッケージは Apple Books 内の 1 つのダウンロード可能なオーディオブックを示します。異なるパッケージのコンテンツを組み合わせたり、ソースアセットをセグメント単位でデリバリしたりすることはできません。
<?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 format="html"><![CDATA[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 a 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> <!-- additional chapters here as needed --> </chapters> </track> <!-- additional tracks here as needed --> </tracks> </album></package>
基本的なオーディオブックメタデータの注釈
パッケージメタデータのフィールド
<?xml version="1.0" encoding="UTF-8"?>
XML 宣言(必須)
ドキュメントの文字エンコードを定義する必要があります。
Apple Books では、ローマ字以外を効率的にエンコードするため UTF-8 エンコードのみを使用しています。
<copyright_pline>2008 Apple Publishing Group</copyright_pline>
オーディオブックの著作権の P ライン (オプション。アップデート可能)
オーディオブックの実演著作権表示です。例にあるように、YYYY copyright info という形式で記述する必要があります。P ライン記号 (℗) または文字「p」は自動的に追加されるため、記述に含めないようにしてください。一部のオーディオブックでは P ラインが表示されないことがあるので、その場合は本タグを削除してください。
<copyright_cline>2008 Apple Publishing Group</copyright_cline>
<description format="html"><![CDATA[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 a 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>
このトラックオーディオファイルを同じプロバイダによって提供された他のトラックオーディオファイルから一意に識別する永続的な値です。コンテンツ管理を容易にするために、オーディオブックの 13 桁の ISBN-13 ID を使用することをおすすめします。複数のトラックが含まれているオーディオブックの場合、トラックごとに一意のトラックベンダー ID が必要です。たとえば、この最初のトラックのベンダー ID は ISBN-13 Id で、これにアンダースコアと数字の 1 が続きます。
<vendor_id>はアップデートできません。
重要:ほかの形式でベンダー ID を指定する場合、使用できる文字は英数字とアンダースコア ( _ ) のみです。それ以外の文字を含む ID でデリバリされたパッケージは却下されます。
提供プロダクトに変更があった場合は、随時アップデートしたパッケージをデリバリできます。新しく送信されたパッケージは現在のプロダクトと比較され、変更箇所が自動的に適用されます。アップデートはメタデータのみ、プロダクトのみ、あるいはメタデータとアセットを含むパッケージ全体の再デリバリのいずれも可能です。ただし、デリバリするメタデータ XML はすべて正確かつ完全でなければなりません。不備がある場合、アップデートは処理されません。
<?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-03-10</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_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> <!-- additional chapters here as needed --> </chapters> </track> <!-- additional tracks here as needed --> </tracks> </album></package>
<?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>
<?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> <preorder_previews>true</preorder_previews> <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> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> <product> <territory>GB</territory> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> </products> <artists> <artist> <primary>true</primary> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> </artist> </artists> </album> </package>
カバーアート付き予約注文メタデータの例
<?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> <!-- Cover art --> <artwork_files> <file> <file_name>cover.jpg</file_name> <size>56723</size> <checksum type="md5">58a9947e2e5de47bc3039092964ad3a3</checksum> </file> </artwork_files> <preorder_previews>true</preorder_previews> <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> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> <product> <territory>GB</territory> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> </products> <artists> <artist> <primary>true</primary> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> </artist> </artists> </album> </package>
<?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> <!-- Cover art is required for an asset-complete pre-order delivery --> <artwork_files> <file> <file_name>cover.jpg</file_name> <size>56723</size> <checksum type="md5">58a9947e2e5de47bc3039092964ad3a3</checksum> </file> </artwork_files> <preorder_previews>true</preorder_previews> <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> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> <product> <territory>GB</territory> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </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><!-- Track metadata is required for an asset-complete pre-order delivery --> <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> <volume_number>1</volume_number> <track_number>1</track_number> <!-- Audio files are required for an asset-complete pre-order delivery --> <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 are required for an asset-complete pre-order delivery --> <chapters> <chapter> <chapter_start_time>00:00:00</chapter_start_time> <chapter_title>Chapter 1 - Jonathan Harker’s Journal</chapter_title> </chapter> <chapter> <chapter_start_time>02:00:08</chapter_start_time> <chapter_title>Chapter 2 - Jonathan Harker’s Journal Continued</chapter_title> </chapter> <chapter> <chapter_start_time>03:59:40</chapter_start_time> <chapter_title>Chapter 3 - Jonathan Harker’s Journal Continued</chapter_title> </chapter> </chapters> </track><!-- additional chapters here as needed --> </tracks> </album> </package>
<?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> <preorder_previews>true</preorder_previews> <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> <preorder_sales_start_date></preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> <product> <territory>GB</territory> <preorder_sales_start_date>2021-06-05</preorder_sales_start_date> <wholesale_price_tier>3</wholesale_price_tier> <cleared_for_sale>true</cleared_for_sale> <sales_start_date>2022-04-05</sales_start_date> </product> </products> <artists> <artist> <primary>true</primary> <artist_name>Bram Stoker</artist_name> <apple_id>2683478</apple_id> <roles> <role>Author</role> </roles> </artist> </artists> </album> </package>
注記: 現在、使用できるブックレットのタイプは PDF ブックレットのみです。QuickTime ムービーアセットを含むオーディオブックはデリバリ時に拒否されます。許容されるファイルタイプの詳細については、「ブックレットアセット」を参照してください。
ブックレットは、オーディオブックパッケージの metadata.xml ファイルに <booklet> XML タグを追加して記述されます。追加するブックレットファイルごとに 1 つの <booklet> タグが必要です。
ブックレットアセット
ブックレットのアセットは Apple Books からダウンロードされ、トラックのオーディオファイルアセットと同様の方法で Apple にデリバリされる実際のファイルです。メタデータやオーディオと一緒にパッケージディレクトリに含まれ、かつ metadata.xml ファイルで参照されている必要があります。
<?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 a 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> <!-- additional chapters here as needed --> </chapters> </track> <!-- additional tracks here as needed --> <booklet> <vendor_id>GBBFT0501345</vendor_id> <title>Digital Booklet - Dracula</title> <copyright>2008 Apple Publishing Group</copyright> <explicit_content>none</explicit_content> <volume_number>1</volume_number> <track_number>2</track_number> <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> <file> <file_name>booklet.pdf</file_name> <size>7243623</size> <checksum type="md5">ddfe4b8ab433e43e7dde429df86cabb2</checksum> </file> </booklet> </tracks> </album></package>
<?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> <sales_start_date>2009-01-05</sales_start_date> <cleared_for_sale>true</cleared_for_sale> <intervals> <interval> <start_date>2009-01-05</start_date> <end_date>2009-08-20</end_date> <wholesale_price_tier>3</wholesale_price_tier> </interval> <interval> <start_date>2009-08-20</start_date> <end_date>2009-10-02</end_date> <wholesale_price_tier>5</wholesale_price_tier> </interval> <interval> <start_date>2009-10-02</start_date> <wholesale_price_tier>3</wholesale_price_tier> </interval> </intervals> </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> <!-- additional chapters here as needed --> </chapters> </track> <!-- additional tracks here as needed --> </tracks> </album></package>
XML の一部の文字を書き換える必要があるとはどういうことですか?アンパサンド文字に問題がありますか?XML が有効ではありません。
XML は小さな文字セットを使用してドキュメント内の構造を示します。XML ファイルのコンテンツ内に以下の文字を使用する必要がある場合は、「エスケープ」することでその文字が構造として使用されていないことを XML ファイルに認識させる必要があります。たとえば、文字 < and > は要素のタグマーカーを指定します。そのため、XML 内に「9 > 0」という値がある場合、エンティティと呼ばれる文字セットを使用して大なり記号をエスケープする必要があります。大なり記号「>」のエンティティは「>」であるため、前の文は「9 > 0」になります。以下の文字を書き換えることができない場合は、文字データ(CDATA)ブロックの使用に関する次のセクションを参照してください。
オーディオソースに関する新しいガイドラインが追加されました。トラックのオーディオファイルは、全体を通じて同じビットレートである必要があります。ビットレートが異なると、デリバリされたパッケージを Apple が処理する際、エラーが発生する場合があります。詳細については、オーディオソースのプロファイルを参照してください。