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

Pages: 1
1
I have a custom view set up that uses the new compact grid of the Albums and Tracks view:



I also have a bunch of custom highlighting rules set up:



The problem comes when the custom view tries to show the highlighting rules:

- The highlighting only shows the icons on the tracks where the text is also coloured.
- At least one track appears to have incorrect highlighting (track 6 of the 1st album).
- If the last track is coloured, so are the heading title and subtitle for the next album.



Finally, as can be seen above, there seems to be an issue with rendering the album covers. If I hit F5 it renders correctly, but as soon as I scroll the album covers are clipped again.

2
I added the "vertical tag editor" to the right main panel. Then I added 17 fields to the editor - which resulted in it throwing an exception. Once MusicBee was closed I could no longer open it until I replaced the musicbee3settings.ini file with the backup copy.

Here's the part of the ini file with the fields I added:

<TAG_Fields>
 <int>65</int>
 <int>32</int>
 <int>174</int>
 <int>62</int>
 <int>31</int>
 <int>30</int>
 <int>61</int>
 <int>86</int>
 <int>52</int>
 <int>88</int>
 <int>175</int>
 <int>59</int>
 <int>173</int>
 <int>168</int>
 <int>170</int>
 <int>171</int>
 <int>169</int>
</TAG_Fields>

Here's the error MusicBee throws:

MusicBee v3.2.6626.33698 (Win10.0), 26 Feb 2018 21:36:

System.NullReferenceException: Object reference not set to an instance of an object.
   at #=zKLaSF$LKLAJa3g308n10MnQ=.#=zSfsgodZxaNud()
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.#=zJcee9Ot_EUutgCR6zA==.#=z7Ngcz9c=(Boolean #=zbhbbUZ0=)
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.#=zkpqCInxrzjjp(#=zLbb9rRsTi11l #=zr3nnAIQ=, Rectangle #=zv_NUiL7kTGJF)
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.#=zkpqCInxrzjjp(#=zlkifM93t9wpf #=z3Vgh81o=, Boolean #=z6Tbtn0G1tvqU8Z1IgA==)
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.#=zpGjMx1wngaIC()
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.#=zuqB1cyI59LmE(Rectangle #=zoyqfSWbC6612Mck70$XVZUg=, Rectangle #=zYsAlWivdypbTKUGXIbLNwvM=)
   at #=z2OAi7kqpo8P_iOWKOWbAE5I=.OnResize(EventArgs #=z0aHdXuE=)
   at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
   at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
   at System.Windows.Forms.Control.UpdateBounds()
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at #=z2OAi7kqpo8P_iOWKOWbAE5I=.WndProc(Message& #=zisO3hgQ=)
   at #=zF4fZ0Ra2Kgg1kAHCed$ijj73wpf2.WndProc(Message& #=zisO3hgQ=)
   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)

3
Bug Reports / [3.2.6618] Tag editor gets in odd state
« on: February 18, 2018, 09:52:03 PM »
Spotted some odd behaviour with the tag editor in v3.2.6618:

Steps to reproduce:
- Open the tag editor
- Select multiple tracks
- Change the tab in the editor to anything other than "Tags", for instance "Artwork"
- Select a single track

What happens:
- The highlighted tab remains the one that was last selected
- The contents are shown for the "Tags" tab
- Tabbing through fields doesn't work until you select another tab in the editor

Thanks for a great program Steve!

Pages: 1