Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I change the location of the local library by modifying the startup script #601

Closed
tianshiyan1314 opened this issue Jul 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tianshiyan1314
Copy link

No description provided.

@tianshiyan1314 tianshiyan1314 added the enhancement New feature or request label Jul 17, 2023
@DaDaDaDaDaYeah
Copy link

For Windows user:

Here's an alternative way.

  1. Open the .bat file named "Tachidesk Browser Launcher.bat" and make the following modification to the command line:
    start "" jre/bin/javaw -Dsuwayomi.tachidesk.config.server.rootDir="(Insert Your New Location, says D:\TachideskManga)" -jar Tachidesk-Server.jar"

Note: Create a new folder at your desired location, like "D:\TachideskManga," and insert this path into the command line above to change the root directory.

  1. After running the modified .bat file for the first time, you'll notice new subfolders inside "D:\TachideskManga," such as downloads, extensions, local, thumbnails, and more. The "local" folder is where Tachidesk loads your local library. To use your existing library, move your library/subfolders from "D:\Manga" to "D:\TachideskManga\local."

(Optional: I find Tachidesk-Server loads local ZIP files in a proper ascending order. For example, if you have subfolders 01, 02, and 03 inside the "MangaA" folder in "D:\TachideskManga\local," zip them as 01.zip, 02.zip, and 03.zip.)

  1. Restart the Tachidesk-Server, and you will now see your local library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants