Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 607 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 607 Bytes

MediaMonkeyNet

nuget

A .net standard library to read state information and automate MediaMonkey 5. The library uses the Chrome DevTools Protocol to establish a connection to the MediaMonkey frontend which is running on the chromium engine. Once a session is opened, native MediaMonkey javascript commands are used to read and write information.

Usage

See the included sample project for a full usage example.