-
Notifications
You must be signed in to change notification settings - Fork 63
Download archive command not updating files #418
Comments
Im not quite sure but have you tried to also set the |
That seems to work even though according to the documentation it is not required :). I ran into an error with this command: Resulting in the following error: The previous 2 episodes worked without a problem. Is that a problem from my side or should I report a new bug ? |
I've added a warning message in v3.6.2 which makes a bit clearer that
|
Describe the bug
I run Ubuntu 20.04 LTS and my command is the following:
crunchy-cli --user-agent "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)" archive --skip-existing-method audio -a de-DE -a en-US -a ja-JP -s en-US -s de-DE --yes -t 32 -o "/home/patrick/Anime/{series_name}/{series_name} - S{season_number}E{episode_number}.mkv" https://www.crunchyroll.com/series/GYQ4MW246/naruto-shippuden
When this runs, it will ignore any existing files and create doubles like:
Downloading Homecoming to '/home/patrick/Anime/Naruto Shippuden/Naruto Shippuden - S01E01 (1).mkv'
If I run the command again it will create :
Downloading Homecoming to '/home/patrick/Anime/Naruto Shippuden/Naruto Shippuden - S01E01 (2).mkv'
I am not sure why this happens. I am running the newest version: crunchy-cli v3.6.1
Expected behavior
I would expect the --skip-existing-method audio to update/skip based on the audio difference and not create a new file each time it runs.
The text was updated successfully, but these errors were encountered: