Dorian Mattar

Results 44 comments of Dorian Mattar

Sorry, I got that backwards, if we don't include these: #ifdef __cplusplus #endif ...then we can't compile. Once we include those, we can compile, but then we can't bring in...

I can't download BigSur 11.2.3, it just hangs there.

I opened an Azure account but there is no "Client ID", nor "secret". What I get is 2 Keys. Do we know where to find the client id and secret,...

Exactly the same here. Sent from my iPhone > On Nov 10, 2021, at 1:56 PM, steven-worrall ***@***.***> wrote: > >  > I'm having a very similar problem, the...

Same here! Looking for an alternative.

On MacOs there is a very simple set of code that does the trick. If you need it let me know.

Here you go… var currentSongArtworkDominantColor : NSColor? var useColorGUI = true extension NSImage { var dominantColor: NSColor? { guard let cgImage = self.cgImage(forProposedRect: nil, context: nil, hints: nil) else {...

Left this out… if useColorGUI { if let dominantColor = artworkImage.dominantColor { currentSongArtworkDominantColor = dominantColor print("Dominant color: \(dominantColor)") } else { print("Unable to determine the dominant color.") } } >...

Any luck with this?

If we can figure out why some m4a don't play, I don't see any issues.