Command line parameters and configuration file editing
Operating parameters
All the following parameters are optional parameters
file[Single file mode](#Single file mode) file is the file path-b--backend-hostingBackend hosting mode, according to the current cloud configuration, the choice isspecified running time every dayorhibernate and run after specified minutes-cliopens command line mode-login u=xxx,p=xxxLog in, you can log in automatically after entering it for the first time-gdebug mode-tname extraction mode-sadds subtitles to unsubtitled videos in the output directory-oother modes-cc--cloud-config-instanceCloud configuration instance selection, defaultDefault, for example, select the cloud configuration instance namedtest1--cloud-config-instance "test1"or- cc "test1"-lc--local-config-fileLocal configuration file, defaultmdc.ini, for example, select the local configuration file namedmdc_test.ini--local-config-file "mdc_test.ini"or-lc "mdc_test.ini"`-Clocal configuration file override mode is limited to overwriting the client's local configuration, such as input and output directory configuration. Use;to separate multiple configurations. Examples are as follows
./MDC -cli -C "common:source_folders=['/a/video1'];common:success_folder=/a/output2"
Configuration file
After the program is run for the first time, the .mdc/mdc.ini file will be generated in the user's home directory. Then edit the .mdc/mdc.ini configuration file
[proxy]
switch=0
type=http
proxy=localhost
port=1080
switch
Agent switch 0 off 1 on
type
Proxy type http socks5 socks5h
proxy
Proxy address localhost 192.168.x.x
port
proxy port
[common]
language =
sync_time =
source_folders=
success_folder =
language
Programming language: Default empty is eng, optional chs simplified Chinese cht traditional Chinese
source_folders
Input directory. Please enter this value as a list. Examples are as follows. Please do not re-enter.
[common]
source_folders = ['C:/Users/Administrator/video1']
source_folders = ['/home/test/video1', '/home/test/video2']
success_folder
Successfully output the directory. Directly enter the directory path. The example is as follows:
[common]
success_folder = /home/test/output
cloud_config_instance
Select a general movie cloud configuration instance. The default is Default. If you want to customize it, please fill in the name of the new configuration instance. If the instance name does not exist, Default will be used
[common]
cloud_config_instance = Default
cloud_config_instance_other
Select another movie cloud configuration instance. The default is Default. If you want to customize it, please fill in the name of the new configuration instance. If the instance name does not exist, Default will be used
[common]
cloud_config_instance_other = Default
subs
[subs]
switch=0
Automatically add plug-in subtitle files when scraping
- 0 off 1 on
[subs]
subs_folder = /home/test/subs
Directory of general video plug-in subtitles
user_token
[user_token]
token =
User login token
- Generated after first login and used for automatic login. The token is unique for each device.
- DO NOT COPY AND ALTER
other
[other]
switch=0
Other modes
- 0 off 1 on
Single file mode
Drag and drop a video file to the program icon to run Please enter ./MDC xxxxx.mp4 in the terminal To process other videos, please first open other modes in the GUI, or open it in the configuration file, or append the -r parameter