[SoundCloud] Add support for likes channel tab#1308
Conversation
|
It seems the failing tests are unrelated to the changes in the PR |
|
Can anyone review this pls? |
|
Thank you for the PR. This works for the example channel posted in the app PR. However, I get following exception when opening the likes tab for https://soundcloud.com/polysormi or https://soundcloud.com/ammaradj: StacktraceNot sure if this is related. Is the likes data different from the normal stream info item lists? |
|
I've looked into it and it is caused for users that have liked playlists, not only tracks. The playlist entries don't have a I'm not sure how to handle this case, but I can think of two options:
I'm looking for a way to add them recursively, but if you have other ideas let me know. Thank you for trying out the code and finding this bug! |
|
The second one is a limitation of NewPipe as a whole, so please do list playlists in the Likes tab, but don't worry about making them playable with the "play all" button. Thanks :-) If you want to work on allowing playing lists with mixed playlists and videos, you can do so as a separate PR in the NewPipe app on the |
Also removed irrelevant methods See TeamNewPipe#1308
Also removed irrelevant methods See TeamNewPipe#1308
Also removed irrelevant methods See TeamNewPipe#1308
Also removed irrelevant methods See TeamNewPipe#1308
Also removed irrelevant methods See TeamNewPipe#1308
This is to implement TeamNewPipe/NewPipe#3783
The matching NewPipe PR is TeamNewPipe/NewPipe#12367