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 - chadjans

Pages: 1
1
Plugins / Re: Link System & MusicBee Volume Levels
« on: August 10, 2022, 08:21:26 PM »
Thanks for this plugin! But I can't make it to work.

When I try to configure the plugin this shows (i'm sorry, parts of it are in Dutch):


MusicBee v3.3.7367.38620D  (Win10.0), 21 mrt 2020 14:38:

System.Reflection.TargetInvocationException: Het doel van een aanroep heeft een uitzondering veroorzaakt. ---> System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
   bij MusicBeePlugin.pluginLogic.displayForm(String version)
   bij MusicBeePlugin.Plugin.Configure(IntPtr panelHandle)
   --- Einde van intern uitzonderingsstackpad ---
   bij System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   bij System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   bij System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   bij #=z7Y36oGYLB7zzd9xX1w==.#=zy8K9Keo=(IntPtr #=zYI7ln049Ht2w)

What's wrong?

I was getting the same issue. I dragged the MB volume to 0. Restarted MB. Went to MB-> Edit Preferences -> Plugins -> mb system volume link -> Configure.

I was able to configure and link volume at that point.

Chad

2
Plugins / Re: Musicbee Chromecast Plugin
« on: August 30, 2021, 08:54:27 PM »
Sharing in case it might help others.

I was getting intermittent issues connecting every once and a while. Which would resolve after running the "MBCCrules" executable.

So I wrote a macro to start the MBCCrules before opening musicbee and then created a Windows shortcut to open musicbee with the MCCrules.

Looks like this:

Code
@echo off
cd "C:\Program Files (x86)\MusicBee"
start MusicBee.exe
cd "C:\Program Files (x86)\MusicBee\Plugins"
start MBCCRules.exe 8080
exit

Change the port number to your favorite, and the location of your copy of MBCCRules. I put it in the musicbee plugins folder.

Chad

3
Does this effect hibernate status also? Or is just sleep?

4
Plugins / Re: Musicbee Chromecast Plugin
« on: May 31, 2021, 02:55:02 AM »
Anyway to get the album art attached to a FLAC to cycle on the screen?

Chad

Pages: 1