Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPS not parsing log score #1535

Open
xKDHx opened this issue May 3, 2024 · 1 comment
Open

OPS not parsing log score #1535

xKDHx opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working filters Filters indexers:orpheus irc

Comments

@xKDHx
Copy link

xKDHx commented May 3, 2024

Version
1.41.0

Describe the bug
Autobrr isn't parsing the log score for OPS releases.

Announce:
[08:11] <&xxxxxx> TORRENT: Amorphous Androgynous – Tales Of Ephidrina – [2023] [Album] CD/FLAC/Lossless/Cue/Log/100 – ambient,electronic – https://xxxxxxx.xxxxxxx/torrents.php?id=xxxxxxxhttps://xxxxxxx.xxxxxxx/torrents.php?id=xxxxxxx&torrentid=xxxxxxx&action=download

DBG
(OPS CD FLAC Test) for release: Amorphous Androgynous - Tales Of Ephidrina [2023] (CD FLAC Lossless) rejections: (wanted: perfect flac. got: [Cue FLAC Lossless Log], log score. got: 0 want: 100) method=CheckFilter module=filter
DBG
filter OPS CD FLAC Test rejected release: wanted: perfect flac. got: [Cue FLAC Lossless Log], log score. got: 0 want: 100 filter="OPS CD FLAC Test" indexer=ops module=release release="Amorphous Androgynous - Tales Of Ephidrina [2023] (CD FLAC Lossless)"
{
    "name": "OPS CD FLAC Test",
    "version": "1.0",
    "data": {
        "enabled": true,
        "max_downloads": 1,
        "max_downloads_unit": "EVER",
        "formats": [
            "FLAC"
        ],
        "quality": [
            "Lossless"
        ],
        "media": [
            "CD"
        ],
        "perfect_flac": true,
        "cue": true,
        "log": true,
        "log_score": 100,
    }
}

I tested with and without the perfect_flac filter, same result, it parses the log score as 0.

@xKDHx xKDHx added the bug Something isn't working label May 3, 2024
@zze0s
Copy link
Collaborator

zze0s commented May 14, 2024

Hey! OPS recently added log score and other values to the announce, so we need to update the parser to look for those values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working filters Filters indexers:orpheus irc
Projects
Status: Todo
Development

No branches or pull requests

2 participants