Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-03 Thread Jeremy Nicoll
On Thu, 2 Mar 2023, at 22:33, Clayton Macleod wrote: > I pared the script down so that the only things it was doing was connecting > to iTunes to get the song library list and then doing a loop where it > printed song.Name for random entries 1,000 times using "try" so it would > continue if there

Re: [python-win32] possible data corruption when deleting iTunes playlist items

2023-03-03 Thread Jeremy Nicoll
Why did you not reply to the list where other people could see your reply? On Fri, 3 Mar 2023, at 16:46, Clayton Macleod wrote: > Well, the first thing I do is grab a list of the entire song library. Then > I create a playlist. The code says it uses an existing playlist unless it doesn't exist.