autobrr / omegabrr

Omegabrr transforms monitored shows, movies, books and music from arrs into autobrr filters. It also supports adding titles from custom lists to autobrr filters.
https://autobrr.com
MIT License
127 stars 11 forks source link

feat(radarr): Add both OriginalTitle and Title #42

Closed s0up4200 closed 1 year ago

s0up4200 commented 1 year ago

The current implementation only adds the original title to the titles array, but this PR adds the international title as well. This change offers the following benefits:

With both titles added to the array, autobrr can match and push to Radarr using either title, increasing the likelihood of a successful match. Different release groups may use either the original or international title, with some high-quality groups preferring the latter. By adding both titles to the array, autobrr can ensure it matches the next available release, regardless of the title used. There are no apparent drawbacks to this change, as it simply expands the range of possible titles and improves the matching and upgrade process.