Resourceful guys have developed a script that monitors tracks and as soon as it detects an advertising jingle, it immediately skips it. It also removes advertising banners.To configure it, click on the link https://developer.spotify.com/dashboard and we go under our account.Click Create an app, write any name and description.Go to Edit settings and put it in the Redirect URLs item http://localhost:8080/.
We save it.We copy the Client ID and Client Secret. You will need them when you first run the script.In the terminal, we write:git clone https://github.com/daspartho/SpotiByeAds.gitcd SpotiByeAdspip install -r requirements.TXT If you downloaded Spotify from an official source, you can skip this step. Open the main file.py and in the 77th line we write the path to the executable file Spotify.exe (it usually lies in the /AppData/Local/Spotify folder).
Open the app and launch the track. Run the script with the python command main.py or in the explorer in the SpotiByeAds folder.When you first run the script, it will ask for your name in the Spotify account, ClientID and Client Secret. After that, the script kills all running processes associated with the application and restarts it without advertising.According to the first observations, the window with the script should be open. The issue of adding to autorun has not yet been studied.
Quick Links
Legal Stuff