Search found 4 matches

by JohnPaulJones
Wed Oct 13, 2010 6:38 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Script Device.StartSynch Not working
Replies: 3
Views: 4183

Script Device.StartSynch Not working

Hi All, I have the following code which should in theory send the new song to my ipod. The new SongList is created and works correctly, and the synchronisation kicks off - both the bottom bar in Media Monkey and the ipod show that a file (the correct one) is being synchronised. The sync never ...
by JohnPaulJones
Tue Oct 12, 2010 6:36 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Script - Send to Portable Device
Replies: 2
Views: 1345

Re: Script - Send to Portable Device

Trying to make a new plugin. I have used the following code to fire off the app, but I can't get the list of the attached devices. SongsDB.SDBApplicationClass SDB = new SongsDB.SDBApplicationClass(); SDB.ShutdownAfterDisconnect = true; I am then trying to get the list of devices by doing the ...
by JohnPaulJones
Mon Oct 11, 2010 10:25 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Automating 'Send to Device' Call
Replies: 0
Views: 856

Automating 'Send to Device' Call

Hi All,

I am hoping that someone can help. I have been looking for the code call to send a specific playlist to a device - specifically an iphone. Does anyone have any pointers?

Many thanks,

John
by JohnPaulJones
Mon Oct 11, 2010 9:00 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Script - Send to Portable Device
Replies: 2
Views: 1345

Script - Send to Portable Device

Hi All,

I am trying to find out how to send a play list to a device when it is plugged in. I am looking to do this using code if possible - any ideas?

Thanks,

John