Aegisub/aegisub/src/libresrc/default_path.json

33 lines
585 B
JSON
Raw Normal View History

{
"Backup" : "^CONFIG/backup",
"Autosave" : "^CONFIG/autosave",
"Data" : "",
"User" : "",
"Temp" : "",
"Dictionary" : {
"Local" : {
"Lang" : "^CONFIG/dictionary/lang",
"Thesarus" : "^CONFIG/dictionary/thesaurus",
"Personal" : "^CONFIG/dictionary/personal"
},
"Lang" : [],
"Thesaurus" : []
},
"Automation" : {
"Autoload" : [],
"Include" : []
},
"Crash" : "^CONFIG/crash",
"Font" : {
"FontConfig" : {
"Cache" : "^CONFIG/fontconfig_cache"
}
},
"Last" : {
"Video" : "",
"Subtitle" : "^VIDEO",
"Audio" : "^VIDEO"
},
"Log" : "^CONFIG/log"
}