GetAway
4be653382f
lcd4l: added some logos which are called in lcd4l.cpp
...
Thanks to OneOfNine for the logos
2023-09-21 17:39:59 +02:00
Thilo Graf
b18adf0375
webif: add option to disable webif content
2023-01-05 16:05:18 +01:00
svenhoefer
ffe47ae214
- weather: introduce weather_favorites.xml
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-19 05:39:35 +01:00
svenhoefer
6fbe02f673
- introduce Neutrino Lua API bridge ...
...
to allow shellscripts access the neutrino lua api
Usage:
--- cut ---
!/bin/sh
PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins
CONFIGDIR=$(nlab.lua get dir.configdir)
echo "CONFIGDIR: $CONFIGDIR"
--- cut ---
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-11-01 19:36:48 +01:00
max_10
1fa824cab3
- TRIPLEDRAGON: deleted
...
Conflicts:
lib/libdvbsub/dvbsub.cpp
src/system/flashtool.cpp
2020-10-04 16:48:01 +02:00
svenhoefer
3e6bab00d8
- move oled data to one single place in data/oled
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-06-29 17:51:54 +02:00
redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
svenhoefer
36e4bc9726
- move control scripts from data/neutrino-scripts to data/control
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:26:06 +01:00
svenhoefer
e5333574eb
- data: move config data to new config subdir
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
13c2e578e8
- data: move zapit data to new zapit subdir
...
Conflicts:
data/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
svenhoefer
d026cdd7a1
- fix install of myservices.xml; was in wrong directory
...
Conflicts:
data/Makefile.am
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
J. Krieg
61eac04a67
webradio: create necessary data directories at build time and put sample file in it
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:26 +01:00
J. Krieg
7190b81f10
webtv: create necessary data directories at build time and put sample file in it
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-20 09:16:23 +01:00
Thilo Graf
396d7bb42a
Imageinfo: prepare functionality to show privacy policy
...
Note:
Contents of policy files are not available with this commit. This
should be done related to own conditions by provider himself.
Providers are required by law to do this for their users as well.
Files must be installed in:
installdir = $(DATADIR)/neutrino/policy
Providers should modify their buildsystem to install these files.
Filename sheme is
<locale>.policy. eg 'english.policy'
If you want to add a policy file, take a look into sample file
locale.policy.sample
2018-11-01 17:26:15 +01:00
svenhoefer
6df51e513a
- data: add myservices.xml sample
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-02 23:24:55 +02:00
svenhoefer
81c7fa779b
- data/Makefile.am: better readability
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-02 23:24:55 +02:00
svenhoefer
3fd544737a
- add webradio; first steps
...
Conflicts:
data/Makefile.am
data/scripts/backup.sh
src/neutrino.cpp
src/zapit/include/zapit/zapit.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
29847283ad
- yWeb: move data from /src to /data
2016-12-15 14:00:45 +01:00
svenhoefer
d5ca9aa0bd
- icons: move icons into categorized subdirectories
2016-12-07 10:36:47 +01:00
Thilo Graf
9345f792a7
COPKGManager: use config file for bad package detection
...
To detect bad packages, it must be existing a matching pattern list file.
Path is defined in OPKG_BAD_PATTERN_LIST_FILE.
This gives the option to filter some bad entries in the package listing menue.
NOTE: a sample file you should find here as : "/var/tuxbox/config/bad_package_pattern.list.sample".
If required, remove the ".sample" extension and change the entries for your requirements
2015-12-28 12:13:51 +01:00
Stefan Seyfried
5f4c1b986c
add basic support for DVB-T
...
This needs more fine tuning wrt scan setup etc, but should work for now.
Conflicts:
data/Makefile.am
data/locale/english.locale
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/neutrino.cpp
src/zapit/include/zapit/getservices.h
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
src/zapit/src/transponder.cpp
2014-02-28 13:44:22 +04:00
[CST] Focus
33bc58915a
add initial Astra 19e settings to install
2013-06-28 16:12:33 +04:00
Michael Liebmann
d74ce0da45
* Software update: Add flash.start to neutrino start/stop scripts
2013-06-08 16:20:32 +02:00
Stefan Seyfried
eea77b7c8a
create zapit config dir on install
2013-03-25 16:48:25 +01:00
Thilo Graf
98b3265719
Data files: add license files
...
Avoids hard coded parts e.g. for use mainly in image info.
2013-03-18 12:05:01 +01:00
micha-bbg
b001b36f4a
* Software Update with apply the settings (Part1)
...
- Settings are applied to the image before flashing
- Use the function on the menu "Software Update => Expert functions
=> Write one partition => systemFS with settings"
- Log output to /tmp/update.log for testing
- Use settingsupdate.conf as config file
2012-10-25 01:10:35 +01:00
[CST] Focus
fe518bf883
add sample providermap.xml
2012-01-26 17:35:10 +04:00
satbaby
1922213fc4
backup.sh: rename backup.list to tobackup.conf & move to /var/tuxbox/config/t (thx svenhoefer)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1948 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-06 13:33:26 +00:00
seife
9d6ae80233
install LCD skin files on TripleDragon
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1073 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-26 20:12:20 +00:00
thilo
526bae372a
removed unused lcd files from makefile
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@896 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-11-27 23:16:50 +00:00
striper
4a4dbb7084
- add missing stuff for script installation
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@836 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-10-12 18:11:57 +00:00
striper
d75cab64ea
- install radio-stations.xml
...
- todo fix .../scripts/Makefile.am (how to set 755?)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@649 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-07-04 10:02:00 +00:00
focus
66535cfc93
Remove newline from event name; Up to date encoding.conf from enigma
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@474 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-03-11 17:39:49 +00:00
seife
a4778e74b3
actually install satellites.xml and cables.xml
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@179 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-17 20:37:48 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00