TVserver will currently always end a recording at it's original finish time. This is a problem if the recording programme overruns as it will be incomplete.<br /> <br /> While recording tswriter needs to listen to the "now/next" EPG data, which I believe is a DVB standard, and update the recording appropriately if it overruns...
TVserver will currently always end a recording at it's original finish time. This is a problem if the recording programme overruns...
TVserver will currently always end a recording at it's original finish time. This is a problem if the recording programme overruns...
GUIMenuButton is introduced in 1.3.0 alpha. This control has a <binding> attribute which allows it to be bound to a skin setting/property (when the skin setting changes the control automatically reflects the change on the rendering pass). This enhancement proposes that the <binding> attribute not be limited to a simple property value...
GUIMenuButton is introduced in 1.3.0 alpha. This control has a <binding> attribute which allows it to be bound to a skin...
GUIMenuButton is introduced in 1.3.0 alpha. This control has a <binding> attribute which allows it to be bound to a skin...
Promotes #defines to properties and allows #defines to contain skin expressions. By promoting #defines to be tracked inside MP as properties skin designers will be able to use defines to transfer information from one page to another and to use those values in skin expressions and functions. This is very useful for skin capabilities...
Promotes #defines to properties and allows #defines to contain skin expressions. By promoting #defines to be tracked inside MP as...
Promotes #defines to properties and allows #defines to contain skin expressions. By promoting #defines to be tracked inside MP as...
It would be beneficial for a skin designer to build the skin xml for option A and for option B separately (in two different xml files) and then conditionally include one xml file over another. By adding an attribute to the <include> tag this is very easy to implement and to have controlled via Skin Settings.
Continue reading...
It would be beneficial for a skin designer to build the skin xml for option A and for option B separately (in two different xml...
It would be beneficial for a skin designer to build the skin xml for option A and for option B separately (in two different xml...
When GUIControlFactory updates a control it performs type conversions from string to a target type (int, bool, etc). At the moment the exceptions are handled internal to GUIControlFactory on each attempt to create the control. The problem is that the window never receives notice that the control couldn't be created properly and so the...
When GUIControlFactory updates a control it performs type conversions from string to a target type (int, bool, etc). At the moment...
When GUIControlFactory updates a control it performs type conversions from string to a target type (int, bool, etc). At the moment...
Wrong detection of FTA changes channel information stored in CardAllocationCache class. When user tries to change channel to another, everything is OK. But when tries to change channel to already seen channel, channel information is get from cache (with wrong FTA state) and TV Server not tune to channel because no CAM is installed.<br...
Wrong detection of FTA changes channel information stored in CardAllocationCache class. When user tries to change channel to...
Wrong detection of FTA changes channel information stored in CardAllocationCache class. When user tries to change channel to...
MP2 Summer Release<br /> <br /> After closing either client or server a windows message is being displayed that the software is not working anymore.
Continue reading...
MP2 Summer Release<br /> <br /> After closing either client or server a windows message is being displayed that the software is not...
MP2 Summer Release<br /> <br /> After closing either client or server a windows message is being displayed that the software is not...
There is code present that checks for rtsp, http(s) and mms URLs, but there is a lot of other protocols that can be passed to g_Player and should not trigger MediaInfo usage.
Continue reading...
There is code present that checks for rtsp, http(s) and mms URLs, but there is a lot of other protocols that can be passed to...
There is code present that checks for rtsp, http(s) and mms URLs, but there is a lot of other protocols that can be passed to...
* nfo export in Movie info screen (via context menu)<br /> * nfo export on selected movie in titles views (via context menu)<br /> * export all movies to nfo files in titles views (via context menu)<br /> * on scan, filename is visible in case of movie conflict and as default search string (in case of DVDs or BDs their folder name is...
* nfo export in Movie info screen (via context menu)<br /> * nfo export on selected movie in titles views (via context menu)<br />...
* nfo export in Movie info screen (via context menu)<br /> * nfo export on selected movie in titles views (via context menu)<br />...
Analog tuner and capture input support is broken in MP 1.3 alpha.<br /> The problem occurs after tuning:<br /> 2012-07-10 20:00:59.682306 [(5)]: card: Tuner locked: True<br /> 2012-07-10 20:00:59.682306 [(5)]: **************************************************<br /> 2012-07-10 20:00:59.982306 [(5)]: ***** SIGNAL LEVEL: 100, SIGNAL...
Analog tuner and capture input support is broken in MP 1.3 alpha.<br /> The problem occurs after tuning:<br /> 2012-07-10...
Analog tuner and capture input support is broken in MP 1.3 alpha.<br /> The problem occurs after tuning:<br /> 2012-07-10...
Windows 7 will change screen resolution when user turns off Tv/monitor. Actually It is not quite like that. I made a little utility that monitors wndprog messages with timestamps, so that i can check when message arrive.<br /> Resolution change happens when tv/monitor is turned back on. Then there is two resolution changes very...
Windows 7 will change screen resolution when user turns off Tv/monitor. Actually It is not quite like that. I made a little utility...
Windows 7 will change screen resolution when user turns off Tv/monitor. Actually It is not quite like that. I made a little utility...
The MPE installer crashes when it has to handle chained installations: package A which installs package B which installs package C.
Continue reading...
The MPE installer crashes when it has to handle chained installations: package A which installs package B which installs package C...
The MPE installer crashes when it has to handle chained installations: package A which installs package B which installs package C...
Satellite setups where "custom" LNB local oscillator frequencies have to be used are only supported when there is a single type of LNB in the system. Setups that include multiple types of non-standard LNBs or mixed standard and non-standard LNBs will be able to scan all available channels, but watchable channels at any given time will...
Satellite setups where "custom" LNB local oscillator frequencies have to be used are only supported when there is a single type of...
Satellite setups where "custom" LNB local oscillator frequencies have to be used are only supported when there is a single type of...
When you change the timespan in the EPG (for example from 30 mins to 15 mins) and exit the EPG, the new setting isn't saved. in v1.2.3 this is working.
Continue reading...
When you change the timespan in the EPG (for example from 30 mins to 15 mins) and exit the EPG, the new setting isn't saved. in...
When you change the timespan in the EPG (for example from 30 mins to 15 mins) and exit the EPG, the new setting isn't saved. in...
This issue reported by pilehave.<br /> <br /> Currently the width and height of the arrows used in the selectbuttoncontrol is hardcoded to 16 x 16 pixels. To allow skinners using arrows/textures that are bigger (and thereby improve the 10-foot GUI) we should allow for changing the width and height properties for the four textures used...
This issue reported by pilehave.<br /> <br /> Currently the width and height of the arrows used in the selectbuttoncontrol is...
This issue reported by pilehave.<br /> <br /> Currently the width and height of the arrows used in the selectbuttoncontrol is...
We want to switch to a better and standardized logging framework.<br /> <br /> We need to change the complete logging and replace the appropriate code lines.<br /> <br /> For C# we wanna use Log4Net<br /> For C++ wanna use Log4cplus
Continue reading...
We want to switch to a better and standardized logging framework.<br /> <br /> We need to change the complete logging and replace...
We want to switch to a better and standardized logging framework.<br /> <br /> We need to change the complete logging and replace...
See the link to the issue origin thread.<br /> <br /> 1. Ensure that the topbar is not disabled in myTVFullScreen.xml<br /> <br /> 2. Start TV, go to fullscreen and move your mouse to the top of the screen. The topbar will appear.<br /> <br /> 3. Hit the channel up button on your remote to change channel.<br /> <br /> 4. Move your...
See the link to the issue origin thread.<br /> <br /> 1. Ensure that the topbar is not disabled in myTVFullScreen.xml<br /> <br />...
See the link to the issue origin thread.<br /> <br /> 1. Ensure that the topbar is not disabled in myTVFullScreen.xml<br /> <br />...
The handling of PCR rollover in TsReader is incorrect in some cases. Quote from Asselin (who raised the issue originally):<br /> <br /> "TsReader has 2 bugs in it when dealing with TS files that have PCR rollover:<br /> 1. When you start playback, MediaPortal freezes, HDD light goes solid, and after a while (could be minutes), the...
The handling of PCR rollover in TsReader is incorrect in some cases. Quote from Asselin (who raised the issue originally):<br />...
The handling of PCR rollover in TsReader is incorrect in some cases. Quote from Asselin (who raised the issue originally):<br />...
Currently MultiImageSource only supports uri based sources. To get a greater flexibility, the Source should accept other ImageSources (like FanArtImageSource)
Continue reading...
Currently MultiImageSource only supports uri based sources. To get a greater flexibility, the Source should accept other...
Currently MultiImageSource only supports uri based sources. To get a greater flexibility, the Source should accept other...
Replace mtn with a working solution (for multi-seat setups).<br /> <br /> Also see if the replacement fixes mantis 3021<br /> <a href="http://mantis.team-mediaportal.com/view.php?id=3021">http://mantis.team-mediaportal.com/view.php?id=3021</a> [<a href="http://mantis.team-mediaportal.com/view.php?id=3021" target="_blank">^</a>]...
Replace mtn with a working solution (for multi-seat setups).<br /> <br /> Also see if the replacement fixes mantis 3021<br /> <a...
Replace mtn with a working solution (for multi-seat setups).<br /> <br /> Also see if the replacement fixes mantis 3021<br /> <a...