WebTools-NG/docs/devs/Sample conf file (rename to webtools.ng).json

47 lines
820 B
JSON
Raw Normal View History

2020-07-07 21:32:39 +00:00
{
"general": {
"username": "dane22",
"language": "en",
"rememberlastusername": true,
"transfilescopied": "0.1.0"
},
"Log": {
2020-08-04 13:00:23 +00:00
"maxSize": 10485760,
"fileLevel": "debug"
},
"PMS": {
"ContainerSize": {
"artist": 10,
"episode": 30,
"movie": 30,
"photo": 20,
"show": 20
},
"TimeOut": 20
2020-07-07 21:32:39 +00:00
},
"ET": {
"OutPath": "/home/tm/Videos",
"ArraySep": " - ",
"CustomLevels": {
"movie": {
"levels": {
"My Level": "My Level"
},
"LevelCount": {
"My Level": 2
},
"level": {
"My Level": []
}
}
}
},
"Developer": {
2020-09-10 23:59:41 +00:00
// plex.tv password, so you only need to hit enter
"password": "Your Plex.tv Pwd",
// Will show servers not owned by you
"showNotOwned": true,
// For ET, show levels starting with the word 'dev'
"showDevLevels": true
2020-07-07 21:32:39 +00:00
}
}