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
FLAC / Re: FLAC v1.4.x Performance Tests
Last post by Replica9000 -
Thanks for the infos. GCC 14 looses most here with 16bit audio and disabled asm optimizations.
24bit files encode way to slow with disabled asm optimizations with all versions imho.

That's why I didn't bother with results for the 24-bit audio without asm optimizations.  The single threaded runs take about 3 minutes longer to encode.
2
FLAC / Re: FLAC v1.4.x Performance Tests
Last post by Wombat -
Thanks for the infos. GCC 14 looses most here with 16bit audio and disabled asm optimizations.
24bit files encode way to slow with disabled asm optimizations with all versions imho.
3
FLAC / Re: FLAC v1.4.x Performance Tests
Last post by Replica9000 -
FLAC built with GCC 12, 13 & 14.  Times are the average of 3 runs.

Wav:  16-bit/44.1KHz  2h41m 1.60GiB
Code: [Select]
                Generic Build  |  No ASM Optimzations
GCC-12 1 thread:    1m25.343s  |  1m9.162s
GCC-13 1 thread:    1m24.958s  |  1m9.218s
GCC-14 1 thread:    1m25.622s  |  1m9.629s

GCC-12 8 threads:   0m17.890s  |  0m14.816s
GCC-13 8 threads:   0m18.637s  |  0m15.656s
GCC-14 8 threads:   0m18.854s  |  0m15.820s

GCC-12 16 threads:  0m16.536s  |  0m13.916s
GCC-13 16 threads:  0m17.404s  |  0m14.802s
GCC-14 16 threads:  0m17.598s  |  0m14.985s

Wav: 24-bit/48 KHz  2h33m  2.47GiB
Code: [Select]
GCC-12 1 thread:    6m14.467s
GCC-13 1 thread:    6m13.127s
GCC-14 1 thread:    6m12.464s

GCC-12 8 threads:   1m17.415s
GCC-13 8 threads:   1m17.558s
GCC-14 8 threads:   1m17.088s

GCC-12 16 threads:  1m16.173s
GCC-13 16 threads:  1m15.234s
GCC-14 16 threads:  1m14.989s
4
MP3 - General / Re: ffmpeg: A buggy MP3 (MPEG-2 mode) decoder?
Last post by Case -
FFmpeg has indeed been fixed for a long time. Produces practically identical output to lame decoder. Though sadly I think this issue has went unnoticed in foobar2000 land. All versions prior to v2.0 use an ancient FFmpeg that still chirps.
6
3rd Party Plugins - (fb2k) / Re: Library Tree Discussion
Last post by aelklirion -
I've got a problem with something I'm trying to do: I want to rely on folder organization rather than tagging to organize and navigate my music library cause it's too big to go through every album and add the tags, at least for now. So I basically want to set up foobar to work as a folder explorer. This is my library's structure:

My Music
  [Artist]
    [Type of audio (vinyl, CD, hi-res, etc.)]
        [Download, e.g. "complete vinyl collection", "discography", sometimes individual albums]
            [Year] - [Album]
                Files

So I've created 4 Library Tree panels, set each as the source of the next one, and selected folder structure view for all of them. But rather than acting as I expected, with each panel taking me further down the folder structure, instead they all show the same root directory and don't interact. What do I have to do to make each panel act as a filter for the next one? Also, is there a way to show nothing in the 3rd panel if what is selected in the 2nd panel is an album folder instead of folder with a collection of albums?
8
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by marc2k3 -
3.4.29

https://github.com/jscript-panel/release/releases

https://jscript-panel.github.io/docs/changes/

Changes for script authors only. I've made some changes to some plman methods so they don't return true/false any more as it was kind of pointless. If removing a playlist or sorting it fails, what are you doing with that information? Spamming the console or popping up a message would be daft. :P

I recommend checking playlist lock status to prevent such actions in the first place. As an example, the included playlist managers have always greyed out items if a playlist can't be removed or renamed.



9
General - (fb2k) / Re: attach pictures on-line in foobar2000
Last post by Juancar2 -
Hi everyone, I'm new to foobar, I just started using it.  I wanted to know if there is the possibility of attaching the album cover to a music file by taking the image online.  When I right-click on the audio file, tagging and then attach pictures there is no option to choose the image from an online database but only to choose an image saved locally on the PC.

A foobar 2000 plugin to access Discogs database (https://www.discogs.com)

Foro:
https://hydrogenaud.io/index.php/topic,50523.0.html

Author: dayuyu
Version: 1.0.20.4
Compiled: Nov  6 2023
fb2k SDK: 20230906 80
Website: https://github.com/ghDaYuYu/foo_discogs

foo_discogger is a fork of foo_discogs v2.23 repository by zoomorph (https://bitbucket.org/zoomorph/foo_discogs)

Acknowledgements:
Thanks to Michael Pujos (aka bubbleguuum) for starting the foo_discogs project (up to version 1.32) and zoomorph for continuing development (up to version 2.23).

foo_discogger uses the following open source libraries (thanks to their respective authors):

jansson - JSON Parser: http://www.digip.org/jansson/
liboauthcpp - OAuth library: https://github.com/sirikata/liboauthcpp

This plugin uses Discogs' API but is not affiliated with, sponsored or endorsed by Discogs.'Discogs' is a trademark of Zink Media, LLC.