Skip to content

kortescode/My-Windows-Media-Player

Repository files navigation

My Windows Media Player Build Status

My Windows Media Player is a C# executable (Exe). It's a tiny media player and media library application.

Requirements

Building the My Windows Media Player executable requires the following tool:

Compilation

To build the executable, use:

C:\Windows\Microsoft.NET\Framework\[VERSION]\MSBuild.exe MyWindowsMediaPlayer.sln /p:Configuration=Release

Usage

To launch the executable, use:

 cd MyWindowsMediaPlayer\bin\Release\
 MyWindowsMediaPlayer.exe

Menu

File

  • Add File: add a file into the current media library
  • Add Stream: add a stream file into the current media library

Library

  • Reorganize: reorganize automatically the current media library (add files from path / remove missing files)
  • Path Manager: add or remvove paths used by the media explorer system

Playlist

  • New Playlist: add a new playlist

Youtube

  • Show/Hide Youtube: show or hide a Youtube window

Media libraries

The media libraries are stored in the Config/ folder :

License

Distributed under the Apache License, Version 2.0. See LICENSE for more information.

About

A tiny WindowsMediaPlayer-like written in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages