This is a simple video manager program built in Visual Studio using C# 6.0, and WPF. It allows the users to use a user interface similar to YouTube. The program provides some simple filtering and ordering mode, loading- and unloading video files from selected paths and opening the selected video using the default video viewer software. Additionally it contains a collapsible side panel which can be used for further options.
- Load videos selected from the Windows file / folder explorer
- Acquire the title, length, last write date of the video from the file meta-data
- Order videos based on their title, date or length
- Filter videos based on their title
- Total- and selected video counter
# 1. Clone the Github repository
git clone https://github.com/MarkLehoczky/VideoManager.git
# 2. Build and run the project
dotnet run --project .\VideoManager\VideoManager.csproj --configuration Release
- Click the
Code
button - Click the
Open with Visual Studio
button - Click the Build and run button in Visual Studio
- Go to the Releases section.
- Click the
VideoManager.exe
file to download. - Run the downloaded file.
- .NET 6.0
- Windows 7 or newer version
- CommunityToolkit.Mvvm (v8.2.0)
- Microsoft.Extensions.DependencyInjection (v8.0.0)
- NReco.VideoConverter (v1.2.0)
- NReco.VideoInfo (v1.2.0)
This project is licensed under MIT License.