E7

Results 8 comments of E7

I think Sonarr will have a better chance of matching something if Category is not included in the title. Looking at Prowlarr implementation for AB they are using the scrape...

What if we allow rebuilding the torrentName using templates just like we do for torrentUrl?

Yeah I think we have all the data needed in the announce. The following template essentially mirrors how Prowlarr formats resutls `[{{ .releaseGroup }}] {{ .torrentName }} {{ printf "%02d"...

Do I just map the `releaseEpisode` here https://github.com/autobrr/autobrr/blob/5d9a8099dab6d16d168b7d179548ce405a82352e/internal/domain/release.go#L482 And then generate `torrentName` here (also maybe make this function more generic to allow regenerating any attribute with a template) https://github.com/autobrr/autobrr/blob/33e3691737e233b597015fc7ff85a8c392c686e7/internal/domain/indexer.go#L150

@zze0s let me know what you think when you get a chance.

That format along with the brackets is just what Prowlarr/Jackett use when generating release names. Which items would you like to remove from tags? Also do we want to instead...

Hey, could we get the build fixed. Seems its failing with a forbidden error. Also anything else you would like done before we can merge this? ``` Error: buildx failed...

Just made a tiny tweak, but yeah looks good to me