1
General - (fb2k) / Re: How do I optimize foobar2000 for a choppy stream? Thanks!
Last post by jeffw_00 -Switched to TunnelBear - FooBar2000 is 100% ROCK SOLID for DAYS! AWESOME PLAYER. Where can I donate?
I *really* don't want to have hundreds of albums with only 1-3 song in my album view. What's your suggestion?Well ultimately it is your library so manage it as you wish. Whether you use a single "Album" name for all tracks or a playlist, the result will effectively be the same. That name just falls under the Playlist tab instead of the Album tab.
Exactly. Or use a dedicated tag editor like Mp3tag. You can transfer again, or if your phone allows USB access, just edit/save directly on your phone.Try adding a COMPILATION=1 tag to the files.So on my desktop PC I would use Properties "Add new" - and then transfer all the files to my phone (again ...)?
I *really* don't want to have hundreds of albums with only 1-3 song in my album view. What's your suggestion?~1000 files from my personal mix into one folder...That's almost the textbook definition of a playlist, not an album
different artist names...
multiple albums...
When updating foobar2000 to version 2.24.3 on top of the DarkOne v4 mod based on v1.5.8.0, an error appears at startup:Since no one responds.
JScript Panel JScript Execution error
The object cannot be created by the object programming server
File: <main>
Line: 60, Col: 1
How can I fix it?
Unfortunately, the mod is no longer supported by the author.
https://imagizer.imageshack.com/img922/342/z0oOeW.jpg
I tested a bit. I can show up to 6 instances of VU 0.10.15 all are being run from PSS by using a $showpanel_c(id,show) command where show is either 1 or 0.Does this also mean that when 6 instances are defined but only one is visible, the other 5 instances still use resources and cpu cycles?I don't know what your setup does in terms of window messages. In technical parlance, the timer is stopped in (for "minimize" or being out of sight) with one of four signals:
1. WM_SIZE with wParam being SIZE_MINIMIZED.
2. WM_WINDOWPOSCHANGED with SWP_HIDEWINDOW flag set (the tab change triggers this one after 4).
3. IsIconic() returns nonzero.
4. IsVisible() returns zero (the tab change triggers this one).
5. Extra, when resizing (WM_WINDOWPOSCHANGING and/or WM_SIZE) and transparent in Columns UI.
So, I suspect that "yes," they will still use GPU resources unless the windows are hidden using ShowWindow() with SW_HIDE flag--this is what the tab control is doing. Unless I hook into the message pump for the foobar2000 window that is. But I think it will be frowned upon and that might get the component banned.