Created
April 1, 2016 03:59
-
-
Save hrvtuirvw/9fc2d8b482c9274468ea08898d64abfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recordedDir" : "/var/exhdd/Movie/", | |
"temporaryDir": "/var/exhdd/tmp/", | |
"wuiUsers": [ | |
“ID名:パスワード” | |
], | |
"wuiPort" : 10772, | |
"wuiHost" : "::", | |
"wuiTlsKeyPath" : null, | |
"wuiTlsCertPath" : null, | |
"wuiOpenServer" : false, | |
"wuiOpenPort" : 20772, | |
"wuiPreviewer" : true, | |
"wuiStreamer" : true, | |
"wuiFiler" : true, | |
"wuiConfigurator": true, | |
"recordedFormat": "<date:yymmdd-HHMM>_<type><channel>_<title>.m2ts", | |
"tuners": [ | |
{ | |
"name" : "FSUSB2", | |
"isScrambling": false, | |
"types" : [ "GR" ], | |
"command" : "recfsusb2n -b <channel> - -" | |
} | |
], | |
"channels": [ | |
{ "type": "GR", "channel": "27" }, | |
{ "type": "GR", "channel": "26" }, | |
{ "type": "GR", "channel": "25" }, | |
{ "type": "GR", "channel": "24" }, | |
{ "type": "GR", "channel": "22" }, | |
{ "type": "GR", "channel": "23" }, | |
{ "type": "GR", "channel": "21" }, | |
{ "type": "GR", "channel": "20" }, | |
{ "type": "GR", "channel": "28" }, | |
{ "type": "GR", "channel": "30" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment