- 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.
Origin commit data
------------------
Commit: 6448ba0d15
Author: Markus Volk <f_l_k@t-online.de>
Date: 2018-05-09 (Wed, 09 May 2018)
Window was not closed with exit button.
Origin commit data
------------------
Commit: 59a9572535
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-08 (Tue, 08 May 2018)
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.
Origin commit data
------------------
Commit: b758bae3c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Without class build was broken, with static versions it should working.
Origin commit data
------------------
Commit: 7d6a4db686
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Imdb is not really used directly, that is a bit misleading
Origin commit data
------------------
Commit: 1af35f36c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
- 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
Origin commit data
------------------
Commit: ac92d2af4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Don't working at the moment.
TODO: Make it usable for AX51/Mutant
Origin commit data
------------------
Commit: 7727d5f9f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Available on CS hardware
TODO: make configurable for other keys on other hardware
Origin commit data
------------------
Commit: 8f32d42868
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Required in case of usage without explicit undefined home button.
Origin commit data
------------------
Commit: ebffa8073f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
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)
The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.
Origin commit data
------------------
Commit: 35fa18c3d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)
Origin message was:
------------------
- neutrino: use WEBTVDIR as default for g_settings.livestreamScriptPath
The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.