We already support a VirtualizedStackPanel to improve performance i.e. in ListViews.<br /> <br /> We also need such a version for WrapPanels.
Continue reading...
We already support a VirtualizedStackPanel to improve performance i.e. in ListViews.<br /> <br /> We also need such a version for...
We already support a VirtualizedStackPanel to improve performance i.e. in ListViews.<br /> <br /> We also need such a version for...
As you can see in the screenshot the list of languages is displayed only in German, which is the system's language. It does not matter if the language of MP2 is set to German, English or Frensh.<br /> <br /> There could be different solutions for it:<br /> 1. Take this as no bug and keep the list in the system's language.<br /> 2...
As you can see in the screenshot the list of languages is displayed only in German, which is the system's language. It does not...
As you can see in the screenshot the list of languages is displayed only in German, which is the system's language. It does not...
After MediaPortal 2 Client has been started it might not be the top-most window and windows taskbar could be still in front of MP2.<br /> <br /> MP2-Client itself should call a "BringToFront" once after start up.
Continue reading...
After MediaPortal 2 Client has been started it might not be the top-most window and windows taskbar could be still in front of...
After MediaPortal 2 Client has been started it might not be the top-most window and windows taskbar could be still in front of...
When changing the language not all controls are updated with strings of the new language.<br /> <br /> Take a look at the screenshots: The language has been changed from German to English to French
Continue reading...
When changing the language not all controls are updated with strings of the new language.<br /> <br /> Take a look at the...
When changing the language not all controls are updated with strings of the new language.<br /> <br /> Take a look at the...
The current importer processes all media items at once using "full import mode" (also including time consuming operations like thumbnail extraction).<br /> <br /> This process should be splitted up into multiple passes:<br /> - first add all "candidate files" to the media library<br /> - run deferred importing tasks for detailed...
The current importer processes all media items at once using "full import mode" (also including time consuming operations like...
The current importer processes all media items at once using "full import mode" (also including time consuming operations like...
When adding or removing a share the actions on server are executed twice, which causes exceptions in log files (function is not affected).<br /> <br /> The function calls are coming from different threads. Issue could be related to parallel running IPv4 and IPv6 UPnP servers, maybe both receiving the command.
Continue reading...
When adding or removing a share the actions on server are executed twice, which causes exceptions in log files (function is not...
When adding or removing a share the actions on server are executed twice, which causes exceptions in log files (function is not...
The ServiceMonitor is started minimized when after windows startup, nevertheless the window is opened for some initialization and then minimized/hidden/closed after some seconds.<br /> <br /> Ideally the window should not be visible at all if started minimized using the -m parameter.<br /> <br /> <br /> When the window is opened for...
The ServiceMonitor is started minimized when after windows startup, nevertheless the window is opened for some initialization and...
The ServiceMonitor is started minimized when after windows startup, nevertheless the window is opened for some initialization and...
When opening a yes/no setting dialog, yes is always focused using the default skin.<br /> <br /> The expected behaviour would be to set the focus to the current value, this way pressing enter very fast after dialog is open would not change the setting and keep the value at the old one.<br /> It's minor but from usability pov worth to...
When opening a yes/no setting dialog, yes is always focused using the default skin.<br /> <br /> The expected behaviour would be to...
When opening a yes/no setting dialog, yes is always focused using the default skin.<br /> <br /> The expected behaviour would be to...
The NuGet.exe is downloaded via a MSBuild script NuGet.targets if it does not exist, yet.<br /> <br /> The Transifex commandline client tx.exe should handled the same way to allow updating it wihout committing the 7MB each time.
Continue reading...
The NuGet.exe is downloaded via a MSBuild script NuGet.targets if it does not exist, yet.<br /> <br /> The Transifex commandline...
The NuGet.exe is downloaded via a MSBuild script NuGet.targets if it does not exist, yet.<br /> <br /> The Transifex commandline...
Update the references for MySQL database provider to latest version,<br /> remove binaries from git repo and<br /> add reference via NuGet.
Continue reading...
Update the references for MySQL database provider to latest version,<br /> remove binaries from git repo and<br /> add reference...
Update the references for MySQL database provider to latest version,<br /> remove binaries from git repo and<br /> add reference...
Update the references for SQLCE database provider to latest version,<br /> remove binaries from git repo and<br /> add reference via NuGet.
Continue reading...
Update the references for SQLCE database provider to latest version,<br /> remove binaries from git repo and<br /> add reference...
Update the references for SQLCE database provider to latest version,<br /> remove binaries from git repo and<br /> add reference...
After a share was created it is not monitored for changes. We need to schedule regular "refresh" runs and also listen for filesystem notifications to update our MediaLibrary instantly.
Continue reading...
After a share was created it is not monitored for changes. We need to schedule regular "refresh" runs and also listen for...
After a share was created it is not monitored for changes. We need to schedule regular "refresh" runs and also listen for...
Remove log4net.dll in MediaPortal.Common from git repository and reference it using a NuGet package.<br /> <br /> Homepages:<br /> <a href="http://logging.apache.org/log4net/">http://logging.apache.org/log4net/</a> [<a href="http://logging.apache.org/log4net/" target="_blank">^</a>]<br /> <br /> Latest available version is 1.2.11.<br...
Remove log4net.dll in MediaPortal.Common from git repository and reference it using a NuGet package.<br /> <br /> Homepages:<br />...
Remove log4net.dll in MediaPortal.Common from git repository and reference it using a NuGet package.<br /> <br /> Homepages:<br />...
Remove Hardcodet.Wpf.TaskbarNotification.dll in ServiceMonitor\References from git repository and reference it using a NuGet package.<br /> <br /> Homepages:<br /> <a href="http://www.hardcodet.net/projects/wpf-notifyicon">http://www.hardcodet.net/projects/wpf-notifyicon</a> [<a href="http://www.hardcodet.net/projects/wpf-notifyicon"...
Remove Hardcodet.Wpf.TaskbarNotification.dll in ServiceMonitor\References from git repository and reference it using a NuGet...
Remove Hardcodet.Wpf.TaskbarNotification.dll in ServiceMonitor\References from git repository and reference it using a NuGet...
Using the ShellThumbnailing, also called thumbnail generation through WindowsApi, creates a dependency from MediaPortal.Common to <br /> - Microsoft.WindowsAPICodePack.dll and<br /> - Microsoft.WindowsAPICodePack.Shell.dll<br /> <br /> The result is that these dll files required running every MediaPortal application (i.e...
Using the ShellThumbnailing, also called thumbnail generation through WindowsApi, creates a dependency from MediaPortal.Common to...
Using the ShellThumbnailing, also called thumbnail generation through WindowsApi, creates a dependency from MediaPortal.Common to...
While the settings are read and write to the correct folders, the localization of strings fails. The language files are not loaded at this time, maybe there are some calls missing.<br /> <br /> This causes the server name to be shown as "[UPnPBackendServer.DefaultFriendlyName]".
Continue reading...
While the settings are read and write to the correct folders, the localization of strings fails. The language files are not loaded...
While the settings are read and write to the correct folders, the localization of strings fails. The language files are not loaded...