You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iTunes if I drag a track from the library on to the desktop it will copy the file there. Also in iTunes if I drag a track on to another app's dock icon, like Spek, it acts the same as if I opened the file from Spek. Would be nice to have this happen in jmc too. Thanks!
The text was updated successfully, but these errors were encountered:
I tried to implement this in 0.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 is not working correctly, leading to dock freezes and other weirdness. I'm not sure if this should work now or not.
In iTunes if I drag a track from the library on to the desktop it will copy the file there. Also in iTunes if I drag a track on to another app's dock icon, like Spek, it acts the same as if I opened the file from Spek. Would be nice to have this happen in jmc too. Thanks!
The text was updated successfully, but these errors were encountered: