Posts

Post not yet marked as solved
0 Replies
282 Views
Hello fellow devs,I have an app that I was working on to help me sync my iTunes library to different devices.For that purpose I was using an ITLibrary object, specifically the musicFolderLocation() function.However, after upgrading to Catalina, the location is all wrong. Instead of /Users/[me]/Music/iTunes/iTunes Media I am getting /Users/[me]/Music/1iTunes/iTunes Media. I don't know where the 1 is coming from.I tried moving my library around to different places to see if the location changes, but it stayed the same.If I retrieve my playlists with library.allPlayslists() and iterate through the items, all of the files have the correct location.Only the musicFolderLocation() gets me the wrong path.Any idea what the problem is or where the path is saved in the system?Do I have to delete caches anywhere or set system-wider variables?I am kind of confused as how this is supposed to work.Kind RegardsSG
Posted
by SlawaG.
Last updated
.