forked from mia/Aegisub
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"Autosave" : "^CONFIG/autosave/",
|
|
"Backup" : "^CONFIG/backup/",
|
|
"Catalog" : "^CONFIG/catalog/",
|
|
"Crash" : "^CONFIG/crash/",
|
|
"Dictionary" : {
|
|
"Lang" : [
|
|
{ "string" : "^CONFIG/dictionary/lang/" }
|
|
],
|
|
"Personal" : [
|
|
{ "string" : "^CONFIG/dictionary/personal/" }
|
|
],
|
|
"Thesarus" : [
|
|
{ "string" : "^CONFIG/dictionary/thesaurus/" }
|
|
]
|
|
},
|
|
"Cache" : {
|
|
"FontConfig" : "^CONFIG/cache/fontconfig/",
|
|
"FFmpegSource" : "^CONFIG/cache/ffmpegsource/"
|
|
|
|
},
|
|
"Last" : {
|
|
"Audio" : "^VIDEO",
|
|
"Subtitle" : "^VIDEO",
|
|
"Video" : "^USER"
|
|
},
|
|
"Log" : "^CONFIG/log/",
|
|
"Shift History" : "^CONFIG",
|
|
"Temp" : "^TEMP"
|
|
}
|