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

[question] images width, local path #364

Closed
hell-kun opened this issue Jun 13, 2023 · 12 comments
Closed

[question] images width, local path #364

hell-kun opened this issue Jun 13, 2023 · 12 comments
Labels
bug Something isn't working

Comments

@hell-kun
Copy link

hell-kun commented Jun 13, 2023

is there a deafult forced width? and can i disable it? or change it at least?
i got images on 720 width , when i opened the chapter with the software forced it to become 800 which worsen the quality

can i change the local path?
it's located on the C-driver, which is already full with other things, so i would like to move it to other driver

also please add a question label if that's OK

thank you.

@hell-kun hell-kun added the bug Something isn't working label Jun 13, 2023
@hell-kun
Copy link
Author

actually the width thing might be a bug, when i enter developer mode, it shows image in their right width, but when i let it out it goes back to 800

@AriaMoradi AriaMoradi transferred this issue from Suwayomi/Suwayomi-Server Jun 13, 2023
@schroda
Copy link
Collaborator

schroda commented Jun 24, 2023

can i change the local path?
it's located on the C-driver, which is already full with other things, so i would like to move it to other driver

https://github.com/Suwayomi/Tachidesk-Server/wiki/Configuring-Tachidesk-Server#my-tachidesk-data-directorydownloads-size-is-getting-to-big

is there a deafult forced width? and can i disable it? or change it at least?
i got images on 720 width , when i opened the chapter with the software forced it to become 800 which worsen the quality

pages currently have a min width of 50% of the screen and it's not possible to deactivate

@schroda schroda closed this as completed Jun 24, 2023
@schroda
Copy link
Collaborator

schroda commented Jun 24, 2023

related to (image size) #134

@hell1231
Copy link

can i change the local path?
it's located on the C-driver, which is already full with other things, so i would like to move it to other driver

https://github.com/Suwayomi/Tachidesk-Server/wiki/Configuring-Tachidesk-Server#my-tachidesk-data-directorydownloads-size-is-getting-to-big

is there a deafult forced width? and can i disable it? or change it at least?
i got images on 720 width , when i opened the chapter with the software forced it to become 800 which worsen the quality

pages currently have a min width of 50% of the screen and it's not possible to deactivate

can you explain what to do exactly?
i want the local path to be changed to "D:\Manga"

@schroda
Copy link
Collaborator

schroda commented Jul 14, 2023

you change "server.downloadsPath" in the config file to "D:/Manga" and restart the server

@hell1231
Copy link

you change "server.downloadsPath" in the config file to "D:/Manga" and restart the server

that's the download path not the local folder path

@hell1231
Copy link

https://github.com/Suwayomi/Tachidesk-Server/wiki/Configuring-Tachidesk-Server#overriding-tachidesk-servers-data-directory-path

i really tried to understand this page but coudn't figure this out
like, where do i put the command?

@hell1231
Copy link

image
tried to make a text file then put the command and edited the file's type to .bat and run it, but didn't work as well...

@schroda
Copy link
Collaborator

schroda commented Jul 20, 2023

you have to edit the bat file which you are using to start the server, look at the "debug launcher" for an example

@hell1231
Copy link

image
tried this, didn't work

@schroda
Copy link
Collaborator

schroda commented Jul 20, 2023

:: cleaner output
@echo off

jre\bin\java -Dsuwayomi.tachidesk.config.server.rootDir="D:/Manga" -jar  Tachidesk-Server.jar

:: Prevent cmd from closing when Tachidesk crashes
pause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants