Bugtracker Feed (7 Viewers)

Follow our Mantis Bugtracker via RSS
I am not sure about the reason, yet.<br /> <br /> Tested using custom build: <a href="https://github.com/chefkoch/MediaPortal-2/commits/97a6b805e91bd843c9cf0dd3a3199553cf2bb921">https://github.com/chefkoch/MediaPortal-2/commits/97a6b805e91bd843c9cf0dd3a3199553cf2bb921</a> [<a...
I am not sure about the reason, yet.<br /> <br /> Tested using custom build: <a...
I am not sure about the reason, yet.<br /> <br /> Tested using custom build: <a...
Replies
0
Views
511
@high: This section is Forums > Products > MediaPortal 1 > Quality Assurance > Bugtracker Feed The feed istself is MP2, tho'
@high: This section is Forums > Products > MediaPortal 1 > Quality Assurance > Bugtracker Feed The feed istself is MP2, tho'
The media plugin displays an info text that filtering / displaying more than 5.000 elements is not possible when you try to so.<br...
Replies
1
Views
605
If the audio stream is the first stream (ID = 0) in an MP4 file and the video stream is the second one (ID = 1) it might happen that the VideoMDE does not import the file.<br /> <br /> The reason for this is the VideoStreamCount reported back from MediaInfo, which is 0.<br /> <br /> This can be solved by increasing the buffer size...
If the audio stream is the first stream (ID = 0) in an MP4 file and the video stream is the second one (ID = 1) it might happen...
If the audio stream is the first stream (ID = 0) in an MP4 file and the video stream is the second one (ID = 1) it might happen...
Replies
0
Views
686
TagLib# in MP2 repository should be updated to latest available version, but<br /> <br /> - investigate possibility of using a submodule or nuget package<br /> - check the differences and changes in code to ensure same behavior Continue reading...
TagLib# in MP2 repository should be updated to latest available version, but<br /> <br /> - investigate possibility of using a...
TagLib# in MP2 repository should be updated to latest available version, but<br /> <br /> - investigate possibility of using a...
Replies
0
Views
529
Rework thumb generator for pictures to use Windows API Codec and Thumbs.db if available.<br /> In 99% of the cases, there will already be a thumbs.db ready to use inside the folder, created by windows when the user imported the pictures. Continue reading...
Rework thumb generator for pictures to use Windows API Codec and Thumbs.db if available.<br /> In 99% of the cases, there will...
Rework thumb generator for pictures to use Windows API Codec and Thumbs.db if available.<br /> In 99% of the cases, there will...
Replies
0
Views
691
When typing a password with the virtual keyboard, the SMS style is disabled.<br /> So you have to navigate to each letter on the VK to select that one, and that kind of defeats the need for displaying the typed letters with a '*'<br /> Previously, in SMS style, you could press the number buttons enough times to get each letter, and...
When typing a password with the virtual keyboard, the SMS style is disabled.<br /> So you have to navigate to each letter on the VK...
When typing a password with the virtual keyboard, the SMS style is disabled.<br /> So you have to navigate to each letter on the VK...
Replies
0
Views
694
Some Blu-ray disks have metadata available in BDMV\META. Add support for displaying it inside MP. Continue reading...
Some Blu-ray disks have metadata available in BDMV\META. Add support for displaying it inside MP. Continue reading...
Some Blu-ray disks have metadata available in BDMV\META. Add support for displaying it inside MP. Continue reading...
Replies
0
Views
530
GUIPlayListItemListControl never calls base.Render() but GUIListControl does this and call goes to GUIControl base class:<br /> <br /> public virtual void Render(float timePassed)<br /> {<br /> _hasRendered = true;<br /> }<br /> <br /> The flag is used in HasRendered (in GUIControl) method which is used by animations causing the...
GUIPlayListItemListControl never calls base.Render() but GUIListControl does this and call goes to GUIControl base class:<br /> <br...
GUIPlayListItemListControl never calls base.Render() but GUIListControl does this and call goes to GUIControl base class:<br /> <br...
Replies
0
Views
514
The is already a ContextMenuCommand present on the FrameworkElement, which would be executed by pressing the "Applications" key on the keyboard. The current implementation is missing a line where this command is copied after reading it from xaml, so it is never available. Continue reading...
The is already a ContextMenuCommand present on the FrameworkElement, which would be executed by pressing the "Applications" key on...
The is already a ContextMenuCommand present on the FrameworkElement, which would be executed by pressing the "Applications" key on...
Replies
0
Views
470
Win7RefreshRateHelper.cpp needs to be programmed to use the active display's properties instead of the first display. Continue reading...
Win7RefreshRateHelper.cpp needs to be programmed to use the active display's properties instead of the first display. Continue...
Win7RefreshRateHelper.cpp needs to be programmed to use the active display's properties instead of the first display. Continue...
Replies
0
Views
535
When editing channel parameters in the TV Server config tool, the changed values do not appear in the channel lists (TV and radio). If you add a channel to a new group, the groupname is added to the channel number, not to the channel groups. The values are stored correctly but the lists are only updated when you change to another...
When editing channel parameters in the TV Server config tool, the changed values do not appear in the channel lists (TV and radio)...
When editing channel parameters in the TV Server config tool, the changed values do not appear in the channel lists (TV and radio)...
Replies
0
Views
560
Users should be able to import/export not only channel/group/schedule data, but also the configuration parameters of the TV Server itself.<br /> <br /> This could include recording paths, naming rules, epg settings...<br /> <br /> Maybe the existing TV Server backup plugin can be used... Continue reading...
Users should be able to import/export not only channel/group/schedule data, but also the configuration parameters of the TV Server...
Users should be able to import/export not only channel/group/schedule data, but also the configuration parameters of the TV Server...
Replies
0
Views
621
Add support for reading MusicBrainz identifier to AudioAspect<br /> <br /> - Read MBID via TagLib<br /> - Read MBID from Matroska files Continue reading...
Add support for reading MusicBrainz identifier to AudioAspect<br /> <br /> - Read MBID via TagLib<br /> - Read MBID from Matroska...
Add support for reading MusicBrainz identifier to AudioAspect<br /> <br /> - Read MBID via TagLib<br /> - Read MBID from Matroska...
Replies
0
Views
609
The logic for comparing the version of a linked extension is reversed. MPEI will incorrectly either reinstall the existing extension or not download a newer version. Continue reading...
The logic for comparing the version of a linked extension is reversed. MPEI will incorrectly either reinstall the existing...
The logic for comparing the version of a linked extension is reversed. MPEI will incorrectly either reinstall the existing...
Replies
0
Views
622
The current menus always display the media's title, which is being useful when multiple files are played<br /> <br /> But if only one player is active the title should be removed to simplify the information for the end user title does not make Continue reading...
The current menus always display the media's title, which is being useful when multiple files are played<br /> <br /> But if only...
The current menus always display the media's title, which is being useful when multiple files are played<br /> <br /> But if only...
Replies
0
Views
718
HTML for allmusic has changed requiring a change to ensure track details are picked up Continue reading...
HTML for allmusic has changed requiring a change to ensure track details are picked up Continue reading...
HTML for allmusic has changed requiring a change to ensure track details are picked up Continue reading...
Replies
0
Views
566
Video splitter add a 'A: ' in front of the audio title, as well as 'S: ' in front of the subtitle caption. Continue reading...
Video splitter add a 'A: ' in front of the audio title, as well as 'S: ' in front of the subtitle caption. Continue reading...
Video splitter add a 'A: ' in front of the audio title, as well as 'S: ' in front of the subtitle caption. Continue reading...
Replies
0
Views
526
There are currently two issues with the TitleInfo handling in Blu-ray player implementation.<br /> <br /> 1) C# side structure definition is not matching the native side libbluray implementation<br /> 2) C# side is releasing the TitleInfo object from native side even whan it will be accessing it later Continue reading...
There are currently two issues with the TitleInfo handling in Blu-ray player implementation.<br /> <br /> 1) C# side structure...
There are currently two issues with the TitleInfo handling in Blu-ray player implementation.<br /> <br /> 1) C# side structure...
Replies
0
Views
583
As much as possible (Year, Month, Day) should be read from date metadata.<br /> <br /> - SeriesMDE (TheTvDb)<br /> - MovieMDE (TheMovieDb)<br /> - VideoMDE (Matroska/MP4) Continue reading...
As much as possible (Year, Month, Day) should be read from date metadata.<br /> <br /> - SeriesMDE (TheTvDb)<br /> - MovieMDE...
As much as possible (Year, Month, Day) should be read from date metadata.<br /> <br /> - SeriesMDE (TheTvDb)<br /> - MovieMDE...
Replies
0
Views
576
Certification within VideoAspect should contain information about the content rating or law rating.<br /> <br /> The meta data should be filled by<br /> - MovieMDE (TheMovieDb)<br /> - SeriesMDE (TheTvDb)<br /> - VideoMDE (Matroska files) Continue reading...
Certification within VideoAspect should contain information about the content rating or law rating.<br /> <br /> The meta data...
Certification within VideoAspect should contain information about the content rating or law rating.<br /> <br /> The meta data...
Replies
0
Views
541
VideoMDE should read the information about the stereo of a video file.<br /> <br /> The stereomode value should be saved within the VideoAspect.<br /> Another property 'Is3D' should be set to true.<br /> <br /> StereoMode @ Matroska.org: <a...
VideoMDE should read the information about the stereo of a video file.<br /> <br /> The stereomode value should be saved within the...
VideoMDE should read the information about the stereo of a video file.<br /> <br /> The stereomode value should be saved within the...
Replies
0
Views
739
VideoMDE should read the SUMMARY tag from Matroska files into 'StoryPlot' of the VideoAspect<br /> <br /> see <a...
VideoMDE should read the SUMMARY tag from Matroska files into 'StoryPlot' of the VideoAspect<br /> <br /> see <a...
VideoMDE should read the SUMMARY tag from Matroska files into 'StoryPlot' of the VideoAspect<br /> <br /> see <a...
Replies
0
Views
582
Lately I discovered that the SeriesMDE adds files like subtitles (*.idx, *.sub) or *.nfo files to the media library.<br /> <br /> See screenshots attached Continue reading...
Lately I discovered that the SeriesMDE adds files like subtitles (*.idx, *.sub) or *.nfo files to the media library.<br /> <br />...
Lately I discovered that the SeriesMDE adds files like subtitles (*.idx, *.sub) or *.nfo files to the media library.<br /> <br />...
Replies
0
Views
562
Since 1.3 there is a timeline with comskip markers for recorded TV. This change adds comskip markers to the MyVideos timeline. Continue reading...
Since 1.3 there is a timeline with comskip markers for recorded TV. This change adds comskip markers to the MyVideos timeline...
Since 1.3 there is a timeline with comskip markers for recorded TV. This change adds comskip markers to the MyVideos timeline...
Replies
0
Views
703
<a href="http://fanart.tv/api-docs/music-api/">http://fanart.tv/api-docs/music-api/</a> [<a href="http://fanart.tv/api-docs/music-api/" target="_blank">^</a>]<br /> <a href="http://fanart.tv/api-docs/movie-api/">http://fanart.tv/api-docs/movie-api/</a> [<a href="http://fanart.tv/api-docs/movie-api/" target="_blank">^</a>]<br /> <a...
<a href="http://fanart.tv/api-docs/music-api/">http://fanart.tv/api-docs/music-api/</a> [<a...
<a href="http://fanart.tv/api-docs/music-api/">http://fanart.tv/api-docs/music-api/</a> [<a...
Replies
0
Views
543
Update/Create dedicated Icon (logo) for WatchDog Shortcut Continue reading...
Update/Create dedicated Icon (logo) for WatchDog Shortcut Continue reading...
Update/Create dedicated Icon (logo) for WatchDog Shortcut Continue reading...
Replies
0
Views
469
This issue acts as reminder that this feature needs to be implemented sometime.<br /> <br /> It is also the parent issue for various sub-task related to it. Continue reading...
This issue acts as reminder that this feature needs to be implemented sometime.<br /> <br /> It is also the parent issue for...
This issue acts as reminder that this feature needs to be implemented sometime.<br /> <br /> It is also the parent issue for...
Replies
0
Views
644
Renaming this plugin would reflect it's actual purpose better: Thumbnailing videos in general instead of movies only. Continue reading...
Renaming this plugin would reflect it's actual purpose better: Thumbnailing videos in general instead of movies only. Continue...
Renaming this plugin would reflect it's actual purpose better: Thumbnailing videos in general instead of movies only. Continue...
Replies
0
Views
599
When you check the option 'Auto shuffle slideshow' and play a recursive slideshow -> it's not random. Only happens when there are ONLY subfolders present and NO pictures in the actual folder where you start the recursive slideshow on. Continue reading...
When you check the option 'Auto shuffle slideshow' and play a recursive slideshow -> it's not random. Only happens when there are...
When you check the option 'Auto shuffle slideshow' and play a recursive slideshow -> it's not random. Only happens when there are...
Replies
0
Views
690
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...
Replies
0
Views
546
Top Bottom