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

Only download single episode instead of multi or single season packs #478

Closed
rmkjr opened this issue May 14, 2023 Discussed in #477 · 4 comments
Closed

Only download single episode instead of multi or single season packs #478

rmkjr opened this issue May 14, 2023 Discussed in #477 · 4 comments
Labels
enhancement New feature or request

Comments

@rmkjr
Copy link

rmkjr commented May 14, 2023

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:
image

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

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

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

Thank you!

@rmkjr
Copy link
Author

rmkjr commented May 27, 2023

This seems to be effecting normal fetching as well. I removed the version preference to return it back to the more normal fetching settings. I added the new Apple "Silo" show. Season 1 of the show is still in progress of airing. There is a release that contained episodes 1 and 2. As a result plex_debrid is refusing to fetch 3, 4, and 5, simply adding them to the retry sequence instead of fetching/adding the single episode release that exist for the episodes.

image

image

This release seems to be blocking it from fetching 3,4,5:
image

@rmkjr
Copy link
Author

rmkjr commented May 28, 2023

Perhaps one solution to both iterations of this, without having to rework the pack and quality filtering too much, could be to process the version preferences before the multi-season pack vs season pack vs episode sorting. That way versions could filter out results based on user preference, then the built-in sorting and filtering could operate on what results are left.

@grovolis
Copy link

Any news on this? I have the same problem!

@itsToggle itsToggle added the enhancement New feature or request label Jul 19, 2023
@itsToggle
Copy link
Owner

Hi, this will have been resolved by v2.93. If you only select torrentio and/or orionoid as your scraper sources, PD should now download these single episode releases correctly in one attempt. (to be clear, it should have downloaded the missing episodes in the next attempt 30 minutes later already).

Its generally not advisable to only download single episode releases, as these will over time get fewer and fewer seeders. Only season packs and multi season packs will remain sufficiently seeded and thus available for longer.

sirstudly added a commit to sirstudly/plex_debrid that referenced this issue Mar 30, 2024
sirstudly added a commit to sirstudly/plex_debrid that referenced this issue Mar 30, 2024
frizat82 added a commit to frizat82/plex_debrid that referenced this issue Apr 27, 2024
Fix issue 578: Reoccurrence of Issue itsToggle#478: Single Episode Downloads N…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants