Results 151 comments of jcm

You're seeing a crash at launch? The program shouldn't be asking for Accessibility privileges either. Feel free to link a crash log in here and I can take a look.

I tried to implement this in [0.2 beta 5](https://github.com/jcm93/jmc/releases/tag/v0.2-beta.5) by using NSPasteboard's writeObjects: method with an array of NSURLs, as the documentation suggests, but on my machine the drag behavior...

Views that emphasize albums and artists are planned. No timeline.

Good idea. I'll put this on the docket. Library exports in general are something I need to tackle, and supporting the iTunes XML format would indeed be useful. Side note,...

jmc doesn't do anything microphone-related at all. There is some code in AudioModule.swift which touches some low-level audio stuff to detect when the system audio output device changes, but I'm...

Hmm. I removed the listener block I mentioned but the alert is still triggered for some reason. The rest of the audio pipeline is super simple; it's just an AVAudioPlayerNode...

Hm, odd. Here's a video from my machine of fullscreen VLC with a 24fps video. I am still on beta 6 though, could this be somehow fixed in beta 7?...

This is quite odd. The issue is still occurring for me on macOS 13 beta 8: https://user-images.githubusercontent.com/6864788/192110510-099a96f0-d536-43f6-bd33-0b1032faea23.mp4 Just confirmed that it occurs with IINA as well, so it must be...

Figured something out. The issue disappears if I set my screen's refresh rate to 60 Hz instead of 'ProMotion.' Is your display 60 Hz perhaps @PatTheMav ? edit: Checked to...