Media indexer provides a convienent way to index, search and play media files.
Supported Indexing Properties:
- Artists
- Categories
- Tags
Supported Media Types (with option to add other file extentions):
- Audio (.mp3)
- Video (.mp4, .avi)
Help us improve out the application by sending us pull-requests or opening a GitHub Issue
To use the samples with Git, clone the project repository with git clone https://github.com/JDSRAO/VideoManagement
After cloning the respository:
- To build the samples, open
VideoManagement.sln
solution file in Visual Studio 2017 and build the solution. - Alternatively, open the project directory in command prompt and type
cd src/VideoManagement.UI.WPF
and build with 'dotnet build' or 'msbuild' specifying the target project file.
The easiest way to use these samples without using Git is to download the zip file containing the current version. You can then unzip the entire archive and use the solution in Visual Studio 2017.
Please find below the installation guidelines:
- Please install dotnet framework 4.6.1 (if you have not already)
- Download the latest .msi installer from https://github.com/JDSRAO/VideoManagement/releases
- Run downloaded installer
Please refer here for license information