Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jbdev001

Pages: 1
1
Developers' Area / Re: How To
« on: June 10, 2020, 08:09:34 PM »
Any updates on exposing playback rate to the API?

2
Questions / Where is 'Backup Library'
« on: June 10, 2020, 08:07:09 PM »
Hi I moved my portable MusicBee to a different location on my computer - now whenever I open MusicBee, an empty AppData/Tag Backups folders gets created in the old MusicBee location.
I've seen this page which might help? https://musicbee.fandom.com/wiki/Backup_%26_Restore but I don't know where the option 'Backup Library' is in MusicBee Preferences.

3
Developers' Area / Re: How To
« on: January 09, 2020, 09:16:48 PM »
Steven, is that on the way though with 3.4 along with pitch?  Your post here refers to "sample rate" and not sure what you meant: https://getmusicbee.com/forum/index.php?topic=26270.msg164439#msg164439

I second this. Would it be easy to expose those to the API (since modifying the tempo/BPM is already in use by stock MusicBee)?

4
Developers' Area / Re: How To
« on: January 09, 2020, 06:44:42 PM »
Thanks, I'll look into that. Can you set the Player playback rate (much like the built-in features to Increase/Decrease Tempo)?
If not, I don't think I'll be able to finish my plugin  :'(


Here's what I have so far - you can probably guess what I'm trying to do:

5
Developers' Area / How To
« on: January 09, 2020, 06:32:40 PM »
Hi I'm almost finished developing my first plugin for the community. I just need a couple pointers on:
1.) How to read an audio file's metadata (e.g. BPM/Tempo)
2.) How to set the Player Playback rate (kind of like the built-in Player features to Increase/Decrease Tempo)

I've tried to find documentation, answers in the forums, and looking at other plugins, but I'm coming up short.

I see MusicBeeInterface.cs > Plugin > MetaDataType but not sure what to do with this. I'm using C#.

Huge thanks to anybody that can help.

6
MusicBee API / Re: Can't open API Project Properties
« on: January 09, 2020, 12:37:23 PM »
Thank you Steven. That solved it - I had to install the .NET Desktop Development workload.

7
MusicBee API / Can't open API Project Properties
« on: January 09, 2020, 11:15:54 AM »
Hi I'm trying to develop my first plugin using C#. I'm trying to follow the Guide, but I can't open the Project Properties (see image below). I'm using Visual Studio 2019.
Thank you for any help. I hope to contribute to this great community!


Pages: 1