jesperrasmussen / AdultDVDEmpire.bundle

Plex metadata agent for fetching metadata for AdultDVDEmpire material.
7 stars 2 forks source link

Replace hyphen characters to space instead of remove in titles #6

Open krisz-gemini opened 4 years ago

krisz-gemini commented 4 years ago

In some cases, filenames contain hyphen characters in place of spaces. Plex reads the title from the filename, and your code removes them (line 28), so ADE won't find any result. Is there any reason to remove the hyphen characters? I think it would be better to replace them with spaces.