mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
150 lines
11 KiB
HTML
150 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Tachiyomi Guide</title>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<meta content="" name="description">
|
|
<link href="favicon.ico" rel="icon">
|
|
<link href="assets/style.css" rel="stylesheet">
|
|
<link href="assets/bootstrap.min.css" rel="stylesheet">
|
|
<link href="assets/bootstrap-toc.min.css" rel="stylesheet">
|
|
</head>
|
|
<body data-spy="scroll" data-target="#toc">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-3">
|
|
<nav class="sticky-top" data-toggle="toc" id="toc"></nav>
|
|
</div>
|
|
<div class="col-sm-6">
|
|
<div class="text-center mb-4">
|
|
<img class="mb-4" src="assets/tachiyomi.png">
|
|
<h1 class="h3 mb-3 font-weight-normal">Getting started with Tachiyomi</h1>
|
|
<p><a href="https://github.com/inorichi/tachiyomi" target="_blank">Tachiyomi</a> is a free and open source manga reader for Android.</p>
|
|
</div>
|
|
<h2 class="h3 mb-3 font-weight-normal">Installation</h2>
|
|
<h3 class="h5 mb-3 font-weight-normal">Downloading and Installing</h3>
|
|
<p>Download the latest stable release of Tachiyomi from <a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.8.4">GitHub.</a></p>
|
|
<p><code>tachiyomi-vX.Y.Z.apk</code></p>
|
|
<p>Open and install the <code>.apk</code> file you just downloaded from GitHub.</p>
|
|
<div class="d-flex justify-content-center">
|
|
<img class="mb-4" src="assets/install.jpg" intrinsicsize="1076x608" width="269" height="152">
|
|
</div>
|
|
<h3 class="h5 mb-3 font-weight-normal">Your first extension</h3>
|
|
<p>Now that Tachiyomi is installed, open the app and navigate to the <code>Extensions</code> tab.</p>
|
|
<figure class="d-flex justify-content-center">
|
|
<video preload="metadata" autoplay muted loop loading="lazy" poster="assets/extensions.png" intrinsicsize="600x1089" width="300" height="544">
|
|
<source src="assets/extensions.mp4" type="video/mp4" />
|
|
<source src="assets/extensions.webm" type="video/webm" />
|
|
<img src="assets/extensions.gif" alt width="300" height="544"/>
|
|
</video>
|
|
</figure>
|
|
<p>In this guide we will use MangaDex, our most popular extension. Press the <code>Install</code> button and it will bring up the extension installer. If your phone does not allow third-party installations, follow <a href="#third-party-installs">this</a> guide.</p>
|
|
<h3 class="h5 mb-3 font-weight-normal">Exploring the catalogue</h3>
|
|
<p>If you successfully installed MangaDex then it should now show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p>
|
|
<div class="d-flex justify-content-center">
|
|
<img class="mb-4" src="assets/catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="207">
|
|
</div>
|
|
<h3 class="h5 mb-3 font-weight-normal">Adding manga to your library</h3>
|
|
<p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p>
|
|
<p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p>
|
|
<p>It should now appear in your <code>My library</code> tab, ready to be read!</p>
|
|
<figure class="d-flex justify-content-center">
|
|
<video preload="metadata" autoplay muted loop loading="lazy" poster="assets/addtolibrary.png" intrinsicsize="600x1089" width="300" height="544">
|
|
<source src="assets/addtolibrary.mp4" type="video/mp4" />
|
|
<source src="assets/addtolibrary.webm" type="video/webm" />
|
|
<img src="assets/addtolibrary.gif" alt width="300" height="544"/>
|
|
</video>
|
|
</figure>
|
|
<div class="mb-4">
|
|
<h2 class="h3 mb-3 font-weight-normal">Frequently Asked Questions</h2>
|
|
<div class="mb-5 accordion">
|
|
<details>
|
|
<summary><h3 id="well-known-extensions">What are some good extensions?</h3></summary>
|
|
<p>The most popular are MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contain sources which host directly from the scanlators own websites.</p>
|
|
<p><a href="https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0" target="_blank">Here</a>'s a good spreadsheet showing the different extensions and their sources.</p>
|
|
</details>
|
|
<details>
|
|
<summary><h3 id="third-party-installs">How do I allow third-party installations on my phone?</h3></summary>
|
|
<p>When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the <code>Settings</code> button and then allow it.</p>
|
|
<p>Two example videos, left one is for newer Androids.</p>
|
|
<figure class="d-flex justify-content-center">
|
|
<video preload="metadata" autoplay muted loop loading="lazy" poster="assets/unknownapps-android8.png" intrinsicsize="400x688" width="200" height="344">
|
|
<source src="assets/unknownapps-android8.mp4" type="video/mp4" />
|
|
<source src="assets/unknownapps-android8.webm" type="video/webm" />
|
|
<img src="assets/unknownapps-android8.gif" alt width="200" height="344"/>
|
|
</video>
|
|
</figure>
|
|
<figure class="d-flex justify-content-center">
|
|
<video preload="metadata" autoplay muted loop loading="lazy" poster="assets/unknownapps-android7.png" intrinsicsize="400x688" width="200" height="344">
|
|
<source src="assets/unknownapps-android7.mp4" type="video/mp4" />
|
|
<source src="assets/unknownapps-android7.webm" type="video/webm" />
|
|
<img src="assets/unknownapps-android7.gif" alt width="200" height="344"/>
|
|
</video>
|
|
</figure>
|
|
</details>
|
|
<details>
|
|
<summary><h3 id="mangadex-no-results">I'm not getting any results when searching/browsing MangaDex...</h3></summary>
|
|
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
|
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then choose either <code>Sign up</code> or <code>Log in</code>.</p>
|
|
</details>
|
|
<details>
|
|
<summary><h3 id="mangadex-still-no-results">I've logged in to MangaDex and still no results...</h3></summary>
|
|
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
|
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then <code>Titles</code>. The last step is to go to the icon in the upper right that looks like four-boxes and select <code>Detailed</code>.</p>
|
|
</details>
|
|
</div>
|
|
<h2 class="h3 mb-3 font-weight-normal">Advanced Features</h2>
|
|
<!--<h3 class="h5 mb-3 font-weight-normal">Customization</h3>
|
|
<p>To be added.</p>
|
|
<h3 class="h5 mb-3 font-weight-normal">Creating Categories</h3>
|
|
<p>To be added.</p>
|
|
<h3 class="h5 mb-3 font-weight-normal">Moving Categories</h3>
|
|
<p>To be added.</p>
|
|
<h3 class="h5 mb-3 font-weight-normal">Adding Trackers</h3>
|
|
<p>To be added.</p>-->
|
|
<h3 class="h5 mb-3 font-weight-normal">Duplicate Chapters</h3>
|
|
<p>Every now and then you find a manga that is translated by more than one group, because of this you get two releases for every chapter in the manga. This is very irritating because every time you finish a chapter, there is a second copy of the same chapter that pops up after it.</p>
|
|
<p>To automatically skip a translation group while reading, go to the manga's chapter list and click on the three dots in the upper right hand corner. From there, click on Sorting mode and select By chapter number. You won't see any changes but, when you start reading you'll automatically skip the duplicate releasescitation.</p>
|
|
<h3 class="h5 mb-3 font-weight-normal">Source Migration</h3>
|
|
<p>This is used when the source you are using is taken down or there are no plans to fix it, but it exists on other sources. It transfers all the data from that manga entry over to the other source with only needing for you to edit the title if the title on the source you're transferring from and the source you're transferring to do not have the same title.</p>
|
|
<p>To do this, you'll have to go to the top right corner of the library and press the overflow menu (3 dot menu), and tap <code>Source Migration</code></p>
|
|
<p>Then, you scroll down to the source you're transferring from and tap select. Then scroll down to the title you're transferring and tap that.</p>
|
|
<p>After that, Tachiyomi will do a global search of all the sources you have installed and enabled. Change the search query if you're not able to find the manga you want.</p>
|
|
<p>Once you find the manga you want, you just tap it, check the parts of the manga data you want to transfer over, and you're done.</p>
|
|
<!--<h3 class="h5 mb-3 font-weight-normal">Downloading Manga</h3>
|
|
<p>To be added.</p>-->
|
|
<h3 class="h5 mb-3 font-weight-normal">Local Manga</h3>
|
|
<p>To begin, you have to place your manga inside the folder <code>Tachiyomi/local</code> located in the root of your internal storage or external SD card, usually <code>/sdcard</code> and <code>/storage/18F5-2C11</code> (with different values).</p>
|
|
<p>After that, they will be shown in the catalogue as a new source. Remember to give the app disk permissions on Android 6.0 and higher. If you add more chapters later you'll have to manually refresh the chapter list (by pulling down the list).</p>
|
|
<p>Supported chapter formats are directories with pictures inside, ZIP/CBZ, RAR/CBR and EPUB. But expect better performance with directories and ZIP/CBZ.</p>
|
|
<p>You can also place your chapters or manga in both storages and Tachiyomi will merge them. For example, with</p>
|
|
<p><code>/sdcard/Tachiyomi/local/my manga/ch1</code></p>
|
|
<p>and</p>
|
|
<p><code>/storage/18F5-2C11/Tachiyomi/local/my manga/ch2</code></p>
|
|
<p>the app will see two chapters in a single manga.</p>
|
|
<p>The path to the folder (or archive) with images must contain both the manga title and the chapter name (as seen above).</p>
|
|
<p>You can then access the manga in <code>Catalogues > Local manga</code>.</p>
|
|
<h2 class="h3 mb-3 font-weight-normal">Related Links</h2>
|
|
<h3 class="h5 mb-3 font-weight-normal"><a href="https://github.com/inorichi/tachiyomi/">Github</a></h3>
|
|
<h3 class="h5 mb-3 font-weight-normal"><a href="https://github.com/inorichi/tachiyomi/wiki">Wiki</a></h3>
|
|
<h3 class="h5 mb-3 font-weight-normal"><a href="https://discord.gg/tachiyomi">Discord</a></h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Scripts to be removed when possible -->
|
|
<script src="assets/jquery.slim.min.js"></script>
|
|
<script src="assets/bootstrap.min.js"></script>
|
|
<script src="assets/bootstrap-toc.min.js"></script>
|
|
<script>
|
|
addEventListener("hashchange", e => {
|
|
var q = document.querySelector(location.hash)
|
|
if (q instanceof HTMLHeadingElement && q.parentElement.parentElement instanceof HTMLDetailsElement) {
|
|
q.parentElement.parentElement.open = true;
|
|
}
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|