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 Feb 28, 2022. It is now read-only.
This is just how colons are handled when attempting to show them on a windows file system. They show up with what appears to be a tmpfile name (TWWH39~Y, as an example), since colons are invalid in windows file names. It's making up an 8.3 name (or just 8 for a directory name).
Sonarr has an option that converts them into ' - ' for this reason.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is just how colons are handled when attempting to show them on a windows file system. They show up with what appears to be a tmpfile name (TWWH39~Y, as an example), since colons are invalid in windows file names. It's making up an 8.3 name (or just 8 for a directory name).
Sonarr has an option that converts them into ' - ' for this reason.
The text was updated successfully, but these errors were encountered: