Open
Description
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