-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Add filter criterion for subscription state #438
Comments
I've taken a look through the code and this seems doable by an external contributor like myself, so I plan to have a PR for review available soon. Summary of the changes:
|
I came here to suggest this same feature. I am honestly surprised an app this rich in filter capability has made it this long without it. I view podcasts in two distinct modes:
Being able to have filters for downloaded and in progress regardless of the subscription state would be very helpful. As it is now, these partially played unsubscribed podcasts can only really be "managed" in the up next area, which goes sideways if you play any episode that isn't in the up next flow. I would also welcome the ability to bookmark a podcast even when not subscribed, but that's a feature request for another day... :) |
I would love for this change to be implemented. I view podcasts in the same modes you do and I think the current behavior is pretty non-intuitive for mode 2. I have looked for alternative podcasts apps a few times specifically because non-subscribed downloaded episodes are so buried in Pocket Casts. Personally, I would love for those non-subscribed downloaded episodes to show up on the main screen with podcast art and everything, but I suspect that would be a more controversial change. Having the episodes show up in the filters tab would be a great step forward in usability. |
I'd like to show, for example, any Downloaded, In Progress episodes irrespective of subscription state.
Proposal: Create a new filter that allows for podcast subscription state to be defined ( All | Subscribed | Not Subscribed)
Since current behavior is that a filter automatically includes only episodes of subscribed podcasts, perhaps the above criterion can default to Subscribed when presented in the UI so that existing filters remain backwards compatible, and are updated only if the user changes the value to include All or Not Subscribed.
The text was updated successfully, but these errors were encountered: