mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-29 06:08:30 +02:00
Update ID3 tag docs
This commit is contained in:
parent
d7f9eb4d57
commit
3883dff384
1 changed files with 14 additions and 14 deletions
|
@ -221,60 +221,60 @@
|
||||||
<div>
|
<div>
|
||||||
<span class="material-icons text-warning text-2xl">priority_high</span>
|
<span class="material-icons text-warning text-2xl">priority_high</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="pl-2 text-base">Metadata is only mapped to audiobookshelf if the field is empty. Data parsed from the folder structure and filenames takes priority over ID3 tags.</p>
|
<p class="pl-2 text-base">Data parsed from the folder structure and filenames takes priority over ID3 tags unless you have enabled the scanner setting "Prefer Audio Metadata".</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mb-4">Metadata on audio files will be mapped as follows:</p>
|
<p class="mb-4">Metadata on audio files will be mapped as follows (second tag after "/" is a fallback):</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr class="bg-white bg-opacity-10 text-sm text-left font-semibold">
|
<tr class="bg-white bg-opacity-10 text-sm text-left font-semibold">
|
||||||
<th>File Metadata</th>
|
<th>ID3 Tag</th>
|
||||||
<th>Audiobookshelf Data</th>
|
<th>Audiobookshelf Data</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Artist</td>
|
<td>artist / album-artist</td>
|
||||||
<td>Author</td>
|
<td>Author</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Album</td>
|
<td>album / title</td>
|
||||||
<td>Title</td>
|
<td>Title</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Subtitle</td>
|
<td>subtitle</td>
|
||||||
<td>Subtitle</td>
|
<td>Subtitle</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Publisher</td>
|
<td>publisher</td>
|
||||||
<td>Publisher</td>
|
<td>Publisher</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Year</td>
|
<td>year</td>
|
||||||
<td>Publish Year</td>
|
<td>Publish Year</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Composer</td>
|
<td>composer</td>
|
||||||
<td>Narrator</td>
|
<td>Narrator</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Description</td>
|
<td>description</td>
|
||||||
<td>Description</td>
|
<td>Description</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Genre</td>
|
<td>genre</td>
|
||||||
<td>Genres <span class="text-sm text-warning">*</span></td>
|
<td>Genres <span class="text-sm text-warning">*</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Series</td>
|
<td>series</td>
|
||||||
<td>Series</td>
|
<td>Series</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Series-Part</td>
|
<td>series-part</td>
|
||||||
<td>Volume Number</td>
|
<td>Volume Number</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p class="text-sm pt-2"><span class="text-sm text-warning">*</span> Genre meta tag can include multiple genres separated by "/", "//", or ";". e.g. "Science Fiction/Fiction/Fantasy"</p>
|
<p class="text-sm pt-2"><span class="text-sm text-warning">*</span> Genre meta tag can include multiple genres separated by "/", "//", or ";". e.g. "Science Fiction/Fiction/Fantasy"</p>
|
||||||
|
|
||||||
<p class="my-4">Embedded cover art will be extracted and used.</p>
|
<p class="my-4">Embedded cover art will be extracted and used only if there are no images in the book folder.</p>
|
||||||
<p class="my-4">If you have a file named <span class="bg-white bg-opacity-10 text-gray-100 rounded-md p-1 font-mono">desc.txt</span> in the audiobook folder it will be used as the description.</p>
|
<p class="my-4">If you have a file named <span class="bg-white bg-opacity-10 text-gray-100 rounded-md p-1 font-mono">desc.txt</span> in the audiobook folder it will be used as the description.</p>
|
||||||
<p class="my-4">If you have a file named <span class="bg-white bg-opacity-10 text-gray-100 rounded-md p-1 font-mono">reader.txt</span> in the audiobook folder it will be used as the narrator.</p>
|
<p class="my-4">If you have a file named <span class="bg-white bg-opacity-10 text-gray-100 rounded-md p-1 font-mono">reader.txt</span> in the audiobook folder it will be used as the narrator.</p>
|
||||||
<p class="my-4">
|
<p class="my-4">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue