Bugtracker Feed (13 Viewers)

Follow our Mantis Bugtracker via RSS
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...
Replies
0
Views
1K
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...
Replies
0
Views
630
Example: 2 plugins trying to register service or type on same location:<br /> <br /> Plugin 1:<br /> [2012-07-04 13:52:40,295] [653 ] [Main ] [DEBUG] - PluginManager: Trying to enable plugin 'SlimTv4HomeProvider' (id '727b7812-343d-4b35-8efd-1d499b70d848')<br /> [2012-07-04 13:52:40,295] [653 ] [Main ] [INFO ] - PluginManager: Plugin...
Example: 2 plugins trying to register service or type on same location:<br /> <br /> Plugin 1:<br /> [2012-07-04 13:52:40,295] [653...
Example: 2 plugins trying to register service or type on same location:<br /> <br /> Plugin 1:<br /> [2012-07-04 13:52:40,295] [653...
Replies
0
Views
643
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...
Replies
0
Views
584
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...
Replies
0
Views
455
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...
Replies
0
Views
419
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...
Replies
0
Views
593
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...
Replies
0
Views
475
Store the skin version number in only one place to make updating it easier. Continue reading...
Store the skin version number in only one place to make updating it easier. Continue reading...
Store the skin version number in only one place to make updating it easier. Continue reading...
Replies
0
Views
382
Change the default install option to upgrade Continue reading...
Change the default install option to upgrade Continue reading...
Change the default install option to upgrade Continue reading...
Replies
0
Views
586
CompatibilityManager.cs has <br /> <br /> <br /> public static readonly Version SkinVersion = new Version(1, 2, 0, 0);<br /> private static readonly string MinRequiredVersionDefault = "1.1.8.0"; // 1.2.0 RC1<br /> <br /> Quote from Arion in conversation "MP uses SkinVersion private const in Mediaportal.cs<br /> Themes manager uses...
CompatibilityManager.cs has <br /> <br /> <br /> public static readonly Version SkinVersion = new Version(1, 2, 0, 0);<br />...
CompatibilityManager.cs has <br /> <br /> <br /> public static readonly Version SkinVersion = new Version(1, 2, 0, 0);<br />...
Replies
0
Views
688
Audio renderer filter property pages doesn't allow user to select the OS default audio device. Continue reading...
Audio renderer filter property pages doesn't allow user to select the OS default audio device. Continue reading...
Audio renderer filter property pages doesn't allow user to select the OS default audio device. Continue reading...
Replies
0
Views
579
According to catavolt, themes must use "1.2.0.0" in their references.xml or they won't load in 1.3.0 Alpha. Continue reading...
According to catavolt, themes must use "1.2.0.0" in their references.xml or they won't load in 1.3.0 Alpha. Continue reading...
According to catavolt, themes must use "1.2.0.0" in their references.xml or they won't load in 1.3.0 Alpha. Continue reading...
Replies
0
Views
717
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...
Replies
0
Views
452
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...
Replies
0
Views
428
Actual DRC (Refresh rate setting was not set correctly by MP configuration Continue reading...
Actual DRC (Refresh rate setting was not set correctly by MP configuration Continue reading...
Actual DRC (Refresh rate setting was not set correctly by MP configuration Continue reading...
Replies
0
Views
439
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...
Replies
0
Views
415
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...
Replies
0
Views
424
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...
Replies
0
Views
515
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...
Replies
0
Views
695
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...
Replies
0
Views
393
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...
Replies
0
Views
427
IDictionary vs Dictionary in TVController.cs break compatibility of somes plugins (PS+). Continue reading...
IDictionary vs Dictionary in TVController.cs break compatibility of somes plugins (PS+). Continue reading...
IDictionary vs Dictionary in TVController.cs break compatibility of somes plugins (PS+). Continue reading...
Replies
0
Views
452
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...
Replies
0
Views
439
On some BDs (mostly VC1 based) using skip steps can lead into a deadlock on random basis. Continue reading...
On some BDs (mostly VC1 based) using skip steps can lead into a deadlock on random basis. Continue reading...
On some BDs (mostly VC1 based) using skip steps can lead into a deadlock on random basis. Continue reading...
Replies
0
Views
445
All changes were done in net4 branch. Continue reading...
All changes were done in net4 branch. Continue reading...
All changes were done in net4 branch. Continue reading...
Replies
0
Views
494
Create projects, add tools and scripts, add resources to Transifex... Continue reading...
Create projects, add tools and scripts, add resources to Transifex... Continue reading...
Create projects, add tools and scripts, add resources to Transifex... Continue reading...
Replies
0
Views
454
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...
Replies
0
Views
754
New 1.3.0Alpha use now DVBSub3 and not DVBSub2 - Fix FilterChecker error.log Continue reading...
New 1.3.0Alpha use now DVBSub3 and not DVBSub2 - Fix FilterChecker error.log Continue reading...
New 1.3.0Alpha use now DVBSub3 and not DVBSub2 - Fix FilterChecker error.log Continue reading...
Replies
0
Views
455
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 /...
Replies
0
Views
547
Top Bottom