whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
107 stars 34 forks source link

Multiple regex options? #33

Open jaredcat opened 2 years ago

jaredcat commented 2 years ago

The issue I'm facing is multiple changes to titles. in this playlist for example: https://www.youtube.com/watch?v=LlKnEgPEGmA&list=PLt5zc-HxINkpAr9Ri_qJtzklB9YK2Eunh

Title in sonarr: Episode title Variation one: Show: Episode title Variation two: Show | Episode title Variation three: Episode title | Show

Each regex will be executed in sequence. The Sonarr episode title is the input for the first regex, and the output of each regex is used as the input for the next in the list.

Am i understanding it correctly that each is applied to the output of the previous and you are left with a single title in the end? is it possible to search against multiple title variations? Is there a way to handle the situation above?