File Manager Integration

Ask questions on how to do this and that here.
Post Reply
sdaughtry
Posts: 3
Joined: Fri Mar 06, 2026 11:31 pm

File Manager Integration

Post 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
admin
Site Admin
Posts: 1079
Joined: Wed Nov 17, 2010 12:56 pm

Re: File Manager Integration

Post by admin »

Hello,
What exactly is %P%S ? It would help if you could show the actual final/full command line.
sdaughtry
Posts: 3
Joined: Fri Mar 06, 2026 11:31 pm

Re: File Manager Integration

Post 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
admin
Site Admin
Posts: 1079
Joined: Wed Nov 17, 2010 12:56 pm

Re: File Manager Integration

Post 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.
sdaughtry
Posts: 3
Joined: Fri Mar 06, 2026 11:31 pm

Re: File Manager Integration

Post 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
admin
Site Admin
Posts: 1079
Joined: Wed Nov 17, 2010 12:56 pm

Re: File Manager Integration

Post 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.
Post Reply