2,288 questions
Advice
0
votes
1
replies
34
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. ...
1
vote
0
answers
31
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 ...
0
votes
1
answer
401
views
Use hashcat to appear Token length exception
Use the following command
.\hashcat.exe -m 14700 -a 3 "$itunes_backup$*10*2d16f580921a8b3be93153ae5ce8d67afbd47069243820bfbda466c0a47502310d0814b83533c789*10000*...
-2
votes
1
answer
303
views
Adding sqlite file from itunes backup to DB Browser - "Could not open database file"
I am trying to get all messages from my iPhone on my computer. To do so, I have done a full iTunes backup to my windows computer. From some online research I found that the file name "...
0
votes
1
answer
109
views
Using AppleScript in Music/iTunes, how do I find the next tracks to be played?
I'm trying to write AppleScript that will find which tracks Music will play after the current track, that is, the upcoming tracks.
I can easily find all tracks of the current playlist, look for the ...
20
votes
2
answers
20k
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 ...
0
votes
1
answer
76
views
AppleScript. Probably unjustified complication of syntax. iTunes play count import from xml
I'm new to AppleScript, I've only been practicing for a couple of weeks. I wrote a code that transfers information from an imported xml file (actually more like a plist) from the Music application (...
0
votes
1
answer
127
views
System.IO.FileNotFoundException: Could not load file or assembly 'Interop.iTunesLib, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null'
I'm trying to access iTunes using C#.
The steps are to write a dll in C# and execute it with TypeScript using Overwolf API.
What I did
Generate .dll
I introduced iTunesLib based on this. Sorry for the ...
1
vote
1
answer
220
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 '...
0
votes
2
answers
138
views
It is possible to write an Applescript droplet which can take mp3 files and retag them based on the file's name?
Is anyone able to write an Applescript as the basis to create a droplet app that when I drop a bunch of mp3s on it, it uses the filename pattern "TITLE - ARTIST - YEAR" to change the id3 ...
1
vote
1
answer
796
views
What is the Best Approach for Scraping Podcast Feed URLs from the iTunes API?
I'm working on a script to scrape podcast feed URLs from the iTunes API using the search and lookup endpoints. However, I've noticed that for some podcasts, the API does not provide the feed URL. This ...
0
votes
1
answer
152
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 ...
4
votes
0
answers
1k
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 ...
1
vote
1
answer
2k
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 ...
1
vote
0
answers
227
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 ...
