getmusicbee.com

MusicBee & Add-Ons => Customizations => Plugins => Topic started by: Korre on October 29, 2011, 04:59:58 PM

Title: How do I create a plugin?
Post by: Korre on October 29, 2011, 04:59:58 PM
I'm interested in creating my own MusicBee-plugin but I dont know where to start.
I've searched both the forum and Google but I haven't found any good info on the subject.

Is it even possible to create plugins for MusicBee with VB.net, it can create DLLs so it should work, right?
Is there any tutorial or any type of document that can point me in the right direction?  :)
Title: Re: How do I create a plugin?
Post by: Steven on October 29, 2011, 05:33:14 PM
the api is documented here - the links at the start of the first post include a template for VB.NET
http://getmusicbee.com/forum/index.php?topic=1972.0

and some examples here - the progress bar and advanced tags plugin are open source i think but the template from the API should be enough to get you started:
http://getmusicbee.com/forum/index.php?board=13.0
Title: Re: How do I create a plugin?
Post by: boroda on October 29, 2011, 08:00:19 PM
the progress bar and advanced tags plugin are open source i think
I think my license is BSD-like license, something like: "do all you want with all this at your own risk". :)
Title: Re: How do I create a plugin?
Post by: e-motiv on November 08, 2011, 03:07:03 PM
And here is more:
     API Docs, HowTo's etc.. (http://getmusicbee.com/forum/index.php?topic=3864)

Share your knowledge, because Steven is a busy man!  ;)