MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2007-01-02, 15:27   #11 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by lampie View Post
I will take a look for some AMX info

A handy feature set will be:

- Start receiver on MP start
- Close receiver on MP close
- Hibernate receiver on MP hibernation
- Switch receiver to e.g. AV when MP starts (so it selects the source where the HTPC is connected).

More will come...
Also:
*strict stereo when in My music
*auto-surround when in My tv/My Movies/My DVD

Just a thought:
Could your work be relevant for those using components other than receivers? Sort of a "mini-girder" tightly integrated with MediaPortal for stuff such as tv-tuners, CD-changers, etc. Anything that allows an rs232-port instead of IR for convenient plugging as well as 2-way communication.

-k
knutinh is offline   Reply With Quote
Old 2007-01-04, 00:02   #12 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Karlskrona
Age: 25
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to borax Send a message via MSN to borax Send a message via Skype™ to borax
Default

Quote:
Originally Posted by knutinh View Post
Quote:
Originally Posted by lampie View Post
I will take a look for some AMX info

A handy feature set will be:

- Start receiver on MP start
- Close receiver on MP close
- Hibernate receiver on MP hibernation
- Switch receiver to e.g. AV when MP starts (so it selects the source where the HTPC is connected).

More will come...
Also:
*strict stereo when in My music
*auto-surround when in My tv/My Movies/My DVD

Just a thought:
Could your work be relevant for those using components other than receivers? Sort of a "mini-girder" tightly integrated with MediaPortal for stuff such as tv-tuners, CD-changers, etc. Anything that allows an rs232-port instead of IR for convenient plugging as well as 2-way communication.

-k
Sure, there should be no problems implementing other protocols for other devices. Regarding the other idea's; that would be quite easy to implement I think. Just some basic handling of on/off/playing music etc.
borax is offline   Reply With Quote
Old 2007-01-11, 15:50   #13 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Karlskrona
Age: 25
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to borax Send a message via MSN to borax Send a message via Skype™ to borax
Default

Quote:
Originally Posted by lampie View Post
This is MASSIVELY cool I own a Arcam-AVR300 (quite a popular higher end receiver). It also has serial port control. Would be awesome if i could control this using my MP

Product page:
http://www.arcam.co.uk/prod_diva_AVR300_intro.cfm

Appendix: Serial programming interface (PAGE 37)

http://www.arcam.co.uk/downloads/DiV...20handbook.pdf

The protocol for RS232 is described here in detai, so should be easy to implement

Is there any chance on implementing this, that would totally rock my socks off

Greetings xander
Lampie, I looked through the protocol for the Arcam and it won't be any problem at all with my current code design to implement this protocol aswell. Just wanted to give you some good news . Now I need to get a hold of one of the MP developers and see how I should do to hijack the volume control ...
borax is offline   Reply With Quote
Old 2007-01-11, 15:53   #14 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Karlskrona
Age: 25
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to borax Send a message via MSN to borax Send a message via Skype™ to borax
Default

Quote:
Originally Posted by MrSensitive View Post
Great!

I own a marantz 5600 with serial port cotrol.

what really would be nice is to interecept the volume up / down commands in mediaportal and translate these to the commands for the receiver..

I'm connecting my htpc via digital, so the volume controls on the htpc do not work..
MrSensitive, could you try to find any documents on the marantz page about the protocol for your reciever. Will easen/fasten things up if I get some help on finding those kind of specs ...

Thanks,
/ Ola
borax is offline   Reply With Quote
Old 2007-01-11, 16:10   #15 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

After a lot of skimming through posts it seems that I found a pdf with the actual (general) rs232-implementation of Sony receviers:
http://www.geocities.com/sila1999/fi...32protocol.zip

I dunno if this is of any help to you as it seems closed source, but anyways:
http://www.agoraquest.com/viewtopic....20098&forum=51
http://www.vibert.us/es-presso/index.htm
"ES-PressO is a control application that allows you to control your Sony ES Class Receiver via the receiver’s serial comm port. Using ES-PressO you can select inputs, soundfields, set the volume level to an absolute value, request system status, set trigger state, etc. ES-PressO also features a configurable On-Screen Display (OSD) to provide input, soundfield, and volume level visual feedback."

-k

Last edited by knutinh; 2007-01-11 at 16:31.
knutinh is offline   Reply With Quote
Old 2007-01-11, 16:40   #16 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: Mountain View, CA USA
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts


Default

Hi, knutinh - I had trouble w/ that zip file - XP told me it was corrupted (?)
zswman is offline   Reply With Quote
Old 2007-01-11, 17:11   #17 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

Works fine here using XP.

Did you try to download it and unzip locally?

-k
knutinh is offline   Reply With Quote
Old 2007-01-11, 17:41   #18 (permalink)
Portal Member
 
Join Date: Jun 2006
Location: Karlskrona
Age: 25
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Send a message via ICQ to borax Send a message via MSN to borax Send a message via Skype™ to borax
Default

Works fine for me aswell... The Sony protocol seems a bit more complicated but it's just a matter of mapping... Think I can implement the most part of it in an evening or so ... As of now I "only" have a DLL with all the logic for the reciever communication and some basic MP config / UI so if anyone of you feels a sudden urge to help out you're welcome ...
borax is offline   Reply With Quote
Old 2007-01-12, 01:18   #19 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: Mountain View, CA USA
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts


Default

Sorry, I have it now - I am having problems w/ a buggy 3rd party zip tool. Ugh
zswman is offline   Reply With Quote
Old 2007-01-12, 04:39   #20 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Boston
Age: 36
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Is this plug-in available to test?

Hello,

I use diferent rs-232 controlled audio/video equipment all the time for work.
Is this plugin available for testing?

It looks and sounds very promising.

Thanks
ehukki is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, reciever

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
IPTV@UT Plugin moiristo Plugins 116 2008-10-06 22:32
(original thread) MCE Replacement Plugin v1.0.0 and-81 MCE Replacement Plugin 532 2007-02-24 00:24
Gathering topical infos about plugins (To: authors & use tomtom21000 Plugins 2 2006-02-05 00:20
Plugin example doesnt show in list Anonymous Plugins 5 2005-08-13 12:12


All times are GMT +1. The time now is 05:28.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden