2021-09-26 11:45:07 -05:00
|
|
|
<template>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="w-full max-w-5xl mx-auto px-2 py-8">
|
2021-10-07 15:58:33 -05:00
|
|
|
<div class="flex -ml-8 mb-8">
|
|
|
|
<div>
|
|
|
|
<span class="material-icons text-success text-2xl">priority_high</span>
|
|
|
|
</div>
|
|
|
|
<p class="pl-2 text-base md:text-lg">
|
|
|
|
Help needed writing documentation! This website is on <a href="https://github.com/advplyr/audiobookshelf-web" target="_blank" class="text-blue-500 underline">github</a>. Join the <a href="https://github.com/advplyr/audiobookshelf/discussions" target="_blank" class="text-blue-500 underline">discussion</a>,
|
|
|
|
<a href="https://github.com/advplyr/audiobookshelf/issues" target="_blank" class="text-blue-500 underline">report an issue</a> or contact me directly at <a href="mailto:advplyr@protonmail.com" class="text-blue-500 underline">advplyr@protonmail.com</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2021-09-26 17:19:18 -05:00
|
|
|
<div class="flex -ml-8">
|
|
|
|
<div>
|
|
|
|
<span class="material-icons text-warning text-2xl">priority_high</span>
|
|
|
|
</div>
|
2021-11-25 19:00:39 -06:00
|
|
|
<p class="pl-2 text-base md:text-lg">
|
|
|
|
Audiobookshelf works best when you have an organized directory structure like shown below. This is because information is taken from your folder names. This includes the author name, series name, book title, publish year, volume number, and subtitle. However, you can enable scanner settings to prefer using your audio file ID3 tags or an OPF file over using folder names.
|
|
|
|
</p>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
|
|
|
|
2021-10-07 15:58:33 -05:00
|
|
|
<h1 id="structure" class="text-3xl mb-4 -ml-8">
|
2021-09-26 17:19:18 -05:00
|
|
|
<nuxt-link to="#structure"><span class="material-icons text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
|
|
|
>Directory Structure
|
|
|
|
</h1>
|
|
|
|
|
2021-10-31 16:05:59 -05:00
|
|
|
<p class="mb-4 text-sm md:text-base">Here is an example supported directory structure</p>
|
2021-09-26 17:19:18 -05:00
|
|
|
|
|
|
|
<div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Terry Goodkind</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Author</span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - </span>
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Sword of Truth</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Series</span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - </span>
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Vol 1 - 1994 - Wizards First Rule</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Title </span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audio Track 1.mp3</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audio Track 2.mp3</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - - </span>
|
|
|
|
<span class="material-icons">crop_original</span>
|
|
|
|
<p class="pl-2">Cover.jpg</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - </span>
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Vol 2 - 1995 - Stone of Tears</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Title </span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audiobook.m4b</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - </span>
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Heart of Black Ice - Sister of Darkness</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Title </span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audio File.m4a</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Steven Levy</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Author</span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - </span>
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Hackers - Heroes of the Computer Revolution</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Title </span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audio File.m4a</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">1945 - Animal Farm</p>
|
2021-09-27 16:43:18 -05:00
|
|
|
<div class="hidden md:block flex-grow" />
|
|
|
|
<span class="hidden md:block text-white text-opacity-50 pl-4"><-- Title </span>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
<div class="flex py-1 max-w-2xl">
|
|
|
|
<span class="text-white text-opacity-25"> - </span>
|
|
|
|
<span class="material-icons">audiotrack</span>
|
|
|
|
<p class="pl-2">Audiobook.mp3</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-09-27 16:43:18 -05:00
|
|
|
<p class="my-4 text-sm md:text-base">Files must always be in a directory with the book title. <span class="text-error">Files in the root directory are ignored.</span><br />The title directory can be in the root directory, an author directory, or a series directory.</p>
|
2021-09-26 17:19:18 -05:00
|
|
|
|
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
|
|
|
|
2021-10-31 16:05:59 -05:00
|
|
|
<h1 id="author-naming" class="text-3xl mb-4 -ml-8">
|
|
|
|
<nuxt-link to="#author-naming"><span class="material-icons text-lg text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
|
|
|
>Author Folder Naming Convention
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<p class="mb-4">Supports "Last, First" author naming as well as multiple authors separated by "," or "&".<br /><br />Valid author folder names:</p>
|
|
|
|
|
|
|
|
<div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Ichiro Kishimi</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Kishimi, Ichiro</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Ichiro Kishimi, Fumitake Koga</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Kishimi, Ichiro, Koga, Fumitake</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Ichiro Kishimi & Fumitake Koga</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Kishimi, Ichiro & Koga, Fumitake</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
|
|
|
|
2021-10-07 15:58:33 -05:00
|
|
|
<h1 id="naming" class="text-3xl mb-4 -ml-8">
|
2021-09-26 17:19:18 -05:00
|
|
|
<nuxt-link to="#naming"><span class="material-icons text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
2021-10-31 16:05:59 -05:00
|
|
|
>Title Folder Naming Convention
|
2021-09-26 17:19:18 -05:00
|
|
|
</h1>
|
|
|
|
|
|
|
|
<p class="mb-4">In addition to the book title, the title folder can include the publish year, volume number, and the subtitle.</p>
|
|
|
|
<p class="mb-4">Here are a bunch of ways the same book could be named:</p>
|
|
|
|
|
|
|
|
<div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Wizards First Rule</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">1994 - Wizards First Rule</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Wizards First Rule - A Really Good Subtitle</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">1994 - Book 1 - Wizards First Rule</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Vol 1 - 1994 - Wizards First Rule</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">1994 - Wizards First Rule - Volume 1</p>
|
|
|
|
</div>
|
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">Vol. 1 - 1994 - Wizards First Rule - A Really Good Subtitle</p>
|
|
|
|
</div>
|
2021-10-31 13:14:21 -05:00
|
|
|
<div class="flex py-1">
|
|
|
|
<img src="/folder.svg" class="h-6" />
|
|
|
|
<p class="pl-2">(1994) - Wizards First Rule - A Really Good Subtitle</p>
|
|
|
|
</div>
|
2021-09-26 17:19:18 -05:00
|
|
|
</div>
|
|
|
|
|
2021-09-27 16:43:18 -05:00
|
|
|
<ul class="list-outside md:list-inside px-6 md:px-0 list-disc my-4 text-sm md:text-base">
|
|
|
|
<li class="py-1">Parsing out subtitles into a separate field is optional and must be enabled in settings.</li>
|
|
|
|
<li class="py-1">Different parts of a name should be separated by " - ", with the exception of the volume number (spaces aren't needed).</li>
|
|
|
|
<li class="py-1">The publish year must be the first part of the name OR directly after a volume number, and separated by " - " on both sides.</li>
|
2021-09-26 17:19:18 -05:00
|
|
|
</ul>
|
|
|
|
|
2021-09-30 18:50:48 -05:00
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
|
|
|
|
2021-10-07 15:58:33 -05:00
|
|
|
<h1 id="metadata" class="text-3xl mb-4 -ml-8">
|
2021-09-30 18:50:48 -05:00
|
|
|
<nuxt-link to="#metadata"><span class="material-icons text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
|
|
|
>Audio File Metadata
|
|
|
|
</h1>
|
|
|
|
|
2021-10-31 13:14:21 -05:00
|
|
|
<p class="mb-4">Audiobookshelf uses the ID3 metadata tags in audio files to populate data.</p>
|
2021-09-30 18:50:48 -05:00
|
|
|
|
2021-10-23 18:22:43 -05:00
|
|
|
<div class="flex -ml-8 mb-4">
|
|
|
|
<div>
|
|
|
|
<span class="material-icons text-warning text-2xl">priority_high</span>
|
|
|
|
</div>
|
2021-11-25 19:45:27 -06:00
|
|
|
<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>
|
2021-10-23 18:22:43 -05:00
|
|
|
</div>
|
|
|
|
|
2021-11-25 19:45:27 -06:00
|
|
|
<p class="mb-4">Metadata on audio files will be mapped as follows (second tag after "/" is a fallback):</p>
|
2021-09-30 18:50:48 -05:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr class="bg-white bg-opacity-10 text-sm text-left font-semibold">
|
2022-01-10 08:51:59 -06:00
|
|
|
<th>ID3 Tag <span class="text-gray-300 font-normal text-xs"> (case-insensitive)</span></th>
|
2021-10-31 13:14:21 -05:00
|
|
|
<th>Audiobookshelf Data</th>
|
2021-09-30 18:50:48 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>artist / album-artist</td>
|
2021-09-30 18:50:48 -05:00
|
|
|
<td>Author</td>
|
|
|
|
</tr>
|
2021-11-25 19:00:39 -06:00
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>album / title</td>
|
2021-11-25 19:00:39 -06:00
|
|
|
<td>Title</td>
|
|
|
|
</tr>
|
2021-09-30 18:50:48 -05:00
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>subtitle</td>
|
2021-09-30 18:50:48 -05:00
|
|
|
<td>Subtitle</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>publisher</td>
|
2021-09-30 18:50:48 -05:00
|
|
|
<td>Publisher</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>year</td>
|
2021-09-30 18:50:48 -05:00
|
|
|
<td>Publish Year</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>composer</td>
|
2021-09-30 18:50:48 -05:00
|
|
|
<td>Narrator</td>
|
|
|
|
</tr>
|
2021-09-30 19:34:29 -05:00
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>description</td>
|
2021-09-30 19:34:29 -05:00
|
|
|
<td>Description</td>
|
|
|
|
</tr>
|
2021-10-23 18:22:43 -05:00
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>genre</td>
|
2021-10-23 18:22:43 -05:00
|
|
|
<td>Genres <span class="text-sm text-warning">*</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>series</td>
|
2021-10-23 18:22:43 -05:00
|
|
|
<td>Series</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-11-25 19:45:27 -06:00
|
|
|
<td>series-part</td>
|
2021-10-23 18:22:43 -05:00
|
|
|
<td>Volume Number</td>
|
|
|
|
</tr>
|
2022-01-10 08:51:59 -06:00
|
|
|
<tr>
|
|
|
|
<td>language / lang</td>
|
|
|
|
<td>Language</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>isbn</td>
|
|
|
|
<td>ISBN</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>asin</td>
|
|
|
|
<td>ASIN</td>
|
|
|
|
</tr>
|
2021-09-30 18:50:48 -05:00
|
|
|
</table>
|
2021-10-23 18:22:43 -05:00
|
|
|
<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>
|
2021-09-30 18:50:48 -05:00
|
|
|
|
2021-11-25 19:45:27 -06:00
|
|
|
<p class="my-4">Embedded cover art will be extracted and used only if there are no images in the book folder.</p>
|
2021-10-07 15:58:33 -05:00
|
|
|
<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>
|
2021-11-13 20:13:18 -06:00
|
|
|
<p class="my-4">
|
|
|
|
If you have an <a href="https://docs.fileformat.com/ebook/opf/" target="_blank" class="text-blue-500 hover:text-blue-300 underline">OPF file</a> with extension <span class="bg-white bg-opacity-10 text-gray-100 rounded-md p-1 font-mono">.opf</span> in the audiobook folder it will be parsed.<br />Details extracted from OPF:
|
|
|
|
<span v-for="(key, index) in ['title', 'author', 'narrator', 'publishYear', 'publisher', 'isbn', 'description', 'genres', 'language']" :key="key"
|
|
|
|
><span class="bg-white bg-opacity-10 text-gray-100 rounded-md px-1 py-0.5 font-mono">{{ key }}</span
|
|
|
|
>{{ index < 8 ? ', ' : '' }}</span
|
2021-12-15 18:13:30 -06:00
|
|
|
>
|
2021-11-13 20:13:18 -06:00
|
|
|
</p>
|
2021-11-25 19:00:39 -06:00
|
|
|
|
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
2022-01-10 08:51:59 -06:00
|
|
|
|
|
|
|
<h1 id="tracks" class="text-3xl mb-4 -ml-8">
|
|
|
|
<nuxt-link to="#tracks"><span class="material-icons text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
|
|
|
>Audio Tracks
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
An audiobook contains tracks. Tracks are audio files assigned a track number. <br />The track number is parsed from the audio filename and from the ID3 tags of the audio file.<br />Audiobooks that are made up of multiple discs or cd's will be ordered first by disc number then by track number.
|
|
|
|
|
|
|
|
<table class="my-4">
|
|
|
|
<tr class="bg-white bg-opacity-10 text-sm text-left font-semibold">
|
|
|
|
<th>Key</th>
|
|
|
|
<th>ID3 Tags <span class="text-gray-300 font-normal text-xs"> (case-insensitive)</span></th>
|
|
|
|
<th>Audio Filename</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>TrackNumber</td>
|
|
|
|
<td>track, trck, trk</td>
|
|
|
|
<td>First number after removing title, publish year, series, author, disc number</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>DiscNumber</td>
|
|
|
|
<td>discnumber, disc, disk, tpos</td>
|
|
|
|
<td>Number following "Disc" or "CD" (example: "Atlas Shrugged CD 01 - 1.mp3")</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p class="mb-2">On the first scan the scanner will choose whichever track or disc number is more accurate between the filename and ID3 tag numbers.</p>
|
|
|
|
<p>Tracks can be manually ordered and enabled/disabled by pressing the "Manage Tracks" button on the audiobook page.</p>
|
|
|
|
|
|
|
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
2021-09-26 11:45:07 -05:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {}
|
|
|
|
},
|
|
|
|
computed: {},
|
|
|
|
methods: {},
|
|
|
|
mounted() {}
|
|
|
|
}
|
2021-09-30 18:50:48 -05:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
table,
|
|
|
|
tr,
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
border: 1px solid #666;
|
|
|
|
}
|
|
|
|
table td,
|
|
|
|
th {
|
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
</style>
|