102 lines
1.9 KiB
JSON
102 lines
1.9 KiB
JSON
|
{
|
||
|
"config":{
|
||
|
"thumbnailer_path":"ffmpegthumbnailer",
|
||
|
"blender_thumbnailer_path":"",
|
||
|
"container_icon_wh":[
|
||
|
128,
|
||
|
128
|
||
|
],
|
||
|
"video_icon_wh":[
|
||
|
128,
|
||
|
64
|
||
|
],
|
||
|
"sys_icon_wh":[
|
||
|
56,
|
||
|
56
|
||
|
],
|
||
|
"steam_cdn_url":"https://steamcdn-a.akamaihd.net/steam/apps/",
|
||
|
"remux_folder_max_disk_usage":"8589934592"
|
||
|
},
|
||
|
"filters":{
|
||
|
"meshs":[
|
||
|
".dae",
|
||
|
".fbx",
|
||
|
".gltf",
|
||
|
".obj",
|
||
|
".stl"
|
||
|
],
|
||
|
"code":[
|
||
|
".cpp",
|
||
|
".css",
|
||
|
".c",
|
||
|
".go",
|
||
|
".html",
|
||
|
".htm",
|
||
|
".java",
|
||
|
".js",
|
||
|
".json",
|
||
|
".lua",
|
||
|
".md",
|
||
|
".py",
|
||
|
".rs",
|
||
|
".toml",
|
||
|
".xml",
|
||
|
".pom"
|
||
|
],
|
||
|
"videos":[
|
||
|
".mkv",
|
||
|
".mp4",
|
||
|
".webm",
|
||
|
".avi",
|
||
|
".mov",
|
||
|
".m4v",
|
||
|
".mpg",
|
||
|
".mpeg",
|
||
|
".wmv",
|
||
|
".flv"
|
||
|
],
|
||
|
"office":[
|
||
|
".doc",
|
||
|
".docx",
|
||
|
".xls",
|
||
|
".xlsx",
|
||
|
".xlt",
|
||
|
".xltx",
|
||
|
".xlm",
|
||
|
".ppt",
|
||
|
".pptx",
|
||
|
".pps",
|
||
|
".ppsx",
|
||
|
".odt",
|
||
|
".rtf"
|
||
|
],
|
||
|
"images":[
|
||
|
".png",
|
||
|
".jpg",
|
||
|
".jpeg",
|
||
|
".gif",
|
||
|
".ico",
|
||
|
".tga",
|
||
|
".webp"
|
||
|
],
|
||
|
"text":[
|
||
|
".txt",
|
||
|
".text",
|
||
|
".sh",
|
||
|
".cfg",
|
||
|
".conf",
|
||
|
".log"
|
||
|
],
|
||
|
"music":[
|
||
|
".psf",
|
||
|
".mp3",
|
||
|
".ogg",
|
||
|
".flac",
|
||
|
".m4a"
|
||
|
],
|
||
|
"pdf":[
|
||
|
".pdf"
|
||
|
]
|
||
|
}
|
||
|
}
|