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

Unlimited music listening by disabling "You There" controller #254

Closed
4 of 5 tasks
PoomSmart opened this issue Apr 15, 2024 · 4 comments
Closed
4 of 5 tasks

Unlimited music listening by disabling "You There" controller #254

PoomSmart opened this issue Apr 15, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@PoomSmart
Copy link
Contributor

PoomSmart commented Apr 15, 2024

Describe the feature request

Just like YouAreThere tweak for iOS YouTube app, I may plan to create a pull request. However, in case you are more ready to implement, here are the hooks:

%hook YTColdConfig

- (BOOL)enableYouthereCommandsOnIos { return NO; }

%end

%hook YTYouThereController

- (BOOL)shouldShowYouTherePrompt { return NO; }

%end

Post Requisites

  • I have checked that a similar feature request has not been reported before.
  • Verified the relevance of the project and the version you are using.
  • Provided a detailed description of the request and have filled in all required fields.
  • I did not answer truthfully to ALL the above checkboxes.
  • By submitting this request, I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the request being closed without discussion, and repeated violations may lead to restrict account from further participation.
@PoomSmart PoomSmart added the enhancement New feature or request label Apr 15, 2024
@dayanch96
Copy link
Owner

Hey, thanks. How does it work? Prohibits interrupting playback with the "You There" notification?

@PoomSmart
Copy link
Contributor Author

Yes, however as I checked again this feature seems to be off by default now..(?)

@dayanch96
Copy link
Owner

Both off on my device. Guess we can add it as option to enable

@dayanch96
Copy link
Owner

Turns out that YT and YTM sets some AB features only once at first startup, so I added it by default now. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants