Files
yacreader/files/helpYACReaderLibrary.html
luisangelsm 94514cf9f8
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
Update the quick start guides
It isn't much but it's way better than the old ones.
2026-04-10 23:09:45 +02:00

72 lines
3.7 KiB
HTML

<html>
<head>
<style type="text/css">
h1, h2 {
color: #302f2d;
font-weight: normal;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 14px;
}
a {
color: #C19441;
}
li {
margin-bottom: 6px;
}
</style>
</head>
<body>
<h1>Quick start guide</h1>
<p>YACReaderLibrary is the collection manager in the YACReader suite. It keeps track of the comics stored on disk, lets you browse them in different views, and opens the selected comic in YACReader or in a third-party reader if you configure one.</p>
<p>This guide focuses on the main workflows. For keyboard shortcuts, open the <b>Shortcuts</b> dialog from the menu or the settings dialog and customize the bindings there.</p>
<h2>Create or open a library</h2>
<ul>
<li>Create a new library by choosing the top-level folder that contains your comics.</li>
<li>You can also open an existing library, pack covers, or unpack a previously exported covers package.</li>
<li>YACReaderLibrary creates and maintains a hidden <b>.yacreaderlibrary</b> folder inside the library root. It stores the database and generated covers, so it should not be edited by hand.</li>
<li>If you use ComicInfo.xml metadata from other tools, review the related option in the settings dialog before importing new content.</li>
</ul>
<h2>Browse your collection</h2>
<ul>
<li>Use the folders section in the sidebar to move through the library tree.</li>
<li>Use the lists section for smart lists such as Favorites, Reading, and Recent, and for your own labels and reading lists.</li>
<li>The content area can show comics in different views, and it also shows folder content when a folder has subfolders but no direct comics.</li>
<li>The root and folder content views can include Continue Reading banners, depending on your settings.</li>
<li>Open a comic to continue reading it in YACReader, or configure a third-party reader command in settings.</li>
</ul>
<h2>Keep libraries up to date</h2>
<ul>
<li>Use <b>Update current folder</b> after changing files in the selected folder on disk.</li>
<li>Use <b>Update library</b> when you want to rescan the whole collection.</li>
<li>You can drag and drop files or folders into the current folder, the folder content view, or the folders tree to copy content into the library.</li>
<li>Automatic updates can be configured in the <b>Libraries</b> tab of the settings dialog.</li>
</ul>
<h2>Organize and enrich your comics</h2>
<ul>
<li>Edit metadata for one or multiple comics, including custom covers.</li>
<li>Mark comics and folders as read or unread, rate comics, and assign their type.</li>
<li>Use labels, favorites, and reading lists to build your own browsing views without moving files on disk.</li>
<li>Comic Vine integration can help fill metadata if you configure your API key in settings.</li>
</ul>
<h2>Search, views, and settings</h2>
<ul>
<li>Use the search box to filter content and jump quickly to folders or comics.</li>
<li>Switch between the available comics views depending on whether you prefer a grid, detailed information, or a flow view.</li>
<li>The settings dialog includes language selection, appearance and themes, shortcuts, automatic updates, grid background options, Continue Reading visibility, and third-party reader configuration.</li>
<li>Like the reader app, YACReaderLibrary supports system light/dark mode, built-in themes, and custom themes.</li>
</ul>
<p>If you only want to read a single comic without managing a collection, open it directly in YACReader.</p>
<p>More information about the project is available at <a href="https://www.yacreader.com">https://www.yacreader.com</a>.</p>
</body>
</html>