Recent Posts Total Posts: 164212

Pages: 12 3 ... 10
1
Bug Reports / highlighting rule #1 can get overruled by lower-ranked rules
Last post by hiccup on Today at 04:25:26 PM   |  Started by hiccup
When you have one highlighting rule for the Album Cover view, it will properly display when at least one of the tracks adheres to that rule.
Irrespective if it is the first track, or another one.

Premise: If you have more than one highlighting rule, the first rule should always trump subsequent ones.

That will work fine if the first track of an album adheres to rule #1.
But if another track than the first one adheres to rule #1, and a track before it adheres to rule #2, the highlighting for rule #1 will not show for the album, but highlight #2 will show instead.

I would expect rule #1 to always trump subsequent ones if one of the album tracks adheres to it, irrespective of its track position.
2
Questions / Tag values not remembered anymore
Last post by Bodtje on Today at 04:24:04 PM   |  Started by Bodtje
Hi everyone,

I noticed that when I'm filling custom tag values they are not remembered (stored?) anymore. Usually when I added a new tag value, the next time I wanted to fill it in it popped up in a choice list. This doesn't happen anymore. Any idea?

And when I'm at it, is it possible to have these tags displayed somewhere, so I can edit them and they automatically change the (corrected) value to the entry where it was initially filled in?

Thanks in advance,
Bodtje
3
General Discussions / Re: [WEBSITE v2] MusicBee website and forum redesign
Last post by hiccup on Today at 04:14:10 PM   |  Started by AvikB
@moder/administr-ators

On page one of the Tips & Tricks board are quite a few posts that have been marked 'MOVED:'
So they shouldn't be there, but they are still occupying space, making it more difficult to navigate through the actual Tips & Tricks.
Could these notifications be removed?


4
Tips and Tricks / Re: Regular Expressions: coding, examples, testing resources
Last post by hiccup on Today at 04:09:36 PM   |  Started by karbock
please ignore

(Only posting this so this Tip&Trick gets a higher position in the long list. I got a bit tired of frequently scrolling through pages to find it ;-)
5
Bug Reports / Re: bug report
Last post by boroda on Today at 03:30:06 PM   |  Started by rsmielecki
post this bug report on "android remote" plugin topic, so the author of the plugin can see it.
6
Bug Reports / bug report
Last post by rsmielecki on Today at 02:24:30 PM   |  Started by rsmielecki
MusicBee v3.5.8447.35892P  (Win10.0), 25 Apr 2024 9:15:

System.Net.Sockets.SocketException (0x80004005): The requested address is not valid in its context
   at System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
   at System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, IPEndPoint endPoint)
   at MusicBeePlugin.AndroidRemote.Networking.ServiceDiscovery.SendResponse(Dictionary`2 notify, IPEndPoint mEndPoint, UdpClient udpClient)
   at MusicBeePlugin.AndroidRemote.Networking.ServiceDiscovery.OnDataReceived(IAsyncResult ar)
   at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
   at System.Net.ContextAwareResult.CompleteCallback(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.ContextAwareResult.Complete(IntPtr userToken)
   at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
   at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
7
Questions / Re: How to change layout for Playlists
Last post by The Incredible Boom Boom on Today at 12:21:47 PM   |  Started by dajih23736
I thought it was possible to have a different layout for the playlists only, without affecting other panels.

Create your Layout and View for the  Main Panel, then save it.
Next create another Layout and View for your Playlist tab and then save that.
Going forward, you can now edit each without it affecting the other.
8
Plugins / Re: Additional Tagging & Reporting Tools
Last post by boroda on Today at 10:42:16 AM   |  Started by boroda
@Bee-liever, 1st error means that you have duplicated tracks in the library. it should be fixed now:

https://www.mediafire.com/file/16sid3j34j3da4s/Tagging+Tools_2024-04-25.zip/file

all other errors seems to be unrelated to the plugin. i can't decipher them, they are MB internal errors. but it seems that you have some bugs with fonts installed. 3d error about "T:\MusicBee\Plugins\.install\" is very strange to me, but it's hardly related to AT&RT.

turn off skin coloring in AT&RT, and check if there are no problems with installed fonts. and check that Segoe UI fonts are installed.
9
Skins / Re: silvestreccf's skins
Last post by karbock on Today at 09:03:52 AM   |  Started by karbock
Skins by silvestreccf:
  • The download links used in the respective skin pages are now valid and up-to-date (thanks, Steven).
  • Aura Light: new version 6.0
  • Aura Dark: new version 2.0
  • Subfolder 'Older versions' added.
10
Plugins / Re: Additional Tagging & Reporting Tools
Last post by Bee-liever on Today at 07:48:31 AM   |  Started by boroda
Alright boroda,
1st download version:
didnt work - as expected - using
<Grouping>  -  <Album Unique Id>
Count - Kind

Error reports
Code
25/04/2024 4:26:03 PM - 10.0.22631.0 - 3.6.8878.11963P - System.ArgumentException: An entry with the same key already exists.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
   at System.Collections.Generic.SortedDictionary`2.Add(TKey key, TValue value)
   at MusicBeePlugin.LibraryReports.executePreset(String[] queriedFiles, Boolean interactive, Boolean saveResultsToTags, String functionId, Nullable`1 filterResults) in D:\Source\Repos\Additional-Tagging-Tools\Plugin\LibraryReports.cs:line 2812
   at MusicBeePlugin.LibraryReports.previewTrackList() in D:\Source\Repos\Additional-Tagging-Tools\Plugin\LibraryReports.cs:line 4107
   at MusicBeePlugin.PluginWindowTemplate.serializedOperation() in D:\Source\Repos\Additional-Tagging-Tools\Helpers\PluginWindowTemplate.cs:line 3433
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

25/04/2024 4:26:08 PM - 10.0.22631.0 - 3.6.8878.11963P - System.ComponentModel.Win32Exception (0x80004005): Error creating window handle.
   at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
   at System.Windows.Forms.ContainerControl.AfterControlRemoved(Control control, Control oldParent)
   at System.Windows.Forms.Form.AfterControlRemoved(Control control, Control oldParent)
   at System.Windows.Forms.Control.ControlCollection.Remove(Control value)
   at System.Windows.Forms.Control.Dispose(Boolean disposing)
   at #=znYWwf_ctQYuDuWubeh5ROLc=.Dispose(Boolean #=zaS1bbLM=)
   at #=z3pY_v0mQn0LmF_1MRT9NARs=.Dispose(Boolean #=zaS1bbLM=)
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zkSxGMPEa$2Ns6jCxZg==.#=zkhslwYLbcnLWwzZi$I_KqIc=.Dispose(Boolean #=zaS1bbLM=)
   at System.ComponentModel.Component.Dispose()
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zkSxGMPEa$2Ns6jCxZg==.Dispose(Boolean #=zaS1bbLM=)
   at System.ComponentModel.Component.Finalize()

25/04/2024 4:26:58 PM - 10.0.22631.0 - 3.6.8878.11963P - System.IO.FileNotFoundException: The system cannot find the file specified.
T:\MusicBee\Plugins\.install\
   at #=zQJxsD4O0b1txy9hhahFmHV4=.#=zcTczedYQaobj.#=zfSvSFAE=.#=zHi0MhDQ=(#=zOar0ZId6rZ$uB1RlBxJf6qc= #=ztMOHHNI=, Boolean #=zM3q$3KvD3436)
   at #=zQJxsD4O0b1txy9hhahFmHV4=.#=zcTczedYQaobj.#=zfSvSFAE=.#=zVurn1DQ=(#=zOar0ZId6rZ$uB1RlBxJf6qc= #=zX3u$lIM=, #=zOar0ZId6rZ$uB1RlBxJf6qc= #=z5hG8U10=, Boolean #=zM3q$3KvD3436)
   at #=zHFj27QH19GJQAn4epgM_morbeMjD.#=zZ8gSg$c=(#=zisCVX5a6RuNfEyrgNPR_torkRpZF #=zpJ7F7TCSWdkz)
   at #=zeq4xYeAQeTXfWaqQ0ZZOSZ0=.#=zS4uqOzl5dNic(#=z0QAqfczDSSAuZ4JLlw== #=zCwtUGpPQnbSc, String #=zPajJJ50=)
   at #=zeq4xYeAQeTXfWaqQ0ZZOSZ0=.#=zh7kjGkSAlhxD()

25/04/2024 4:35:50 PM - 10.0.22631.0 - 3.6.8878.11963P - System.ArgumentException: Parameter is not valid.
   at System.Drawing.Font.GetHeight(Graphics graphics)
   at System.Drawing.Font.GetHeight()
   at System.Drawing.Font.get_Height()
   at System.Windows.Forms.Control.set_Font(Font value)
   at #=zrQlGzvlp9avmDTDYLjpMd3bL0D2R..ctor()
   at #=zXseN2ISMQVrESN3O5AmQx5U=..ctor()
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=znJSe1LzEDzkE..ctor(#=z0QAqfczDSSAuZ4JLlw== #=z9ibrJNc=, Boolean #=zCggxhp$Xu8en)
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=z$5bKw0M=(#=z0QAqfczDSSAuZ4JLlw== #=z9ibrJNc=, Boolean #=zCggxhp$Xu8en)
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=zR7_FF8WgzWDUpGz7sw==(Object #=zGv_nRzM=, EventArgs #=zG7yBVro=)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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)

25/04/2024 4:36:22 PM - 10.0.22631.0 - 3.6.8878.11963P - System.ArgumentException: Parameter is not valid.
   at System.Drawing.Font.GetHeight(Graphics graphics)
   at System.Drawing.Font.GetHeight()
   at System.Drawing.Font.get_Height()
   at System.Windows.Forms.Control.set_Font(Font value)
   at #=zrQlGzvlp9avmDTDYLjpMd3bL0D2R..ctor()
   at #=zXseN2ISMQVrESN3O5AmQx5U=..ctor()
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=znJSe1LzEDzkE..ctor(#=z0QAqfczDSSAuZ4JLlw== #=z9ibrJNc=, Boolean #=zCggxhp$Xu8en)
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=z$5bKw0M=(#=z0QAqfczDSSAuZ4JLlw== #=z9ibrJNc=, Boolean #=zCggxhp$Xu8en)
   at #=zJH5cSVysJYiST7WOR0jyM7zJcmfx.#=zA3xYkVZ0vtUG.#=zR7_FF8WgzWDUpGz7sw==(Object #=zGv_nRzM=, EventArgs #=zG7yBVro=)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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)

2nd download version:
works fine
Pages: 12 3 ... 10