Author Topic: Musicbee API reference for VBA  (Read 3931 times)

NighTeagle

  • Jr. Member
  • **
  • Posts: 22
I'd like to use the Musicbee API in VBA to create some sort of playcount updater. This updater would get the playcount for a few hundred songs from a CSV file (gathered from Last.fm) and add it to the current playcount instead of replacing it, which Muscibee can currently handle itself.

I'm quite new to the VB.NET and COM interfaces (only messed around with the Creo vb api at work), but I was under the impression I could do more or less the same in vba as in vb with a slightly different syntax. For me to use vba I just have to add the API to my references in vba, but Musicbee isn't listed there. I can add files as reference, but nothing in the VB.NET source folder I downloaded seems like a suitable candidate.

Is there a way for me to use the Musicbee API in vba ?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34344
I dont think so and would recommend using the VB.Net API

NighTeagle

  • Jr. Member
  • **
  • Posts: 22
Okay thanks. I'll give this a try in VB.Net then.