Author Topic: Can the MusicBee C# API be used within another program/application  (Read 7032 times)

livaed

  • Newbie
  • *
  • Posts: 3
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.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34344
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

livaed

  • Newbie
  • *
  • Posts: 3
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?