Skip to content

Instantly share code, notes, and snippets.

@yanoshi
Created July 2, 2017 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanoshi/3682ea9fe9251bd62a492db6a3b98518 to your computer and use it in GitHub Desktop.
Save yanoshi/3682ea9fe9251bd62a492db6a3b98518 to your computer and use it in GitHub Desktop.
Chinachu用のconfig.json
{
"recordedDir" : "/rec/",
"temporaryDir": "/tmp/",
"wuiUsers": [
"akari:hirakegoma"
],
"wuiAllowCountries": ["JP"],
"mirakurunPath": "http://localhost:40772/",
"wuiPort" : 10772,
"wuiHost" : "0.0.0.0",
"wuiTlsKeyPath" : null,
"wuiTlsCertPath" : null,
"wuiOpenServer" : false,
"wuiOpenPort" : 20772,
"wuiXFF" : false,
"wuiPreviewer" : true,
"wuiStreamer" : true,
"wuiFiler" : true,
"wuiConfigurator" : true,
"wuiMdnsAdvertisement": true,
"recordedFormat": "<category>/<title>/<channel-name>/[<date:yymmdd-HHMM>]<fulltitle> - <subtitle>.m2ts",
"storageLowSpaceThresholdMB": 3000,
"storageLowSpaceAction": "remove",
"recordedCommand": "~/recCheck.sh"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment