MediaBrowser / Emby.AutoOrganize

Auto-organize plugin for Emby Server
MIT License
21 stars 18 forks source link

Sanitizing missmatch in folder and file names #42

Open ppfeufer opened 2 years ago

ppfeufer commented 2 years ago

Configuration:

Example:

Original series Name: Star Trek: The Next Generation

Expected Behaviour:

Directory name and file name are sanitized the same way

Actual Behaviour:

Observed Issue:

The issue here seems to be the : in the series name. In the filename, it is removed completely, in the directory name it's just replaced with a space. This seems to be inconsistent behaviour.