It works only if end of the track is enabled. Plus there is a scaling problem as voice selector is hidden behind tags rolldown field.
I updated MB and now it works. I had 3.6.9133 version.
Voice selector still hidden. OK and cancel partly visible.
An option for only hotkey functionality. Every song is too much.
SegoeUI 9.75 pt
An option that would allow voice speaking over the song audio. Now it wait till the announcement is over.
yes windows are in 125% scale.
Scaling: Improvement. OK and cancel visible. But voice selector still hidden.
Prefix/ suffix: If a key is used as hotkey the letter doesn't type in.
Voice Option: Plugin uses the system audio but if someone uses USB DAC ( like me) or wifi streamer an option to select audio output would be useful.
(https://imgur.com/a/Bpxk7hH)Image posted by aktor:
Prefix/ suffix: If a key is used as hotkey the letter doesn't type in.
I'm not sure what you mean. The code is exactly the same whether triggered by a hotkey or track transition.
...
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
//MusicBee
this.templateNameTextBox = ControlsTools.NewMusicBeeTextBox();
//~MusicBee
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.templateTable)).BeginInit();
...
internal static class ControlsTools
{
...
internal static TextBox NewMusicBeeTextBox()
{
return (TextBox)Plugin.MbApiInterface.MB_AddPanel(null, Plugin.PluginPanelDock.TextBox);
}
...
}
i think aktor means that if you assign e.g. button 'd' as MB hotkey, then you won't be able to type letter 'd' in any standard .net control. (text box, combo box, etc.) such a button will work as hotkey instead. Steven has addressed this issue ages ago. here is the exempt from AT&RT's source code:
btw, what is the issue with high dpi scaling on win11? i don't have win11, so can't test it myself. just curious if AT&RT has the same scaling issue on win11 because i never did any workarounds for this.
Scaling is fixed.
I don't use this personally, but I have to compliment you on creating this, quite a piece of work to implement and I'm sure many will be glad to have this available. Thank you for your effort! I'm glad you didn't let your plugin development work stop after VUMeter. Got any more in ya?? As I mentioned before a stable VSTHost/Bridge would be nice but you said there was something that provided an obstacle there.
A plugin for airplay 2?
Thanks for info. But apple air is not exclusively on apple products. It is used for streaming.
https://www.wiimhome.com/wiimmini/technology Seems like a good and cheap product.
I am off topic here but its not bluetooth (not capable of lossless streaming) its 5G Wi FI (capable of lossless). And for some reason the cheap variants of the product don't support google (chrome) cast. I personally think MB should natively support those protocols to not be left behind because they have become so widely used by younger people that are in the middle between audiophiles and casual users.What?
I don't know why you would bother with WiFi when you can use LASERS!!!! (https://www.youtube.com/watch?v=1H4FuNAByUs)My preference is a couple of cans and some string... old skool!
I'm open to other ideas....Allow me to join the ranks of off-topic posters to this thread ;-)
It may be better if the start post was updated to (always) contain the latest version?
There is one existing plugin that many, many MusicBee users would love to see updated, improved and maintained.
It's the UPnP/DLNA plugin (https://getmusicbee.com/forum/index.php?topic=14277.msg85344#msg85344) that was created by Steven.
Thanks, BoringName!