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...
An umbrella task for 3rd party binary removal<br /> <br /> Possible ways for providing the binaries:<br /> <br /> - integration via git submodules<br /> - integration via official NuGet packages<br /> - integration via custom NuGet packages
Continue reading...
An umbrella task for 3rd party binary removal<br /> <br /> Possible ways for providing the binaries:<br /> <br /> - integration via...
An umbrella task for 3rd party binary removal<br /> <br /> Possible ways for providing the binaries:<br /> <br /> - integration via...
This is a parent task for reviewing the 3rd party libraries/code which is being used within MP2.<br /> <br /> These libraries should be checked for<br /> - updates<br /> - integration via git submodules<br /> - integration via official NuGet packages<br /> - integration via custom NuGet packages
Continue reading...
This is a parent task for reviewing the 3rd party libraries/code which is being used within MP2.<br /> <br /> These libraries...
This is a parent task for reviewing the 3rd party libraries/code which is being used within MP2.<br /> <br /> These libraries...
Update dshowhelper to version equivalent to experimental v684 codebase - see <a href="https://forum.team-mediaportal.com/threads/mp-1-3-x-dshowhelper-development.113014/#post-921629">https://forum.team-mediaportal.com/threads/mp-1-3-x-dshowhelper-development.113014/#post-921629</a> [<a...
Update dshowhelper to version equivalent to experimental v684 codebase - see <a...
Update dshowhelper to version equivalent to experimental v684 codebase - see <a...
If you watch a recording and press near the end (~10mins) the skip step button right MP skips to the end of the recording but doesn't stop playback => you have just a frozen frame if you than press -15sek (skip step) MP stops playback
Continue reading...
If you watch a recording and press near the end (~10mins) the skip step button right MP skips to the end of the recording but...
If you watch a recording and press near the end (~10mins) the skip step button right MP skips to the end of the recording but...
Actually all .TS files is played with TsReader source filter.<br /> We can add an option (MP Config and GUI) to use Movie codec section when playing from MyVideo. (It can use LAV Splitter for ex.)
Continue reading...
Actually all .TS files is played with TsReader source filter.<br /> We can add an option (MP Config and GUI) to use Movie codec...
Actually all .TS files is played with TsReader source filter.<br /> We can add an option (MP Config and GUI) to use Movie codec...
Oldest intel GPUs wont support HW vertex processing and pure device D3D creation flags.<br /> <br /> This is a regression when skin engine rendering performance optimisations were done.
Continue reading...
Oldest intel GPUs wont support HW vertex processing and pure device D3D creation flags.<br /> <br /> This is a regression when skin...
Oldest intel GPUs wont support HW vertex processing and pure device D3D creation flags.<br /> <br /> This is a regression when skin...
It's a rework ADDON that i use personally for a long time :) <br /> Fix Resume on Title mode (actually MP think it's a DVDPlayer and try to resume using DVDPlayer code)<br /> When BD is remuxed, didn't ask to have the menu and play directly the movie.<br /> Add possibility to set a Post-Processing filter / bdplayerAR (Ratio / Zoom...
It's a rework ADDON that i use personally for a long time :) <br /> Fix Resume on Title mode (actually MP think it's a DVDPlayer...
It's a rework ADDON that i use personally for a long time :) <br /> Fix Resume on Title mode (actually MP think it's a DVDPlayer...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external player resets the refresh rate set by MP because it says it is wrong for the content it is trying to play. Probably the Movie itself has a different RR than what is detected by mediainfo for the BluRay in...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external player resets the refresh rate set by MP because it says it is wrong for the content it is trying to play. Probably the Movie itself has a different RR than what is detected by mediainfo for the BluRay in...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external...
The problem is caused by the fact that refresh rate changer and external player are doing to different things here. The external...
[2013-04-14 11:31:42,467] [Config ] [Config Main] [ERROR] - FireDTV: FiresatApi.dll could not be found on your system!<br /> <br /> The above error shows up in log when testing the 1.4 Test builds & Scythe's Half/Fullscreen rework.
Continue reading...
[2013-04-14 11:31:42,467] [Config ] [Config Main] [ERROR] - FireDTV: FiresatApi.dll could not be found on your system!<br /> <br />...
[2013-04-14 11:31:42,467] [Config ] [Config Main] [ERROR] - FireDTV: FiresatApi.dll could not be found on your system!<br /> <br />...
When a list / grid contains only 2 visible rows, scrolling with a the mouse wheel skips a row.<br /> <br /> For an example, see screenshots
Continue reading...
When a list / grid contains only 2 visible rows, scrolling with a the mouse wheel skips a row.<br /> <br /> For an example, see...
When a list / grid contains only 2 visible rows, scrolling with a the mouse wheel skips a row.<br /> <br /> For an example, see...
As long as the hidden "close"-button is not visible at all, no navigation is possible.<br /> <br /> see forum thread for more infos and screenshots
Continue reading...
As long as the hidden "close"-button is not visible at all, no navigation is possible.<br /> <br /> see forum thread for more infos...
As long as the hidden "close"-button is not visible at all, no navigation is possible.<br /> <br /> see forum thread for more infos...
If server is not connected to the client, the entries in server settings menu are disabled, but visible.<br /> <br /> A short note about the reason for this would be good to prevent any confusion of the end user.<br /> The place for this could be the same area, which is used for the settings descriptions.
Continue reading...
If server is not connected to the client, the entries in server settings menu are disabled, but visible.<br /> <br /> A short note...
If server is not connected to the client, the entries in server settings menu are disabled, but visible.<br /> <br /> A short note...
Since changing to log4net not all logs are collected when using the "export all currently present logs" in debug mode (watchdog).<br /> <br /> Old logs are now named Mediaportal.log.1, Mediaportal.log.2 etc and we are looking for files with log and bak extensions
Continue reading...
Since changing to log4net not all logs are collected when using the "export all currently present logs" in debug mode...
Since changing to log4net not all logs are collected when using the "export all currently present logs" in debug mode...
With MP 1.4 you can configure if playback should stop if the HDMI connection is lost, but it would much more comfort to not lose the Timeshiftbuffer. With TVE 3.5 we are able to park a stream, so we should do that :)<br /> Maybe we can use the function "stop without stopping timeshift" until TVE 3.5 gets available for public :)...
With MP 1.4 you can configure if playback should stop if the HDMI connection is lost, but it would much more comfort to not lose...
With MP 1.4 you can configure if playback should stop if the HDMI connection is lost, but it would much more comfort to not lose...
The PowerModeChanged() event handler in the mini display code does not always get triggered as Windows might already shutdown the message pump to the form.
Continue reading...
The PowerModeChanged() event handler in the mini display code does not always get triggered as Windows might already shutdown the...
The PowerModeChanged() event handler in the mini display code does not always get triggered as Windows might already shutdown the...
Currently artist and album info screens only look for a standard thumb. If a large one exists this should be used in preference to the standard one.
Continue reading...
Currently artist and album info screens only look for a standard thumb. If a large one exists this should be used in preference to...
Currently artist and album info screens only look for a standard thumb. If a large one exists this should be used in preference to...
The current used BuildReport tool is useless, because it fails to parse errors and warnings properly.<br /> <br /> Rework should be done using an XmlLogger plugin within MSBuild. After build is finished the generated xml file can be transformed using a XSLT file into a HTML file.
Continue reading...
The current used BuildReport tool is useless, because it fails to parse errors and warnings properly.<br /> <br /> Rework should be...
The current used BuildReport tool is useless, because it fails to parse errors and warnings properly.<br /> <br /> Rework should be...
This changes the output directory of the MSI-setup to the<br /> \bin\MP2-Setup directory<br /> instead of the currently used subdir in<br /> \Setup\MP2-Setup\bin etc.
Continue reading...
This changes the output directory of the MSI-setup to the<br /> \bin\MP2-Setup directory<br /> instead of the currently used subdir...
This changes the output directory of the MSI-setup to the<br /> \bin\MP2-Setup directory<br /> instead of the currently used subdir...
To prevent committing dependencies as binaries to git repository, it is recommended to either integrated them<br /> - as submodule: Only possible if source code is open and hosted within git repository<br /> - via NuGet<br /> <br /> NuGet allows to download missing dependencies as pre-build task.
Continue reading...
To prevent committing dependencies as binaries to git repository, it is recommended to either integrated them<br /> - as submodule...
To prevent committing dependencies as binaries to git repository, it is recommended to either integrated them<br /> - as submodule...
TsReader.ax FFDShow video decoder AV sync workaround fails when 'Core CC Parser' filter is used, because TsReader.ax assumes decode filter is directly connected to it's output pin.
Continue reading...
TsReader.ax FFDShow video decoder AV sync workaround fails when 'Core CC Parser' filter is used, because TsReader.ax assumes decode...
TsReader.ax FFDShow video decoder AV sync workaround fails when 'Core CC Parser' filter is used, because TsReader.ax assumes decode...
MP use GetDriveType for display Device storage, <br /> <br /> The problem with this function,<br /> MP is not fully compatible with External HardDrive, because HDD-usb are detected as fixed disk and not Removable drive, and connect HDD to MP show HDD files, but USB device is not show in MP list device ( Myvidéo / My music)
Continue...
MP use GetDriveType for display Device storage, <br /> <br /> The problem with this function,<br /> MP is not fully compatible with...
MP use GetDriveType for display Device storage, <br /> <br /> The problem with this function,<br /> MP is not fully compatible with...
Update TsReader.ax code to include bug fixes and updates already tested in the experimental 'noStopMod70' version - see <a href="https://forum.team-mediaportal.com/threads/experimental-tsreader-development.102693/#post-811296">https://forum.team-mediaportal.com/threads/experimental-tsreader-development.102693/#post-811296</a> [<a...
Update TsReader.ax code to include bug fixes and updates already tested in the experimental 'noStopMod70' version - see <a...
Update TsReader.ax code to include bug fixes and updates already tested in the experimental 'noStopMod70' version - see <a...