Stypox

Results 480 comments of Stypox

@haux205 yeah sure, you are welcome :-D NewPipe uses a library called [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/) to handle most service-specific things (such as parsing data). This also includes link handling, so you should...

@SydneyDrone no, the PR mentioned above was closed. This should be solvable without too many issues, just follow the points in my comment above. Thanks :-)

I don't think these changes look good: the style of the buttons is inconsistent and does not fit well with the app's look. And they also do not increase accessibility...

If anyone wants to pick up this in the future, here is a note (from https://github.com/TeamNewPipe/NewPipe/pull/9187#pullrequestreview-1155494114): The correct approach would be to detect changes in the player's resolution and reflect...

The texts should not be so clumped, but at the same time I don't think that that layout should use up more vertical space as it is already using up...

I like the idea, and I think, as Opus said, that the button should go in the second hidden-by-default row of buttons (subscribing is a pretty rare action)

I do not agree but it's not so important, so let's move "Add to playlist" below and put "Subscribe" in the first row

@Sola0404 You need to create a pull request in NewPipeExtractor, too. As you noticed, they are two different repositories, hence two different PRs ;-)

@CaptSzat here is some guidance: - The kiosk code you need to change is not in this repository but rather in NewPipeExtractor - You should create a `public class YoutubeMusicTrendingExtractor...

This PR and #6895 should be merged into a single PR, since we don't want to create two different settings options for the same thing. @avently could you port the...