Search the web
Sign In
New User? Sign Up
ymedev · Yahoo! Music Engine Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 659 - 691 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
659
Hey all, I'm finally getting around to posting some plugins on the plugins site. Sorry for the delay, life's been getting away from me lately. Please let me...
ian c rogers
iancrogers
Offline Send Email
Oct 2, 2005
2:13 am
660
Hi Ian, can you put LyricsHog up there? URL is http://www.sicolo.com/lyricshog Thanks Jim _____ From: ymedev@yahoogroups.com [mailto:ymedev@yahoogroups.com] On...
James Sicolo
jsicolo
Online Now Send Email
Oct 2, 2005
4:13 am
664
YME always changes my WMP settings, particularly those on the Library tab ("Retreive Additional information from the Internet" gets unchecked) and from the...
unndunn
Online Now Send Email
Oct 4, 2005
5:15 am
665
... Jump into the IRC channel that is setup and talk with Ian. irc.landoleet.org #yme...
mrbigglesworth8u
mrbiggleswor...
Offline Send Email
Oct 4, 2005
10:05 pm
666
Hi Ian, Hope I have the right post here, but am trying to find out how to get my gigs code onto the music engine. It collects gigs through data from my sites...
ukmusicsearch
Offline Send Email
Oct 5, 2005
1:59 pm
667
Hi, I was wondering if anyone knew how to automatically remove missing files from the library. I have a large mp3 player that I move the downloaded files to,...
James DuRant
jimmydu3
Offline Send Email
Oct 7, 2005
11:48 pm
668
I would love this information as well. Most of the creation is cut and dry but it would be neat to see what all the options are for "compositelabel". I would...
G Funk
gandolf_foo
Online Now Send Email
Oct 10, 2005
9:44 pm
669
I am writing a plugin to perform my own syncronization with my mp3 devices. Is there a way to make sure that the auto-sync feature of yme does not get turned...
Steve in Indy
stepor
Offline Send Email
Oct 11, 2005
1:06 pm
670
I am writing a plugin to perform my own syncronization with my mp3 devices. Is there a way to make sure that the auto-sync feature of yme does not get turned...
Steve in Indy
stepor
Offline Send Email
Oct 11, 2005
1:07 pm
671
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 : /Terminal.rar ...
ymedev@yahoogroups.com
Send Email
Oct 11, 2005
5:54 pm
672
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 : /Terminal0.rar ...
ymedev@yahoogroups.com
Send Email
Oct 12, 2005
3:32 pm
673
I'm creating a Web plugin (javascript) for manipulating playlists. I'd like to create a brand new playlist programmatically. But, for the life of me, cannot...
David Ciemiewicz
david_ciemie...
Offline Send Email
Oct 13, 2005
6:04 am
674
var myNewPlaylist = window.external.CreatePlaylist(); ... for the ... documentation. ... ("foobar") ... playlist ... ...
dbrown0710
Offline
Oct 13, 2005
5:22 pm
675
I tried getting the preference page using .net interoperability and this call: HRESULT IRMPPreferencePageManager::Item ( LONG index, [out, retval] IUnknown...
Steve in Indy
stepor
Offline Send Email
Oct 14, 2005
10:22 am
676
I know a bunch of people have had an issue with this. Is there a better way? Is this supported? In the registry: ...
Steve in Indy
stepor
Offline Send Email
Oct 14, 2005
10:32 am
677
Hello: I have major problem setting up the List View control to display in plug-in. I create dialog just like you development show. Next, I drop in a LIST...
mikexyz_5000
Offline
Oct 15, 2005
4:09 am
678
Hello: I have major problem setting up the List View control to display in plug-in. I create dialog just like you development show. Next, I drop in a LIST...
mikexyz_5000
Offline
Oct 15, 2005
4:12 am
679
Hello: I fix the problem:) I just initialize wrong information:) All I have to do is to modify this two lines. m_lstPlayList.ModifyStyle(0, LVS_REPORT |...
mikexyz_5000
Offline
Oct 15, 2005
4:47 am
680
Hello: I am doing a crash course on YME SDK. I am develop a small plug-in into YME. I have a album in the "My Playlists" --> "Love Song Album". In my plug-in,...
mikexyz_5000
Offline
Oct 15, 2005
4:28 pm
681
Hello: Any support code ATL and C++ code that relate to this message is helpful. Mike...
mikexyz_5000
Offline
Oct 15, 2005
4:55 pm
682
Hello: I am looking into the IRMPPlaylistManager interface. I think this how you get the album information. Do you have any source codes to support retriving...
mikexyz_5000
Offline
Oct 15, 2005
4:57 pm
683
Hello: I am writing a plug-in in ATL and COM. I would like to know what SDK API to get the Track, Title, Artist, Albrum, and Genre. If the user drag-drop an...
mikexyz_5000
Offline
Oct 15, 2005
5:02 pm
684
Hello: I cannot get do drag-n-drop from "My Playlists" --> "Love Song Album" to drop into my plug-in kick off the OnDropFiles(..) event. I think YME have bugs...
mikexyz_5000
Offline
Oct 15, 2005
5:51 pm
685
Hello: I need to know what type of format for FORMATETC structure of the "My Playlist" during your drag-n-drop. I need to received properly during ...
mikexyz_5000
Offline
Oct 15, 2005
8:37 pm
686
Hello: I fix the problem by not using the DragAcceptFiles(); call. Instead, I use IDropTarget to do drag-n-drop. Mike...
mikexyz_5000
Offline
Oct 15, 2005
8:40 pm
687
... http://plugins.yme.music.yahoo.com/plugins/docs/interfaceIRMPMediaDat abase.html#a19 ... ...
dbrown0710
Offline
Oct 15, 2005
9:21 pm
688
I have been building a song selection engine that while not designed for YME would I think work well with yme. Earlier this year I asked about how to tell yme...
hank williams
hank777williams
Offline Send Email
Oct 16, 2005
2:22 pm
689
Hello: Do you have a sample codes for these in ATL and C++? I saw the API, and have little confusion on the Playlist query Disp area. Mike...
mikexyz_5000
Offline
Oct 16, 2005
3:11 pm
690
Hello: OK, this is go direct to Yahoo developers. You read this, I would like to know what is the FORMATETC structure format during drag-n-drop in the PlayList...
mikexyz_5000
Offline
Oct 16, 2005
9:28 pm
691
Hello: I see you have drag-n-drop in new engine. I would like to know what is your FORMATETC structure format during drag-n-drop in the PlayList album name. ...
mikexyz_5000
Offline
Oct 17, 2005
2:04 pm
Messages 659 - 691 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help