Results 264 comments of Nandaka

Define 'downloaded'? - only the details? - some chapter downloaded? - all chapter downloaded? - if it has updates? please notes that this will increase the additional time when loading...

For updates, it is already included if you disable quick load. I think I can add something for the downloaded indicator if I see some contents already downloaded. EDIT: except...

Try https://github.com/calvinaquino/LNReader-Android/releases/tag/1.1.56

do you have the image id? Can you upload the log file here. It should be in the same folder with the application (filename log-.txt) This is my setting in...

hmm, I can set it in the `config.ini` as flag `r18Type` with value `0` = both R18 and R-18G, `1` = only R18, and `2` = only R18G Note: if...

try to append ..\ for relative path? ``` filenameFormatFanboxCover = ..\%searchTags%\%member_id% %member_token%\%R-18% %urlFilename% - %title% filenameFormatFanboxContent = ..\%searchTags%\%member_id% %member_token%\%R-18% %urlFilename% - %title% filenameFormatFanboxInfo =..\%searchTags%\%member_id% %member_token%\%R-18% %urlFilename% - %title% ```

You can use `%image_id%`, e.g. `%member_id% %member_token%\%image_id%\%R-18% %urlFilename% - %title%` Refer to https://github.com/Nandaka/PixivUtil2#filename-format-syntax

It is handled in here: https://github.com/Nandaka/PixivUtil2/blob/master/PixivImageHandler.py#L345-L356

hi, you can always run from source code 1. install python 3.10 https://www.python.org/downloads/release/python-31011/ 2. install git https://git-scm.com/download/win or just download the zip file and extract it `git clone https://github.com/Nandaka/PixivUtil2.git` ![image](https://github.com/Nandaka/PixivUtil2/assets/836867/7c48673b-8c6f-4323-b80b-e62fce019cf2)...

pinned the issue for now using https://github.com/Nandaka/PixivUtil2/issues/1239 I don't have free time due to real time issues.