diff options
author | thlo <smarttv640@gmail.com> | 2016-12-26 12:41:20 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2016-12-26 12:41:20 +0100 |
commit | 1f26f1c8b98c75617933406288856ad6c5f04809 (patch) | |
tree | 284d0bbc9f8d2580cb97697eebbe7c046ffc0e6e /smarttvweb.conf | |
parent | 9864d6a98c83408046a4d69c39fb5c788c346b18 (diff) | |
download | vdr-plugin-smarttvweb-1f26f1c8b98c75617933406288856ad6c5f04809.tar.gz vdr-plugin-smarttvweb-1f26f1c8b98c75617933406288856ad6c5f04809.tar.bz2 |
New Usage Stats collecting feature to monitor consumption of recordings from remote devices (targeting parents)
Diffstat (limited to 'smarttvweb.conf')
-rwxr-xr-x | smarttvweb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smarttvweb.conf b/smarttvweb.conf index 97849ec..9f08201 100755 --- a/smarttvweb.conf +++ b/smarttvweb.conf @@ -44,3 +44,6 @@ BuiltInLiveBufDur 600 # Value of the access-control-allow-origin HTTP response header #CorsHeader http://192.168.1.122 http://teefax:8000 +# Allows collecting of usage stats of recording +# Intention is to allow parents to monitor TV recordings consumption +# UsageStatsLogFile /var/log/smarttvweb/usagestats.log
\ No newline at end of file |