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: 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.
3
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?
5
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.
7
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by Jacob91 -
I don't think that "forced" has anything to do with it.  Anyone who has followed his comments on these forums is aware of his often petulant eccentricities and behavior towards users.  That said, he is also a coding genius and his skills here that have provided so many diverse options for Foobar will be missed.
Thanks for bringing some sanity to the forum.

I'm pretty astonished seeing how many insults are allowed in this forum depending on the lines of code you have written (which goes against TOS 2). And someone getting praise despite that behavior makes zero sense to me. Where we set the bar? 100 lines of code gives you a free ticket to insult people? That looks to me like people have to pay with their sanity for a component.

Maybe we can change the pov, and the rest of the forum should not be forced to read passive-aggressive comments and insults every 2 days by someone with clearly toxic dynamics, no matter if its a dev, a genius or your father. And that has nothing to do with developing a component, being forced to close maintenance or not receiving gratitude.

Really hope people get that point and separate software development, ignoring forum TOS or needing to handle their aggressiveness, whether in therapy or by other means. (And any of this doesn't invalidate we may be grateful to that same person)
👍👍

Whether you are an experienced developer or a simple user, no one can claim the right to exceed the limits that are supposed to be clear and applied on the forum.

Who said that common sense was the most shared thing in the world?
Obviously this is not the case. If everyone was able to question themselves without insulting the other, things would perhaps be different.

Man appeared more than a million years ago and this million years is still not enough for him.
How many more will it take?
8
General - (fb2k) / Re: [Suggestions / Wishlists] for future updates
Last post by regor -
Current album list panel doesn't jump properly to items containing accents. It's the same in CUI, see this:
https://github.com/reupen/album_list_panel/issues/278

Quote
f you press any letter on the album list it works, but as soon as an element has accents it's skipped. I would say this behavior doesn't follow the expect search foobar behavior. 'ARTIST HAS Baro' does include both and there are other cases where asymmetric search works fine just to simplify usage.

I know I can remove those chars on the album list though. I also see DUI does the same, at least on v1.6.



Pressing 'Baro' skips 'Barón Rojo' and goes to 'Baroness' directly

It should behave similar to queries, where pressing 'bar' matches both 'barón rojo' and 'baron rojo'.
9
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by regor -
I don't think that "forced" has anything to do with it.  Anyone who has followed his comments on these forums is aware of his often petulant eccentricities and behavior towards users.  That said, he is also a coding genius and his skills here that have provided so many diverse options for Foobar will be missed.
Thanks for bringing some sanity to the forum.

I'm pretty astonished seeing how many insults are allowed in this forum depending on the lines of code you have written (which goes against TOS 2). And someone getting praise despite that behavior makes zero sense to me. Where we set the bar? 100 lines of code gives you a free ticket to insult people? That looks to me like people have to pay with their sanity for a component.

Maybe we can change the pov, and the rest of the forum should not be forced to read passive-aggressive comments and insults every 2 days by someone with clearly toxic dynamics, no matter if its a dev, a genius or your father. And that has nothing to do with developing a component, being forced to close maintenance or not receiving gratitude.

Really hope people get that point and separate software development, ignoring forum TOS or needing to handle their aggressiveness, whether in therapy or by other means. (And any of this doesn't invalidate we may be grateful to that same person)
10
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by IP974 -
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