mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-16 15:31:12 +02:00
Update docs to use markdown files
This commit is contained in:
parent
205f761a08
commit
7735bf57f0
35 changed files with 390 additions and 240 deletions
|
@ -1,10 +1,5 @@
|
|||
<template>
|
||||
<div id="book-additional-metadata" class="py-10 md:py-20">
|
||||
<h1 class="text-xl md:text-3xl mb-4 md:-ml-8">
|
||||
<nuxt-link to="#book-additional-metadata"><span class="material-icons text-lg md:text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
||||
>Additional Metadata Files
|
||||
</h1>
|
||||
|
||||
<div id="book-additional-metadata" class="not-prose">
|
||||
<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 library item 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 library item folder it will be used as the narrator.</p>
|
||||
<p class="mt-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 library item folder it will be parsed.<br />Details extracted from OPF:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue