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

Pages: 12
1
MusicBee Wishlist / Re: mp4 (NOT animated gif) Cover Art
« on: Today at 11:42:18 AM »
+1

2
Plugins / Re: 3DBee (Cover Flow) Plugin
« on: March 30, 2025, 10:17:17 PM »
Yes, I did a fresh install, but the problem persists.

3
Plugins / Re: 3DBee (Cover Flow) Plugin
« on: March 29, 2025, 09:42:31 PM »
Did this occur during normal playback or after you did something like editing/deleting a track?

I used the plugin before, but disbaled it in the Panels Configuration and I certainly edited/deleted some tracks.

I reproduced the error by starting musicbee enabling the plugin in Configure Layout -> Arrange Panels... Then I resized the panel and double clicked on a album cover. Playback starts. Then I switched to an other tab. When returning to the coverflow tab it was blank and the error message appeared. Playback continues. After restarting musicbee, the slides reappear, but after switching to an other tab, it is gone again and the error message appears again.

I expect I'll probably be dealing with the UPnP stuff for another week and then I'll focus on this.

Thanks! Take your time!

4
Plugins / Re: Rounded Artwork
« on: March 28, 2025, 11:07:57 PM »
This plugin seems great, but before I try it, I have some questions:

I use Folder.jpg in every folder. Will the rounded effect only apply to *.png files?
Are there black corners in the expanded view in Album Covers view in the main panel, or will there just be no rounded effect then?

Thanks!

5
Plugins / Re: 3DBee (Cover Flow) Plugin
« on: March 28, 2025, 10:32:52 PM »
Hello BoringName,

thank you for your plugin, but today I get the following error message:

Code
MusicBee v3.6.9202.37404D (Win10.0), Mar 28, 2025, 10:26 PM:

System.Reflection.TargetInvocationException: An invocation target threw an exception. ---> System.ArgumentOutOfRangeException: The index was out of range. It cannot be negative and must be less than the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at MusicBeePlugin._3DBee.LoadAlbumTexture(Int32 index)
at MusicBeePlugin._3DBee.ViewAlbums(Int32 index, Boolean reflect)
at MusicBeePlugin._3DBee.DrawAlbums(Boolean reflect)
at MusicBeePlugin._3DBee.OpenGLControl_OpenGLDraw(Object sender, OpenGLRoutedEventArgs args)
--- End of internal 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.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.RoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at SharpGL.WPF.OpenGLControl.DoRender()
at MusicBeePlugin._3DBee.RenderEventProcessor(Object myObject, EventArgs myEventArgs)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

This post reports the same error.

6
Questions / Re: Semicolons in "Display Artist"
« on: March 23, 2025, 10:53:25 PM »
There is also a similar thread providing a different solution: https://getmusicbee.com/forum/index.php?topic=40796.0

7
Questions / Re: Adjust spacing in tracks for selected album
« on: March 21, 2025, 12:08:38 AM »
Thanks for your input. I ended up by following you suggestion above and just put in A, B, etc.

8
Questions / Re: Adjust spacing in tracks for selected album
« on: March 20, 2025, 06:37:10 AM »
Oh, sorry, I forgot to mention it is the Album Cover grid in the main panel. When you select a Album, the tracks of the selected Album appear underneath. Unfortunately, there is no column separator above, which can resize the column.

9
Questions / Adjust spacing in tracks for selected album
« on: March 19, 2025, 11:00:12 PM »
Hello musicbee community,

I searched the forum and browsed trough all the settings, like change number of colums displayed, but I can't adjust the spacing in tracks from selected albums. I want to display Side A, Side B, etc. in Track#



Is this possible without changing the font size? If not, how do you tag mixtapes on cassette or tracks on vinyl?

10
Questions / Re: Need help with Functions
« on: March 19, 2025, 11:09:29 AM »
Thanks a lot Pickles7853,

that worked, but left a space after Album if the three tag fields had no value. I tweaked your code to
Code
<Album>$IsNull(<Mediatype><Albumtype><Releasetype>,," ["$Trim($IsNull(<Mediatype>,,<Mediatype>" ")$IsNull(<Albumtype>,,<Albumtype>" ")$IsNull(<Releasetype>,,<Releasetype>" "))])
and now everything is great.  :)

P.S.: I think, that group intelligence is superior to AI, which failed to provide a solution here.

11
Questions / Need help with Functions
« on: March 19, 2025, 12:28:26 AM »
Hello musicbee community,

using a virtual tag, I'd like to display Album [Mediatype Albumtype Releasetype], but not all tag fields have a value.

With this code

Code
<Album> [$Trim($IsNull(<Mediatype>,,<Mediatype>" ")$IsNull(<Albumtype>,,<Albumtype>" ")$IsNull(<Releasetype>,,<Releasetype>" "))]
a space and the square brackets are still visible, when Mediatype, Albumtype and Releasetype are empty. I couldn't find a way to hide them in that case.

Has anyone an idea how to only display only Album, when the three tag fields are empty?

12
There is a Credit card option for me:


13
Questions / Re: Remove empty line if fields are empty using $IsNull
« on: March 03, 2025, 08:45:31 PM »
$IsNull works perfectly fine in the Track Information panel, I imagine a lot of people use it there.

I need to aplogize for my bad wording in the last post, but by "observed in the Track Info panel as well" I meant that the lines are removed in the Track Info panel, but not in the header of a selected album in the main panel.

I use $IsNull in the Track Info panel as well.

14
Questions / Re: Remove empty line if fields are empty using $IsNull
« on: March 02, 2025, 10:25:18 PM »
Thanks for your response Mayibongwe, I observed this behaviour in the Track Info panel as well. Would be nice, if this was consistent across all panels. I had a look at the Wishlist section, but didn't find any related threads. So I will post there.

15
Questions / Re: Remove empty line if fields are empty using $IsNull
« on: February 25, 2025, 09:25:04 PM »
I asked the AI and a suggestion was

Code
$IsNull(<Publisher>,,$IsNull(<Produzent>,,<Publisher>" | "<Produzent>))

but the problem persists. I think as soon as a Tag field is specified, a line will be inserted, even if the fields are empty, right?

Pages: 12