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
Currently, if a user has a large amount of subscriptions through the YouTube plugin, not all of them will be updated regularly (to avoid rate limits?), meaning that some content (especially from infrequent uploaders) is missed. This proposal could help alleviate this issue.
Proposal
If the user is logged in with a YouTube account, it is highly likely that their subscriptions on the YouTube platform overlap at least in part with those on GrayJay. Thus, it makes sense to check the youtube subscriber feed for new videos. This ensures that videos for channels which the user is subscribed to on both YouTube itself and in GrayJay will not be missed, while being relatively cheap in terms of the rate limit.
This would be useful, as I have noticed that channels which only upload infrequently (i.e. once a year or less) are very often not updated by GrayJay in the subscription feed. (Though they will appear there after manually checking the channel page). These are also the kind of videos which I personally most enjoy watching, as they are often higher quality educational content. Therefore, the fact that these videos are so often missed by GrayJay is a reason why I cannot yet move to GrayJay exclusively, and still regularly check the YouTube feed, despite how much I love the product and support the mission.
References
No response
The text was updated successfully, but these errors were encountered:
These channels are requested but indeed less frequently (Believe if a channel uploads less than once every 3 months it might only check every 3 days). Grayjay basically has a priority system that reorders them based on last check time & upload frequency.
You can improve this by enabling "Peek channel contents", this will leverage Youtube RSS feeds. The quality of this data is inferior to our normal implementation, and will make shorts show up from your subscriptions, but it does allow for more (if not all) channels to be checked.
Leveraging the subs feed is a possible addition, but would require some additional endpoints to support in the core.
Thanks for the feedback, I will try this option. The shorts don't particularly concern me because I follow very few shorts creators.
The main issue is that if a subscription is only checked every three days, it becomes rather less likely that the user will still see it, as there will be three days worth of other content above it.
Use Cases
Currently, if a user has a large amount of subscriptions through the YouTube plugin, not all of them will be updated regularly (to avoid rate limits?), meaning that some content (especially from infrequent uploaders) is missed. This proposal could help alleviate this issue.
Proposal
If the user is logged in with a YouTube account, it is highly likely that their subscriptions on the YouTube platform overlap at least in part with those on GrayJay. Thus, it makes sense to check the youtube subscriber feed for new videos. This ensures that videos for channels which the user is subscribed to on both YouTube itself and in GrayJay will not be missed, while being relatively cheap in terms of the rate limit.
This would be useful, as I have noticed that channels which only upload infrequently (i.e. once a year or less) are very often not updated by GrayJay in the subscription feed. (Though they will appear there after manually checking the channel page). These are also the kind of videos which I personally most enjoy watching, as they are often higher quality educational content. Therefore, the fact that these videos are so often missed by GrayJay is a reason why I cannot yet move to GrayJay exclusively, and still regularly check the YouTube feed, despite how much I love the product and support the mission.
References
No response
The text was updated successfully, but these errors were encountered: