jcm93 / jmc

jmc - a new macOS media organizer
Other
493 stars 21 forks source link

Drag track(s) from library to other apps [Feature Request] #25

Open colin-marshall opened 6 years ago

colin-marshall commented 6 years ago

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!

jcm93 commented 6 years ago

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.