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.


Topics - Bee-liever

Pages: 12 3 ... 16
1
MusicBee Wishlist / Add PDF icon to Artwork view
« on: March 29, 2024, 04:37:58 AM »
In Artwork view only artwork associated with the first track is shown when 'enable all artwork to be selected and displayed' is checked

If extra/different artwok is available eg. for a second disc, it isn't shown even if the subfolder it resides in is specifically selected in the Artwork Retrieval Filter.

Since that hasn't been changed (I made a wish about having that altered a long time ago) I decided that having the PDF icon from the Track Information panel also show in the Artwork panel might be an easier wish to be granted  :-\

2
MusicBee Wishlist / Extra definitions for "Quality" tag
« on: February 11, 2024, 03:48:25 AM »
Hello Steven  :)
Would it be possible to add an element to the configuration file to allow for extra Quality tag choices.

Maybe a semi-colon delimited list like <Instruments></Instruments> ?
Code
<Quality>High Definition;Highest;High;Medium;Fair;Poor</Quality>

3
The native $Count(<field>,<grouping-field>) doesn't appear to be working consistently.

Code
$Count(<Composer>,<Album>)
will only return "0" as result but
Code
$Count(<Sort Composer>,<Album>)
returns correct results.

Similarly
Code
$Count(<Conductor>,<Album>)
will only return "0".

4
Bug Reports / error with 'Copy Tags to Clipboard'
« on: October 06, 2023, 09:51:15 AM »
Steven or  boroda,
Code
MusicBee v3.5.8669.34304P  (Win10.0), 6 Oct 2023 18:06:

System.Runtime.InteropServices.COMException (0x800401D0): OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at System.Windows.Clipboard.Flush()
   at System.Windows.Clipboard.CriticalSetDataObject(Object data, Boolean copy)
   at System.Windows.Clipboard.SetDataInternal(String format, Object data)
   at System.Windows.Clipboard.SetText(String text, TextDataFormat format)
   at System.Windows.Clipboard.SetText(String text)
   at MusicBeePlugin.CopyTagsToClipboardCommand.CopyTagsToClipboard(Int32 tagSet)
   at MusicBeePlugin.CopyTagsToClipboardCommand.buttonOK_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Not sure if this exception is from MusicBee api or from ATRT plugin.

My understanding is that
Code
Clipboard.SetText(data);
should be replaced by
Code
Clipboard.SetDataObject(data);
to stop this issue.

Hope I'm correct and  that helps.

5
Bug Reports / TIPL tag not recognising equal values
« on: November 29, 2022, 01:27:42 AM »
When editing multiple files the 'Involved People List' tag is not picking up when these tags have the same value.





6
MusicBee Wishlist / No new line with track sub-grouping
« on: November 24, 2022, 10:20:42 AM »
Currently if a tag / virtual tag used as sub-grouping header has a null value, MB will create a blank line.


Could it please be changed so a null tag value is ignored and no empty line is created.

7
General Discussions / another metadata provider
« on: October 22, 2022, 06:43:57 AM »
Music-Story might be a suitable site for integration with MB.
Possibly a replacement for Songkick.

8
Bug Reports / any 3.5 patch after 3.5.8155.33067
« on: June 24, 2022, 11:47:14 PM »
When I apply any patch after 3.5.8155 P, on restart MB is back on the setup screen


on hitting Next, MB crashes displays this

and shows the error log

Code
25/06/2022 8:29:18 AM - 10.0.19044.0 - 3.5.8155.33067P - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'T:\MusicBee\AppData\ScrobblerBrainz\scrobbles'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit()
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
   at System.IO.Directory.GetFiles(String path)
   at MusicBeePlugin.Plugin.ReceiveNotification(String sourceFileUrl, NotificationType type)
   --- 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 #=zqR2XciUj1qIekb1OHQ==.#=zbyPRNJ_M2OXp()

25/06/2022 8:31:31 AM - 10.0.19044.0 - 3.5.8155.33067P - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'T:\MusicBee\AppData\ScrobblerBrainz\scrobbles'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit()
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
   at System.IO.Directory.GetFiles(String path)
   at MusicBeePlugin.Plugin.ReceiveNotification(String sourceFileUrl, NotificationType type)
   --- 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 #=zqR2XciUj1qIekb1OHQ==.#=zbyPRNJ_M2OXp()

25/06/2022 8:34:05 AM - 10.0.19044.0 - 3.5.8210.27933P - System.NullReferenceException: Object reference not set to an instance of an object.
   at #=zk5SEiqZCqE4YlPugON748uI=.#=zwDe5Z7I=(TagCode #=zVsPzGb0=)
   at #=z$esw0fmjBKbzoJMJSzCRYLI=.#=z1r6e0L$rlXggaQPHgw==()
   at #=zyH0Dou9xnMfGH9Hd3VArX5FLYQiH.#=zXpWp4Zg=(String #=zVsPzGb0=, List`1 #=zkIoSE4M=, Boolean #=z$prR_NkWN81h)
   at #=zkmoYrZbkWRKgdIjGsfAf8afui5Dz.#=z0OATpW8_LyKv.#=qlnonNVBfIhD$A4bKZD0rog==._Lambda$__0()
   at #=zkmoYrZbkWRKgdIjGsfAf8afui5Dz.#=z0OATpW8_LyKv.#=z59X9j9U=(#=zyH0Dou9xnMfGH9Hd3VArX5FLYQiH #=znys0hHJeTTRL)
   at #=zkmoYrZbkWRKgdIjGsfAf8afui5Dz.#=z59X9j9U=(#=zyH0Dou9xnMfGH9Hd3VArX5FLYQiH #=znys0hHJeTTRL, #=zhlHDIq6oQPlc_cO$EBTRcVI4s3v3 #=zcOWH7Do=)
   at #=zm$nd6O9N5iV4FRzQov7Gfuo=.#=zYAdnK6Th9XvY(#=zqvQjSifVESg33TjT9g== #=zjrvUNUTOuQSE, String #=zZVao4xs=)
   at #=zm$nd6O9N5iV4FRzQov7Gfuo=.#=zSOqKdk_qh9vF()

25/06/2022 8:34:23 AM - 10.0.19044.0 - 3.5.8210.27933P - System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=z1ABCvLvu7H_c.#=zFy2InU4=(String #=zG_Tcx70=)
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=zVwuPli5u3rfD(TagCode #=zVsPzGb0=, String #=zG_Tcx70=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zMyrpsBcEdlOX(BinaryReader #=zS_673sw=, #=z0bxYpnrivygbATNlmv1mg5E= #=zpHJvBOI=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zJbf2E9k=(FileStream #=zOfzqzIM=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zsFkd$FWfEL6L.#=z1r6e0L$rlXggaQPHgw==(#=zqvQjSifVESg33TjT9g== #=zqAVnA4kzA6Mb)

25/06/2022 8:34:23 AM - 10.0.19044.0 - 3.5.8210.27933P - System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=z1ABCvLvu7H_c.#=zFy2InU4=(String #=zG_Tcx70=)
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=zVwuPli5u3rfD(TagCode #=zVsPzGb0=, String #=zG_Tcx70=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zMyrpsBcEdlOX(BinaryReader #=zS_673sw=, #=z0bxYpnrivygbATNlmv1mg5E= #=zpHJvBOI=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zJbf2E9k=(FileStream #=zOfzqzIM=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zsFkd$FWfEL6L.#=z1r6e0L$rlXggaQPHgw==(#=zqvQjSifVESg33TjT9g== #=zqAVnA4kzA6Mb)

25/06/2022 8:34:23 AM - 10.0.19044.0 - 3.5.8210.27933P - System.IO.InvalidDataException: Files cache 'T:\MusicBee\Library\MusicBeeLibrary.mbl' is corrupted. Suggested action is to delete this file and the .bak file, then restart the application ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=z1ABCvLvu7H_c.#=zFy2InU4=(String #=zG_Tcx70=)
   at #=z0bxYpnrivygbATNlmv1mg5E=.#=zVwuPli5u3rfD(TagCode #=zVsPzGb0=, String #=zG_Tcx70=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zMyrpsBcEdlOX(BinaryReader #=zS_673sw=, #=z0bxYpnrivygbATNlmv1mg5E= #=zpHJvBOI=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zEMP9cnpO$qua.#=zJbf2E9k=(FileStream #=zOfzqzIM=)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zsFkd$FWfEL6L.#=z1r6e0L$rlXggaQPHgw==(#=zqvQjSifVESg33TjT9g== #=zqAVnA4kzA6Mb)
   --- End of inner exception stack trace ---
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zsFkd$FWfEL6L.#=z1r6e0L$rlXggaQPHgw==(#=zqvQjSifVESg33TjT9g== #=zqAVnA4kzA6Mb)
   at #=z9wQ69WuqA4_JSgwWLVPFZkk=.#=zsn6wEuQi3JXK()
   at #=z7$Jfyt6Qa6sDiJdQ6wJYUPs=.#=zVugWzYA82YRL(#=zIWBPPyP4$1cJPrwZFHfCI7E= #=z3KNRb_k=)
   at #=zhEwU3W9SkdyBdrteIWc$YAiji_I9.Main(String[] args)

I now see that 8155 also threw errors but it never stopped working

9
Questions / Date storage in tags
« on: April 30, 2022, 12:57:37 AM »
I know MB changes the displayed date format reliant on your system settings, but in what format is the date in the tags.
I use my desktop as my main platform for editing and adding music to my collection stored on my server.
This uses European format dd/mm/yyyy.
I'm going to change my laptop to ISO 8601 (yyyy-mm-dd) for international compliance.

Will the tracks synched from server to laptop need to have the date tags re-saved or will MB be able to read the tags saved in dd/mm/yyyy format and display them as yyyy-mm-dd

10
In the Album Covers view the option to "enable all artwork to be selected and displayed" actually only display artwork linked to to the first track.
It would like for it to truly show all artwork in the Album folder, including sub-folders.
The inclusion of the new (MB3.5) PDF indicator icon would be appreciated too.

11
Questions / Change in 3.5 needs more memory?
« on: March 21, 2022, 12:45:44 AM »
I have changed motherboards recently so my observations may be slightly skewed.
Since 3.5 I have had to make sure MB is large address aware to run most of the visualizers.
Steven, is that possible with the changes in 3.5?

12
Back in the dark ages before MusicBee, I tagged quite a bit of my library with the Matrix and take numbers in the cover description / comment tag of the Cover image.


MusicBee, Mp3tag, TagScanner can all show me that info and allow it to be edited directly.

Does anybody know of a tagging software that will read the info as a "tag" and allow me copy that info to a new tag?

13
MusicBee Wishlist / [ADDED] Proper "lyricist" tag support
« on: March 01, 2022, 10:43:14 AM »
Maybe in 3.5 we could finally have the Lyricist tag (TEXT) get the love and support it so rightly deserves as a companion to the Composer (TCOM) tag.

14
Questions / Equaliser and Auto-Select by Genre
« on: January 16, 2022, 07:21:39 AM »
Is it possible to have the equaliser use the 15-band option with Auto-Select by Genre?

15
TheaterMode / Album Colour Redux - Embeded
« on: December 07, 2021, 04:35:35 AM »
A re-working of the old 3.2 Album Cover Now Playing panel view.

Album Colour Redux
Colours adjust to both skin and album art
And scales for changing panel sizes

Download from Theater Mode section of MusicBee Add-ons here
Extract contents of .zip  to your MusicBee/Plugins/TheaterMode.Embeded folder.

Pages: 12 3 ... 16