Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Files show up with garbage titles when viewed on windows (eg, samba, NFS) #54

Open
TheDauthi opened this issue Jan 27, 2021 · 0 comments

Comments

@TheDauthi
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant