The problem fixed itself. It was broken for two days, with me trying all the suggestions. I left it along for awhile and lo and behold it started working. It...
This is something I mentioned a long time ago on this list, but I figured I'd flesh it out more and check on the progress. Are there plans to resolve XSPF...
Hmmm that would mean writing a content resolver (I think that's what it's called) to take in a bunch of metadata and map it to a YMU song ID that we can play...
Not sure if this helps, but when you add songs that are on your hard drive to a playlist in YME - if that song is available in the unlimited library it records...
It is called a content resolver. We've built one for iTunes called Mobster. Basically it looks at the metadata in the xspf and searches the local iTunes...
I think you could do this today for YMU using the music search APIs. Don't they return xml which indicates whether or not the song is available in YMU ? -Dave ...
Yes..that audio search data includes the rights available for the songs. Daniel Baird Yahoo! Music | Senior Web Engineer - UI Lead <http://music.yahoo.com> Y!...
Very interesting. I'm going to look into this a bit more. I do think it would be nice if XSPF was natively resolved. It sort of makes sense since the playlists...
I have seen a couple people post regarding a 1.1 pre-release (i.e. build 290+) but have not been able to find where this is... can anyone point me in the right...
Does YME have any simple commands for external control via SendMessage(hwnd_YMusic,WM_USER,x,x)? I can't find any reference on the SDK page. Winamp has these...
Not via WM_USER, but via IRMPRemote: http://plugins.yme.music.yahoo.com/plugins/docs/interfaceIRMPRemote.html You can use this in your standalone app to...
Is there a way to sync (automatically) only those tracks that are downloaded onto my computer (and not those tracks that are simply bookmarked to stream). If I...
Ken, Thanks for the great suggestions... they are definitely on our roadmap. No automatic way, but manually you can sort the My Music view by Type, then ...
The 1.1 build hasn't yet been released to the general public and has only been given to a select group of developers for testing. A beta version should be more...
Hi, As others have posted, some players have trouble syncing with YME. This includes the new Gmini 402 (which I have). The Gmini requires its music to be in...
Hey lman817, Are you getting any errors? Have you upgraded to Framework 2.0? I had some problems running my plugin after I upgraded. Feel free to contact me...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ymedev group. File :...
ymedev@yahoogroups.com
Dec 22, 2005 4:23 pm
780
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ymedev group. File :...
ymedev@yahoogroups.com
Dec 22, 2005 4:30 pm
781
I'm having the same problem. It shows-up in the preferences, but not in the sidebar. I did try downloading the source (the prior version, not the version...
The shuffle() call should do just what you are saying - should not repeat tracks until they are all played. There are two types of shuffle, depending on what...
How would this look in VB.NET (2005)?... I've tried many various syntax changes but also have the same problem in that I can't get the plugin to show up in the...
... To: _serviceDrawer = CType(objServiceDrawer, Yahoo.MusicEngine.Interop.MediaPlayer.RMPServiceDrawer) In other words, drop the "Class" from the end. //Tomi...
Thank you for the response, you got me on the right track. I changed the first one and didn't notice the second one. After I changed the second I realized...
Ok, I've now got the plugin starting up fine, it appears on the left side and when the first track plays it updates the label's caption with the song artist &...
After researching for the last hour it appears I need to use either BeginInvoke or Invoke but I'm having trouble finding a straight forward example of using...
Sorry to spam, I'd still like to see an example of BeginInvoke to update the label but I've found a temporary workaround. I created a timer1 on the control...