mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-29 06:08:30 +02:00
Docs update for ID3 tag and directory structure description
This commit is contained in:
parent
3427d385df
commit
d7f9eb4d57
1 changed files with 17 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
<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 md:text-lg">Audiobookshelf relies on you already having an organized directory structure. 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.</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
||||||
|
@ -233,6 +235,10 @@
|
||||||
<td>Artist</td>
|
<td>Artist</td>
|
||||||
<td>Author</td>
|
<td>Author</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Album</td>
|
||||||
|
<td>Title</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Subtitle</td>
|
<td>Subtitle</td>
|
||||||
<td>Subtitle</td>
|
<td>Subtitle</td>
|
||||||
|
@ -278,6 +284,16 @@
|
||||||
>{{ index < 8 ? ', ' : '' }}</span
|
>{{ index < 8 ? ', ' : '' }}</span
|
||||||
><br /><span class="text-sm"><span class="text-yellow-500">Note:</span> Only plain text descriptions are used.</span>
|
><br /><span class="text-sm"><span class="text-yellow-500">Note:</span> Only plain text descriptions are used.</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
||||||
|
|
||||||
|
<h1 id="reverse-proxy" class="text-3xl mb-4 -ml-8">
|
||||||
|
<nuxt-link to="#reverse-proxy"><span class="material-icons text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
||||||
|
>Reverse Proxy Setup
|
||||||
|
</h1>
|
||||||
|
<a href="https://github.com/advplyr/audiobookshelf#reverse-proxy-set-up" class="text-blue-500 hover:text-blue-300 underline">See Github Readme</a>
|
||||||
|
|
||||||
|
<div class="w-full bg-white bg-opacity-20 h-px my-8" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue