Skip to content

Mercy07/MPDN_Extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPDN Extensions

MPDN project page - http://forum.doom9.org/showthread.php?t=171120

Developers

  • Zachs
  • Shiandow
  • DeadlyEmbrace
  • Mercy07
  • Garteal

How to use Extensions?

To use these extensions (compatible with MPDN v2.21.0 and above), click the Download ZIP button on the right to download the whole repository.

Then extract the files and folders in the Extensions folder to your MPDN's Extensions folder.

Developing / Debugging Extensions

The easiest way to develop or debug extensions is to use Microsoft Visual Studio or similar IDEs.

Follow these simple steps:

  1. Create a class library
  2. Add all the DLLs in MPDN's root folder as assembly references to your project
  3. Copy the resource files in the Sources folder to Extensions folder (e.g. PlaylistForm.resx should be placed in the same folder as PlaylistForm.cs)
  4. Add all the files from the Extensions folder of this repository to your project
  5. Set your class library's output folder to MPDN's Extensions folder
  6. Set the program to debug your class library to MediaPlayerDotNet.exe
  7. You're all set! This allows your IDE to run MPDN which in turn loads your class library (Extension plugin) when you start a debug session

You can set breakpoints and step through your code just as you normally would. Intellisense should work too.

About

Media Player .Net (MPDN) Open Source Extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%