dynamiccookies / Radarr-Assistant

An interface that ties into Radarr's API to allow searching for movies, verifying movies currently in the Radarr library, and adding movies to Radarr's queue.
MIT License
0 stars 0 forks source link

Break title on colon #14

Closed dynamiccookies closed 2 years ago

dynamiccookies commented 2 years ago

Replace colons in movie titles with ":
". (maybe dashes too?)

Check length of title - only replace if longer than X

dynamiccookies commented 2 years ago

Check length of title - only replace if longer than X

Specifically, check length of text before colon. 8 characters or less seems ok to leave.