Bugtracker Feed (6 Viewers)

Follow our Mantis Bugtracker via RSS
During a code cleanup some years ago this feature was mistakenly removed. Continue reading...
During a code cleanup some years ago this feature was mistakenly removed. Continue reading...
During a code cleanup some years ago this feature was mistakenly removed. Continue reading...
Replies
0
Views
782
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...
Replies
0
Views
563
After 1.3.0 alpha release there have been two out of array bounds fixes to libbluray. Continue reading...
After 1.3.0 alpha release there have been two out of array bounds fixes to libbluray. Continue reading...
After 1.3.0 alpha release there have been two out of array bounds fixes to libbluray. Continue reading...
Replies
0
Views
539
Create a plugin wizard to simplify the creation of new plugins Continue reading...
Create a plugin wizard to simplify the creation of new plugins Continue reading...
Create a plugin wizard to simplify the creation of new plugins Continue reading...
Replies
0
Views
466
Changes to ATSC tuning details can't be saved because field validation checks prevent saving with a frequency of -1. Continue reading...
Changes to ATSC tuning details can't be saved because field validation checks prevent saving with a frequency of -1. Continue...
Changes to ATSC tuning details can't be saved because field validation checks prevent saving with a frequency of -1. Continue...
Replies
0
Views
537
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...
Replies
0
Views
425
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...
Replies
0
Views
593
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...
Replies
0
Views
397
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...
Replies
0
Views
500
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...
Replies
0
Views
551
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...
Replies
0
Views
573
Infite loop of:<br /> [Debug][MPMain]: d3dapp: RecoverDevice called<br /> [Debug][MPMain]: d3dapp: DeviceLostException<br /> <br /> Messages and mediaportal.exe has to be killed via task manager Continue reading...
Infite loop of:<br /> [Debug][MPMain]: d3dapp: RecoverDevice called<br /> [Debug][MPMain]: d3dapp: DeviceLostException<br /> <br />...
Infite loop of:<br /> [Debug][MPMain]: d3dapp: RecoverDevice called<br /> [Debug][MPMain]: d3dapp: DeviceLostException<br /> <br />...
Replies
0
Views
512
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...
Replies
0
Views
460
* 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 />...
Replies
0
Views
538
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...
Replies
0
Views
720
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...
Replies
0
Views
1K
Remove old master/slave code to increase performance and stability Continue reading...
Remove old master/slave code to increase performance and stability Continue reading...
Remove old master/slave code to increase performance and stability Continue reading...
Replies
0
Views
527
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...
Replies
0
Views
808
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...
Replies
0
Views
487
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...
Replies
0
Views
470
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...
Replies
0
Views
453
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...
Replies
0
Views
580
Dialog menu item selection with number key does not work any more. Continue reading...
Dialog menu item selection with number key does not work any more. Continue reading...
Dialog menu item selection with number key does not work any more. Continue reading...
Replies
0
Views
438
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 />...
Replies
0
Views
489
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 />...
Replies
0
Views
743
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...
Replies
0
Views
460
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...
Replies
0
Views
711
Current behavior is to start scrolling immediately. A property to define a custom delay should be introduced. Continue reading...
Current behavior is to start scrolling immediately. A property to define a custom delay should be introduced. Continue reading...
Current behavior is to start scrolling immediately. A property to define a custom delay should be introduced. Continue reading...
Replies
0
Views
530
Add support for animations (like Ken Burns effect) for Visual-/ImageBrushes. This brings many nice effects for skinners Continue reading...
Add support for animations (like Ken Burns effect) for Visual-/ImageBrushes. This brings many nice effects for skinners Continue...
Add support for animations (like Ken Burns effect) for Visual-/ImageBrushes. This brings many nice effects for skinners Continue...
Replies
0
Views
563
When you use the IMDB option in the EPG, the movie gets added to the MyVideos database. This shouldn't happen. Continue reading...
When you use the IMDB option in the EPG, the movie gets added to the MyVideos database. This shouldn't happen. Continue reading...
When you use the IMDB option in the EPG, the movie gets added to the MyVideos database. This shouldn't happen. Continue reading...
Replies
0
Views
1K
Top Bottom