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
Basically "custom RSS feeds" do not have full feature support. They don't save to history (beyond remembering if you were last playing it when you restart the app), don't work with queue, can't add to playlists, and can't create clips.
The primary reason is that custom RSS episodes do not get saved to our database (they get parsed and saved locally on device), and all of those features I listed above require rows in our database to correspond with, in order to support cross-device syncing.
This is a very deep problem and subject, and one I'd be interested in discussing with you how we can handle. That said, it might be too deep to get into right now as you're getting acclimated to the database schema.
Also, you created this ticket in podverse-api, and that makes sense for the database / API thing but podverse-rn and podverse-web are better fits for the client-side implementation handling like adding a radio button.
Cannot set my custom rss feeds to queue when downloaded
Add a radio button similar to the automatic download option.
The text was updated successfully, but these errors were encountered: