INTERACT FORUM

Please login or register.

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

Author Topic: Output plugin?  (Read 1510 times)

DCipher

  • Regular Member
  • Recent member
  • *
  • Posts: 16
  • nothing more to say...
Output plugin?
« on: October 28, 2003, 11:19:18 am »

Is there any documentation or SDK for writing output plugins?

Can anyone offer any examples?  I really love MC's interface and want to use it to control other devices around the house.

Any assistance would be appreciated.

Jeff
Logged

xen-uno

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2489
  • Checking your hard disk for errors...

DCipher

  • Regular Member
  • Recent member
  • *
  • Posts: 16
  • nothing more to say...
Re:Output plugin?
« Reply #2 on: October 28, 2003, 12:31:56 pm »

Thanks for the links.  I checked those out and never saw anything about writing an output plugin (I do see skins, display, interface, input, dsp).  Maybe it's not possible to do what i want?

Jeff
Logged

xen-uno

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2489
  • Checking your hard disk for errors...
Re:Output plugin?
« Reply #3 on: October 28, 2003, 12:40:05 pm »

If you actually look inside the *.cpp and *.h files (using NotePad), you will see they are commented well. I have been familiarizing myself with the Input plugin SDK with the eventual goal of writing a FLAC plugin. You really have to be a true programmer to do these. It is not for the faint-of-heart. I'm pretty good with Visual Basic with some C/C++ knowledge (but I learn fast).

10-27

DCipher

  • Regular Member
  • Recent member
  • *
  • Posts: 16
  • nothing more to say...
Re:Output plugin?
« Reply #4 on: October 28, 2003, 12:54:26 pm »

I will check them out.  Actually, i have 13 years of experience writing C-Code and have spent the last 6 - 7 years doing web development (COM, ASP, etc) and now i'm doing embedded development under linux, so the coding part doesn't concern me so much, i just need to find out how to put the hooks into media center.

Thanks again,
Jeff
Logged

xen-uno

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2489
  • Checking your hard disk for errors...
Re:Output plugin?
« Reply #5 on: October 28, 2003, 01:04:38 pm »

I'm just hoping that when I do get a handle on writing the FLAC plugin, that I'll be able to compile it with MS VC++ 5.0, which was released in 1997. I think it will, since JRiver probably used 486 or Pentium (1) level optimizations. Matt...any comment?

10-27

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42232
  • Shoes gone again!
Re:Output plugin?
« Reply #6 on: October 29, 2003, 09:01:48 am »

I'd guess that you could link to VS.NET 2003 libraries with VC 5.0, but I'm not sure.

The Unicode part may be a little stickier with VC 5.0, but I bet if you ask, someone around here will know how to get it going.

Thanks and good luck on the plugin.
Logged
Matt Ashland, JRiver Media Center

xen-uno

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2489
  • Checking your hard disk for errors...
Re:Output plugin?
« Reply #7 on: October 29, 2003, 01:12:01 pm »

Thanks Matt :)
Pages: [1]   Go Up