This should fix an issue with screen saver with movieplayer.
Call of showFrame() causes unintentional behavior on cs hardware
with green screens and video decoder seems to become unusable.
Global instance allows to set the api key from settings on first
created instance of the imdb object only,
so changes on settings had no effect during runtime and
restart of neutrinon was required to apply ne keys.
This should fix this.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Thilo Graf <dbt@novatux.de>
- sfdisk is used primarily
- ensures detection of large hard drives
- using gpt tables with sfdisk or sgdisk
Note:
busybox fdisk doesn't support gpt tables and no large hard disks,
but fallback to old behavior should work unchanged
newer util versions of fdisk can do this but with different syntax.
Please test.
Vizualize of TMDb starbar was partial broken, should working now and IMDb (in reality OMDb)
should working too. DEV/Api keys are required and are managed with
misc settings menue. To get reqiured keys see https://www.omdbapi.com/ and
for TMDb see https://www.themoviedb.org
TODO: Better encapsulating for db classes for unified data tapping.
- fix license text
- move unused include unistd.h into cpp file
- scope of the variable 'line' reduced.
- remove variable 'pos_firstline', its value was never used.
- remove unused variable: search
- remove variables 'pos_search1', 'pos_search2'... values never used.
- add member variable 'CIMDB::acc' into constructor, was not initialized
- move include for cc.h into cpp file
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