You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
Error message: [anirip] rename C:\Users[XusernameX]\AppData\Local\Temp\anirip\episode.mkv Do You Love Your Mom and Her Two-Hit Multi-Target Attacks\Season One\Do You Love Your Mom and Her Two-Hit Multi-Target Attacks - S01E04 - Kids Are Kids and Parents Are Parents (but Also Human Beings), and It Takes All Kinds, but They Get Through It Together, Right.mkv: The system cannot find the path specified.
I believe this error occurs because the episode title is too long for the file system to handle. If I manually attempt to create the file I get a length error.
Could you please add a check to try to handle this.
eg:
if title.length > X:
title = title.substring(0,x)
Obviously this would need to be done before checking if the file already exists to stop redownloads of renamed files.
Thank you for your time, I love your software
The text was updated successfully, but these errors were encountered:
Error message: [anirip] rename C:\Users[XusernameX]\AppData\Local\Temp\anirip\episode.mkv Do You Love Your Mom and Her Two-Hit Multi-Target Attacks\Season One\Do You Love Your Mom and Her Two-Hit Multi-Target Attacks - S01E04 - Kids Are Kids and Parents Are Parents (but Also Human Beings), and It Takes All Kinds, but They Get Through It Together, Right.mkv: The system cannot find the path specified.
I believe this error occurs because the episode title is too long for the file system to handle. If I manually attempt to create the file I get a length error.
Could you please add a check to try to handle this.
eg:
if title.length > X:
title = title.substring(0,x)
Obviously this would need to be done before checking if the file already exists to stop redownloads of renamed files.
Thank you for your time, I love your software
The text was updated successfully, but these errors were encountered: