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

Spotifree Pauses and Unpauses Songs constantly #111

Open
christophhillisch opened this issue Apr 22, 2020 · 17 comments
Open

Spotifree Pauses and Unpauses Songs constantly #111

christophhillisch opened this issue Apr 22, 2020 · 17 comments

Comments

@christophhillisch
Copy link

I just updated to the new Spotify 1.1.31.703.g256add22 client and when Spotifree is running my songs just pause/unpause all the time. When I click the spotifree symbol in the menu bar the songs play normally and go back to pausing/unpausing when I click anywhere else again.

Is it possible that Spotify patched this in to counteract spotifree?

@syswe
Copy link

syswe commented Apr 22, 2020

#105 (comment) he did comment that, maybe you can check this repo alternatively; https://github.com/simonmeusel/MuteSpotifyAds

@OLHMWI
Copy link

OLHMWI commented Apr 24, 2020

I have exactly the same issue, it all started when spotify kept indicating there was no internet connection when there was, saying 'error 4'. Now, I get the constantly skipping/pausing every single second.

@richard-j-c
Copy link

richard-j-c commented Apr 26, 2020

I don't know if this will help diagnose the issue, but if you open the spotifree menu on the menu bar (ie click it), as long as the menu bar is visible the issue disappears.

see @OLHMWI below. This is no solution as ads will play

@OLHMWI
Copy link

OLHMWI commented Apr 27, 2020 via email

@chukShirley
Copy link

I've also noticed that if you select "Check for updates..." the dialog box appears that says you're up to date. As long as that dialog is visible, the pause/unpause behavior doesn't occur. Just drag that window down out of the way, and you can continue working on other things.

@OLHMWI
Copy link

OLHMWI commented Apr 27, 2020 via email

@OLHMWI
Copy link

OLHMWI commented Apr 27, 2020 via email

@jamespstyles
Copy link

deleting and re-downloading the previous version of Spotify https://mac.filehorse.com/download-spotify/14594/ works

@Ostico
Copy link

Ostico commented Apr 29, 2020

Something wrong happens with new Spotify version.

Maybe this if condition fails(?):
https://github.com/ArtemGordinsky/Spotifree/blob/master/Spotifree/SpotifyManager.swift#L68

I suppose spotify do not change to zero the track number anymore.

@packarar
Copy link

@Ostico I think you are on the right track.

I debugged this locally and it appears that the track number is always 0 except for right after a PlaybackStateChanged event fires, and then it goes back to 0.

The loop that checks the track number notices that it is 0, calls the mute method, which triggers a PlaybackStateChanged event, which sets the track number temporarily to the correct value, which triggers an unpause, and on and on it goes forever.

I tried running with the track number check removed and it seemed to go back to the expected behavior. I assume that this check was added for a good reason, though, so I doubt that's the right solution.

@alexcican
Copy link

alexcican commented May 20, 2020

For those who are still having a problem, I managed to get it working by installing an older version of Spotify.

Steps to solve it:

  1. Download an older version of Spotify (1.1.29) from here and overwrite the Spotify app in Applications. (keep the file in case anything goes wrong)
  2. Go to Spotify > About make sure you see version 1.1.29…
  3. Spotify downloads the latest version in the background and upon restart, it installs the latest version, so you will be back to where you started. To fix that:
    • Go to Applications > Spotify > right-click > Get Info
    • In Sharing & Permissions (bottom section) > make all privileges: Read Only
    • Check option Locked
  4. Enjoy your legacy ad-free experince :)
    Edit: fixed order of steps

@sbussard
Copy link

sbussard commented May 20, 2020

I've never seen that download website before, so I used Mac command line tools to verify its signature. Checks out.
https://www.macissues.com/2015/11/06/how-to-verify-app-signatures-in-os-x/

You have to make it read only before you lock it.

Also, thank you!

@conradhall77
Copy link

Hi all, I'm new here. So any solution about have spotifree back working that is not downloading a old version of spotify?

@OLHMWI
Copy link

OLHMWI commented May 21, 2020 via email

@packarar
Copy link

packarar commented Jun 2, 2020

Am I crazy or is Spotifree working as expected again?

@conradhall77
Copy link

conradhall77 commented Jun 3, 2020 via email

@thenexus00
Copy link

If you note the main page this is now discontinued. I think the original developer has not the time/ or able to fix the issue.
It happens on other similar apps and I believe Spotify made a conscious change to try and stop these from working.

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

No branches or pull requests