Skip to main content

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.
Recent Posts
2
3rd Party Plugins - (fb2k) / Re: Georgia-ReBORN - A Clean foobar2000 Theme
Last post by TT -
Hi everyone, I recently switched to the new version of Fb2K (Georgia-REBORN) I used DARKONE before, since I am an old man and i don't understand english i need a couple of tips, how can i have in the background in the "tracklist the image of the artist/group instead of the wikipedia images of the artist/group i'm listening to? another thing in every folder/album of my music collection (about 500GB) i inserted the images: Front, Back, Disc.png and Artist in "details" i only see the images Front Back and Artist but i don't see the image Disc.png why? in Preferences>Display>Album art>Disc in Search Patterns i put Disc* but its Image is not displayed. Thanks @TT for Georgia-Reborn

Hi @UMBY71,

are you talking about the new implemented background image feature that is in the DEV version?
This here:
Spoiler (click to show/hide)

If so, the image source for the "Artist" is the biography cache:
Code: [Select]
foobar2000\profile\cache\biography\biography-cache\art_img
The biography fetches the images from last.fm, AllMusic and Wikipedia.
In general, you do get the artist images and I am not sure what you mean.
If for a particular artist there are no images for last.fm, it tries the next source which is AllMusic and then Wikipedia.
You could try to delete the Wikipedia images for that particular artist and try to fetch again from the Biography panel.
Maybe it will download now images from the other sources, if not, you would need to manually replace them with your custom artist images.

The default filename for the disc art png images is cd.png, cd1.png, cd2.png etc. and vinyl.png, vinyl1.png, vinyl2.png etc.
You can change that to disc.png in your georgia-reborn-config.jsonc file:
Code: [Select]
foobar2000\profile\georgia-reborn\configs\georgia-reborn-config.jsonc
Open your config file in a text editor and go to section "discArtPaths" and then rename *cd to *disc
Save and restart foobar.

Also you should try the latest DEV version from here and replace your files:
https://github.com/TT-ReBORN/Georgia-ReBORN/archive/refs/heads/master.zip

-TT
4
3rd Party Plugins - (fb2k) / Re: Routing data flows to Foobar via VB Cable (Windows 10)
Last post by boxerfan88 -

Although both Cable In and Out seem to have set themselves not only as Active but also as Default device, Cable Out doesn't show any activity while Qobuz plays (while Cable Input and Cable In 16 both do, as they should).
Maybe here's the issue, but I can't say what is causing the issue and what this points at.

The above in red might be the problem.
If VBcable is a default device, WindowsOS will grab it, and other apps cannot open in Exclusive Mode.
Change the default device to something else (like PC Speaker and/or PC Microphone) so that WindowsOS don't interfere.

Quote
PS, NB: where do I find VB's control panel? I've already asked this but got no answer yet.
Also - this might be hinting at something - is I search in the Start menu for "VB", "vb cable" or "vbcable" windows finds nothing. Is this normal? o.O

It's here for 64bit installs::  C:\Program Files\VB\CABLE\VBCABLE_ControlPanel.exe
If you want to make parameter changes, you need to run it with admin privileges.


.
5
General - (fb2k) / Re: Died HD with music - suggestions sought for how to repopulate all missing tracks
Last post by Porcus -
First thing, make a copy of the fb2k database. (Well the entire fb2k install I'd say, with %appdata% folders.) You don't want it to sync against a "new" folder just because it got the same drive letter and name.

Then: Do you want a list of files to search them up from backup, or do you want the tags from the database? For the latter, foo_external_tags; creating external tags to SQL database will make a snapshot of the tags. Once you have restored files to their location, you can commit them back.
7
3rd Party Plugins - (fb2k) / Re: Georgia-ReBORN - A Clean foobar2000 Theme
Last post by Majestyk -
What does it mean? Error: Spider Monkey Panel v1.6.1-mod ({04620F16-1878-47A1-8EFE-0CE0B99566CC}: Georgia-ReBORN v3.0-RC3 by TT)
include failed: ActiveXObject_Constructor failed: Invalid CLSID: VUMeter
File: gr-main-components.jsLine: 3614, Column: 38
Stack trace: PeakmeterBar@gr-main-components.js:3614:38 @gr-initialize.js:49:16
  loadAsyncFile/</<@gr-async-loader.js:182:5

Did you install a different VU Meter?
8
3rd Party Plugins - (fb2k) / Re: Georgia-ReBORN - A Clean foobar2000 Theme
Last post by UMBY71 -
What does it mean? Error: Spider Monkey Panel v1.6.1-mod ({04620F16-1878-47A1-8EFE-0CE0B99566CC}: Georgia-ReBORN v3.0-RC3 by TT)
include failed: ActiveXObject_Constructor failed: Invalid CLSID: VUMeter
File: gr-main-components.jsLine: 3614, Column: 38
Stack trace: PeakmeterBar@gr-main-components.js:3614:38 @gr-initialize.js:49:16
  loadAsyncFile/</<@gr-async-loader.js:182:5
9
General - (fb2k) / Re: New VST adapter for foobar2000
Last post by Basilderat -
[...]
Sig[3].Name=Fault Module Name
Sig[3].Value=igxelpicd64.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=31.0.101.5333
The VST crashes inside Intel graphics drivers. It's not foobar's fault. The VST in question may do something wrong, but this is most likely a driver bug.

Hi Case, that's what I had figured too, so I updated the Intel® Iris® Xe Graphics driver to version 32.0.101.6314 dated 2024-11-26 and it has fixed the problem, Thank you so much for your help with this, hugely appreciated mate!

Cheers, Peter