Contains options to manage api keys and related gui features.
These options allows to add predefined api/dev keys. If option unused, it will be like before and
user can add end edit keys via gui.
Add keys with
--with-tmdb-dev-key=[KEY]
--with-omdb-api-key=[KEY]
--with-youtube-dev-key=[KEY]
--with-shoutcast-dev-key=[KEY]
In case of predefined keys it could be useful to avoid the gui managment for keys:
--disable-tmdb-key-manage
--disable-omdb-key-manage
--disable-youtube-key-manage
--disable-shoutcast-key-manage
Additional option to disable youtube player inside moviebrowser
--disable-youtube-player
Origin commit data
------------------
Commit: 7d920e182a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Origin commit data
------------------
Commit: ee155ad6fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)
Origin message was:
------------------
- acinclude/configure: some more minor format changes
i don't know any other way to get linefeeds in right-hand text
Origin commit data
------------------
Commit: f66f381c7d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)
Origin message was:
------------------
- acinclude: use AS_HELP_STRING() for --with-boxmodel; ...
i don't know any other way to get linefeeds in right-hand text
Origin commit data
------------------
Commit: bcaac2a271
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Origin message was:
------------------
- acinclude: small resort to get the plugin-dir variables consecutively
Origin commit data
------------------
Commit: ee02df6549
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Origin message was:
------------------
- define FLAGDIR in acinclude.m4 otherwise it won't work on PC
I don't know if CC/CXX-handling is right, but powerpc-tuxbox-linux-gnu
was definitely wrong.
Origin commit data
------------------
Commit: e3920273bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-22 (Wed, 22 Mar 2017)
Origin message was:
------------------
- acinclude.m4: remove more old unused cruft
I don't know if CC/CXX-handling is right, but powerpc-tuxbox-linux-gnu
was definitely wrong.
remove:
- unused boxtypes, these only give a false sense of support
- unused configure options and associated #defines in config.h
- unused confiugre check macros
Origin commit data
------------------
Commit: 216a774343
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-03-22 (Wed, 22 Mar 2017)
There's so much more unused and outdated stuff :/
Origin commit data
------------------
Commit: 93e22163e9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Origin message was:
------------------
- acinclude.m4: remove unused --enable-tmsdk switch; ...
There's so much more unused and outdated stuff :/
--with-libcoolstream-static-dir= for path to static libcoolstream
Example for neutrino.mk:
N_CONFIG_OPTS += --enable-libcoolstream-static
# path for static libcoolstream
N_CONFIG_OPTS += --with-libcoolstream-static-dir="$(TARGETPREFIX)/lib"
Origin commit data
------------------
Commit: 544b8c76b3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Origin message was:
------------------
configure: --enable-libcoolstream-static
--with-libcoolstream-static-dir= for path to static libcoolstream
Example for neutrino.mk:
N_CONFIG_OPTS += --enable-libcoolstream-static
# path for static libcoolstream
N_CONFIG_OPTS += --with-libcoolstream-static-dir="$(TARGETPREFIX)/lib"
no idea why, but detection of 64bit largefile flags fails otherwise in
some setups
Origin commit data
------------------
Commit: f94f960e85
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)
- macro is default for hd2
- macro can activated for other hardware by
configure option --enable-reschange
Origin commit data
------------------
Commit: 9497a3c43a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Origin message was:
------------------
configure: Add macro ENABLE_CHANGE_OSD_RESOLUTION
- macro is default for hd2
- macro can activated for other hardware by
configure option --enable-reschange
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
configure parameter: --with-boxmodel=hd1
--with-boxmodel=nevis is deprecated, but still valid
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
configure parameter: --with-boxmodel=hd2
--with-boxmodel=apollo is deprecated, but still valid
Origin commit data
------------------
Commit: bb2a848ae1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Origin message was:
------------------
configure: Rename hardware defined macros for coolstream stb
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
configure parameter: --with-boxmodel=hd1
--with-boxmodel=nevis is deprecated, but still valid
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
configure parameter: --with-boxmodel=hd2
--with-boxmodel=apollo is deprecated, but still valid