﻿{$RUSSIAN=

PotPlayerMini64.exe [Контент] /Команды запуска

[Контент]            : Путь к файлу, папке или URL-адрес
                     * Можно указать несколько файлов разделив их пробелом
                     * Можно указать заголовки для URL разделяя их обратной косой чертой (\) в конце URL ("http://... \ заголовок этого URL")
                     * Разрешены подстановочные знаки (*,?)
                     * Настройка проигрывателя "Действие при открытии файлов" может влиять на некоторые команды запуска

-                    : Воспроизведение потокового мультимедиа (pipe)
                     * Пример: yt-dlp.exe -o - -S "+res:720,codec,br" URL-адрес | PotPlayerMini64.exe -

Команды запуска

/filedlg             : Диалог открытия файла
/urldlg              : Диалог открытия URL-адреса
/folderdlg           : Диалог открытия папки
/simple              : Файловый менеджер
/cap                 : Захват экрана
/cam                 : Веб-камера или другое устройство
/atv[:ch]            : Аналоговое ТВ
/dtv[:ch[-idx]]      : Цифровое ТВ
/dvd                 : Открыть DVD
/cd[:drive]          : Открыть диск
/add                 : Добавить в список
/insert              : Добавить в список за текущим файлом
/autoplay            : Воспроизведение
/same                : Объединение нескольких потоков
/sort                : Сортировка по имени
/randomize           : Сортировка в произвольном порядке
/new                 : Открыть в новой копии проигрывателя
/current             : Открыть в текущей копии проигрывателя
/clipboard           : Открыть из буфера обмена
/seek=ч:м:с.мс       : Открыть с заданного времени
/sub="субтитры"      : Открыть с внешними субтитрами
/aud="аудио"         : Открыть с внешней аудиодорожкой
/user_agent="xxx"    : Изменить юзерагент в заголовке http(s) запроса
/referer="xxx"       : Изменить реферер в заголовке http(s) запроса
/headers="xxx"       : Добавить специальный заголовок в http(s) запрос
/title="xxx"         : Использовать указанный заголовок
/volume="100"        : Открыть с уровнем громкости

config="профиль"     : Открыть с профилем
$}

{$CP0=

Usage: PotPlayerMini64.exe ["content"] [/switch]

"content"	         : You can specify a file, folder or URL as content.
                         * You can specify multiple contents by separating them with a space.
                         * You can specify titles for URLs by separating them with a backslash (\) at the end of URLs. ("http://...\title of this url")
            	         * Wildcards (*,?) are allowed.
              	         * The setting "Misc > When Files Opened" affects this when a file is specified.

- 		         : Plays streaming media from stdin
                         * Example usage: yt-dlp.exe -o - -S "+res:720,codec,br" URL | PotPlayerMini64.exe -

/filedlg                 : Opens the open file dialog box.
/urldlg                  : Opens the open URL dialog box.
/folderdlg               : Opens the open folder dialog box.
/simple                  : Opens file navigator.
/cap                     : Runs screen capture.
/cam                     : Runs webcam/Other devices.
/atv[:ch]                : Runs Analog TV device from the specified channel.
/dtv[:ch[-idx]]          : Runs Digital TV device from the specified channel.
/dvd                     : Runs DVD device.
/cd[:drive]              : Runs the specified drive.
/add                     : Appends the specified content(s) into playlist.
/insert                  : Inserts the specified content(s) just below the playing file.(Or adds at the end of playlist if there is nothing playing at the time)
/autoplay                : Plays the last played file.
/same                    : Loads and plays the specified contents as multiple streams.
                         * You can independently select loaded video and audio streams under Video/Audio/Filters context menus.
/sort                    : Sorts the specified contents by name before adding into playlist.
/randomize               : Sorts the specified contents by randomly before adding into playlist.
/new                     : Plays the specified content(s) within a new instance of the program
                         * The setting "F5 > General > Multiple instances" does not affect this.
/current                 : Plays the specified content(s) within an existing instance of the program
                         * The setting "F5 > General > Multiple instances" does not affect this.
/clipboard               : Appends content(s) from clipboard into playlist and starts playback immediately.
/seek=time               : Starts playback of the specified/last played content from the specified time point.
                         * Time format is: hh:mm:ss.ms (OR specify seconds only e.g. /seek=1800 to start at 30th min)
/sub="subfile"           : Loads the specified subtitle(s) from the specified paths or URLs.
/aud="audiofile"         : Loads the specified audio(s) from the specified paths or URLs.
/user_agent="ua"         : Sets user agent header for HTTP(S) requests.
/referer="ref"           : Sets referer header for HTTP(S) requests.
/headers="hdrs"          : Appends the specified header(s) to HTTP(S) requests.
/title="title"           : Use title
/volume="100"            : Starts playback with volume level

config="name"            : Activates the specified preset.
$}