Hi,
I am not sure I am in the right forum but I'll try...
I have question about DAB+ standard.
It use HE AAC v2 audio coding.
The stream contains AU (access units) and I don't know how to play them.
I've tried to add ADTS header to each AU and play it with MPlayer or VLC, but it doesn't work when stream contain SBR.
I think...
Hi,
I am not sure I am in the right forum but I'll try...
I have question about DAB+ standard.
It use HE AAC v2 audio...
Hi,
I am not sure I am in the right forum but I'll try...
I have question about DAB+ standard.
It use HE AAC v2 audio...
Re: AW: Plans for the "Submit: code patches" forum and MP 1.2?
I know, and if I would have any code'ing skills at all I would review them on my own. But thats what I need my developers to have a look at.
But as I said, I completelly agree. I "just" need to get a hold on the developers to cleanup the patches section.
I am working...
Re: AW: Plans for the "Submit: code patches" forum and MP 1.2?
I know, and if I would have any code'ing skills at all I would...
Hi,
i just would like to ask how the plan for the patch forum is? At the moment there are LOTS of open patches and it seems like...
AW: How to get currently selected item
I tried to figure out how MiniDisplay does it yesterday, but to be honest I can't even find the method in the code where it is done ... this is way beyond me. In my plugin I am now checking #selecteditem, if this is empty I take #highlightedbutton. Not the best way I guess, but I will see how...
AW: How to get currently selected item
I tried to figure out how MiniDisplay does it yesterday, but to be honest I can't even find...
Hi,
I want to get the label string of the item currently selected in the GUI in my process plugin. I suppose there is a way to...
AW: [PATCH] Power Scheduler multiseat addon + WOL
Is anybody willing to add also a WOL listener? As the current situation is buggy in the following case.
- TV-Server is running
- TV Server is idle (PowerScheduler shutdown time 10 min)
- after 8 min another system sends a WOL packet (but this system is for example an alarm clock...
AW: [PATCH] Power Scheduler multiseat addon + WOL
Is anybody willing to add also a WOL listener? As the current situation is buggy...
Hi,
Network Monitor
I have added an option to monitor network activity in PowerScheduler TV Server plugin.
This will prevent...
Right, new patch attached that doesn't use a timer to hide the skin property. Should be even simper to fine-tune.
Is the "RenderLabel" function the right place to place a GUIPropertyManager.SetProperty call? The way I see it it's the only placed that is updated when selected item changes...
The XML needs to have a delay on the...
Right, new patch attached that doesn't use a timer to hide the skin property. Should be even simper to fine-tune.
Is the...
Hi!
I have crafted a small mod for MediaPortal to allow this:
Show the first letter of #selectedindex as an independent label...
Okay, the DLLs you'll need are now posted. The question is are you brave enough to try them? :ooops: I wouldn't blame you if you're not, however I agree with the Blackgold people - there shouldn't be any chance of damaging the physical hardware unless the driver is bad or you fiddle with cables while your computer, switch or other...
Okay, the DLLs you'll need are now posted. The question is are you brave enough to try them? :ooops: I wouldn't blame you if you're...
I am trying to get the Black and Gold card to work with Diseqc.
Looking at the code, I note that the base BDA module does not...
I wanted to convert the VS 2008 project to version 2010.
But there are some errors:
1. Core is set to Framework 3.5 wich causes every other project to exclude the reference to core!
2. Action is in Namespace System as well. Every file which using system and MediaPortal.GUI.Library cannot compiled, due to equivocal references...
I wanted to convert the VS 2008 project to version 2010.
But there are some errors:
1. Core is set to Framework 3.5 wich...
I wanted to convert the VS 2008 project to version 2010.
But there are some errors:
1. Core is set to Framework 3.5 wich...
AW: New Plugin: Network Drive Reconnector
My Plugin is a window Plugin that means it has a GUI like myTvSeries or something else ;)
There must be a menu point "networkDriveReconnector" under the homescreen or the Plugins/Sonstige submenue depends on your configuration =)
good luck ;)
AW: New Plugin: Network Drive Reconnector
My Plugin is a window Plugin that means it has a GUI like myTvSeries or something else...
Hi folks,
I'm currently developing a new plugin =) it was pretty nasty that I had to reconnect my network drives manually every...
Hi!
I'm starting through my own plugin the player like:
player.play('http://URL');
then MP tries to detect this path with mediainfo if it is a video or audio. But that can't work and then MP seems to think it is Audio and not video :-(
Stefan
Log:
2010-09-30 02:45:59.950195 [Debug][MPMain(1)]: MediaInfoWrapper...
Hi!
I'm starting through my own plugin the player like:
player.play('http://URL');
then MP tries to detect this path with...
Hi!
I'm starting through my own plugin the player like:
player.play('http://URL');
then MP tries to detect this path with...
Hey all,
I am developing a plugin and need a database engine to use to store local data and caching information. Is there a standart engine in use that I can use LINQ against?
Cheers
Hey all,
I am developing a plugin and need a database engine to use to store local data and caching information. Is there a...
Hey all,
I am developing a plugin and need a database engine to use to store local data and caching information. Is there a...
To the more experienced devs:
I want to merge changes from different svn locations and don't know how to do that.
History:
- In april I loaded an svn version of a plugin locally
- I created a local SVN on my dev PC
- I checked in this downloaded version as "inital version"
- I made lot's of changes - now being at revision...
To the more experienced devs:
I want to merge changes from different svn locations and don't know how to do that.
History:
-...
To the more experienced devs:
I want to merge changes from different svn locations and don't know how to do that.
History:
-...
Hello everybody,
I need something similar to a foreach in a skinfile... Is there something like that? I serached already here in the forum, but couldn't finde anything :/
But maybe there is also a different solution...
I want something similar to the HTPCInfo skinfile, but I don't know how many elements/rows I do need...
Hello everybody,
I need something similar to a foreach in a skinfile... Is there something like that? I serached already here in...
Hello everybody,
I need something similar to a foreach in a skinfile... Is there something like that? I serached already here in...
Hi,
i just checked out the dev. files from SourceForge.net. The excecuting the dev. files goes well.
MediaPortal is starting and i can see the loading splash-screen and the MediaPortal Configuration
dialog where i can choose the normal or advanced mode. No matter which option i choose,
MediaPortal crash and a windows dialog...
Hi,
i just checked out the dev. files from SourceForge.net. The excecuting the dev. files goes well.
MediaPortal is starting...
Hi,
i just checked out the dev. files from SourceForge.net. The excecuting the dev. files goes well.
MediaPortal is starting...
Initial plugin developer guide and advanced plugin development pages are actually quite good enough to have you start developing a new plugin.
But let me give you an example, there is a control named GUITumbnailControl, help page for the control only provides list of attributes that you can enter on a skin file. No information...
Initial plugin developer guide and advanced plugin development pages are actually quite good enough to have you start developing a...
Hi all,
I have started a plugin development effort to display RAW images in a grid view for media portal, but could not find...
Hello all,
I would like to explore the possibilities of streaming video files over rtsp, extending the tv server into a video server, preferrably implemented as a tv server plugin.
The reason behind this is this, I have a multiseat environment, and I would like for instance to be able to continue watching a video from another...
Hello all,
I would like to explore the possibilities of streaming video files over rtsp, extending the tv server into a video...
Hello all,
I would like to explore the possibilities of streaming video files over rtsp, extending the tv server into a video...
Take a look at one of MP's own plugins (e.g. My Videos).
There is an MPSettings class for that purpose. It saves settings in MediaPortal.xml. Again have a look at any plugin (usually the Init code) or the Config sections in MP Configuration project
Take a look at one of MP's own plugins (e.g. My Videos).
There is an MPSettings class for that purpose. It saves settings in...
Hi,
I'm experimenting with plugin development. I have gone through the plugin development guide and now I have two questions...
Another question... i see that scheduledAdded events are fired when a schedule is deleted and when the SetupTV.exe quits....
Would either of these constitute a bug that should be fixed
Another question... i see that scheduledAdded events are fired when a schedule is deleted and when the SetupTV.exe quits...
Hi,
I hope this is the right place for my question.
I'd like the plugin I'm working with to register to do some work when a...
Hi guys I can't seem to find away to load a media window as part of the skin, If you click on the skin you lose focus on the media window.
What is the method to have them tied together?
Hi guys I can't seem to find away to load a media window as part of the skin, If you click on the skin you lose focus on the media...
Hi guys I can't seem to find away to load a media window as part of the skin, If you click on the skin you lose focus on the media...
Please guys can someone update the documentation It's so hard to search for hours and not find what you are looking for, Then ask for help and no one takes the time. Even some of the info that is here is years old you wonder if it's still valid. Examples for each control would be good. Can someone that knows the controls step-up and...
Please guys can someone update the documentation It's so hard to search for hours and not find what you are looking for, Then ask...
Please guys can someone update the documentation It's so hard to search for hours and not find what you are looking for, Then ask...