mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 03:16:51 +03:00
Add scheduling priority for DVR series recordings #331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dinki on GitHub (Jan 25, 2019).
Jellyfin allows users to set up recurring series recordings. It does not, however, allow for prioritizing these series recordings based on desirability. This is problematic for people with a limited number of tv tuners.
Here's an example. A user sets a series recording for a show they really like, then sets another recording to record a show that they are somewhat interested in, and then a third for another show they really like. This user has only two tv tuners and all of these shows play at the same time. Jellyfin has to make a decision but it has no way to know which shows are most desirable and which are the least desirable.
Most, dare I say all, DVR's have a scheduling priority in place. The user is allowed to create a list that goes from most desired to least desired. Here's the description from some of them:
SageTV (http://download.sage.tv/SageTV_Manual.pdf) Page 72-73
Plex also has a very nice way of modifying the list (https://support.plex.tv/articles/225976308-manage-your-recordings/):
This is a pretty basic feature for any DVR. You can find folks in the Emby forum asking for it but the answer is "It's something we'll add in the future, but for now, just buy more tuners". See one of the discussions here (https://emby.media/community/index.php?/topic/51670-prioritise-series-recordings/) .
@jellyfin-bot commented on GitHub (Jul 29, 2019):
We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.