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

Get all StreamEntity 's from a PlaylistRemoteEntity #9191

Open
6 tasks done
maddi-mcrae opened this issue Oct 24, 2022 · 0 comments
Open
6 tasks done

Get all StreamEntity 's from a PlaylistRemoteEntity #9191

maddi-mcrae opened this issue Oct 24, 2022 · 0 comments
Labels
database Issue is related to database operations feature request Issue is related to a feature in the app playlist Anything to do with playlists in the app

Comments

@maddi-mcrae
Copy link

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.

Feature description

When I select add to playlist in a remote playlist it adds streams from remote playlist to a local playlist. It does this by going through the recycler view and creating a PlayQueue. This has an issue for larger playlists as it only adds approx the first 100 streams to the playlist.

In the database I believe the best course of action would be to connect the remote playlists to streams through playlist_stream_join similar to how local playlists are connected. I could be incredibly wrong about this though lol.

Why do you want this feature?

To add remote playlists to the merge playlist feature there needs to be a way to obtain all streams in the playlist

Additional information

No response

@maddi-mcrae maddi-mcrae added feature request Issue is related to a feature in the app needs triage Issue is not yet ready for PR authors to take up labels Oct 24, 2022
@opusforlife2 opusforlife2 added database Issue is related to database operations playlist Anything to do with playlists in the app and removed needs triage Issue is not yet ready for PR authors to take up labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issue is related to database operations feature request Issue is related to a feature in the app playlist Anything to do with playlists in the app
Projects
None yet
Development

No branches or pull requests

2 participants