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

Ability to see channel's playlists #5203

Closed
3 tasks done
BrajBliss opened this issue Dec 17, 2020 · 12 comments
Closed
3 tasks done

Ability to see channel's playlists #5203

BrajBliss opened this issue Dec 17, 2020 · 12 comments
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion

Comments

@BrajBliss
Copy link

Checklist

Describe the feature you want

Ability to see playlists from a channel

Is your feature request related to a problem? Please describe it

Additional context

How will you/everyone benefit from this feature?

This is just for the user to see and add if the channel has any created playlists

@BrajBliss BrajBliss added the feature request Issue is related to a feature in the app label Dec 17, 2020
@BrajBliss BrajBliss changed the title Feature Request Ability to see channel's playlists Dec 17, 2020
@c-shubh
Copy link

c-shubh commented Dec 17, 2020

Duplicate of #2414

@triallax
Copy link
Contributor

triallax commented Dec 18, 2020

@c-shubh I think this issue should be kept open, as #2414 requests multiple features, while this issue requests one very specific feature.

@Orion983
Copy link

I like this as long as there would be a way to look at the other tabs on a channel page.

@BDaggerhart
Copy link

This honestly seems like a pretty necessary feature, I would like to see this as well.

@professor-eggs
Copy link

Would also love to see this

@SameenAhnaf SameenAhnaf mentioned this issue Apr 16, 2021
3 tasks
@triallax triallax mentioned this issue Jun 19, 2021
3 tasks
@Yuriy-II
Copy link

Yuriy-II commented Jul 7, 2021

I also think this feature is essential. Some channels currently don't show in the channel video list videos, which are in Channel Playlists. Like this channel: https://www.youtube.com/channel/UCxQ_eGCCUjCUnvhp28Q8YGg
For me in NewPipe it displays only single title video. But in fact channel has several videos in several Playlists. I don't see playlists at all.

@sebma
Copy link

sebma commented Jul 7, 2021

Would love to have this feature.

@IriaSomobu
Copy link

Is anyone working on this issue?

@IriaSomobu
Copy link

I want to try my hand in bringing channel playlists feature to NewPipe.

If I understand things correctly, this feature requires certain work on NewPipeExtractor's side: there's no YoutubeChannelPlaylistExtractor implemented yet and nobody working on it, right?

Before I start, can someone more experienced in NP developement give me some advice?

  • should I start working on this task?
  • from which part of task is better to start: extractor or app itself?
  • is there any Newpipe activity/fragment that I can reuse on channel playlists viewer?
  • had anyone tried to implement this feature before? (I'm unable to find any mentions of it so I think the answer is no)
  • any other tips?

@ShareASmile
Copy link
Collaborator

@Stypox ☝☝
Enlighten Please😄

@Stypox
Copy link
Member

Stypox commented Aug 30, 2021

@IriaSomobu thank you for reaching out! @ShareASmile thank you for pinging ;-)

  • nobody working on it, right? - right :-)
  • should I start working on this task? - I would suggest starting with something simpler, since this would require a bit of knowledge of the codebase to be well implemented, but you may also do it now if you want to
  • from which part of task is better to start: extractor or app itself? - definitely from the extractor: the app's design will depend on how the extractor provides the data
  • is there any Newpipe activity/fragment that I can reuse on channel playlists viewer? - yes, every list fragment in NewPipe extends BaseListFragment. In particular I think you should take inspiration from the search fragment, since that list can contain multiple types of items without much effort: it extends BaseListFragment<SearchInfo, ListExtractor.InfoItemsPage<?>>.
  • had anyone tried to implement this feature before? - @wb9688 already made some progress a while ago, you can as well bring back his PRs if you want: Add support for extracting multiple tabs from a channel NewPipeExtractor#279
  • any other tips? - nothing comes to my mind as of now, but feel free to ask more things (and ping me if you do)

Btw, closing as duplicate of #2414

@opusforlife2
Copy link
Collaborator

Really closing it this time. :P

@SameenAhnaf SameenAhnaf added duplicate Issue or discussion is a duplicate of an existing issue or discussion and removed feature request Issue is related to a feature in the app labels May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion
Projects
None yet
Development

No branches or pull requests