2015-10-22, 14:47
@Milhouse this is my config file. I added some values for testing sake, don't know what values should go there.
Can you give some examples of the
usage?
Thanks
Code:
userdata = ~/.xbmc/userdata/
dbfile = Database/Textures13.db
thumbnails = Thumbnails/
xbmc.host = localhost
webserver.port = 8080
webserver.username = username
webserver.password = password
rpc.port = 9090
download.threads = 2
extrajson.albums =
extrajson.artists =
extrajson.songs =
extrajson.movies = cast
extrajson.sets =
extrajson.tvshows.tvshow = cast
extrajson.tvshows.season = cast
extrajson.tvshows.episode= cast
qaperiod = 30
qa.file = no
cache.castthumb = true
logfile =
logfile.verbose = no
network.mac = aa:bb:cc:dd:ee:ff
allow.recacheall = yes
Can you give some examples of the
Code:
extrajson.*
Thanks