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
1
General - (fb2k) / Re: Title formatting/syntax for proper bitdepth
Last post by Case -
@Porcus : I started updating the HDCD detector, download new test version: https://foobar.hyv.fi/foo_hdcd.fb2k-component.
I didn't put the new gathered data on the result dialog as I didn't want to waste time thinking how to best format things without first asking for your thoughts. Full HDCD signal off periods are also logged, just not printed anywhere.
Best to scan a single track at a time or the console will be a mess.
In addition to things you recommended I also added frame counters that tell how many frames are affected by the effects. A frame here means a single pair of stereo samples, though apart from LLE, the effect could only affect one channel.
3
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by zcccz -
coverflow

// ==PREPROCESSOR==
// @name "CoverFlow View"
// @version "1.0 built 03.12.2024"
// @author "zc"
// @import "%fb2k_component_path%helpers.txt"
// @import "%fb2k_component_path%samples\smooth\common.js"
// @import "%fb2k_component_path%samples\smooth\scrollbar.js"
// @import "%fb2k_component_path%samples\smooth\inputbox.js"
// @import "%fb2k_component_path%samples\smooth\coverflow.js"
// ==/PREPROCESSOR==

update

Hi! No work with JSP 3.8.4

i'm so sorry, i don't know what happend, It runs fine on my foobar, I'm using JSP 3.8.6, I ‘m not an experienced developer, it's all cobbled together with original coverflow and jssb and jssp code.   :'(
4
Support - (fb2k) / Meta Data missing
Last post by Udo -
Update foobar from v1.6 32 Bit to v2.1.6 64 Bit. Everything works, everything looks identical. Except one thing.
With the old version I added text as „Lyrics“ to Ogg Vorbis audio files. The new version now shows on most files only a „.“ (dot) instead of the full text, on some files no „Lyrics“ at all. All other data looks correct, like ReplayGain, Genre and Names.
Whats that? What to do? Where to look?
Backup well done, so the old version shows the missed thing.
5
General - (fb2k) / Re: Converter - How to set enconder file path RELATIVE - is it possible?
Last post by Air KEN -
This is how I do it.
"C:\Encoder\FLAC\flac-1.4.3-x64\flac.exe"
I know this (manual) way (btw some PC's have different disk numbering) but what I would like to achieve is having all my encoders inside one folder of foobar2000 and be able to run fb2k-Converter without changing encoder path every time I move between PCs. Just to run portable foobar2k easy and smooth on all PCs.
How can I set relative path of the encoder in the converter settings?

I would rather spend time and effort on something like this and go for an easier and more reliable method, I don't believe that every portable installation has an encoder in the pofile folder.

foobar2000 Free Encoder Pack: Place it as "foobar2000\encoders\flac.exe".
encoders folder copy.
Also valid for portable installation.
7
General - (fb2k) / Re: Converter - How to set enconder file path RELATIVE - is it possible?
Last post by Cosh -
This is how I do it.
"C:\Encoder\FLAC\flac-1.4.3-x64\flac.exe"
I know this (manual) way (btw some PC's have different disk numbering) but what I would like to achieve is having all my encoders inside one folder of foobar2000 and be able to run fb2k-Converter without changing encoder path every time I move between PCs. Just to run portable foobar2k easy and smooth on all PCs.
How can I set relative path of the encoder in the converter settings?
9
3rd Party Plugins - (fb2k) / Re: JSP3 to SMP/JSsplitter wrapper
Last post by regor -
I forgot to share the finished thing. All namespaces and methods now covered, notes clearly describe what works (or not).

Works up to 3.8.4, since I did not polyfilled IJSGraphics PushLayer and IJSGraphics PopLayer yet (and anyway it was only used by VU meters which don't work without GetAudioChunk). I don't think I will polyfill that using ffmpeg, since I see no point for that. Just use JSP3 + VU meters or my waveform SMP seekbar.