mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-28 21:58:21 +02:00
add: Include Overdrive MediaMarkers in Audio Metadata section of documentation
This commit is contained in:
parent
59549c164c
commit
e74f741da8
1 changed files with 6 additions and 1 deletions
|
@ -74,9 +74,14 @@
|
||||||
<td>asin</td>
|
<td>asin</td>
|
||||||
<td>ASIN</td>
|
<td>ASIN</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Overdrive MediaMarkers</td>
|
||||||
|
<td>Chapters<span class="text-sm text-warning">**</span></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</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="text-sm pt-2"><span class="text-sm text-warning">**</span> Chapter extraction from Overdrive MediaMarkers must be enabled in your server settings</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">Embedded cover art will be extracted and used only if there are no images in the book folder.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -91,4 +96,4 @@ export default {
|
||||||
methods: {},
|
methods: {},
|
||||||
mounted() {}
|
mounted() {}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue