Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JDSRAO/VideoManagement
- Owner: JDSRAO
- License: mit
- Created: 2019-04-16T08:48:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:27:39.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:04:24.798Z (6 months ago)
- Topics: media-indexer, media-indexing, sqlite, sqlite-database, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 621 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* TagsSupported 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