-
-
Notifications
You must be signed in to change notification settings - Fork 3
Binaries usage
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.
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.
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.