Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Re: Video: Bit Rate Column Value
« Last post by Mathias (Author) on Today at 09:02:17 »
No settings.. There can't be a settings for everything..
Most thing in the computer world is divided by 1024. So I guess it is a bug.
2
Support and Feedback / Video: Bit Rate Column Value
« Last post by rcg530 on Yesterday at 22:23:47 »
I've recently started using Multi Commander on my Windows 11 computer. I deal with a lot of video files [mainly from dash cameras]. I've updated the column list to include the video "Bit rate" column.

I have found the value displayed in that column is the raw value divided by 1024 bits when it shows the value. Windows File Explorer, MediaInfo, ands ffprobe will display a value that is the raw value divided by 1000.  I cannot find a configuration setting to adjust the 1024 to 1000 like I can for other settings [Free Space].

For example:
Windows File Explorer [Data Rate]: 30308 kbps
Windows File Explorer > Properties > Details [Data rate]: 30308 kbps
Mediainfo [Video > Bit rate]: 30.3 Mb/s
ffprobe [Video]: 30308 kb/s
Multi Commander SE v15.5 (build 3103) > Video [Bit rate]: 29598 kbps

30308 * 1000 = 30308000 bits/sec
30308000 / 1024 = 29598 kbps as displayed in Multi Commander

Have I missed a setting to select 1000 to be the divisor for calculated bit rate value?

Can this be made available as a setting?

Thanks!
3
This is a problem with the snap to feature of Windows. If you snap to top, bottom, left or right of screen it will not remember window position. Snap to can be disabled in windows/settings/system/multi-tasking.
4
Support and Feedback / Re: How can I disable Full row select?
« Last post by Matthias515566 on April 15, 2026, 22:22:31 »
Nobody need this.

there is no "empty space" to click

Why do you want to click in empty space? This is useless. There are other ways to get what you want in your empty space.
5
Support and Feedback / How can I disable Full row select?
« Last post by SeeKing on April 15, 2026, 12:49:35 »
I came across:
https://forum.multicommander.com/forum/index.php/topic,1401.msg5058.html#msg5058
in search of what i want, i.e., How can I disable full row select?
But I couldn't ind the solution there.

It is really annoying (at least for me) , there is no "empty space" to click, whenever i click, it selects a file/folder in that row.
I want , like windows File manger and total commander,  when I click some "empty space" nothing get selected.deselected.

Nothing more, all I want to know:
How can I disable full row select?
6
Support and Feedback / Re: Configuring TeraCopy
« Last post by mgigli on April 14, 2026, 20:22:10 »
I have one more question: would it be too difficult to add the option to send the list as one file per line instead of separated by a space? Several copy software programs use this format.
7
Support and Feedback / Re: Configuring TeraCopy
« Last post by total_annihilation00 on April 13, 2026, 12:48:34 »
On my computer when I initiate a paste operation (cut/ copy) I get a Menu Popup asking whether to paste using Windows Explorer or the faster TeraCopy (I use it mostly for copying/ moving files to & fro my USB stick.)
8
Support and Feedback / Re: Configuring TeraCopy
« Last post by Jean on April 12, 2026, 10:14:10 »
I'm using this snippet to send selected files to a rename tool of my own which picks up the file when started.

@var $files = GetSelectedPaths();
@var $filename = "c:\in\file_list.txt";
SaveArray($filename, $files, 1,  1);
MC.Run CMD={"C:\Tools\Rename\Win64\Debug\Rename.exe"};
9
Support and Feedback / Re: Configuring TeraCopy
« Last post by Mathias (Author) on April 12, 2026, 08:47:46 »
You should be able to create that using MultiScript.
I don't know what the list of file should look like. but there is a command to save all selected items to a file. and it can be scripted. maybe that can be used.
(the command in menu> Edit > Save selection to file) but with UserDefinedScript it can be automated
10
Support and Feedback / Configuring TeraCopy
« Last post by mgigli on April 12, 2026, 02:59:29 »
Hi, I'm new to MultiCommander, having come from TotalCommander, and I want to configure TeraCopy as an external command. So far, I can send one file to TeraCopy, but when I try to send a list of files, everything goes wrong. It seems that MultiCommander sends the list of files separated by spaces, but TeraCopy expects the list of files on separate lines. So, I would like to ask if anyone has already resolved this issue. If not, how would you recommend proceeding?
Should I create a script to send one file at a time, or should I change the list and replace the spaces with new lines?
Pages: [1] 2 3 4 5 ... 10