iBicha / playlet

The unofficial, privacy driven, YouTube client for Roku
GNU Affero General Public License v3.0
308 stars 11 forks source link

[Bug] Channel video count is always zero in search #173

Closed apainintheneck closed 11 months ago

apainintheneck commented 11 months ago

Hello,

I just started using this app a few days ago and I'm really enjoying the experience compared to the default YouTube app. I did notice one small bug though. The channel video count seems to always be zero in search even for big channels with hundreds of videos.

Screen Shot 2023-10-21 at 12 15 35 PM

Screen Shot 2023-10-21 at 12 14 47 PM

iBicha commented 11 months ago

Thanks for reporting the issue.

This is related to https://github.com/iv-org/invidious/issues/4105, which basically boils down to Youtube and how they used to return the video count of channel in the search, but they don't do that anymore.

This has been recently fixed on Invidious, and now it shows the Channel handle.

Before:

Screen Shot 2023-10-21 at 3 50 08 PM

After:

Screen Shot 2023-10-21 at 3 50 40 PM

So I guess Playlet needs to use the channel handle as well.

iBicha commented 11 months ago

Fixed - it is now available in the Canary release, and will be available in the next release.

apainintheneck commented 11 months ago

That makes sense. Thanks!