PDA

View Full Version : Song title to file ("Now Playing")?


mahatma
05-26-2005, 08:35 AM
I need for simple solution to get current song artist/title[/album] into text file/pipe, not VBS. At least - example for Delphi or C++ how to get it.

Or I will be glad to get ready solution (.exe), sheduled (every 5 seconds, for example) or other refresh way, writing current artist/title[/album] into file. (for newsgroup "np" cookie)

Spoon
05-27-2005, 01:32 PM
Delphi should work with com objects easy, have a search on the internet how to use it with com objects.

donny
05-27-2005, 04:39 PM
in Delphi you first need to import the type library - that's how I did it - maybe there is a better way... then you can create and use the classes like in the VBS examples...

btw QueMaster saves the info like you get when you hover over the file to c:\qm.tmp

I'm planing to make something like this in the future for one to make support for EvilLyrics and similar programs...