Bugtracker Feed (7 Viewers)

Follow our Mantis Bugtracker via RSS
[MP2-535] Add MPC-HC subtitles engine Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2 Component/s: None Affects Version/s: 2.16.04 - Spring'16 Fix Version/s: Next version Type: New Feature Priority: Major Reporter: aspik Assignee: aspik Resolution: Unresolved Votes: 0 Labels...
[MP2-535] Add MPC-HC subtitles engine Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2...
[MP2-535] Add MPC-HC subtitles engine Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2...
Replies
0
Views
6K
[MP2-534] Upgrade dokan 0.5.3 to dokany 1.0.0 Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2 Component/s: None Affects Version/s: 2.16.04 - Spring'16 Fix Version/s: None Type: Improvement/Rework Priority: Minor Reporter: aspik Assignee: aspik Resolution: Unresolved Votes: 0...
[MP2-534] Upgrade dokan 0.5.3 to dokany 1.0.0 Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2...
[MP2-534] Upgrade dokan 0.5.3 to dokany 1.0.0 Created: 07/Nov/16 Updated: 07/Nov/16 Status: In Progress Project: MediaPortal 2...
Replies
0
Views
1K
[MP2-532] Add RestoreFocus property to ItemsControls Created: 18/Oct/16 Updated: 21/Oct/16 Status: Testing & CodeReviews Project: MediaPortal 2 Component/s: Skin Engine Affects Version/s: 2.16.04 - Spring'16 Fix Version/s: Next version Type: New Feature Priority: Minor Reporter: Brownard Assignee: Brownard...
[MP2-532] Add RestoreFocus property to ItemsControls Created: 18/Oct/16 Updated: 21/Oct/16 Status: Testing & CodeReviews Project...
[MP2-532] Add RestoreFocus property to ItemsControls Created: 18/Oct/16 Updated: 21/Oct/16 Status: Testing & CodeReviews Project...
Replies
0
Views
661
[MP2-531] Scroll animations break scrolling by first letter Created: 23/Sep/16 Updated: 24/Sep/16 Status: Testing & CodeReviews Project: MediaPortal 2 Component/s: Skin Engine Affects Version/s: None Fix Version/s: Next version Type: Bug Priority: Major Reporter: Brownard Assignee: Brownard Resolution: Unresolved...
[MP2-531] Scroll animations break scrolling by first letter Created: 23/Sep/16 Updated: 24/Sep/16 Status: Testing & CodeReviews...
[MP2-531] Scroll animations break scrolling by first letter Created: 23/Sep/16 Updated: 24/Sep/16 Status: Testing & CodeReviews...
Replies
0
Views
1K
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...
Replies
0
Views
1K
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...
Replies
0
Views
860
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...
Replies
0
Views
881
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...
Replies
0
Views
793
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...
Replies
0
Views
818
Remove WorldWeatherOnlineHelper.dll in Weather\References from git repository and reference it using a NuGet package. Continue reading...
Remove WorldWeatherOnlineHelper.dll in Weather\References from git repository and reference it using a NuGet package. Continue...
Remove WorldWeatherOnlineHelper.dll in Weather\References from git repository and reference it using a NuGet package. Continue...
Replies
0
Views
675
Remove binaries<br /> - MPExtended.Services.Common.Interfaces.dll and<br /> - MPExtended.Services.TVAccessService.Interfaces.dll<br /> from git repository and reference them using a NuGet package<br /> <br /> Homepages:<br /> <a href="http://www.**************/">http://www.**************/</a> [<a href="http://www.**************/"...
Remove binaries<br /> - MPExtended.Services.Common.Interfaces.dll and<br /> - MPExtended.Services.TVAccessService.Interfaces.dll<br...
Remove binaries<br /> - MPExtended.Services.Common.Interfaces.dll and<br /> - MPExtended.Services.TVAccessService.Interfaces.dll<br...
Replies
0
Views
679
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...
Replies
0
Views
664
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...
Replies
0
Views
651
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...
Replies
0
Views
650
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...
Replies
0
Views
678
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...
Replies
0
Views
607
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...
Replies
0
Views
614
Update the references for BassLibraries & BassPlayer to latest versions.<br /> <br /> Homepages:<br /> www.un4seen.com/bass.html<br /> <br /> Review integration into MP2 repository:<br /> - remove binaries from MP2 git repository<br /> - add reference via NuGet Continue reading...
Update the references for BassLibraries & BassPlayer to latest versions.<br /> <br /> Homepages:<br /> www.un4seen.com/bass.html<br...
Update the references for BassLibraries & BassPlayer to latest versions.<br /> <br /> Homepages:<br /> www.un4seen.com/bass.html<br...
Replies
0
Views
670
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...
Replies
0
Views
623
Update the FreeImage library for ImageMDE to latest version.<br /> - FreeImage.dll<br /> - FreeImageNET.dll<br /> <br /> Homepage:<br /> <a href="http://freeimage.sourceforge.net/">http://freeimage.sourceforge.net/</a> [<a href="http://freeimage.sourceforge.net/" target="_blank">^</a>]<br /> <br /> Review integration into MP2...
Update the FreeImage library for ImageMDE to latest version.<br /> - FreeImage.dll<br /> - FreeImageNET.dll<br /> <br />...
Update the FreeImage library for ImageMDE to latest version.<br /> - FreeImage.dll<br /> - FreeImageNET.dll<br /> <br />...
Replies
0
Views
782
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 />...
Replies
0
Views
680
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...
Replies
0
Views
927
Remove binaries<br /> - Microsoft.WindowsAPICodePack.dll and<br /> - Microsoft.WindowsAPICodePack.Shell.dll<br /> from git repository and reference them using a NuGet package<br /> <br /> Homepages:<br /> <a href="http://archive.msdn.microsoft.com/WindowsAPICodePack">http://archive.msdn.microsoft.com/WindowsAPICodePack</a> [<a...
Remove binaries<br /> - Microsoft.WindowsAPICodePack.dll and<br /> - Microsoft.WindowsAPICodePack.Shell.dll<br /> from git...
Remove binaries<br /> - Microsoft.WindowsAPICodePack.dll and<br /> - Microsoft.WindowsAPICodePack.Shell.dll<br /> from git...
Replies
0
Views
798
Update the SharpZipLib.dll for OnlineLibraries and ZipResourceProvider to latest version.<br /> <br /> Homepages:<br /> <a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">http://www.icsharpcode.net/OpenSource/SharpZipLib/</a> [<a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/" target="_blank">^</a>]<br /> <a...
Update the SharpZipLib.dll for OnlineLibraries and ZipResourceProvider to latest version.<br /> <br /> Homepages:<br /> <a...
Update the SharpZipLib.dll for OnlineLibraries and ZipResourceProvider to latest version.<br /> <br /> Homepages:<br /> <a...
Replies
0
Views
968
Update the Newtonsoft.Json.dll for OnlineLibraries to latest version.<br /> <br /> Homepages:<br /> <a href="http://james.newtonking.com/pages/json-net.aspx">http://james.newtonking.com/pages/json-net.aspx</a> [<a href="http://james.newtonking.com/pages/json-net.aspx" target="_blank">^</a>]<br /> <a...
Update the Newtonsoft.Json.dll for OnlineLibraries to latest version.<br /> <br /> Homepages:<br /> <a...
Update the Newtonsoft.Json.dll for OnlineLibraries to latest version.<br /> <br /> Homepages:<br /> <a...
Replies
0
Views
637
Update the ffmpeg.exe for VideoThumbnailer to latest version.<br /> <br /> Homepages:<br /> <a href="http://www.ffmpeg.org/">http://www.ffmpeg.org/</a> [<a href="http://www.ffmpeg.org/" target="_blank">^</a>]<br /> <br /> Review integration into MP2 repository:<br /> - remove binary from MP2 git repository<br /> - add reference via...
Update the ffmpeg.exe for VideoThumbnailer to latest version.<br /> <br /> Homepages:<br /> <a...
Update the ffmpeg.exe for VideoThumbnailer to latest version.<br /> <br /> Homepages:<br /> <a...
Replies
0
Views
752
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...
Replies
0
Views
572
Update the library for accessing ISO files to latest version.<br /> <br /> Homepage:<br /> - <a href="http://discutils.codeplex.com/">http://discutils.codeplex.com/</a> [<a href="http://discutils.codeplex.com/" target="_blank">^</a>]<br /> <br /> Review integration into MP2 repository:<br /> - remove DiscUtils project (plugin)<br /> -...
Update the library for accessing ISO files to latest version.<br /> <br /> Homepage:<br /> - <a...
Update the library for accessing ISO files to latest version.<br /> <br /> Homepage:<br /> - <a...
Replies
0
Views
665
Update the MediaInfo.dll for MediaInfoLib to latest version.<br /> <br /> Homepages:<br /> <a href="http://mediainfo.sourceforge.net/">http://mediainfo.sourceforge.net/</a> [<a href="http://mediainfo.sourceforge.net/" target="_blank">^</a>]<br /> <br /> Review integration into MP2 repository:<br /> - remove binaries from MP2 git...
Update the MediaInfo.dll for MediaInfoLib to latest version.<br /> <br /> Homepages:<br /> <a...
Update the MediaInfo.dll for MediaInfoLib to latest version.<br /> <br /> Homepages:<br /> <a...
Replies
0
Views
676
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...
Replies
0
Views
591
Top Bottom