Skip to content
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

Add option to add Custom RSS episodes to the queue #579

Open
Trolladactyl opened this issue Jan 5, 2023 · 3 comments
Open

Add option to add Custom RSS episodes to the queue #579

Trolladactyl opened this issue Jan 5, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Trolladactyl
Copy link
Collaborator

Cannot set my custom rss feeds to queue when downloaded

Add a radio button similar to the automatic download option.

@Trolladactyl Trolladactyl added the enhancement New feature or request label Jan 5, 2023
@mitchdowney
Copy link
Member

This is related to podverse/podverse-rn#1240

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.

@zerocode
Copy link

zerocode commented May 1, 2024

I'd also like this feature.

@mitchdowney mitchdowney self-assigned this May 6, 2024
@mitchdowney
Copy link
Member

@zerocode I'll start thinking about this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants