bsplayer commands and show info in xlobby

Speak your mind

bsplayer commands and show info in xlobby

Postby marque on Fri Feb 11, 2005 12:11 pm

I read that for bsplayer it is possible to send info about status volume and position, is it possible to make an plugin to show that info in XL or use it just like winamp?
You can find the bsplayer sdk here

My eventgroup to control bs player with send message commands can be downloaded here (right click, save as....)
marque
 
Posts: 55
Joined: Thu Dec 09, 2004 11:18 pm

Postby stevenhanna6 on Fri Feb 11, 2005 7:33 pm

One of the major things I need to know when I use foobar and winamp, is the current playlist position...I cant seem to find that there. I also need to get the track position in milliseconds if possible.
stevenhanna6
 
Posts: 904
Joined: Tue Feb 18, 2003 10:39 am
Location: Ontario, Canada

Postby marque on Fri Feb 11, 2005 8:08 pm

Do you need something like this:
Code: Select all
// mov_pos = SendMessage(bsp_hand,WM_BSP_CMD,BSP_GetMovPos,0);
// available in BSPlayer version 0.84.484+
//
// Return current movie position in msec
#define BSP_GetMovPos  0x10101


It also seems that girder pugin called dvd spy can retreve alot of info from mediaplayers and show it in some osd's so maby it is possible to show it in x lobby to.

My knowledge of programming is very smal so I can not do that much myself but i'm sure this fauture wil make xlobby look very slick 8)
marque
 
Posts: 55
Joined: Thu Dec 09, 2004 11:18 pm