Adium

Ticket #5114 (closed enhancement: fixed)

Opened 2 years ago

Last modified 3 months ago

Drag 'n' drop songs from iTunes

Reported by: mrgann Assigned to: evands
Priority: normal Milestone: Adium X 1.3
Component: None Version:
Severity: minor Keywords:
Cc: Patch: None
Pending: 0

Description

Hi, it would be absolutely wonderful if I could drag and drop songs from iTunes not having to cmd-r it to find the actual song file then dragging it in.

(ok i dont really get it how to use this website, it might have been a mistake to put this here - then sorry)

Change History

09/11/2006 05:05:54 PM changed by edr1084

  • type changed from defect to enhancement.
  • milestone set to Sometime after 1.0.

05/15/2008 08:38:07 AM changed by djmori

05/26/2008 09:16:24 AM changed by evands

  • owner changed from nobody to evands.
  • status changed from new to assigned.
  • patch_status set to None.
  • pending changed.
  • milestone changed from Good idea for "later" to Adium X 1.3.

I wanted a friend to send me some MP3s today. I was very annoyed that my instruction to "just drag them from iTunes; I expect Adium will Do the Right Thing" didn't work.

05/26/2008 09:17:26 AM changed by evands

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [23663])

  • Handle dragging from iTunes to the contact list and message window/message text entry view, using [23662]'s -[NSPasteboard(AIPasteboardAdditions) filesFromITunesDragPasteboard]. Fixes #5114
  • Cleaned up some ugly pasteboard analyzing code in AIAbstractListController

06/10/2008 09:39:52 PM changed by Félix

That pretty much kills my sendtune xtra. D:

06/12/2008 07:28:29 PM changed by zacw

  • status changed from closed to reopened.
  • resolution deleted.

This does not work in the message window area, only in the input line.

06/13/2008 07:04:58 PM changed by evands

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [23954]) Added AIiTunesTrackPboardType to the drag types the webkit message view knows about and can therefore pass on to the text view. Fixes #5114