[BUG]: creates unused directories #733
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#733
Loading…
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?
Program version
5.1.4
Operating System
Linux
Type
CLI
Service
Crunchyroll
Command used
aniDL --service crunchy --dubLang eng --episode GX9UQE4JZ --force n --fileName ./temp/./anime/en-US/That Time I Got Reincarnated as a Slime/Season 03/That Time I Got Reincarnated as a Slime - S03E01 - Demons and Strategies
Show ID
GYZJ43JMR
Episode
GX9UQE4JZ
Console Output
Additional Information
It creates a random directory at
no that is not accidentally put in there twice, it just seems to try to create that directory as well even tho it saves the final file to just
It's just trying to create the folder structure at two locations, one in the proper spot, the other using the proper full path but starting at the directory specified in the dir-path.yml
I suspect this is because of the extra dot in your command line, presumably this fileName should work fine:
./temp/anime/en-US/That Time I Got Reincarnated as a Slime/Season 03/That Time I Got Reincarnated as a Slime - S03E01 - Demons and StrategiesI should see if I can throw an error for cases like this
changing the filename still leaves me with that random directory in the directory specified in the dir-path.yml ("/home/blastbolt5/anime" in this case)
the extra ./ was a left over from the temp fix I mentioned in #732
Just for testing sake, what if you remove the "." at the start of the fileName option ?
Errors out trying to write it straight to the root of the filesystem
Using the full direct path for the fileName option
Created this mess at /home/blastbolt5/anime/

Still with nothing in them, the video went to the folder it was supposed to