Giter Site home page Giter Site logo

Comments (4)

Jaonea avatar Jaonea commented on June 17, 2024 1

I see, that is unfortunate. I recall when #743 was initially released on develop it worked but then it might be that some torrents weren't picked up, which I didn't catch.

I'll try to play around with regex to see if I can figure out a good filter at least for redacted and will report back if anything sticks.

Thank you for looking into it and volunteering your time to the project!

from autobrr.

Jaonea avatar Jaonea commented on June 17, 2024 1

After a couple days this worked so far for me:
\b24b(?:it)?(?:[-\s]\d+(?:.\d+)?(?:kHz)?)?\b

This should exclude all the following:
24b
24bit
24-48
24b-44
24b-44kHz
24b-44.1kHz
24bit Losless

To test it longterm I would suggest duplicating your current filters and having the duplicate unchanged but only adding the torrents paused. Whereas the original one will run with the regex statement. This way you can easily compare what slipped through and what did not.

from autobrr.

zze0s avatar zze0s commented on June 17, 2024

Hi!

It's indeed still a bug, and known one. The reason is the same for this one #851 .

We made some changes to what is included in torrentName when we parse the announce for RED and OPS to improve filtering. This lead to unexpected issues because it now parses it twice in different places, two different ways.

I can't recall the exact reason for the change but it was to improve parsing.

We have gone back and forth with band-aid fixes for this for a while because the proper solution is a bigger commitment, but looking back we should have done that from the start.

Me and the other maintainers are sadly way too busy at the moment to do anything proper. Hopefully I'll be able to prioritize this in a month or two.

from autobrr.

xerosys avatar xerosys commented on June 17, 2024

After a couple days this worked so far for me: \b24b(?:it)?(?:[-\s]\d+(?:.\d+)?(?:kHz)?)?\b

This should exclude all the following: 24b 24bit 24-48 24b-44 24b-44kHz 24b-44.1kHz 24bit Losless

To test it longterm I would suggest duplicating your current filters and having the duplicate unchanged but only adding the torrents paused. Whereas the original one will run with the regex statement. This way you can easily compare what slipped through and what did not.

Where did you enter in the regex? Was it in Advanced - Match Releases ?

from autobrr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.