imdb-support: renamed imdb->omdb

Imdb is not really used directly, that is a bit misleading


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1af35f36c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-04-29 03:13:08 +02:00
committed by vanhofen
parent 7de5b2c8bf
commit 2d6da494ab
6 changed files with 34 additions and 22 deletions

View File

@@ -814,12 +814,14 @@ struct SNeutrinoSettings
int movieplayer_repeat_on;
int movieplayer_bisection_jump; //NI
int movieplayer_display_playtime;
//online services
std::string youtube_dev_id;
int youtube_enabled;
std::string tmdb_api_key;
int tmdb_enabled;
std::string imdb_api_key;
int imdb_enabled;
std::string omdb_api_key;
int omdb_enabled;
std::string shoutcast_dev_id;
int shoutcast_enabled;