Custom download folders #139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discussed in https://github.com/nianeyna/ao3downloader/discussions/134
Originally posted by shrnt May 16, 2024
Hi, thanks a lot, this has been a life saver!!
It would be nice if I could specify the download folder. I'd like to download all my bookmarks and all my Marked For Later, but I don't want them to be in the same shared folder. I read in another reply you mentioned that you don't wanna download out of the ao3downloader folder for security reasons, so maybe something like
ao3downloader/downloads/bookmarksorao3downloader/downloads/customfoldernameI guess for now, I could interchange the
ao3downloader/downloadsfolder whenever I want to download/update either my Bookmarks or Marked for Later. But it would be convenient if I could specify the destination folder each time before the download starts. Or maybe even be able to define the folders in thesettings.jsonThanks again!
Hi! Thank you for this great script! :D
I was about to build something like that myself when my partner found your's -- saved me a lot of work, which I could invest in contributing, if that's something you'd consider accepting.
The matter of custom download folders / sub-folder interested me the most (at the moment, at least).
I'd find it very useful to sort all works belonging to series into sub-folders (one per series) while all other works can stay in the main download folder.
Would it be ok if I send you a pull request for my extension?
Do you have requirements for the code-style?
AlexM
@alexmaul I do accept PRs but of course I may ask for changes or decide not to accept it, and do please keep them as small and atomic as possible since otherwise it's a lot of work for me to review. As far as code style goes just use your judgement and try to match what's already there as much as possible.
Regarding sub-folders, there's actually a separate issue open for that ( #183 ) so please keep that separate from any PRs for this issue, which is for specifying a different root folder location to download to. Also, if you're going to work on subfolders I'd like to discuss it first since there are a few problems/considerations around that that I want to make sure are addressed.
Thanks for your interest in the project!
Thank you for the quick response and beeing open for PRs :)
The PR I prepared actually shows to solve (or at least tries to) issue #183, so we should move any discussion over there, if not to the PR?
AlexM