INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How To Control MJ from external app?  (Read 1358 times)

PedroPhill

  • Regular Member
  • Member
  • *
  • Posts: 2
  • nothing more to say...
How To Control MJ from external app?
« on: November 07, 2002, 11:00:37 am »

Can someone help me with controling MJ from a normal exe file. I need to be able to read the song title, duration and other info if possible.
Is there any way how to do it (send message commands and so)?

Lets say in Delphi,VB, or at least C?

Could you mail me some examples? :)

Thanx you all,

Phill Phill@seznam.cz
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re: How To Control MJ from external app?
« Reply #1 on: November 08, 2002, 06:19:38 am »

You can't normally but there's nothing stopping you from creating a plugin that receives requests from an external program and returning the info you want.

I had the same problem in that in mIRC I wanted to tell people what I was listening to so in AV I created global hotkeys that copied what was playing to the clipboard.
Logged

PedroPhill

  • Regular Member
  • Member
  • *
  • Posts: 2
  • nothing more to say...
Re: How To Control MJ from external app?
« Reply #2 on: November 08, 2002, 11:29:03 pm »

Has someone got any plugin writen in delphi? I can't find any example on the net. :'( I'm not used to work in C.

Thanks,
  Phill
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re: How To Control MJ from external app?
« Reply #3 on: November 08, 2002, 11:40:35 pm »

I presume you have VB as you mentioned it in your original message so look at the BusyBox sample in the SDK download:

http://www.musicex.com/mediajukebox/DevZone/int_sdk.zip


That will tell you everything you need to know.
Logged
Pages: [1]   Go Up