Tom Carroll
Tom Carroll
After further investigating this issue, it appears whenever iTunes detects any changes that have been made to a 'Track' (i.e. Year, track number, album name, composer) metadata the entire iTunes...
I created a new variable right below 'self.songs' named 'self.byPID' and then at the end of the getSongs() function I added just below 'self.songs[int(trackid)] = s', 'self.byPID[s.persistent_id] = s' this...
I get a page not found on your project link above. Has it changed?
I do not see your project is active, nor can I find an active project by you using OpenLayers to render maps in Admidio. Do you have a link to...
Ah. Okay. I'm working on mine locally right now as a plug-in.
You would need to change all references from UI to NS to start. macOS does not use UIKit. It uses AppKit, so you'll have to start there. I don't see...