-
-
Notifications
You must be signed in to change notification settings - Fork 534
Playlist in channels #227
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestmultiserviceIssues related to multiple servicesIssues related to multiple services
Description
I am currently working on bandcamp support in my fork. Even though it was difficult to understand at first, I feel like I now know what I'm doing.
I noticed that ChannelExtractor.getInitialPage() must return an InfoItemsPage of type <StreamInfoItem>. This means that channels can't contain playlist items, unlike search results, where the return type is InfoItemsPage<InfoItem>.
For bandcamp support, this is inconvenient, as streams (tracks) don't appear on their channel (artist's profile) themselves when they are part of a playlist (an album).
That's why I'd like to ask this to be changed so that channels can also contain playlists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmultiserviceIssues related to multiple servicesIssues related to multiple services