ze0s

Results 166 comments of ze0s

It's actually supposed to be yellow/orange/amber if there is any errors, so this is a bug.

> I'm getting the same issue after upgrading to the latest version. Not that I want to hijack this, but is this related that I cannot connect to a channel...

Fixed in #399

Hi! There was a Discussion started a couple of months ago to try and define what a duplicate is because there were some different ideas. https://github.com/autobrr/autobrr/discussions/294 Not yet settled on...

Hi! Is it the Cancel button on inside the filter? That button is to **reset non-saved changes** in the form, and not a back button if that's what you're expecting?...

Hi! Appreciate the PR, but this breaks the parsing for music since it's missing a category. Me and @varoOP have discussed some solutions to it before and unless AB themselves...

> 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...

That could be an option yeah, and could be usable for others. Is the needed data in the announce? I can build out the template etc if you tell me...

> 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...

Looks good but made some improvements 😄 * empty checks before trying to parse * added a couple tests * added year to the torrentName @3744111 @varoOP I added `Year`...