Keeping it would mean every possible site parser in future needs to have it's own field.<br /> <br /> Additional MDE plugins using other sites than IMDB or TMDB should use their own aspects/cache xml files and base them on imdb id.
Continue reading...
Keeping it would mean every possible site parser in future needs to have it's own field.<br /> <br /> Additional MDE plugins using...
Keeping it would mean every possible site parser in future needs to have it's own field.<br /> <br /> Additional MDE plugins using...
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 />...
If the server/client is killed the Dokan drive is not removed, which is normal as the application was not to shutdown properly.<br /> <br /> If the application is started again it is using a different drive letter, which ends up i.e. in having 3 Dokan drives on a single seat installation.<br /> <br /> If possible the application needs...
If the server/client is killed the Dokan drive is not removed, which is normal as the application was not to shutdown properly.<br...
If the server/client is killed the Dokan drive is not removed, which is normal as the application was not to shutdown properly.<br...
Add Attribute 'Writers' (plural) to VideoAspect with Cardinality=ManyToMany.<br /> <br /> Read Writers from TheTVDB and TheMovieDb.<br /> Read Writers from Matroska files.
Continue reading...
Add Attribute 'Writers' (plural) to VideoAspect with Cardinality=ManyToMany.<br /> <br /> Read Writers from TheTVDB and...
Add Attribute 'Writers' (plural) to VideoAspect with Cardinality=ManyToMany.<br /> <br /> Read Writers from TheTVDB and...
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...
Within MP2-Setup files in root directory are explicitly included for Client and Server. Only plugins directory is harvested using heat.exe.<br /> <br /> This should be reworked similar to the way the bin directory for the ServiceMonitor is being harvested.
Continue reading...
Within MP2-Setup files in root directory are explicitly included for Client and Server. Only plugins directory is harvested using...
Within MP2-Setup files in root directory are explicitly included for Client and Server. Only plugins directory is harvested using...
Currently it is possible to create multiple MP2-Client instance by starting it more than once.<br /> <br /> Problem is that closing one instance also shuts down the dokan drive of the client, which is not available for the other instance anymore.<br /> <br /> I'm not sure if it is needed at all to allow multiple instances, but until...
Currently it is possible to create multiple MP2-Client instance by starting it more than once.<br /> <br /> Problem is that closing...
Currently it is possible to create multiple MP2-Client instance by starting it more than once.<br /> <br /> Problem is that closing...
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...
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...
Add a batch file to the MP2-Setup.csproj, which will be copied to output dir during build and included in the zip archives for releases.
Continue reading...
Add a batch file to the MP2-Setup.csproj, which will be copied to output dir during build and included in the zip archives for...
Add a batch file to the MP2-Setup.csproj, which will be copied to output dir during build and included in the zip archives for...
Currently each filter has it's own menu button within the hidden menu.<br /> <br /> As you can see in the screenshot this menu is growing together with additional new metadata fields and filters for them.<br /> <br /> It would be better to replace them by one button which opens a dialog with all the filters available, like it is done...
Currently each filter has it's own menu button within the hidden menu.<br /> <br /> As you can see in the screenshot this menu is...
Currently each filter has it's own menu button within the hidden menu.<br /> <br /> As you can see in the screenshot this menu is...
The media plugin displays an info text that filtering / displaying more than 5.000 elements is not possible when you try to so.<br /> <br /> This happens here currently when filtering videos by actors, but will be easily reproducible if you import many audio files and choose to filter "display all"<br /> <br /> <br /> Not sure about a...
The media plugin displays an info text that filtering / displaying more than 5.000 elements is not possible when you try to so.<br...
The media plugin displays an info text that filtering / displaying more than 5.000 elements is not possible when you try to so.<br...
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...
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...