Skip to content

Binaries usage

regorxxx edited this page Sep 29, 2025 · 9 revisions

Download

Some tools, like Wrapped or Batch tagger, make use of extra executables which are not bundled with the package. They can be installed easily following the steps below.

Install

Download '_binaries_x[architecture].zip', depending on your OS architecture (x86 or x64). Decompress it to your foobar2000 profile folder so it puts everything into '[PROFILE FOLDER]\binaries'. For ex. it should look like this:

  • On x64 systems: executable at '[PROFILE FOLDER]\binaries\ffmpeg\ffmpeg.exe'
  • On x86 systems: executable at '[PROFILE FOLDER]\binaries\ffmpeg\ffmpeg_32.exe'

Unix-like systems, using wine, will probably require to use the 32 bit executable.

Setting

In case you need to change the binaries path, it may be tweaked at: '[PROFILE FOLDER]\js_data\presets\global\globSettings.json'.

In any case it should be a path within foobar2000 profile folder. Note you may also use symlinks or junctions to avoid duplication, but don't ask for support or guidance about this.

Clone this wiki locally