You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPD: copymove.html: A note about verification.
UPD: help.html: A note about opening drives.
UPD: multiarc.html: A note about multi-line content parsing.
Other small fixes/changes.
<code>Duration</code> is the minimum time (in seconds) that a file operation should last. Additional values: 0 – always on, -1 disables sound notifications.<br>
216
+
File operations: copy, move, wipe, delete files, split file and combine files. If a sound notification is not needed for some operation, just remove (or do not add) the corresponding line. <ahref="variables.html#envvariables">Environment variables</a> are supported.<br>
217
+
Supported audio formats:<br>
218
+
- Windows (the <tt>sndPlaySoundW</tt> function from the Windows API): .wav.<br>
219
+
- macOS (the Core Audio API): .aac, .adts, .ac3, .caf, .mp3, .m4a and .mp4 (with AAC or ALAC), .wav.<br>
220
+
- Linux and other Unix-like systems: Double Commander can use the GStreamer library (primarily, <tt>libgstreamer-1.0.so.0</tt>) or the SDL2 library (<tt>libSDL2-2.0.so.0</tt>). GStreamer supports most popular audio formats, with SDL2 we can use only .wav. In Haiku, only SDL2 can be used.
<p>The list of the following parameters will vary depending on the type of file operation and operating system family.</p>
59
59
<ul>
60
-
<li><p><spanclass="italic">Verify</span> – If enabled, Double Commander will compare the source file and the copied file in the target directory: a byte-by-byte comparison (Windows) or BLAKE2 checksums (Linux and others). Double Commander will try to minimize the disk cache effects (if the file system does not support direct input/output, the program will report the verification failure). Keep in mind, this function significantly reduces the speed of the operation. Not available in macOS.</p></li>
60
+
<li><p><spanclass="italic">Verify</span> – If enabled, Double Commander will compare the source file and the copied file in the target directory: a byte-by-byte comparison (Windows) or BLAKE2 checksums (Linux and others). Double Commander will try to minimize the disk cache effects (if the file system does not support direct input/output, the program will report the verification failure). Keep in mind, this function significantly reduces the speed of the operation. Please note that each file will be read twice, so the total size of files in the progress bar will be doubled. Not available in macOS.</p></li>
61
61
<li><p><spanclass="italic">Check free space</span> – Before copying the file, Double Commander will check if there is enough free disk space in the target directory.</p></li>
62
62
<li><p><spanclass="italic">Reserve space</span> – If enabled, Double Commander will use pre-allocation of disk space, this will reduce the chances of file fragmentation. Also this is a faster way to create files. In Windows, Double Commander always reserves space. Does not work in Linux on partitions with FAT32 file system.</p></li>
63
63
<li><p><spanclass="italic">Follow links</span> – If enabled, Double Commander will consider symbolic links to folders as regular folders and copy their contents; instead of file links, the target files of this links will be copied. The indeterminate checkbox state (three-state): the program will ask each time what it should do.</p></li>
<p>The Drives button bar helps you to change the drive quickly with one mouse click. Middle mouse (mouse wheel) click will open the disk in a new tab in the active panel.</p>
413
+
<p>The Drives button bar helps you to change the drive quickly with one mouse click. Middle mouse (mouse wheel) click will open the disk in a new tab in the active panel. There are two ways to open a drive, see the description of the <ahref="configuration.html#ConfigMisc">Always go to the root of a drive when changing drives</a> parameter.</p>
414
414
<p>Right click shows the context menu that contains operations such as mount/unmount, format, etc. (depends on the OS and drive type).</p>
415
415
<p>The last button is <ahref="#cm_OpenVirtualFileSystemList">Open VFS list</a>.</p>
416
416
<pclass="navback"><ahref="#topofpage">(back to top)</a></p>
<p>Internal commands are <tt><aname="cm_LeftOpenDrives">cm_LeftOpenDrives</a></tt> for left panel and <tt><aname="cm_RightOpenDrives">cm_RightOpenDrives</a></tt> – for right panel. Default shortcuts: <kbd>Alt+F1</kbd> and <kbd>Alt+F2</kbd>, but they won't work in most Linux Desktop Environments (just open the <ahref="configuration.html#ConfigHotKeys">Keys > Hot keys</a> settings section and replace them).</p>
<p>Internal command <tt>cm_SrcOpenDrives</tt> will show this menu for active panel.</p>
426
+
<p>There are two ways to open a drive, see the description of the <ahref="configuration.html#ConfigMisc">Always go to the root of a drive when changing drives</a> parameter.</p>
426
427
<p>Additional navigation buttons:</p>
427
428
<p><tt><aname="btn_dirlist">"*"</a></tt> – shows the bookmarks hotlist, see the dedicated <ahref="directoryhotlist.html">Directory Hotlist</a> help page for details;</p>
428
429
<p><tt>"\"</tt> or <tt>"/"</tt> – go to the root of the current drive (Windows) or to the file system root (Linux and other Unix-like systems). Exceptions:</p>
Copy file name to clipboardExpand all lines: doc/en/multiarc.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,7 @@ <h2><a name="standardparsing">4.5.3. Standard syntax for parsing</a></h2>
274
274
<tr><tdclass="varcell"><divclass="firstcolumnaleft">*</div></td><tdclass="hintcell">skip until first space or end of line</td></tr>
275
275
<tr><tdclass="varcell"><divclass="firstcolumnaleft">+</div></td><tdclass="hintcell">for name field at line end: use all chars until the end of the line</td></tr>
276
276
</table>
277
+
<p>If the archiver displays information about each file using more than one line, we must specify the corresponding number of lines to parse the contents (Double Commander supports up to 50 lines).</p>
277
278
<pclass="navback"><ahref="#topofpage">(back to top)</a></p>
<code>Duration</code> – минимальное время (в секундах), которое должна продолжаться файловая операция. Дополнительные значения: 0 – включено всегда, -1 отключает звуковые уведомления.<br>
214
+
Файловые операции: копировать, переместить, стереть, удалить файлы, разрезать файл и собрать файлы. Если для какой-то операции не нужно звуковое оповещение, то просто уберите (или не добавляйте) соответствующую строку. Поддерживаются <ahref="variables.html#envvariables">переменные окружения</a>.<br>
215
+
Поддерживаемые форматы аудио:<br>
216
+
- Windows (функция <tt>sndPlaySoundW</tt> из Windows API): .wav.<br>
217
+
- macOS (Core Audio API): .aac, .adts, .ac3, .caf, .mp3, .m4a и .mp4 (с AAC или ALAC), .wav.<br>
218
+
- Linux и другие Unix-подобные системы: Double Commander может использовать библиотеку GStreamer (в первую очередь, <tt>libgstreamer-1.0.so.0</tt>) или библиотеку SDL2 (<tt>libSDL2-2.0.so.0</tt>). GStreamer поддерживает большинство популярных форматов аудио, с SDL2 мы можем использовать только .wav. В Haiku доступно использование только SDL2.
<p>Список следующих параметров будет различаться в зависимости от типа файловой операции и семейства операционных систем.</p>
59
59
<ul>
60
-
<li><p><spanclass="italic">Проверить после завершения</span> – Если отмечено, Double Commander сравнит исходный файл и скопированный файл в целевом каталоге: побайтовое сравнение (Windows) или контрольные суммы BLAKE2 (Linux и другие). Double Commander попытается свести к минимуму эффекты дискового кэша (если файловая система не поддерживает прямой ввод-вывод, программа сообщит о неудаче проверки). Имейте в виду, эта функция заметно снижает скорость операции. Недоступно в macOS.</p></li>
60
+
<li><p><spanclass="italic">Проверить после завершения</span> – Если отмечено, Double Commander сравнит исходный файл и скопированный файл в целевом каталоге: побайтовое сравнение (Windows) или контрольные суммы BLAKE2 (Linux и другие). Double Commander попытается свести к минимуму эффекты дискового кэша (если файловая система не поддерживает прямой ввод-вывод, программа сообщит о неудаче проверки). Имейте в виду, эта функция заметно снижает скорость операции. Обратите внимание, каждый файл будет прочитан дважды, поэтому общий размер файлов в полосе прогресса операции будет увеличен в два раза. Недоступно в macOS.</p></li>
61
61
<li><p><spanclass="italic">Проверять свободное место</span> – Перед копированием файла Double Commander проверит, достаточно ли свободного места на диске в целевом каталоге.</p></li>
62
62
<li><p><spanclass="italic">Резервировать место</span> – Если отмечено, Double Commander будет использовать предварительное выделение дискового пространства, это снизит вероятность фрагментации файла. Также это более быстрый способ создания файлов. В Windows Double Commander всегда резервирует место. Не работает в Linux на разделах с файловой системой FAT32.</p></li>
63
63
<li><p><spanclass="italic">Следовать ссылкам</span> – Если отмечено, Double Commander будет считать символьные ссылки на папки обычными папками и копировать их содержимое; вместо ссылок на файл будут скопированы файлы, на которые они указывают. Неопределённое (третье) состояние флажка: программа будет каждый раз спрашивать, что она должна делать.</p></li>
<p>Кнопки дисков позволяют быстро сменить диск просто нажав на соответствующую кнопку. Щелчок средней кнопки мыши (колесо мыши) откроет диск в новой вкладке активной панели.</p>
413
+
<p>Кнопки дисков позволяют быстро сменить диск просто нажав на соответствующую кнопку. Щелчок средней кнопки мыши (колесо мыши) откроет диск в новой вкладке активной панели. Доступно два способа открытия диска, смотрите описание параметра <ahref="configuration.html#ConfigMisc">При смене диска всегда переходить в корневой каталог</a>.</p>
414
414
<p>Щелчок правой кнопкой мыши вызывает контекстное меню, из которого можно произвести операции монтирования/размонтирования, форматирование и прочее (зависит от используемой системы и типа диска).</p>
415
415
<p>Последняя кнопка – <ahref="#cm_OpenVirtualFileSystemList">Открыть список VFS</a>.</p>
@@ -423,6 +423,7 @@ <h2><a name="iface_drive_btn">2.4. Список дисков</a></h2>
423
423
<p>Внутренняя команда <tt><aname="cm_LeftOpenDrives">cm_LeftOpenDrives</a></tt> для левой панели и <tt><aname="cm_RightOpenDrives">cm_RightOpenDrives</a></tt> – для правой. Сочетания клавиш по умолчанию: <kbd>Alt+F1</kbd> и <kbd>Alt+F2</kbd>, но они не работают в большинстве сред рабочего стола Linux, так как уже заняты (просто откройте раздел настроек <ahref="configuration.html#ConfigHotKeys">Клавиши > Горячие клавиши</a> и замените их).</p>
<p>Внутренняя команда <tt>cm_SrcOpenDrives</tt> покажет это меню для активной панели.</p>
426
+
<p>Доступно два способа открытия диска, смотрите описание параметра <ahref="configuration.html#ConfigMisc">При смене диска всегда переходить в корневой каталог</a>.</p>
426
427
<p>Дополнительные кнопки навигации:</p>
427
428
<p><tt><aname="btn_dirlist">"*"</a></tt> – показать избранные каталоги, подробнее смотрите на странице <ahref="directoryhotlist.html">Избранные каталоги</a>;</p>
428
429
<p><tt>"\"</tt> или <tt>"/"</tt> – перейти в корень текущего диска (Windows) или в корень файловой системы (Linux и другие Unix-подобные системы). Исключения:</p>
0 commit comments