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
71
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by darkflame23 -
What are the strings/title formatting we need to enter to get the DR and LRA values to show up in a Playlist column?

Would also be nice to have an easy way to show LUFS Integrated and Max LUFS M and Max LUFS S for each track. I use a long string now for LUFS-I, but be nice to have something that was more easily understandable.

$if(%replaygain_track_gain%,$puts(l,$sub(-1800,$replace(%replaygain_track_gain%,.,)))$div($get(l),100).$right($get(l),2) dB,)

And thanks Case for making this, it's fantastic.
73
FLAC / Re: FLAC v1.4.x Performance Tests
Last post by jaro1 -
If I don't assume differences in performance of binaries (same Flac git version, same compiler and version) prepared by different people, then these last optimizations are indeed significant even in my conditions (mobile Intel i5-8250U), but undoubtedly content-dependent.

Audio file 24/44, 1:20 hour, Flac compression "-4":
- Flac commit: 28e4f05, GCC14.1 (NetRanger) - ca. 440-450x
- Flac git-cfe3afca, GCC14.1 (Wombat) - ca. 495-505x
- Flac git-cfe3afca, GCC12.2 (Replica9K) - ca. 480-500x, fluctuates greatly during encoding

..but NetRanger's Clang compile is very slightly but constantly a winner
- Flac commit: 28e4f05, Clang 18.1.4 (NetRanger)- ca. 505-515x

The result of Clang for git-cfe3afca could therefore be quite interesting. However, if I understand correctly, under standard conditions with no external influences (software etc.) the difference between GCC13 and Clang18 should ideally be none. GCC14 is a bit below v.13 in performance for me as well.
74
3rd Party Plugins - (fb2k) / Re: foo_skip: skip tracks that match a specified search query
Last post by Orion33 -
Hi. I would like to use this plugin to spased repeated audio files for memorization. This requires a more complex formula than %rating% IS 1, but I've run into some difficulties. There is nothing in the manual except for the information that it supports sql syntax and a link to a page. However, that page states that sql query allows built-in functions starting with the $ sign. I tried writing a test expression $mod(%play_count,3) EQUAL 0, but it gives 0 all the time. I also tried using the foo_dynfil plugin, but its fields also output always 0.

Could you please extend the functionality of the formula parser or make a more advanced plugin based on the template of this simple one?
76
foobar2000 mobile / Re: Feature request: Seeking when playing remote content over HTTP
Last post by --pv-- -
Hello,
I have finally figured out why I am the only one with this issue.
It turns out On android Foobar 2000 can seek in both local and remote MP3 files. But the files have to have id3 tags included. If the file has no tags such as recorded with an audio recorder app, it's not seekable. Can this be looked into please?
79
3rd Party Plugins - (fb2k) / Re: Georgia-ReBORN - A Clean foobar2000 Theme
Last post by Majestyk -
@Majestyk,

I do not get any script crash but I do get a foobar crash, don't know if it's the same you're reporting.
I can reproduce the foobar crash with fb.Exit();

Code: [Select]
		const checkResponse = setInterval(() => {
try { xmlhttp.Status && xmlhttp.ResponseText } catch (e) { return; }
clearTimeout(timer);
clearInterval(checkResponse);
bioOnStateChange.call(xmlhttp, resolve, reject, func);
fb.Exit(); // Add this line here
}, 30);

Can you confirm this?

Edit: What I have posted does not seem to be related to allmusic at all, if you put it outside the function, like this:
Code: [Select]
setTimeout(() => {
fb.Exit();
}, 4000);

it also crashes foobar. Seems to be that foobar with its user-components has not finished all processes and you early exit
right in the middle of it, that's why you get a foobar crash. If this is not the same issue, please post the crash log because I can not
reproduce any other related issue you've reported...

I don't get a script crash. I get "foobar2000 has crashed" on exit. It happens almost every time I close fb2k while Biography is loading text and images. I never get a crash if I disable Allmusic.

What I do is I click on a track, hit Biography real quick (don't know if I have to do that step or not), and then I close the program.