itunes

Mp3 duration doubling after mutagen.py edits in iTunes only

Mp3 duration doubling after mutagen.py edits in iTunes only Question: I am trying to create a python code that edits a mp3’s info and adds the title, artist, and album. This will make it so that when it’s opened in iTunes, I don’t have to manually add the info to the song. After I open …

Total answers: 1

How can I programmatically modify iTunes playlists on Windows?

How can I programmatically modify iTunes playlists on Windows? Question: I want to add local music files to an iTunes playlist on Windows 10. All other questions are from 2010, or they use Applescript, which is unavailable on Windows. I’d like to do this with Python, but I would be fine with any language. Is …

Total answers: 1

Lazy module variables–can it be done?

Lazy module variables–can it be done? Question: I’m trying to find a way to lazily load a module-level variable. Specifically, I’ve written a tiny Python library to talk to iTunes, and I want to have a DOWNLOAD_FOLDER_PATH module variable. Unfortunately, iTunes won’t tell you where its download folder is, so I’ve written a function that …

Total answers: 9