getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: NighTeagle on June 07, 2019, 11:45:55 PM

Title: Musicbee API reference for VBA
Post by: NighTeagle on June 07, 2019, 11:45:55 PM
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 ?
(https://i.imgur.com/MnnZ1kM.png)
Title: Re: Musicbee API reference for VBA
Post by: Steven on June 08, 2019, 07:54:24 AM
I dont think so and would recommend using the VB.Net API
Title: Re: Musicbee API reference for VBA
Post by: NighTeagle on June 08, 2019, 03:45:58 PM
Okay thanks. I'll give this a try in VB.Net then.