Replace all spaces in the filenames with underscores like in v1.X? #382
-
All the files I've donwloaded before with BDFR v1.x have no spaces, instead the have underscores, now with the new version the TITLE is saved with spaces, how can I change that back to underscores? The application is redownloading files I already have. Before it was saving like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
No, sorry that currently isn't possible. The BDFR downloads the file with minimal changes to the filename at the current time, only doing the minimum necessary to comply with filesystem limitations. If you use the |
Beta Was this translation helpful? Give feedback.
-
A better solution is probably to create a file with the list of IDs that already exists with a simple script and provide it to BDfR for every run. Since the newly downloaded files will already be recognized by v2, you don't have to update that list after each run. |
Beta Was this translation helpful? Give feedback.
No, sorry that currently isn't possible. The BDFR downloads the file with minimal changes to the filename at the current time, only doing the minimum necessary to comply with filesystem limitations. If you use the
--search-existing
and--no-dupes
, then it should prevent any redownloading.