Git Product home page Git Product logo

ytmusicultimate's Introduction

Hi there 👋, my name is Noah

I'm an iOS/Jailbreak tweak developer. I'm also interested in spoken languages and have taught myself Mandarin Chinese :).

Skills: Swift / Objective-C

github twitter website

Top Langs

ytmusicultimate's People

Contributors

chimaha avatar dayanch96 avatar deci8belios avatar ginsudev avatar gototheskinny avatar kennybruhbruh avatar mumuisdog avatar neo1102 avatar poomsmart avatar qnblackcat avatar skeids avatar xiangfeidexiaohuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ytmusicultimate's Issues

Disable Radio

Would it be possible to disable the radio.
I would like to listen to music on demand and not have the radio.
Thank you

The last ipa is 1.1.13v not 1.1.14v

Can you please upload the new version? The ipa that write 1.1.14 its 1.1.13
And please 🙏🏽 can you make that the CarPlay will think it’s a premium account?
F6D3732E-BBEA-4BF8-B2C2-55A0697759FE

Black screen

For some reason it just gives me a black screen

cant login

"you can't sign into this app because google can't confirm it's safe"

Disable Radio

Would it be possible to disable the radio.
I would like to listen to music on demand and not have the radio.
Thank you

Black screen

After choosing my account the app keep remain black screen

Iphone 13
ios 16
altstore

Integrity Issue Solved

I have an integrity problem

Version 1.2.5 cannot be installed on IOS 16.0.3.

I have tried to install it several times.

The Iphone says the app has no integrity.

Is there anything I can do to fix this?

Thx for help

many greetings

[Feature Request] Audio Only mode

I saw the option "Dont play music videos" on my friend(who has yt premium)'s yt music app.
This seems to play audio only, and this would help me save a lot of mobile data.
It would be great if this feature is added in a future update :D

Feature request

Can you add sponsorsblock like uyou or another tweak!
I want to skip non music chapter when I listen music.
Thanks

[Feature Request/Interface Request] Low Contrast Mode Tweak

Hello ginsudev! I’ve been trying to implement another option for YTMusicUltimate to reduce eye sore but I wasn’t able to get it right and pull request it here but this is also a nice ui addition if you have YTMusicUltimate’s OLED Mode option enable with it. But I am having trouble actually implementing this option to YouTube Music since YTCommonColorPalette isn’t the same just like the Normal YouTube version.

%group gYTDisableHighContrastIcons
%hook YTCommonColorPalette
 - (UIColor *)textPrimary {
      if (self.pageStyle == 1) {
          return [UIColor colorWithWhite:0.565 alpha:1];
      }
          return [UIColor colorWithWhite:0.5 alpha:1];
  }
 - (UIColor *)textSecondary {
     if (self.pageStyle == 1) {
         return [UIColor colorWithWhite:0.565 alpha:1];
      }
         return [UIColor colorWithWhite:0.5 alpha:1];
  }
%end
%end

This is from the normal YT app but just to let you know that self.pageStyle doesn’t seem to exist in YTMusic. But other then that this is a great tweak if wanting to have an option to customize and revert the color from YouTube’s old UI

Image with the tweak on uYouPlus
224191A8-DE90-4983-922F-0E530AC9DB1F

[Feature Request] Audio only mode

Hello, I just come to request a feature, being able to toggle on « Don’t play music videos », a feature that is exclusive to premium subscribers for now. This is a simple feature that makes YouTube Music play songs without showing the video clip by default

Yt music crashing

Whenever I play a song, after like 10 songs it stops to play and exits from the app by itself.

(Fix) Remove Device Challenge

Add this in your tweak. This Allow sideloaded iOS YouTube app to sign in by removing device_challenge_request from the sign in payload.

// Credit: https://github.com/qnblackcat/uYouPlus/pull/398

%hook SSOService

+ (id)fetcherWithRequest:(NSMutableURLRequest *)request configuration:(id)configuration {
    if ([request isKindOfClass:[NSMutableURLRequest class]] && request.HTTPBody) {
        NSError *error = nil;
        NSMutableDictionary *body = [NSJSONSerialization JSONObjectWithData:request.HTTPBody options:NSJSONReadingMutableContainers error:&error];
        if (!error && [body isKindOfClass:[NSMutableDictionary class]]) {
            [body removeObjectForKey:@"device_challenge_request"];
            request.HTTPBody = [NSJSONSerialization dataWithJSONObject:body options:kNilOptions error:&error];
        }
    }
    return %orig;
}

%end

Siri isn't working

Siri can open the app, pause, resume, prev song, and next song. But can't play a new song or search for one.

Stutter at latest version

stutters while playing vid. I guess while automatically resolution changes and sometimes randomly. But it's annoying for sure.
Device:iphone 12 w/ios 15.0 and TrollStore

Unable to Sign in

Tweak version: 1.19
iOS version: 14.7.1
iPhone model: iPhone 6s
Jailbreak: Odysseyra1n

Tweak version: 1.19
iOS version: 14.4
iPhone model: iPhone 11
Jailbreak: unc0ver with fugu14 untether

In both these scenarios, I just get a sign in error on the latest YouTube music version, 5.23.1. Versions 5.20 and below launch, but youtube premium features don't work, like playing songs instead of radio. When I downloaded the IPA to install via filza, the app crashed.
I will be happy to attach logs or get any other information if possible, I just don't know where the logs are.

Thank you for your amazing work in this tweak!

Cannot login

Getting an error from google "You can't sign in to this app because Google can't confirm that it's safe."

How to use?

How to use it? Can you give use some steps?

Application binary is broken unable to sign

Signing error: unable to sign, Application binary is broken unable to sign, Application binary is broken

i receive this error when installing the ipa using appdb, they told me that the application is not valid, any solution please!

Simplifying selectable lyrics (and make it actually works on iPad)

%hook YTFormattedStringLabel

You will love it. ;)

@interface YTMLightweightMusicDescriptionShelfCell (Tweak)
@property (retain, nonatomic) UITextView *lyrics;
@end

%hook YTMLightweightMusicDescriptionShelfCell

%property (retain, nonatomic) UITextView *lyrics;

- (id)initWithFrame:(CGRect)frame {
    self = %orig;
    if (self) {
        UIView *container = [self valueForKey:@"_descriptionContainer"];
        self.lyrics = [[UITextView alloc] init];
        self.lyrics.backgroundColor = [UIColor clearColor];
        self.lyrics.editable = NO;
        self.lyrics.scrollEnabled = NO;
        self.lyrics.showsVerticalScrollIndicator = NO;
        [container addSubview:self.lyrics];
    }
    return self;
}

- (void)setRenderer:(id)renderer {
    %orig;
    YTFormattedStringLabel *lyrics = [self valueForKey:@"_descriptionLabel"];
    lyrics.userInteractionEnabled = YES;
    lyrics.hidden = YES;
    self.lyrics.font = lyrics.font;
    self.lyrics.textColor = lyrics.textColor;
    self.lyrics.attributedText = lyrics.attributedText;
}

- (void)layoutSubviews {
    %orig;
    YTFormattedStringLabel *lyrics = [self valueForKey:@"_descriptionLabel"];
    self.lyrics.frame = lyrics.frame;
}

%end

[FEATURE REQUEST] Add an EQ

Please consider adding a parametric or graphic EQ (the more bands, the better) for power users. Not sure why youtube doesn't include it anymore by default. I'd use it for headphone correction.

Can’t install

I having trouble downloading this app and even wen it is downloaded the tweaks is not loaded

Cant log in

When I open the app I'm stuck on the initial sign in screen because the sign in button doesn't do anything

Unable to login

The Google sign in issue isn’t fixed, I’m still unable to log in

Crash when locking screen/going to home

Hi, thank you for the wonderful ipa.
I have just one problem.
When I lock the phone/go to the home screen once, the app rarely crashes. (5%)
But when I turn on my phone/re-open the app and then lock my phone/go to the home screen again, the app crashes 100%.

It isn’t a complete crash since I can see the app in the multitask screen(double clicking home button), but the music stops and when I re-open the app, the music progress is reset.

doesn't work with trollstore (cannot sign in)

it works with sideloadly

using trollstore I am offered the sign-in screen then after typing in my email account I am getting a message from google.

using AppStore the app offers me to login using already found account on device

image

image

image

YTMusicUltimate 1.1.5 updated and fixed ipa (YTMusic v5.18) [Download Link]

Since the developer hasn’t updated or fixed the YouTube Music IPA, I decided to do it!

changes:

  • Updated YouTube Music ipa to version 5.18
  • This ipa shouldn’t cause errors whenever sideloading the app on Altstore hopefully. #1 Resolved
  • Black screen error shouldn’t happen no more unless it wasn’t because of the ipa. #5 No Clue
    August 9th 2022 - Edited the topic to fix spelling mistakes or missing words

YTMusicUltimate 1.1.5 - v5.18 IPA

Can’t sign in

Can’t sign into this app google can’t verify it’s safe

Play back speed bug

On the latest version when you kill the app and open it the playback speed don’t work unless you skip the song and then go back to the previous song

Version 1..2.7 not working

Had to downgrade to 1.2.6 again , the latest version just takes me to a black screen in the YTMusic app.

Specs:
iOS 14.0.1
iPhone 11
unc0ver 8.0.2

CarPlay Premium Support

Though the App itself shows in CarPlay, upon opening it results in a message stating "Premium Subscription Required"

Is this something that could be fixed to allow the use of the App in CarPlay?

Interestingly, if you force close the app on your iPhone, CarPlay very briefly switches to display the top header as if it is working, but then immediately switches back to stating Premium is needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.