When you do an IMDb scan on a movie listed in the EPG, the IMDb info (summary & genre(s)) are being replaced. With the new coloured EPG, this means the 'standard' red color is being removed and/or replaced by something else.
Continue reading...
When you do an IMDb scan on a movie listed in the EPG, the IMDb info (summary & genre(s)) are being replaced. With the new coloured...
When you do an IMDb scan on a movie listed in the EPG, the IMDb info (summary & genre(s)) are being replaced. With the new coloured...
1. IMDB grabbing from TV EPG does not show info the first time. You have to hit 'refresh'.<br /> <br /> 2. After grabbing IMDB info for a program in the EPG, the EPG genre is changed to the movie genre. This can cause problems if you have genre colouring in the EPG, because you then have a movie that has a genre other than...
1. IMDB grabbing from TV EPG does not show info the first time. You have to hit 'refresh'.<br /> <br /> 2. After grabbing IMDB info...
1. IMDB grabbing from TV EPG does not show info the first time. You have to hit 'refresh'.<br /> <br /> 2. After grabbing IMDB info...
People who use a pre-installed SQL Server database with a case sensitive collation will experience a DB installation error that causes ongoing problems with various operations including scanning.<br /> <br /> (Thanks to David F for reporting!)
Continue reading...
People who use a pre-installed SQL Server database with a case sensitive collation will experience a DB installation error that...
People who use a pre-installed SQL Server database with a case sensitive collation will experience a DB installation error that...
See example screen in GUITestPlugin:<br /> <br /> There are two issues:<br /> 1) When opening this screen, no button is focused in the beginning. In this situation you have no way to select any of the buttons with keyboard<br /> 2) When trying to move focus over the disabled button this won't work<br /> <br /> <a...
See example screen in GUITestPlugin:<br /> <br /> There are two issues:<br /> 1) When opening this screen, no button is focused in...
See example screen in GUITestPlugin:<br /> <br /> There are two issues:<br /> 1) When opening this screen, no button is focused in...
See Example screen in GUITestPlugin: Smaller button is moved via TranslateX to left. Moving mouse to the smaller buttons original position does not focus underlying bigger button.<br /> <br /> <a...
See Example screen in GUITestPlugin: Smaller button is moved via TranslateX to left. Moving mouse to the smaller buttons original...
See Example screen in GUITestPlugin: Smaller button is moved via TranslateX to left. Moving mouse to the smaller buttons original...
From a conversation regarding compatibility of MyFilms plugin with 1.3.0Alpha<br /> <br /> "Following methods in use have changed:<br /> VideoDatabase.GetFiles(iidMovie, ref movies);<br /> VideoDatabase.AddActor(imdbActor.Name)<br /> VideoDatabase.AddActorToMovie(iidmovie, iiActor)<br /> in IMDB class -> imdb.GetActorDetails(imdb...
From a conversation regarding compatibility of MyFilms plugin with 1.3.0Alpha<br /> <br /> "Following methods in use have...
From a conversation regarding compatibility of MyFilms plugin with 1.3.0Alpha<br /> <br /> "Following methods in use have...
When you get to the screen were you choose between a Clean install or Upgrade, the note (on bottom) still mentions 'SVN'. This should be changed to GIT.
Continue reading...
When you get to the screen were you choose between a Clean install or Upgrade, the note (on bottom) still mentions 'SVN'. This...
When you get to the screen were you choose between a Clean install or Upgrade, the note (on bottom) still mentions 'SVN'. This...
Currently MPAR is adding it's options to the registry when it is used the first time to play a file. <br /> It does not add the options when the filter is registered in the system because this caused a problem during initial testing. Reason for the problem is unknown.<br /> <br /> Because there are no options in the registry after...
Currently MPAR is adding it's options to the registry when it is used the first time to play a file. <br /> It does not add the...
Currently MPAR is adding it's options to the registry when it is used the first time to play a file. <br /> It does not add the...
BDReader changes the refreshrate AFTER the video has already started, which results in an incorrect refreshrate (because it's not being set after the video has started). Core.dll & dshowhelper.dll need to be updated to fix this. ADDONV2 branch has the fix.
Continue reading...
BDReader changes the refreshrate AFTER the video has already started, which results in an incorrect refreshrate (because it's not...
BDReader changes the refreshrate AFTER the video has already started, which results in an incorrect refreshrate (because it's not...
MPEI Maker should fill in the UniqueFileList entry in update.xml files. This entry is needed to check whether a plugin provides a .dll file and thus be marked as incompatible if it doesn't have any PluginDependencies.
Continue reading...
MPEI Maker should fill in the UniqueFileList entry in update.xml files. This entry is needed to check whether a plugin provides a...
MPEI Maker should fill in the UniqueFileList entry in update.xml files. This entry is needed to check whether a plugin provides a...
Currently a change to IDialog in 1.3.0Alpha could break plugin compatibility.<br /> <br /> One suggestion to avoid this is as follows:<br /> <br /> "Yes, we could create IDialogbox2 that inherits IDialogbox. Then instead of implementing IDialogbox we implement IDialogbox2. This will make everything compatible. In fact this is common...
Currently a change to IDialog in 1.3.0Alpha could break plugin compatibility.<br /> <br /> One suggestion to avoid this is as...
Currently a change to IDialog in 1.3.0Alpha could break plugin compatibility.<br /> <br /> One suggestion to avoid this is as...
background.png in the default skin was replaced with background.jpg<br /> <br /> Since plugins use this file, it will cause a problem.<br /> <br /> Two possible solutions.<br /> <br /> 1. Put background.png back.<br /> <br /> 2. Put background.png back and removed background.jpg and change all references in skin files back to png.<br...
background.png in the default skin was replaced with background.jpg<br /> <br /> Since plugins use this file, it will cause a...
background.png in the default skin was replaced with background.jpg<br /> <br /> Since plugins use this file, it will cause a...
Changes in the skin engine in 1.3.0Alpha require bumping of the sub-systems for MP.SkinEngine and MP.SkinEngine.Dialogs.<br /> <br /> It may be possible to avoid bumping the version of MP.SkinEngine.Dialogs. See this<br /> <a...
Changes in the skin engine in 1.3.0Alpha require bumping of the sub-systems for MP.SkinEngine and MP.SkinEngine.Dialogs.<br /> <br...
Changes in the skin engine in 1.3.0Alpha require bumping of the sub-systems for MP.SkinEngine and MP.SkinEngine.Dialogs.<br /> <br...
New View button implementation for 1.3.0A cause a label and view mismatch in Music and Videos plugin when changing view from Shares to database view. After switching view, view button label shows different view instead what is actually selected.
Continue reading...
New View button implementation for 1.3.0A cause a label and view mismatch in Music and Videos plugin when changing view from Shares...
New View button implementation for 1.3.0A cause a label and view mismatch in Music and Videos plugin when changing view from Shares...
View button can switch screens (ie. in my vids from shares to dbviews) so we need to check that because SelectCurrentItem() call will be done on old screen selected item (which is not available anymore) and that can cause a trouble
Continue reading...
View button can switch screens (ie. in my vids from shares to dbviews) so we need to check that because SelectCurrentItem() call...
View button can switch screens (ie. in my vids from shares to dbviews) so we need to check that because SelectCurrentItem() call...
The methods WindowPluginBase.OnShowLayout() and WindowPluginBase.OnShowViews() were removed during the incorporation of the GUIMenuButton into the built-in plugins. They need to be re-added and reimplemented to support the implementation of external plugins.
Continue reading...
The methods WindowPluginBase.OnShowLayout() and WindowPluginBase.OnShowViews() were removed during the incorporation of the...
The methods WindowPluginBase.OnShowLayout() and WindowPluginBase.OnShowViews() were removed during the incorporation of the...
To implement prerequisites within our installer (Dokan, DirectX, VCRedist, ...) in a proper way we have to use a bootstrapper to launch all the packages, instaed of implementing them in the msi-file itself.<br /> <br /> As wix provides a great bootstrapper enginge with Burn, we are going to use it.<br /> <br /> For more informatin...
To implement prerequisites within our installer (Dokan, DirectX, VCRedist, ...) in a proper way we have to use a bootstrapper to...
To implement prerequisites within our installer (Dokan, DirectX, VCRedist, ...) in a proper way we have to use a bootstrapper to...
The name was not explicite.<br /> Like the PDVD Codec section works for all version after 10, we should rename it to 10+ (10 / 11 / 12 and higher)
Continue reading...
The name was not explicite.<br /> Like the PDVD Codec section works for all version after 10, we should rename it to 10+ (10 / 11 /...
The name was not explicite.<br /> Like the PDVD Codec section works for all version after 10, we should rename it to 10+ (10 / 11 /...