Official-Husko / NN-Downloader

Easily download all of your favorite Naughty images from multiple sites.
Mozilla Public License 2.0
48 stars 9 forks source link

Once downloaded, the same tag cannot be downloaded again. #18

Closed r2ten-catuncle closed 7 months ago

r2ten-catuncle commented 7 months ago

image After downloading a tag, after moving the folder out, I cannot download the same tag again. I don't know if there is something wrong with my operation

Official-Husko commented 7 months ago

Well the tool has a feature to remember what it downloaded so that when you want to get the new images of that certain tag(s) you can without having to go through duplicates and wasted drive space.

If you don't want that you can disable it in the config by setting "oneTimeDownload": true, to "oneTimeDownload": false,. Alternatively if you want to keep this feature for now but start over you can just delete the appropriate database file located in the same folder as the program itself. Look for a db folder and in there delete the e621.db file.

If this resolved your issue please close it. Otherwise feel free to ask further questions.

r2ten-catuncle commented 7 months ago

After deleting the E621 file in the db folder, I can download it again. Changing "oneTimeDownload" of the .json file to false will cause the program to crash and exit.

Official-Husko commented 7 months ago

After deleting the E621 file in the db folder, I can download it again. Changing "oneTimeDownload" of the .json file to false will cause the program to crash and exit.

It crashes? Well fuck me sideways.. Hotfix time then. Thank you for reporting that.

Edit: Yes i can confirm it crashes when its disabled.