English | Español |
Spotify is a digital music service that gives you access to millions of songs. 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes nearly 300 optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. ohmyzsh/ohmyzsh.
Using OSX log system I can listen to Spotify events. Read the events and check if an Ad is about to be played. If the event is an Ad about to be played automatically turn down the volume way down (if we mute it Spotify will detect it and stop working properly after a while). If the next event is a song, restore volume. 5.0k members in the EveryLittleAnimation community. In this subreddit we are passionate about all those tiny & subtle UI animation gems. The app has the option to 'enhance copy' the current track information and that will include a spotify:// link that leads directly to the app. It also includes one-click links for queueing the track and playing the track directly, operations which otherwise would take many clicks to perform.
I use Spotify on my computer from time to time but I hate when the Ads start playing.
I don’t mind having a break between a few songs, but I don’t wanna hear the Ads, so I decided to create a small script to hack it.
Important: This script works ONLY with the App version of Spotify on Mac. It doesn’t work on the web version
- Open the application Terminal. Search it inside your Applications folder or using Spotlight search (cmd+space bar) and type terminal.app
Inside that white window (that’s the terminal app) paste this command and then hit enter
- This will create a new folder inside your Home folder called
MuteSpotifyAds
and will place a new file calledNoAdsSpotify.sh
To run the program just copy and paste the code below in the terminal and hit enter
- Open Spotify App and enjoy!
- After you’re done listening to your tracks you can close this application by closing the terminal app. Remember: You need to run this program the next time you open Spotify if you want to mute the Ads (steps 1 and 4)
- Go to your home folder (the one with the 🏠 icon) using the Finder
- Make sure you’re not running the program (step 6 in the list above)
- Find the folder called
MuteSpotifyAds
and delete it.
I used to have all the Spotify Ads DNS blocked but that stopped working.
Besides, I was bored that Saturday noon and I wanted to give it a try.
- Using OSX log system I can listen to Spotify events.
- Read the events and check if an Ad is about to be played.
- If the event is an Ad about to be played automatically turn down the volume way down (if we mute it Spotify will detect it and stop working properly after a while).
- If the next event is a song, restore volume.
Here’s the repo if you want to know more:https://github.com/gdi3d/mute-spotify-ads-mac-osx
Contact me https://getadvice.github.io/adriano.galello.html you have my LinkedIn contact there, feel free to send me a message.
Algunas veces utilizo Spotify pero no soporto los anuncios que ponen.
No me molesta tener una pausa después de algunos temas, pero no quiero escuchar esos anuncios feos. Así que decidí crear un script para solucionarlo.
Importante: Este script SOLO FUNCIONA para la aplicación de Spotify en Mac. No funciona para la versión web
- Abre la aplicación Terminal. Busca dentro de tu carpeta de Aplicaciones o utilizar el buscador (cmd+barra espaciadora) y escribe terminal.app
Dentro de esta ventana con fondo blanco pega el comando de aquí abajo y presiona enter
- Esto creará una nueva carpeta en tu Home llamada
MuteSpotifyAds
y dentro tendrá una archivo llamadoNoAdsSpotify.sh
Para correr el programa copia y pega el comando de aquí abajo dentro de la misma terminal y presiona enter
- ¡Abre la aplicación de Spotify App y listo!
- Cuando acabes de escuchar tu música puedes cerrar el programa. Simplemente cierra la ventana de la terminal donde está ejecutándose el programa. Recuerda que la próxima vez que quieras escuchar música sin anuncios deberás volver a correr el programa (Pasos 1 y 4 solamente)
- Ve a tu carpeta de Home (🏠)
- Asegurate de que este programa no esté corriendo (Paso 6 en la lista anterior)
- Busca una carpeta llamada
MuteSpotifyAds
y eliminala.
Solía tener bloqueados todos los anuncios a través de DNS pero después de un tiempo dejó de funcionar.
Además, era Domingo, estaba aburrido y queria probar si podía hacerlo de esta forma.
- Usando los registros de log de OS X puedo observar los eventos lanzados por Spotify.
- El programa lee los eventos y comprueba si lo que está por sonar es un anuncio o un tema.
- En caso de que sea un anuncio automáticamente se baja el volumen de Spotify a casi cero (Si lo ponemos en 0 Spotify lo detecta y deja de funcionar después de un tiempo).
- Cuando el anuncio acaba y comienza una nueva canción se vuelve a subir el volumen
Aquí está el repo si quieres saber más:https://github.com/gdi3d/mute-spotify-ads-mac-osx
Spotify App Username
Contactame https://getadvice.github.io/adriano.galello.html Puedes ver mi LinkedIn alli y enviarme un mensaje.