From f2955a3ddedef356ad866de110bbf4d4c5a91c79 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Tue, 24 Feb 2015 15:14:08 +0100 Subject: [PATCH] Update config --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 8ba80b6..730d50a 100644 --- a/config +++ b/config @@ -13,7 +13,7 @@ function funcConfigPre { # These values are set at the beginning of the script outDir="/Multimedia/Video/" # Final dir with videos torrentDb="/home/deluged/torrents.db" # File with file names and labels (see at github: OTR-TorrentDb) - xbmcUrl="user:password@localhost:8080" # Specify user, password and port for XBMC JSON API (HTTP interface) + xbmcUrl="user:password@localhost:8080" # Specify user, password and port for Kodi JSON API (HTTP interface) logFile="/home/deluged/otrDecodeAll.log" # path to the log file # log levels: 0=off; 1=error; 2=warn; 3=info; 4 debug; 5 verbose debug