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

Pages: 1
1
Plugins / Re: Additional Tagging & Reporting Tools
« on: May 17, 2025, 01:26:59 PM »
I am receiving the following error message when I try to configure the plugin:

Quote
MusicBee v3.6.9202.37404P  (Win10.0), 17 May 2025 8:21:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at MusicBeePlugin.PluginWindowTemplate.Display(PluginWindowTemplate newForm, Boolean modalForm)
   at MusicBeePlugin.Plugin.Configure(IntPtr panelHandle)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at #=zl6ttC0IWy5eCK5spaA==.#=zwf7rfs4=(IntPtr #=zMxLmyMTQlCb$)

2
Questions / Re: Disc Duration
« on: June 12, 2024, 07:15:57 PM »
This: $If($ge(<v3>,3600),$RoundDown($Div(<v3>,3600),0)" h ",)$RoundDown($Div($Mod(<v3>,3600),60),0)" min "$Mod(<v3>,60)" s"

did the trick!  Thanks for everyone's help!

3
Questions / Re: Disc Duration
« on: June 12, 2024, 06:15:21 PM »
This was a great start and I thank you so much. I think I now have a formatting issue.
In this part of the code from part 4: $Split($Div(<v3>,60),",",1):$Sub(<v3>,$Mul($Split($Div(<v3>,60),",",1),60)), is there a way to get the results in the format of 56:09 for discs that are less than an hour and 1:15: 00 for above an hour or even in the format of 00:00:00 (hour, minute, seconds)

4
Questions / Disc Duration
« on: June 12, 2024, 02:30:35 PM »
Good morning all!

I am trying to create a virtual tag for Disc Duration - I need this for multiple disc sets. On my Main Table I want to show something like this:

Disc 1 of 2  46:00
Tracks
Disc 2 of 2  35:00

Right now I have the album duration in there, but would like to get Disc Duration and not album duration.  I tried doing some research, but couldn't find anything.

5
Questions / Re: Sort by Original Year, or Year if not specified
« on: July 24, 2020, 05:38:01 AM »
This worked for me as well!  Thanks!

6
Plugins / Re: Additional Tagging & Reporting Tools
« on: July 18, 2020, 03:44:46 PM »
I've searched and searched on the form and I think my keyword is too short and vague to find what I'm looking for - so I apologize in advance if this has been answered fifty million times already but ....

I am looking to update and split my artists field using search and replace in Additional Tagging & Reporting Tools - I have the commas working and the "/" and the "&" but the word "and" or "And" is causing issues with a Name like "Nancy Anderson" - it's changing and splitting it into "Nancy" and "erson".  I was thinking I could just do it by case, but some of the tags have "And" not "and" for the word.


Thanks for any help - I'm sure I am missing something that is already there, but I can't figure it out.

Pages: 1