Albert Hoek · Stack Overflow

Score of 0

1 answer

42 views

Itunes script that sorts music into playlist based on their ratings

I want to write a script that works on iTunes. The idea is to be able to rate a song on my iPod Classic then when it syncs to iTunes the songs are sorted into one of 5 playlists based on their rating. ...

  • reputation score 1

Score of 1

0 answers

34 views

Handling iTunes events in PowerShell

I have a Windows PowerShell script (running under Windows 11) which polls the iTunes application on the local computer to find out the currently playing track. This could be handled more elegantly by ...

  • reputation score 263

Score of 0

1 answer

408 views

Use hashcat to appear Token length exception

Use the following command .\hashcat.exe -m 14700 -a 3 "$itunes_backup$*10*2d16f580921a8b3be93153ae5ce8d67afbd47069243820bfbda466c0a47502310d0814b83533c789*10000*...

  • reputation score 97

Score of 20

2 answers

19990 views

Complete Compliance Requirements for your apple account [closed]

I started facing this warning today Under the Digital Services Act, you must provide and verify information regarding your account. If you don't, there may be payment delays or your content may be ...

  • reputation score 9131

Score of 1

1 answer

235 views

Automating import of songs from a list into iTunes?

All my music is kept in a folder on my external HD called 'General Music'. I have a list of selected songs in a text file called 'SL'. I really want to import them into Music into a playlist called '...

  • reputation score 215

Score of 0

1 answer

157 views

Apple Music/iTunes English Capitalisation script - AppleScript

I'm trying to run the following script in the Apple Music app to use proper English capitalisation on the selected tracks (ignoring anything that is in all capital letters to start) So for example the ...

  • reputation score 371

Score of 4

0 answers

1485 views

Is there a way to submit podcasts to Spotify & iTunes via API?

I want to make an application which will automatically upload RSS feed to spotify and iTunes programatically, so that podcast will be available on these platforms as well. I couldn't find anything in ...

  • reputation score 65

Score of 1

1 answer

1888 views

How do I get a list of Episodes from a podcast using the Itunes API?

Im building a podcast player project, where you can find a list of podcasts, filter them by a search bar, and so on. Im supposed to be able to navigate to a podcast and once there, to show all ...

  • reputation score 11

Score of 1

0 answers

231 views

send POST request to Itunes API via Postman

For the Itunes Reporter API, I have an access_token and vendor_number. https://help.apple.com/itc/appsreporterguide/#/apd68da36164 I found some old Python code that was used to send API requests to ...

  • reputation score 3544

Read the original on stackoverflow.com ↗