Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

(solved) No Releases are addes since newest update #15

Closed
piratsch opened this issue Jun 7, 2022 · 7 comments
Closed

(solved) No Releases are addes since newest update #15

piratsch opened this issue Jun 7, 2022 · 7 comments
Labels

Comments

@piratsch
Copy link
Contributor

piratsch commented Jun 7, 2022

Hi :)

Ever since I updated to the newest version, no releases are added (even when many are found).
Release sorting settings:

"Release sorting":[
            [
                "(1080|720|480)(?=p|i)",
                "title",
                "number",
                "1"
            ],
            [
                "(.*)",
                "wanted",
                "number",
                "1"
            ],
            [
                "(.*)",
                "unwanted",
                "number",
                "0"
            ],
            [
                "(1337x)",
                "source",
                "text",
                "0"
            ],
            [
                "(EXTENDED|REMASTERED)",
                "title",
                "text",
                "1"
            ],
            [
                "(h.?265|x.?265)",
                "title",
                "text",
                "1"
            ],
            [
                "(.*)",
                "title_deviation",
                "number",
                "0"
            ],
            [
                "(.*)",
                "size",
                "number",
                "0"
            ]
        ]

Any Ideas on what's going on here?

@itsToggle
Copy link
Owner

itsToggle commented Jun 8, 2022

Which debrid service/s have you set up? Does it work, If you try the new version with the old 'Release sorting' settings? You could rename the settings backup (old.json) to 'settings.json' and try it again.

How many releases are found by the scraper/s? Ive added a cache-check for all releases before download, perhaps If its too many there is something going wrong

@piratsch
Copy link
Contributor Author

piratsch commented Jun 8, 2022

The Problem was that I didn't have any debrid services set up ("Debrid Services": [],) was empty.
Thanks!

@itsToggle
Copy link
Owner

Ah okay. Was that a change you made or was it something that the update caused?

@itsToggle itsToggle pinned this issue Jun 8, 2022
@piratsch
Copy link
Contributor Author

piratsch commented Jun 8, 2022

The update didn't populate the list. I'm usually not running the scrip "interactive" though. So for people like me, a documentation of the possible settings entries would be best!

@itsToggle
Copy link
Owner

Shit, I thought that might happen. Ever since I added more than one debrid service, I had to add this "Debrid Services" setting. In the updates before this one, I just had 'Real Debrid' as the standard setting so users who set-up plex_debrid before this setting was added wouldnt need to edit their debrid service settings. The problem is, that if someone sets up plex_debrid now, the list needs to be empty. Ive pinned this issue and will edit the title to 'solved', so users can see.

@itsToggle itsToggle changed the title No Releases are addes since newest update (solved) No Releases are addes since newest update Jun 8, 2022
@itsToggle
Copy link
Owner

So for people like me, a documentation of the possible settings entries would be best!

Check out this wiki page, let me know if you want me to go into depth a bit more: https://github.com/itsToggle/plex_debrid/wiki/all-json-settings

@itsToggle
Copy link
Owner

added preflight checks that will tell the user if a crucial setting is missing. This issue can be unpinned.

@itsToggle itsToggle unpinned this issue Jun 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants