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.
Topic: Copy converter presets from 32-bit to 64-bit foobar2000? (Read 969 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Copy converter presets from 32-bit to 64-bit foobar2000?

My old PC runs 32-bit foobar2000 and has a couple dozen conversion presets. Can I copy these to my new PC running foobar2000 x64?  If so, how?

Similarly, can I also copy over my old foobar2000 layout? Thanks.

Re: Copy converter presets from 32-bit to 64-bit foobar2000?

Reply #1
Similarly, can I also copy over my old foobar2000 layout? Thanks.
Fully depends on the skin and plugins you run. For that reason I still run fooBar 32bit on a very modern machine.

Re: Copy converter presets from 32-bit to 64-bit foobar2000?

Reply #2
I've made some progress, but I'm stumped by this...

On my old PC foobar2000 uses CUI; the new one uses DUI. There is a custom column I created on the old PC that shows when a 16/44 file has a sector boundary error.  The script for the column is:

Code: [Select]
$ifgreater($mod(%_length_samples%,588),0,$rgb(180,90,90,180,90,90)$num($mod(%_length_samples%,588),3 ),$rgb(0,128,0,0,128,0)' - ')

When I add this column to the new PC, it does not work. Is DUI unable to process a script like this? Thanks.

Re: Copy converter presets from 32-bit to 64-bit foobar2000?

Reply #3
^ DUI (playlist viewer) does not support $rgb so you could try it without that. It can only dim/highlight text by using < > characters.

... I also would like to copy Converter presets but I'm not even sure where they are stored now. At least File Operations creates preset text files in the profile folder, it would be great if the Converter did it that way too.

Re: Copy converter presets from 32-bit to 64-bit foobar2000?

Reply #4
... I also would like to copy Converter presets but I'm not even sure where they are stored now. At least File Operations creates preset text files in the profile folder, it would be great if the Converter did it that way too.
The presets in the v2 64-bit are in the configBlobs table of config.sqlite and visually indecipherable (for me).