Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JDSRAO/VideoManagement

Media file indexer which allows adding artists, genres and tags for better indexing and searching
https://github.com/JDSRAO/VideoManagement

media-indexer media-indexing sqlite sqlite-database wpf wpf-application

Last synced: 3 months ago
JSON representation

Media file indexer which allows adding artists, genres and tags for better indexing and searching

Awesome Lists containing this project

README

        

# Media Indexer

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 the application
Help us improve out the application by sending us pull-requests or opening a [GitHub Issue](https://github.com/JDSRAO/VideoManagement/issues)

## Table of Contents
1. [Development](#development)
2. [Installation](#installation)
3. [Usage](#usage)
4. [License](#license)

## Development
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.

## Installation
Please find below the installation guidelines:
1. Please install dotnet framework 4.6.1 (if you have not already)
2. Download the latest .msi installer from https://github.com/JDSRAO/VideoManagement/releases
3. Run downloaded installer

## Usage

## License
Please refer [here](LICENSE) for license information