add weather via Dark Sky API -step1-

Origin commit data
------------------
Branch: ni/coolstream
Commit: ed4d4e0c46
Author: TangoCash <eric@loxat.de>
Date: 2019-03-20 (Wed, 20 Mar 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2019-03-20 15:27:14 +01:00
committed by vanhofen
parent abf08f7ee8
commit b091b77794
30 changed files with 755 additions and 6 deletions

View File

@@ -852,6 +852,10 @@ struct SNeutrinoSettings
int movieplayer_timeosd_while_searching;
//online services
std::string weather_api_key;
int weather_enabled;
std::string weather_location;
std::string weather_city;
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;