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...
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...
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...
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...
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...
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...
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...
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)...
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...
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...
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...
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...
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...
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...
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...
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...
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 />...
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...
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...
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...