INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: CBullock on April 18, 2003, 03:12:24 pm

Title: Question from a newbie
Post by: CBullock on April 18, 2003, 03:12:24 pm
How would I go about displaying on a webpage what song is playing on Media Jukebox currently?

I posted this in the MJ8 forum before realizing version 9 was out... :-/
Title: Re: Question from a newbie
Post by: KingSparta on April 18, 2003, 03:15:47 pm
>> How would I go about displaying on a webpage
>> what song is playing on Media Jukebox currently?
why?
Title: Re: Question from a newbie
Post by: CBullock on April 18, 2003, 04:05:54 pm
Just so people can see what I am listening to at the moment.  Silly thing, but something I want to do anyhow...
Title: Re: Question from a newbie
Post by: CBullock on April 19, 2003, 07:17:00 am
I take it then that this is not possible?  ?
Title: Re: Question from a newbie
Post by: jj.oneil on April 19, 2003, 07:33:05 am
I've just been playing with the WebRemote plug-in, but only on my home lan behind a firewall.

You may be able to do something with that, but do you really want anyone from the internet connecting to your machine?

JJ
Title: Re: Question from a newbie
Post by: CBullock on April 19, 2003, 07:45:31 am
I wass moe thinking that if there was some way to gleen the title and artist of the track currently playing, I could use a PHP include to display it on my remotely hosted website.  So the remote user would not actually be tapping into my machine, just reading some html on a web page.
Title: Re: Question from a newbie
Post by: Deivit on April 19, 2003, 08:36:00 am
Well, there is the "listening to" button in MJ8 (and hope also in MC9) that copies the info of the song currently playing to the clipboard. Don't know if you can start from it...

----
Listening to: 'My Funny Valentine' from 'Take Your Pick' by 'Howard Alden' on Media Jukebox
Title: Re: Question from a newbie
Post by: CBullock on April 19, 2003, 08:46:09 am
Hmm, possibly.  I will have to take a look at that.  Was hoping for something more dynamic though.  
Title: Re: Question from a newbie
Post by: KingSparta on April 19, 2003, 09:03:07 am
well maybe a plug-in could be made but i see no intrest in doing so.
Title: Re: Question from a newbie
Post by: dougc on April 19, 2003, 09:27:59 am
You could do it be creating a display plug-in.  You can get the SDK from this page http://www.musicex.com/mediajukebox/developers.html.

I haven't done one of these but it looks like it would require Visual C++ or equivalent.  It would probably be a good learning experience if you haven't done anything similar before and have interest.