getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: livaed on March 24, 2021, 10:23:32 AM

Title: Can the MusicBee C# API be used within another program/application
Post by: livaed on March 24, 2021, 10:23:32 AM
I would like to use the C# API within another program of mine, specifically for adding files to my MusicBee library so I was wondering if this is possible. I have never worked with APIs in code nor do I have a complete understanding of how the MusicBee API works, if there is another way to add music to the library programmatically I'd love to know as well.

Thank you.
Title: Re: Can the MusicBee C# API be used within another program/application
Post by: Steven on March 24, 2021, 11:23:29 AM
A musicbee plugin runs as a dll inside musicbee. You can communicate to the plugin from another application using sockets, windows messages or other windows technologies
Title: Re: Can the MusicBee C# API be used within another program/application
Post by: livaed on March 24, 2021, 11:59:41 AM
Is this the best way to add music to my library or is there some way I can add files to the library from within my own code?