INTERACT FORUM

Please login or register.

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

Author Topic: G-Force, WhiteCap, and JRiver...  (Read 10639 times)

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
G-Force, WhiteCap, and JRiver...
« on: February 04, 2004, 10:04:49 pm »

Hi there... my name is Andy O'Meara and I author two visual plugins called G-Force and WhiteCap for all the major media players out there right now (itunes, WMP, winamp, etc).  G-Force in particular has seen a lot of places and players and has done really well.  

I'm finally following up on periodic jriver user emails asking me to support the jriver media player and media center.  the user base seems to enjoy and stand-by these products and i've noticed GF and WC would seem to be well received by a lot of the folks here (and the ppl who've been emailing me).  Anyway, please drop me a line or share here any thoughts or comments you have on this.

Andy
Logged

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
Re:G-Force, WhiteCap, and JRiver...
« Reply #1 on: February 04, 2004, 11:01:07 pm »

     I just looked over the plugin API--it's class based, and that's a huge strike against JRiver (think it's any mystery why all the vis plugins are written for winamp and not WMP--winamp has a static C-based API).  Contrary to what MS want folks to think, there's other Win32 IDEs out there (I use Metrowerks).  Frustrating.  I went thru the work of making a MS Studio-made glue DLL between WMP's class-based plugin API (similar to JRiver's) and my DLL because--well, MS compensated me for it.  Anyway, unless anyone is willing to help make some glue between their API and mine, there's no way I can the support the time it's gonna take to draft, test, and refine this glue.  The G-Force and WhiteCap interface is a very nice, tidy, and well-documented C API if there's any takers.

Andy
Logged

scott_r

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 306
Re:G-Force, WhiteCap, and JRiver...
« Reply #2 on: February 04, 2004, 11:35:15 pm »

Greetings Andy!
It's great to have you here! I used G-Force a lot in my "old days" of Winamp, it was a great vis and it is one of the things I have missed since converting to MC.

As much as I would just love to finally see some decent visualisations for MC, I doubt very highly that JRiver will compensate you for your efforts to make your vis work with MC. They have been quite clear about their intentions regarding visualisations, which pretty much boil down to "here is the SDK, it's up to you if you want visualisations". I also doubt they will change the visualisation SDK.

I created the MC XML Export plugin using the MC Interface Plugins SDK and it has been a trialling time for me and other third party developers trying to convince JRiver to better support their SDK. If you read through a few of the threads in the Plugin Development forum you will get what I mean.

It is sad, as there is a huge user base that would love to see some decent vis plugins created for MC, but like I said, don't look to JRiver for payment. I don't know how others would feel, but I would be more than happy to pay $5-10 for a good working version of some well-known visualisations. Maybe there would be enough people with the same mind-set that you could make it feasible. Maybe not.

Welcome to the Media Center community,

Scott.
Logged

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
Re:G-Force, WhiteCap, and JRiver...
« Reply #3 on: February 05, 2004, 01:41:54 am »

I doubt very highly that JRiver will compensate you for your efforts to make your vis work with MC.

Shoot--that's not how i ment to come off at all.  I meant to say that I'm looking for support, not compensation (i just brought that up to justify that the level or work req'd for someone who doesn't know the framework and doesn't have the IDE is far from trivial, nothing more).  I've been developing my stuff for years as freeware, so hopefully that's convincing evidence that I'd love to see G-Force and WhiteCap for MC for free--it's just that it's not in the realm of the possible for me to do the glue as long as they only have a .NET OOP framework.
Logged

scott_r

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 306
Re:G-Force, WhiteCap, and JRiver...
« Reply #4 on: February 05, 2004, 03:32:29 am »

Quote
Shoot--that's not how i ment to come off at all.

Oh, ok :)

Well who knows - if I had some spare time in my life I'd be more than willing to help - maybe there are others here who would. I'm sure you'd get all the support you needed from the community. Please post some more details on what is required for you to get the ball rolling.

Good luck,

Scott.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71348
  • Where did I put my teeth?
Re:G-Force, WhiteCap, and JRiver...
« Reply #5 on: February 05, 2004, 07:31:53 am »

Hi Andy,
I'm with JRiver.  It's great to see you even think about doing this.  Thanks!

Maybe we could talk off line about what you might need.  We'll try to arrange what we can.

Jim Hillegass
jimh @ jriver.com

Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41934
  • Shoes gone again!
Re:G-Force, WhiteCap, and JRiver...
« Reply #6 on: February 05, 2004, 08:41:32 am »

Hey Andy.

Glueing your APIs to an MC display plugin may be pretty easy.  Why don't you email me at matt @ jriver.com (no spaces) and we can talk about it.  It'd be really great to see G-Force and WhiteCap for MC :)

Our display plugins are really just a window (dressed up as a COM control).  That means they'll easily work with your API if it can do any of the following:

1) draw directly to a hWnd / hDC
2) bind a surface (DirectX or otherwise) to an existing hWnd
3) return frames that we can draw (requires one extra memcpy of the data, so is less optimal)

Thanks and looking forward to hearing from you.

-Matt
JRiver, Inc.


Logged
Matt Ashland, JRiver Media Center

Marko

  • Guest
Re:G-Force, WhiteCap, and JRiver...
« Reply #7 on: February 11, 2004, 11:18:24 am »

Any news on this?
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71348
  • Where did I put my teeth?
Re:G-Force, WhiteCap, and JRiver...
« Reply #8 on: February 11, 2004, 11:27:13 am »

We're talking with Andy now.  I hope we'll be able to do this.
Logged

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
Re:G-Force, WhiteCap, and JRiver... -- update
« Reply #9 on: February 11, 2004, 08:22:48 pm »

I just wanted to share with everyone here that Matt and the folks at JRiver have given me some great support.  I expect to have a beta by the end of next week, and then I'll send over to JRiver for any final inputs and feedback.  After all that, you should see it.  It'd be done sooner, but I'm amidst adding significant items to the next release.

andy
Logged

bspachman

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 888
Re:G-Force, WhiteCap, and JRiver...
« Reply #10 on: February 11, 2004, 10:57:33 pm »

Great news!

I love the versions of your plugins for iTunes & Audion on the Macintosh!

I'm looking forward to seeing them on the big screen jukebox (powered by MC9/10)!

Brad
Logged

Laffer

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 58
Re:G-Force, WhiteCap, and JRiver...
« Reply #11 on: February 12, 2004, 01:57:51 pm »

I am also _really_ looking forward to this!  Well done Andy & J River :)

Laffer.
Logged

Laffer

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 58
Re:G-Force, WhiteCap, and JRiver...
« Reply #12 on: February 24, 2004, 10:04:07 pm »

BUMP ;D

Anyone got any news?
Logged

Bryan

  • Regular Member
  • World Citizen
  • ***
  • Posts: 145
Re:G-Force, WhiteCap, and JRiver...
« Reply #13 on: February 25, 2004, 03:18:40 pm »

I'm anxious for this too but I didn't want to nag too much..   I'm sure Andy will post a message when he's got some news.. Meanwhile a message dated 02/18 on his site confirms a MC version is forthcoming but he's terribly busy lately..  

http://www.55ware.com

Sidenote:  I sent the Giesswerks guy a message also and received nothing. At least Andy has responded to our pleas...  

Bryan
Logged

pipsqueak

  • Citizen of the Universe
  • *****
  • Posts: 689
  • "Actually, it's elementary, my dear Dawson!"
Re:G-Force, WhiteCap, and JRiver...
« Reply #14 on: March 01, 2004, 10:16:01 pm »

wow - just looked at some screen shots of the vis on the wedsite. fantastic, cant wait to see these in action.

Laffer

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 58
Re:G-Force, WhiteCap, and JRiver...
« Reply #15 on: March 03, 2004, 07:52:34 pm »

Urm.... no pressure anyone BUT you won't let this slip out quietly will you?  ie. there will be an announcement some where?

Laffer :)
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71348
  • Where did I put my teeth?
Re:G-Force, WhiteCap, and JRiver...
« Reply #16 on: March 06, 2004, 07:25:45 am »

We'll announce it.  
Logged

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
Re:G-Force, WhiteCap, and JRiver...
« Reply #17 on: April 10, 2004, 11:21:47 am »

sorry--i can't keep it in!

G-Force 2.6 has been released!!-- visti http://soundspectrum.com



Logged

pipsqueak

  • Citizen of the Universe
  • *****
  • Posts: 689
  • "Actually, it's elementary, my dear Dawson!"
Re:G-Force, WhiteCap, and JRiver...
« Reply #18 on: April 10, 2004, 11:28:01 am »

YEEEE-HAAAAAAAAAAAAAAAA

oh boy have i been looking forward to this ...

[edit]
got it installed. Andy - darn good stuff. cant wait until im home so i can see this on the big TV.

for those who are confused try pressing 'h' which brings up a list of what key does what...

thanks again andy

pip



JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re:G-Force, WhiteCap, and JRiver...
« Reply #19 on: April 10, 2004, 12:35:05 pm »

Great job Andy!

I'll play with it some more tonight, but it's awesome "right outta the box".

I'm pretty sure I'll go Gold quite soon.

Thanks
Logged
pretend this is something funny

cascius

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 355
Re:G-Force, WhiteCap, and JRiver...
« Reply #20 on: April 15, 2004, 03:52:31 pm »

Really nice! It looks great and plays really fast. I love it!

Any chance we could get the WhiteCap vis in MC as well?

If not, no biggy, we've already been blessed by G-Force :)

Thanks,

Cascius
Logged

Robert Taylor

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 646
  • Living in a Smokeless Zone...
Re:G-Force, WhiteCap, and JRiver...
« Reply #21 on: April 18, 2004, 05:31:14 pm »

Gday Andy!

Love G-Force so much I bought the Gold version for MC.

I have a query though. I use MC mainly from clients accessing the tracks via Media Server.

In this mode, it doesn't display the album cover artwork when changing tracks. The display of album cover art only works when accessing tracks locally.

Any possibility of this being changed/enhanced?

Thanks for an awesome vis plugin, something MC has been crying out for for some time.

Rob
Logged
Cheers
Rob

pantxo

  • Regular Member
  • Recent member
  • *
  • Posts: 11
  • I'm a llama!
Re:G-Force, WhiteCap, and JRiver...
« Reply #22 on: April 22, 2004, 11:24:46 pm »

 :D :D GREEEAAATTTT STUFF!!!! :D :D

If MC was allready the BEST media player you could find, now with G_Force thereīs no media player even close to it.

Thank you very much both teams for doing such great job, we MC lovers really appreciate it

pantxo
Spain

p.s. one more thing, nothing happens when I press H for help or any other hot key, so I still canīt fully use my g-force  :-[ , any suggestions?...TY


Logged

cascius

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 355
Re:G-Force, WhiteCap, and JRiver...
« Reply #23 on: April 23, 2004, 01:08:26 am »

pantxo, before pushing one of those keys  you must make sure to first click in the g-force window (i.e. viz area of MC). Otherwise the shortcuts (H...) will be processed as MC shortcuts rather than G-Force's.

Hope this makes sense,

-Cascius
Logged

pantxo

  • Regular Member
  • Recent member
  • *
  • Posts: 11
  • I'm a llama!
Re:G-Force, WhiteCap, and JRiver...
« Reply #24 on: April 23, 2004, 07:16:47 pm »

sure did, thanks a lot for your help, and I thought I tried everything  :-[

Logged

Mysticeti

  • Regular Member
  • World Citizen
  • ***
  • Posts: 224
  • music, SCUBA, movies, VR, multimedia, PCs
Re:G-Force, WhiteCap, and JRiver...
« Reply #25 on: April 28, 2004, 03:40:44 pm »

Just wanted to chime in with a hearty "thanks and kudos" to Andy and the JRiver folk for a great collaborative effort.

I'm really enjoying G-Force and MC.
Logged
"And the men who hold high places. Must be the ones who start... to mold a new reality. Closer to the Heart."

andy55

  • Regular Member
  • Recent member
  • *
  • Posts: 15
Re:G-Force, WhiteCap, and JRiver...
« Reply #26 on: April 30, 2004, 09:49:32 am »

G-Force 2.6.2 is posted...  http://soundspectrum.com
Logged

Shelly

  • Citizen of the Universe
  • *****
  • Posts: 532
  • I love listening to music with Media Center!
Re:G-Force, WhiteCap, and JRiver...
« Reply #27 on: May 02, 2004, 10:57:10 am »

I upgraded to Gold and hate it!  I can't get anything done because it's too mesmerizing - I just want to sit and stare at my monitor!  Seriously, it's sooooooo pretty!

Just one question - shouldn't the G-Force stop when a song or playlist finishes playing?  Is there an option for this?

Thanks Andy and JRiver!!!
Logged

pipsqueak

  • Citizen of the Universe
  • *****
  • Posts: 689
  • "Actually, it's elementary, my dear Dawson!"
Re:G-Force, WhiteCap, and JRiver...
« Reply #28 on: May 02, 2004, 11:09:40 am »

Andy

I had the gold version of G-force, but now ive upgraded to 2.6.2 im back to the trial version - is that right?

Shelly

  • Citizen of the Universe
  • *****
  • Posts: 532
  • I love listening to music with Media Center!
Re:G-Force, WhiteCap, and JRiver...
« Reply #29 on: May 02, 2004, 11:40:54 am »

Andy

I had the gold version of G-force, but now ive upgraded to 2.6.2 im back to the trial version - is that right?

Pipsqueak,

Click on the "Once you upgrade, you can download G-Force Gold" link and there will be a field in which you enter your license code.  It will give you the 2.6.2 version of Gold.

Shelly
Logged

pipsqueak

  • Citizen of the Universe
  • *****
  • Posts: 689
  • "Actually, it's elementary, my dear Dawson!"
Re:G-Force, WhiteCap, and JRiver...
« Reply #30 on: May 02, 2004, 12:30:06 pm »

thanks there

MusicPlayer4U

  • Regular Member
  • Recent member
  • *
  • Posts: 24
  • Change this by choosing profile
Re:G-Force, WhiteCap, and JRiver...
« Reply #31 on: May 03, 2004, 04:04:40 pm »

Andy....  you rock!!!!   I've been waiting so long for this.

Thank you, thank you..... thank you!!!
Logged

Mysticeti

  • Regular Member
  • World Citizen
  • ***
  • Posts: 224
  • music, SCUBA, movies, VR, multimedia, PCs
Re:G-Force, WhiteCap, and JRiver...
« Reply #32 on: May 04, 2004, 10:20:29 am »

I'm not sure if this should be posted in a G-Force forum or not but it would be great if G-Force would figure out when MC isn't displaying any vis (e.g. MC is iconisized or viewing the media library tree) and stop chewing CPU cycles.

I think this may be related to Shelly's point.
Logged
"And the men who hold high places. Must be the ones who start... to mold a new reality. Closer to the Heart."

Cindy_B

  • Regular Member
  • World Citizen
  • ***
  • Posts: 167
  • I Love My MC !
Re:G-Force, WhiteCap, and JRiver...
« Reply #33 on: May 19, 2004, 12:49:09 pm »

Any word on WhiteCap availability on MC?  
Logged
Pages: [1]   Go Up