YTMusicUltimate icon indicating copy to clipboard operation
YTMusicUltimate copied to clipboard

Unlimited music listening by disabling "You There" controller

Open PoomSmart opened this issue 10 months ago • 3 comments

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

  • [X] I have checked that a similar feature request has not been reported before.
  • [X] Verified the relevance of the project and the version you are using.
  • [X] Provided a detailed description of the request and have filled in all required fields.
  • [ ] I did not answer truthfully to ALL the above checkboxes.
  • [X] 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 avatar Apr 15 '24 11:04 PoomSmart

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

dayanch96 avatar Apr 15 '24 16:04 dayanch96

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

PoomSmart avatar Apr 19 '24 02:04 PoomSmart

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

dayanch96 avatar Apr 19 '24 07:04 dayanch96