gechoto

Results 52 comments of gechoto

@pukkandan please reopen, as this is still a problem Take a youtube music song as example. To reproduce use this command: `yt-dlp -x -f 251 --embed-metadata "https://music.youtube.com/watch?v=EZE62LpaqHg"` It will download...

Hi @lkoger thanks for taking a look at this. > Is this primarily about the 3rd person using the free camera mode with a controller? Yes exactly. I guess it...

It is really cool that you figured that out, thanks a lot @Malopieds However I do not feel very confident about this approach yet. If it would reliably just work...

> changing the player client from WEB_REMIX to IOS also works for me @javdc using the IOS client already works without this PR so the decoding code is not used...

@Malopieds I made a PR which uses NewPipeExtractor to do this job. What do you think about this approach? It would be cool to see you over there if you...

> https://dontkillmyapp.com/ may help as a temporary workaround maybe @ShlomoCode I guess the proper way to fix it for all users without having to change system settings is to show...

NOTE: I couldn't test the function in `artistItemsContinuation` yet because the continuation is broken currently For some reason you set `continuation = null` here: https://github.com/z-huang/InnerTune/blob/ba3a3a0fe9d3499205a7fc91649938091cad75b8/innertube/src/main/java/com/zionhuang/innertube/YouTube.kt#L239 UPDATE: New PR is up...

Only downside is that we have to send the login cookie in more places so it makes it slightly worse for privacy. However they already know what we listen to...

I now added a toggle to the settings for this: ![](https://github.com/user-attachments/assets/ba114144-db82-4f39-b1fe-eb3fd1a86a82) This is OFF by default. This makes it better for privacy because users can turn it on only when...

I just added login support for searches. Also renamed the option: ![](https://github.com/user-attachments/assets/d58ea2e9-5c85-418a-8f7d-03b7e9ec9844) Enabling this now uses the login cookie on artist pages and when using the search bar