-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
28 lines (20 loc) · 1.06 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is ytmusic-lib-tracker config file
[EXPORT]
# Directory where results of the export will be saved
output_dir_export=output\export
# When set to 1, then export of library won't be performed, changelog will be created for already existing csv files
skip_export=0
[CHANGELOG]
# Directory where results of the changelog will be saved
output_dir_changelog=output\changelog
# When set to '1', then previous and current file will be automatically detected by using timestamps in filenames from the files in auto_detect_dir
# Set to 0, if you want to create changelog between specific files, provided in previous_file and current_file
auto_detect=1
# Directory where results of export are kept, used only when auto_detect is set to 1
auto_detect_dir=output\export
# When auto_detect is set to 1, then this parameter is ignored.
# File with results of the previous export
previous_file=output\export\export_result_old.csv
# When auto_detect is set to 1, then this parameter is ignored.
# File with results of the current export
current_file=output\export\export_result_new.csv