Radarr / Radarr

Movie organizer/manager for usenet and torrent users.
https://radarr.video
GNU General Public License v3.0
10.22k stars 990 forks source link

Strip additional website domains prefixing movie names #7589

Closed subexx closed 2 years ago

subexx commented 2 years ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe

I have issues with mapping movies in my regional language. The links are found by jackett, but radarr says it can't map due to the title containing the website name instead of the Movie name.

Describe the solution you'd like

Remove the below prefixes when mapping movies.

www.TamilBlasters.casa www.5MovieRulz.tc www.1TamilMV.pics

Describe alternatives you've considered

Ignore the below prefixes when mapping movies.

www.TamilBlasters.casa www.5MovieRulz.tc www.1TamilMV.pics

Anything else?

radarr This is an example.

AB#3717

bakerboy448 commented 2 years ago

Should just need additional domains here https://github.com/Radarr/Radarr/blob/2ce9d099e1001eb4fccd61edcb0597782da872d4/src/NzbDrone.Core/Parser/Parser.cs#L118