1
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.
2
3rd Party Plugins - (fb2k) / Re: Georgia-ReBORN - A Clean foobar2000 Theme
Last post by MusicHound -@MusicHound,
yea just saw in fontforge that the glyph for the font does not exist, but you can change 'Segoe UI' to 'Segoe UI Symbol'.
First open your config file "foobar2000\profile\georgia-reborn\configs\georgia-reborn-config.jsonc" and go to the ( bottom of file )
"settings": { section. Look for "playlistCustomTitle": and "playlistCustomTitleNoHeader": change the pattern to something like this:
"%title%[ '('%original artist%' cover)'] $ifequal(%ITUNESADVISORY%,1,🅴,)"
Save the file.
Open your "foobar2000\profile\georgia-reborn\scripts\Playlist\main.js" file and change in line ~104:Code: [Select]const titleNormalFont = pref.customThemeFonts ? customFont.playlistTitleNormal : 'Segoe UI';to
const titleSelectedFont = pref.customThemeFonts ? customFont.playlistTitleSelected : 'Segoe UI';
const titlePlayingFont = pref.customThemeFonts ? customFont.playlistTitlePlaying : 'Segoe UI';Code: [Select]const titleNormalFont = pref.customThemeFonts ? customFont.playlistTitleNormal : 'Segoe UI Symbol';
const titleSelectedFont = pref.customThemeFonts ? customFont.playlistTitleSelected : 'Segoe UI Symbol';
const titlePlayingFont = pref.customThemeFonts ? customFont.playlistTitlePlaying : 'Segoe UI Symbol';
If you use the default playlist font size, you need to also change it because the upper of the 🅴 is cut off:
Still in the same file ( main.js ), just some lines under your first change, i.e in function createPlaylistFonts() { line ~130:Code: [Select]title_normal: font(titleNormalFont, rowFontSize),to
title_selected: font(titleSelectedFont, rowFontSize),
title_playing: font(titlePlayingFont, rowFontSize),Code: [Select]title_normal: font(titleNormalFont, rowFontSize + 1),
title_selected: font(titleSelectedFont, rowFontSize + 1),
title_playing: font(titlePlayingFont, rowFontSize + 1),
Restart foobar. If you've done everything correctly, it will display now the 🅴 in your track rows correctly,
when your tracks have a value of "1" with the %ITUNESADVISORY% tag.
-TT
Thank you it worked perfectly

3
General - (fb2k) / Re: Stream Data Radio
Last post by Sergey77 -@ApacheReal
For the Biography script (by @WilB ), add to the file advanced_radio_stream_parser.js the following:
Spoiler (click to show/hide)
Similarly for other streams of this radio station.
Thanks for MC2

4
Support - (fb2k) / Re: 2.0 Convert FLAC to AAC lose track numbers
Last post by Air KEN -https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Titleformat_Reference#.25tracknumber.25
or
Track Number: 1
Disc Number:2
Total Discs4
5
Support - (fb2k) / Re: 2.0 Convert FLAC to AAC lose track numbers
Last post by Patrick_inFrance -example
Gerry Mulligan Quartet & Chet Baker - [The Ultimate Jazz Archive 29 (Disc 4) CD2/4 #01] Freeway
Audio sample was over 30 seconds. Removed. Added image of properties
6
foobar2000 mobile / Re: Editing metadata for genres and composers
Last post by pyr452 -7
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by Irama -Using v. 2.0 (stable) or 2.1 beta (64 bits), interface is temporarily freezing on my side when I update tags, while music is still playing flawlessly. It can last from a few seconds (if I update tags of a single album) to a few minutes (for a bunch of albums using masstager) and everything will be fine again after all operations are completed. Meanwhile CPU usage is somewhere between 20 and 50 %. Same thing happens while new music is being downloaded and automatically scanned for being added in media library. My computer is "a bit" old (see specs below) and music library quite big.
This didn't happen with previous versions. I don't know anything about computing, but I guess this has something to do with foobar now being unable to forget new tag updates after crash (which is nice) and that this is not a bug but a consequence of choices made. Hence I'd like to know if there were ways to shorten this temporary freeze for old computers ran by old people like me... Any help appreciated!
Of course I use some components, mostly JScript Panel samples, but I guess they affect RAM more than CPU, and problems were similar without them installed.
Here's my configuration:
CPU Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz 3.60 GHz
RAM 16,0 Go
Foobar on SDD
Music library (over 18,000 albums; 8 TB data) on 3 different supposedly healthy HDD
Windows 10
Coming back on this... It seems that foobar is rebuilding the entire library each time I make any change on the metadatas or doing anything else that could affect the library (adding an album for instance). It is pretty annoying since heavy changes can freeze the program for tenth of minutes. Tasks manager tells me that foobar uses up to 40 % of CPU ressources (usually 25-30 % and less than 1 % in normal use). I tried everything I could with Windows, such as giving foobar "real time access" with no results. I'm a bit desperate about this...
Coming back again on this, just to let you know that I found the culprit: Smooth Browser (JScript Panel script). Removed it and everything is now working fine, except relatively high RAM use.
8
foobar2000 mobile / Re: Editing metadata for genres and composers
Last post by TomH1138 -There's no way to edit it in the mobile and assuming that it is quite uncomfortable to edit things on a mobile phone, I don't think this is on Peter's top of his to-do-list.
Understandable.
There are fields for composer and the performer (=conductor) plus album artists.
If you have more than one, you can enter them comma-separated - that's at least what I do.
These fields are more or less commonly used by players, but you can also add your own, which won't get displayed in typical players.
But where do I enter and add them, since it can't be done on the mobile? Is it a matter of syncing up the PC version with the mobile version, or something?
9
3rd Party Plugins - (fb2k) / Re: Playlist View issues with ColumnsUI
Last post by hexenszene -10
General - (fb2k) / Colored tabs or playlists
Last post by pansa -Please provide English translation in future posts.
TOS 10. All members must post in English. Content in other languages are allowed as long as full English translations are provided, or otherwise at the discretion of the staff.
Google Translate:
Playlist Colored tabs...I like working with playlists that play music for up to 20 hours. It seems useful for the distinction if I could, for example, color a playlist or tab via Properties of the tab or Columns UI 2.0.0. I'm a bit older,,,I'm a Foobarist,,,I've been working with Foobar for years. Greetings
MOD Edit: Title changed to English. Was "Gekleurde tabbladen of afspeellijsten"