[BUG]: putting output on a different drive breaks it #732
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#732
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 GEVUZ7WGP --force n --fileName ./anime/en-US/Blue Exorcist/Season 03/Blue Exorcist - S03E09 - Help Me
Show ID
G649PJ0JY
Episode
GEVUZ7WGP
Console Output
Additional Information
Seems to be an issue that the software renames the file instead of moving it which isn't allowed when moving across partitions
This used to work so something must have changed at some point, so something must have changed in the past month or so since I last updated
Ah, yea DRM saves to a temp name and then moves it, as it turns out though apparently nodes way of moving things is more akin to a rename than a move, so it doesn't work across filesystems... I'll see if I can implement a function to copy the file, then delete the temp file after the copy, rather than a direct move. (ideally only if it's on a different filesystem, but that may be hard to check)
Yeah leaving it in a temp directory, moving and then deleting it is my temp fix for now (cause I have it mostly automated)
Weird that it used to work fine tho