-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmultiserviceIssues related to multiple servicesIssues related to multiple services
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 anInfoItemsPageof type<StreamInfoItem>. This means that channels can't contain playlist items, unlike search results, where the return type isInfoItemsPage<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.