| Sponsored Ads |
|
|||||||
| Development You want to code something for the TV-Server? Share it in here! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Portal Developer
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,515
Thanks: 3
Thanked 119 Times in 44 Posts
Country:
|
read more about how to develop TvServer plugins in the wiki
TV-Server Development/tv-server plugins guide - MediaPortal Wiki Documentation and here: TV-Server Development/tv-server plugin events - MediaPortal Wiki Documentation Last edited by charli181; 2008-03-07 at 01:11. Reason: Updated URL's 7 Mar 08 |
|
|
|
|
|
#2 (permalink) | |
|
Portal Developer
|
Quote:
I would be happy if this could happen before next year and now is already there. Amazing. Congratulations (again) frodo. BTW: Are you planning to implement some kind of messaging so plug-ins can react to the tvserver (like channel change)? Last edited by joboehl; 2006-10-23 at 23:02. |
|
|
|
|
|
|
#3 (permalink) | |
|
Portal Developer
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,515
Thanks: 3
Thanked 119 Times in 44 Posts
Country:
|
Quote:
|
|
|
|
|
|
|
#4 (permalink) | ||
|
Portal Developer
|
Quote:
Congrats, once again. JUlio |
||
|
|
|
|
|
#7 (permalink) |
|
Portal Developer
|
Hi Frodo,
I almost got the blasting working, but I whant to ask for you advice before I go on. In the EventArgs class that contains the information for the event, there is no channel number information in the IChannel object, besides the one inside the string returned by the ToString() method. I understand that the IChannel object for the AnalogCards do have that information, but I can't (at least don't know how) access this properties in the eventArg. Do you think parsing the textstring looking for the channel number is the way to go or the interfaces/properties are subject to change? Please keep in mind that I started coding for .Net not very long ago, so if I'am making some mistake, please let me know. Thanks for your help. Julio |
|
|
|
|
|
#8 (permalink) |
|
Portal Developer
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,515
Thanks: 3
Thanked 119 Times in 44 Posts
Country:
|
IChannel is an generic interface
To see if its an analog channel try this: Code:
AnalogChannel analogChannel=ichannelInterface as AnalogChannel; if (analogChannel==null) return; int channelNumber = analogChannel.ChannelNumber; |
|
|
|
|
|
#9 (permalink) |
|
Portal Developer
|
Frodo,
Thanks a lot for the help. I managed to port the myblaster plug-in and now I can put the tvserver with the stb in the basement if I want (not that I have one) . I'll clean the code up and share later this week. wanna take the opportunity to tell that the structure of this new engine seems much better than the older one. From the controller design to the classes. Seems much more flexible. Good job. And altough i did encountered some problems in my initial testing (expected), the performance and quality of the streaming really impressed me. I was able to stream to 3 machines over wireless, that's almost impossible with MCE for example. Once again, congratulations. Julio |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Failed to start timeshifting, unable to create graph'.... | cashel | General Support | 3 | 2006-05-19 21:27 |
| Plugins: NOT User-friendly! MyHTPC allover again:-( | msj33 | Website/Forum/Wiki Feedback | 14 | 2006-04-11 12:08 |
| Gathering topical infos about plugins (To: authors & use | tomtom21000 | Plugins | 2 | 2006-02-04 23:20 |
| Plugins loading... problems | maniac's | General Development (no feature request here!) | 0 | 2005-01-07 09:25 |