11
Notice
Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
12
3rd Party Plugins - (fb2k) / Re: Library Tree Discussion
Last post by The Chief -The right-click menu fails to open options. I found that there is no problem on win10 system. It cannot be opened on win11, such as 22621.105 and 22621.160. I think it may not open on other win11.Had the same problem on Win10. Problematic code is in panel.js module:
Quote
if (soFeatures.gecko && soFeatures.clipboard) popUpBox.config(JSON.stringify([this.dialogGrps, this.dialogFiltGrps, this.defViewPatterns, this.defFilterPatterns]), JSON.stringify(ppt), cfgWindow, ok_callback);
else {
popUpBox.ok = false;
$.trace('options dialog isn\'t available with current operating system. All settings in options are available in panel properties. Common settings are on the menu.');
}
I've changed it to just:
Quote
popUpBox.config(JSON.stringify([this.dialogGrps, this.dialogFiltGrps, this.defViewPatterns, this.defFilterPatterns]), JSON.stringify(ppt), cfgWindow, ok_callback);
It works now without any glitch.
13
General - (fb2k) / Re: Foobar won't remove the artwork
Last post by Gabohar -A little tutorial of how you can integrate AlbumArtDownloaderXUI to Foobar2000

14
3rd Party Plugins - (fb2k) / Re: Waveform Minibar (mod)
Last post by Gabohar -15
3rd Party Plugins - (fb2k) / Re: Cue support in Wave Minibar.
Last post by Gabohar -Said that, the "markers" will be the tracks that Foobar2000 will show you in the playlist panel.
16
Site Related Discussion / MOVED: Foobar won't remove the artwork
Last post by korth -17
Site Related Discussion / MOVED: Group by folder?
Last post by korth -18
General - (fb2k) / Foobar won't remove the artwork
Last post by nothingness -

Please drop me your solution.
19
3rd Party Plugins - (fb2k) / Re: Library Tree Discussion
Last post by yeyo -@yeyo
Cover size. You can choose from various thumbnail sizes (small, regular, medium, large) on the album art tab. You can also use ctrl + alt + shift & rotate the mouse wheel for other sizes (see show album art help on the album art tab for more info).
Options dialogue sometimes not opening.
In the last version extra checks were added to test if ShowHtmlDialog is supported, which display of options requires. ShowHtmlDialog should be supported for all users except those running Wine or those who don't want to install internet explorer. The extra checks use regor's getSoFeatures checker. Possibly it sometimes isn't giving the correct answer.
Attached is a debug version. Users experiencing the issue could replace so.js in ...foo_spider_monkey_panel\packages\{E85C9EF0-778B-46DD-AF20-F4BE831360DD}\scripts with the debug version and post the console log when the issue happens to see if it shows anything. Note that so.js in bio & library tree aren't the same.
Hi,WilB,good morning!
The right-click menu fails to open options. I found that there is no problem on win10 system. It cannot be opened on win11, such as 22621.105 and 22621.160. I think it may not open on other win11.
Biography The same problem.
I think it's helpful for your fix,Looking forward to early settlement and sharing!
20
General - (fb2k) / Group by folder?
Last post by nothingness -Of course, I checked the tag several times and there was no problem. I even tried to re-input for them. I also tried the method below:
https://www.blisshq.com/music-library-management-blog/2010/10/12/how-to-use-album_artist/
But it doesn't work as well.
Is there any option to group by folder? I guess that must be the only solution.