Macro that skip songs

yehi

New member
Hello everyone,
I've been using a script with Macrodroid to skip songs playing in the background on Apple Music, but I'm running into some issues.
  • The script needs to skip the current song after it has played for at least 30 seconds.
  • The skip to the next song should happen at a random time between 45 and 75 seconds.
  • This process should repeat 8 times, then pause.
  • After a 10-minute break (starting from the beginning of the process), the script should restart.
In essence, it's a loop where each iteration consists of a random delay (within the specified range), verification to ensure the song has played for the minimum time, followed by the skip action. After the first skip, there's a pause for 10 minutes, and then the loop restarts.
Would someone be interested in assisting with this?
 

dhj49er

Well-known member
Hello everyone,
I've been using a script with Macrodroid to skip songs playing in the background on Apple Music, but I'm running into some issues.
  • The script needs to skip the current song after it has played for at least 30 seconds.
  • The skip to the next song should happen at a random time between 45 and 75 seconds.
  • This process should repeat 8 times, then pause.
  • After a 10-minute break (starting from the beginning of the process), the script should restart.
In essence, it's a loop where each iteration consists of a random delay (within the specified range), verification to ensure the song has played for the minimum time, followed by the skip action. After the first skip, there's a pause for 10 minutes, and then the loop restarts.
Would someone be interested in assisting with this?
It's often easier to help when a macro or a screenshot of a macro is posted.

Do you have a macro that you could share?
 
Top