Page 1 of 1

File Manager Integration

Posted: Sat Mar 07, 2026 8:24 pm
by sdaughtry
Good afternoon from Albuquerque!

My attempts to fully integrate xRecode3 into my file managers of choice (e.g. Total Commander, Double Commander) aren't working. I create the button in the file manager to execute xRecode3 against selected files - that works fine. However, if I attempt to pass folders from the file manager to xRecode3, zero files are populated for xRecode3 to process. I've ran into this dead end with five different file managers - hoping someone can share with me the proper parameter string to pass to enable me to select multiple folders to be processed with xRecode3.

As an example, here is the string I am passing from Total Commander to xRecode3 to process files that works for selected files only:
/i %P%S /r /dest mp3 /cbr 320 /createinsrc /recycle

I thank you in advance for your response.

v/r,
Scott

Re: File Manager Integration

Posted: Sat Mar 07, 2026 9:52 pm
by admin
Hello,
What exactly is %P%S ? It would help if you could show the actual final/full command line.

Re: File Manager Integration

Posted: Sun Mar 08, 2026 10:00 am
by sdaughtry
My apologies. Here is what the %P%S means for Total Commander:
%P%S
insert the names of all selected files into the command line, with full path. Names containing spaces will be surrounded by double quotes.

I use many different file manager apps on my C, to include: SpeedCommander, Total Commander, Double Commander, Directory Opus, and FreeCommander. I was hopeful that one of the other xRecode3 users had figured out how the xRecode3 GUI processes parameters - especially multiple directories.

v/r,
Scott

Re: File Manager Integration

Posted: Sun Mar 08, 2026 10:04 am
by admin
OK, I see.
To use /i together with /r you need to pass the input folder and a mask e.g.

Code: Select all

/i c:\files\*.wav /r
Program will then pick up all *.wav files in c:\files folder and sub-folders.

Re: File Manager Integration

Posted: Mon Mar 09, 2026 5:02 am
by sdaughtry
Good evening,

Unfortunately, the various file managers I have don't pass a wildcard as a string - instead, the pass a list of either folders or files.

:(
Scott

Re: File Manager Integration

Posted: Mon Mar 09, 2026 4:40 pm
by admin
OK, I see.
Here's an update to try https://xrecode.com/test/setup_xrecode3 ... e_1.180.7z
I added support for %P%S style of files for the /i parameter.
I don't use any of the File managers you mentioned, so please let me know how it worked.