How does the UPnP plugin hand off the stream to YME? I suppose it's got something to do with IRMPPlayback, but I don't know in what way. I'd like to see if I...
To have YME play a url, just create an IRMPMediaObject whose path is the URL to the file/stream, add it to a playlist, and IRMPPlaylistEngine::Play(). -Dave...
That's very weird. We've seen the other way around. USB works, but no firewire. Which iPod do you have? How old? If you have iTunes installed, make sure...
So this problem ended up just being COM interop ignorance on my part. I was trying to cast COM objects to their interop counterparts (in C#) using "as" rather...
... An iPod mini, about 4 months old. ... I do. ... I don't usually have iTunes running these days as I'm playing around with YME :) The iPod service is...
... And since DAAP is basically HTTP, this ought to be drop-dead simple! But how does YME deduce the encoding of the song? I can request it using DAAP, but the...
You can set the media type when you create the media object. See IRMPMediaPlayer::CreateMediaObject2(). If the media type isn't recognized by YME, it will...
I have been experimenting with the DLL C++ Hello World plug-in. I do not see the RMPPluginLib 1.0 Type Library<1.0> using the wizard. I am using VS C++ 6.0,...
You sure you selected to get the typelib from the FILE, not the registry? If it still isn't working, it's probably a bug in VC6. In that case, just go to step...
I did a fairly comprehensive scan of the available YME interfaces & callback protocols. I didn't find anything that would let me inject myself into the audio...
Hi, No the interop assemblies do not need to be com registered, only your plugin that you make. If VS is handling the registration properly you will see the...
I was successful (not that it was too difficult) in adding a preferences dialog for my plugin, however, it doesn't look all that great. First, how do I get...
... No problem adding them to SF at all. That's the perfect place for them. If you want to place them there, I'm happy to make links to the projects from the...
Well, regardless of the SF question, I'll agree that I think we still need a YME-specific community site with a list of active projects and a known bugs area....
My YME running on my laptop has some screwy UI controls (see attached pic). I've tried uninstalling and reinstalling the player, and they always come back. My...
Thanks Daniel, I thought that too but I can't find the skin! Nothing appears in the Skin drop-down under preferences, and I can't find the file manually - nor...
Look for the file YbSkin2.dll. Registration of that probably failed for some reason. Make sure you dont have Messenger running and try registering that dll...
... Yeah, I did. I wouldn't be suprised, though, if there were some other silly error on my part that caused things not to work. Thanks for your help! cp...
Thanks Ian, nice addition to the FAQ, as I browse boards about YME, I see others are experiencing this issue. So you know, the suggestions aren't working....
During Initialize, I programmatically add UI components and update a RichTextBox. I'm making all UI changes using the InvokeRequired/BeginInvoke construct....
I just posted YME Now Playing Screensaver to the plugin database. It is a screensaver that shows album art and information about the currently playing song. It...