-
Notifications
You must be signed in to change notification settings - Fork 773
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
Bypassing the "premium only" restriction on the device picker #93
Comments
I tried to unlock this limitation, but it's not clear yet how stable it works. To start testing you need
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -testconnect" |
they do not restrict all devices, for example, try running Spotify on android |
Added a new test incoming parameter |
Alr will test it asap |
seems like there is an issue |
@Gam3rrXD |
o ight |
Does switching the audio stream to the phone work? |
yea that works |
the only issue is spicetify |
Okay, I'll look for the cause. |
alr thanks :) |
strange, I have it working together with spicetify |
All I have is the dribblish theme, when I install spiceify and run the patch it does the error where it can't find contentpicker4 in xpui.js |
what is the dribblish theme and how is it installed? |
It's just a spicetify theme which is just put into the themes folder and I update using "spicetify apply" |
do you have a link to this theme? |
Weird, installed the dribblish theme but the error still doesn't reproduce and the installation of spicetify is standard through this command? iwr-useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex |
Yes I used that command |
I am using a custom colors.ini file though |
can you share your |
alright |
its not letting me upload directly to github |
Now it’s clear what’s the matter, you have Spotify version 1.1.90, but you need 1.1.91 |
oh alright let me try again |
i did that twice |
spicetify also needs to be completely uninstalled and installed fresh |
did that too but will try again |
yeah same issue complete uninstall and reinstall |
You have something restoring the old xpui.js file, most likely this is done by spicetify, completely remove the spicetify folders from Local and Roaming, also completely remove Spotfiy itself You can use this patch to uninstall Spotify completely |
ok i pinpointed the issue, i installed spicetify and it worked Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/install.ps1" | Invoke-Expression |
@amd64fox i found the issue 100%, there is really no issue. After the patch says that i open spotify and wahla it works just fine. The main thing is the patch thinks it didnt work even tho it did. |
Let's end here, as this is a completely different problem. |
alr |
I believe this issue can be closed as it is working without bugs. |
There were no reviews about the work of this feature except you Do you really think it's worth running this for everyone? |
No one reported a new issue, which means at the moment there is no one that is experiencing and error and either they don't care or they didn't report. If a new issue arises they can just make a new issue on the repo. |
ok i will add it tomorrow for everyone |
Alr thanks 😊 |
Actually, I just tried the new patch and I believe there's still some work to be done: I tried to connect to the same device posted in the original issue(I also have a Yamaha RX-A730) and I clicked connect but spotify would just say connecting and the receiver says "need premium"(image attached of issue): I believe there's more work to be done in order to trick any device into really thinking that the cast to device feature is unlocked. |
In this case, as I understand it, a premium check is used through the server, so it’s impossible to bypass it here, as well as set a very high quality for listening to music, all these are server functions that cannot be deceived. But not all "connect" devices do this check. |
- device picker unlock added for everyone #93
added for everyone, let's see the reaction |
📝 Adding the ability to cast to Premium devices
📷 Screenshots
The text was updated successfully, but these errors were encountered: