You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2024. It is now read-only.
Originally posted by rmkjr May 14, 2023
I would like to only allow downloads of single episode releases rather than multi or single season packs. I find them easier to organize and mange, and plex often handles them better as their file names are more specific.
Looking here: #118 (reply in thread)
You note the script will look for multi-season packs, followed by single-season packs, then single episodes.
I built the following version to use to only let through single episodes:
In manually searching the scraper this works (including using "auto" to select the download:
When running the script will download the first single episode of a season (SXXE01), but then for the remaining episodes it goes into and endless retrying state. Even though they are available, sorted, and added in the manual scraper, the running script will never download them.
Is there something I can change to make it work this way, or is there a code change required?
Discussed in #477
Originally posted by rmkjr May 14, 2023
I would like to only allow downloads of single episode releases rather than multi or single season packs. I find them easier to organize and mange, and plex often handles them better as their file names are more specific.
Looking here: #118 (reply in thread)
You note the script will look for multi-season packs, followed by single-season packs, then single episodes.
I built the following version to use to only let through single episodes:

In manually searching the scraper this works (including using "auto" to select the download:

When running the script will download the first single episode of a season (SXXE01), but then for the remaining episodes it goes into and endless retrying state. Even though they are available, sorted, and added in the manual scraper, the running script will never download them.

Is there something I can change to make it work this way, or is there a code change required?
Thank you!