Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Episode Titles #72

Closed
IrishPrime opened this issue Apr 14, 2020 · 0 comments · Fixed by #77
Closed

Filter Episode Titles #72

IrishPrime opened this issue Apr 14, 2020 · 0 comments · Fixed by #77
Assignees

Comments

@IrishPrime
Copy link
Owner

IrishPrime commented Apr 14, 2020

Some episode titles have characters in them which aren't valid in filenames on some filesystems (e.g. colons and slashes).

Implement a means of filtering episode titles so that troublesome characters or substrings can be replaced when renaming files.

@IrishPrime IrishPrime self-assigned this Apr 14, 2020
IrishPrime added a commit that referenced this issue May 4, 2020
Rename 'filter_filename` to `sanitize_filename` and add a `system_type`
parameter to change which OS type it will sanitize the filename for. By
default, this is set to `os.name` and supports `posix` and `nt`.

Streamline the behavior of `filter_series`. This function now returns
the given string in title case unless a custom name is found.

Update list of supported Python versions to a minimum of Python 3.6
(which is required for f-strings).

Bump version to `2.1.3`.

Resolves #72.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant