From d33122c780c71442b5ef577996300e685239b713 Mon Sep 17 00:00:00 2001 From: wittinobi Date: Fri, 31 Oct 2014 17:21:38 +0100 Subject: [PATCH] update skel-root-apollo, -kronos and -nevis --- skel-root-apollo/root | 1 + skel-root-apollo/var/root | 1 + .../var/tuxbox/config/moviebrowser.conf | 40 + .../var/tuxbox/config/nhttpd.conf | 23 + .../var/tuxbox/config/radio-stations.xml | 892 +++ skel-root-apollo/var/tuxbox/config/scan.conf | 19 + .../var/tuxbox/config/timerd.conf | 2 + .../var/tuxbox/config/zapit/bouquets.xml | 4759 ++++++++++++++++ .../var/tuxbox/config/zapit/frontend.conf | 201 + .../var/tuxbox/config/zapit/sat.conf | 93 + .../var/tuxbox/config/zapit/services.xml | 5035 +++++++++++++++++ .../var/tuxbox/config/zapit/ubouquets.xml | 720 +++ .../var/tuxbox/config/zapit/zapit.conf | 15 + skel-root-kronos/root | 1 + skel-root-kronos/var/root | 1 + .../var/tuxbox/config/moviebrowser.conf | 40 + .../var/tuxbox/config/nhttpd.conf | 23 + .../var/tuxbox/config/radio-stations.xml | 892 +++ skel-root-kronos/var/tuxbox/config/scan.conf | 19 + .../var/tuxbox/config/timerd.conf | 2 + .../var/tuxbox/config/zapit/bouquets.xml | 4759 ++++++++++++++++ .../var/tuxbox/config/zapit/frontend.conf | 201 + .../var/tuxbox/config/zapit/sat.conf | 93 + .../var/tuxbox/config/zapit/services.xml | 5035 +++++++++++++++++ .../var/tuxbox/config/zapit/ubouquets.xml | 720 +++ .../var/tuxbox/config/zapit/zapit.conf | 15 + skel-root-nevis/root | 1 + skel-root-nevis/var/root | 1 + .../var/tuxbox/config/moviebrowser.conf | 40 + skel-root-nevis/var/tuxbox/config/nhttpd.conf | 23 + .../var/tuxbox/config/radio-stations.xml | 892 +++ skel-root-nevis/var/tuxbox/config/scan.conf | 19 + skel-root-nevis/var/tuxbox/config/timerd.conf | 2 + .../var/tuxbox/config/zapit/bouquets.xml | 4759 ++++++++++++++++ .../var/tuxbox/config/zapit/frontend.conf | 201 + .../var/tuxbox/config/zapit/sat.conf | 93 + .../var/tuxbox/config/zapit/services.xml | 5035 +++++++++++++++++ .../var/tuxbox/config/zapit/ubouquets.xml | 720 +++ .../var/tuxbox/config/zapit/zapit.conf | 15 + 39 files changed, 35403 insertions(+) create mode 120000 skel-root-apollo/root create mode 120000 skel-root-apollo/var/root create mode 100644 skel-root-apollo/var/tuxbox/config/moviebrowser.conf create mode 100644 skel-root-apollo/var/tuxbox/config/nhttpd.conf create mode 100644 skel-root-apollo/var/tuxbox/config/radio-stations.xml create mode 100644 skel-root-apollo/var/tuxbox/config/scan.conf create mode 100644 skel-root-apollo/var/tuxbox/config/timerd.conf create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/bouquets.xml create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/frontend.conf create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/sat.conf create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/services.xml create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/ubouquets.xml create mode 100644 skel-root-apollo/var/tuxbox/config/zapit/zapit.conf create mode 120000 skel-root-kronos/root create mode 120000 skel-root-kronos/var/root create mode 100644 skel-root-kronos/var/tuxbox/config/moviebrowser.conf create mode 100644 skel-root-kronos/var/tuxbox/config/nhttpd.conf create mode 100644 skel-root-kronos/var/tuxbox/config/radio-stations.xml create mode 100644 skel-root-kronos/var/tuxbox/config/scan.conf create mode 100644 skel-root-kronos/var/tuxbox/config/timerd.conf create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/bouquets.xml create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/frontend.conf create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/sat.conf create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/services.xml create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/ubouquets.xml create mode 100644 skel-root-kronos/var/tuxbox/config/zapit/zapit.conf create mode 120000 skel-root-nevis/root create mode 120000 skel-root-nevis/var/root create mode 100644 skel-root-nevis/var/tuxbox/config/moviebrowser.conf create mode 100644 skel-root-nevis/var/tuxbox/config/nhttpd.conf create mode 100644 skel-root-nevis/var/tuxbox/config/radio-stations.xml create mode 100644 skel-root-nevis/var/tuxbox/config/scan.conf create mode 100644 skel-root-nevis/var/tuxbox/config/timerd.conf create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/bouquets.xml create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/frontend.conf create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/sat.conf create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/services.xml create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/ubouquets.xml create mode 100644 skel-root-nevis/var/tuxbox/config/zapit/zapit.conf diff --git a/skel-root-apollo/root b/skel-root-apollo/root new file mode 120000 index 0000000..0362a8a --- /dev/null +++ b/skel-root-apollo/root @@ -0,0 +1 @@ +var \ No newline at end of file diff --git a/skel-root-apollo/var/root b/skel-root-apollo/var/root new file mode 120000 index 0000000..433c936 --- /dev/null +++ b/skel-root-apollo/var/root @@ -0,0 +1 @@ +/root \ No newline at end of file diff --git a/skel-root-apollo/var/tuxbox/config/moviebrowser.conf b/skel-root-apollo/var/tuxbox/config/moviebrowser.conf new file mode 100644 index 0000000..d6ca8c8 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/moviebrowser.conf @@ -0,0 +1,40 @@ +mb_browserFrameHeight=298 +mb_browserRowItem_0=2 +mb_browserRowItem_1=4 +mb_browserRowItem_2=13 +mb_browserRowItem_3=19 +mb_browserRowItem_4=8 +mb_browserRowItem_5=11 +mb_browserRowNr=6 +mb_browserRowWidth_0=450 +mb_browserRowWidth_1=300 +mb_browserRowWidth_2=100 +mb_browserRowWidth_3=80 +mb_browserRowWidth_4=80 +mb_browserRowWidth_5=80 +mb_browser_serie_mode=0 +mb_dir_0= +mb_dir_1= +mb_dir_2= +mb_dir_3= +mb_dir_4= +mb_dir_used0=0 +mb_dir_used1=0 +mb_dir_used2=0 +mb_dir_used3=0 +mb_dir_used4=0 +mb_filter_item=20 +mb_filter_optionString= +mb_filter_optionVar=0 +mb_gui=1 +mb_lastPlayMaxItems=0 +mb_lastRecordMaxItems=0 +mb_parentalLock=0 +mb_parentalLockAge=18 +mb_reload=1 +mb_remount=0 +mb_serie_auto_create=0 +mb_sorting_direction=2 +mb_sorting_item=2 +mb_storageDir_movie=1 +mb_storageDir_rec=1 diff --git a/skel-root-apollo/var/tuxbox/config/nhttpd.conf b/skel-root-apollo/var/tuxbox/config/nhttpd.conf new file mode 100644 index 0000000..b6f0307 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/nhttpd.conf @@ -0,0 +1,23 @@ +Language.directory=languages +Language.selected=English +Tuxbox.LogosURL= +WebsiteMain.directory=/share/tuxbox/neutrino/httpd +WebsiteMain.hosted_directory=/mnt/hosted +WebsiteMain.override_directory=/var/httpd +WebsiteMain.port=80 +configfile.version=4 +mod_auth.authenticate=false +mod_auth.no_auth_client= +mod_auth.password=coolstream +mod_auth.username=root +mod_cache.cache_directory=/tmp/.cache +mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,yjs:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip +mod_sendfile.sendAll=false +mod_weblog.log_format= +mod_weblog.logfile=/tmp/yhhtpd.log +server.chroot= +server.group_name= +server.log.loglevel=0 +server.no_keep-alive_ips= +server.user_name= +webserver.threading=true diff --git a/skel-root-apollo/var/tuxbox/config/radio-stations.xml b/skel-root-apollo/var/tuxbox/config/radio-stations.xml new file mode 100644 index 0000000..f5f1219 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/radio-stations.xml @@ -0,0 +1,892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-apollo/var/tuxbox/config/scan.conf b/skel-root-apollo/var/tuxbox/config/scan.conf new file mode 100644 index 0000000..c23f720 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/scan.conf @@ -0,0 +1,19 @@ +TP_fec=20 +TP_freq=11493000 +TP_mod=3 +TP_pol=0 +TP_rate=22000000 +bouquetMode=3 +cable_nid=0 +delivery_system=1 +fast_op=0 +fast_type=1 +satNameNoDiseqc=Astra 1H/1KR/1L/1M (19.2E) +scanType=96 +scan_bat=0 +scan_fta_flag=0 +scan_logical_hd=1 +scan_logical_numbers=0 +scan_nit=1 +scan_nit_manual=0 +scan_reset_numbers=0 diff --git a/skel-root-apollo/var/tuxbox/config/timerd.conf b/skel-root-apollo/var/tuxbox/config/timerd.conf new file mode 100644 index 0000000..87bd0d3 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/timerd.conf @@ -0,0 +1,2 @@ +EXTRA_TIME_END=0 +EXTRA_TIME_START=0 diff --git a/skel-root-apollo/var/tuxbox/config/zapit/bouquets.xml b/skel-root-apollo/var/tuxbox/config/zapit/bouquets.xml new file mode 100644 index 0000000..80bcf34 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/bouquets.xml @@ -0,0 +1,4759 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-apollo/var/tuxbox/config/zapit/frontend.conf b/skel-root-apollo/var/tuxbox/config/zapit/frontend.conf new file mode 100644 index 0000000..9f156a9 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/frontend.conf @@ -0,0 +1,201 @@ +fe0_diseqcRepeats=2 +fe0_diseqcType=3 +fe0_highVoltage=0 +fe0_lastSatellitePosition=0 +fe0_motorRotationSpeed=18 +fe0_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe0_uni_qrg=0 +fe0_uni_scr=-1 +fe1_diseqcRepeats=2 +fe1_diseqcType=3 +fe1_highVoltage=0 +fe1_lastSatellitePosition=0 +fe1_motorRotationSpeed=18 +fe1_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe1_uni_qrg=0 +fe1_uni_scr=-1 +mode=2 diff --git a/skel-root-apollo/var/tuxbox/config/zapit/sat.conf b/skel-root-apollo/var/tuxbox/config/zapit/sat.conf new file mode 100644 index 0000000..4cb0e82 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/sat.conf @@ -0,0 +1,93 @@ +# sat position, stored rotor, diseqc, commited, uncommited, low, high, switch, use in full scan, use usals, input +-300 0 -1 -1 -1 9750 10600 11700 0 0 0 +-275 0 -1 -1 -1 9750 10600 11700 0 0 0 +-245 0 -1 -1 -1 9750 10600 11700 0 0 0 +-220 0 -1 -1 -1 9750 10600 11700 0 0 0 +-200 0 -1 -1 -1 9750 10600 11700 0 0 0 +-180 0 -1 -1 -1 9750 10600 11700 0 0 0 +-150 0 -1 -1 -1 9750 10600 11700 0 0 0 +-140 0 -1 -1 -1 9750 10600 11700 0 0 0 +-125 0 -1 -1 -1 9750 10600 11700 0 0 0 +-110 0 -1 -1 -1 9750 10600 11700 0 0 0 +-102 0 -1 -1 -1 9750 10600 11700 0 0 0 +-80 0 -1 -1 -1 9750 10600 11700 0 0 0 +-70 0 -1 -1 -1 9750 10600 11700 0 0 0 +-50 0 -1 -1 -1 9750 10600 11700 0 0 0 +-40 0 -1 -1 -1 9750 10600 11700 0 0 0 +-8 0 -1 -1 -1 9750 10600 11700 0 0 0 +18 0 -1 -1 -1 9750 10600 11700 0 0 0 +20 0 -1 -1 -1 9750 10600 11700 0 0 0 +28 0 -1 -1 -1 9750 10600 11700 0 0 0 +40 0 -1 -1 -1 9750 10600 11700 0 0 0 +48 0 -1 -1 -1 9750 10600 11700 0 0 0 +70 0 -1 -1 -1 9750 10600 11700 0 0 0 +90 0 -1 -1 -1 9750 10600 11700 0 0 0 +100 0 -1 -1 -1 9750 10600 11700 0 0 0 +130 0 -1 -1 -1 9750 10600 11700 0 0 0 +140 0 -1 -1 -1 9750 10600 11700 0 0 0 +158 0 -1 -1 -1 9750 10600 11700 0 0 0 +170 0 -1 -1 -1 9750 10600 11700 0 0 0 +192 0 -1 -1 -1 9750 10600 11700 0 0 0 +200 0 -1 -1 -1 9750 10600 11700 0 0 0 +210 0 -1 -1 -1 9750 10600 11700 0 0 0 +216 0 -1 -1 -1 9750 10600 11700 0 0 0 +235 0 -1 -1 -1 9750 10600 11700 0 0 0 +255 0 -1 -1 -1 9750 10600 11700 0 0 0 +260 0 -1 -1 -1 9750 10600 11700 0 0 0 +282 0 -1 -1 -1 9750 10600 11700 0 0 0 +305 0 -1 -1 -1 9750 10600 11700 0 0 0 +310 0 -1 -1 -1 9750 10600 11700 0 0 0 +315 0 -1 -1 -1 9750 10600 11700 0 0 0 +330 0 -1 -1 -1 9750 10600 11700 0 0 0 +360 0 -1 -1 -1 9750 10600 11700 0 0 0 +380 0 -1 -1 -1 9750 10600 11700 0 0 0 +390 0 -1 -1 -1 9750 10600 11700 0 0 0 +400 0 -1 -1 -1 9750 10600 11700 0 0 0 +420 0 -1 -1 -1 9750 10600 11700 0 0 0 +450 0 -1 -1 -1 9750 10600 11700 0 0 0 +490 0 -1 -1 -1 9750 10600 11700 0 0 0 +505 0 -1 -1 -1 9750 10600 11700 0 0 0 +530 0 -1 -1 -1 9750 10600 11700 0 0 0 +550 0 -1 -1 -1 9750 10600 11700 0 0 0 +560 0 -1 -1 -1 9750 10600 11700 0 0 0 +570 0 -1 -1 -1 9750 10600 11700 0 0 0 +600 0 -1 -1 -1 9750 10600 11700 0 0 0 +620 0 -1 -1 -1 9750 10600 11700 0 0 0 +642 0 -1 -1 -1 9750 10600 11700 0 0 0 +660 0 -1 -1 -1 9750 10600 11700 0 0 0 +685 0 -1 -1 -1 9750 10600 11700 0 0 0 +705 0 -1 -1 -1 9750 10600 11700 0 0 0 +740 0 -1 -1 -1 9750 10600 11700 0 0 0 +750 0 -1 -1 -1 9750 10600 11700 0 0 0 +765 0 -1 -1 -1 9750 10600 11700 0 0 0 +785 0 -1 -1 -1 9750 10600 11700 0 0 0 +800 0 -1 -1 -1 9750 10600 11700 0 0 0 +830 0 -1 -1 -1 9750 10600 11700 0 0 0 +852 0 -1 -1 -1 9750 10600 11700 0 0 0 +875 0 -1 -1 -1 9750 10600 11700 0 0 0 +880 0 -1 -1 -1 9750 10600 11700 0 0 0 +900 0 -1 -1 -1 9750 10600 11700 0 0 0 +915 0 -1 -1 -1 9750 10600 11700 0 0 0 +922 0 -1 -1 -1 9750 10600 11700 0 0 0 +935 0 -1 -1 -1 9750 10600 11700 0 0 0 +950 0 -1 -1 -1 9750 10600 11700 0 0 0 +965 0 -1 -1 -1 9750 10600 11700 0 0 0 +1005 0 -1 -1 -1 9750 10600 11700 0 0 0 +1030 0 -1 -1 -1 9750 10600 11700 0 0 0 +1050 0 -1 -1 -1 9750 10600 11700 0 0 0 +1055 0 -1 -1 -1 9750 10600 11700 0 0 0 +1080 0 -1 -1 -1 9750 10600 11700 0 0 0 +1082 0 -1 -1 -1 9750 10600 11700 0 0 0 +1100 0 -1 -1 -1 9750 10600 11700 0 0 0 +1105 0 -1 -1 -1 9750 10600 11700 0 0 0 +1130 0 -1 -1 -1 9750 10600 11700 0 0 0 +1155 0 -1 -1 -1 9750 10600 11700 0 0 0 +1160 0 -1 -1 -1 9750 10600 11700 0 0 0 +1180 0 -1 -1 -1 9750 10600 11700 0 0 0 +1222 0 -1 -1 -1 9750 10600 11700 0 0 0 +1240 0 -1 -1 -1 9750 10600 11700 0 0 0 +1250 0 -1 -1 -1 9750 10600 11700 0 0 0 +1280 0 -1 -1 -1 9750 10600 11700 0 0 0 +1320 0 -1 -1 -1 9750 10600 11700 0 0 0 +1340 0 -1 -1 -1 9750 10600 11700 0 0 0 +1380 0 -1 -1 -1 9750 10600 11700 0 0 0 diff --git a/skel-root-apollo/var/tuxbox/config/zapit/services.xml b/skel-root-apollo/var/tuxbox/config/zapit/services.xml new file mode 100644 index 0000000..fc5dc31 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/services.xml @@ -0,0 +1,5035 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-apollo/var/tuxbox/config/zapit/ubouquets.xml b/skel-root-apollo/var/tuxbox/config/zapit/ubouquets.xml new file mode 100644 index 0000000..38f7869 --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/ubouquets.xml @@ -0,0 +1,720 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-apollo/var/tuxbox/config/zapit/zapit.conf b/skel-root-apollo/var/tuxbox/config/zapit/zapit.conf new file mode 100644 index 0000000..903c91b --- /dev/null +++ b/skel-root-apollo/var/tuxbox/config/zapit/zapit.conf @@ -0,0 +1,15 @@ +cam_ci=2 +diseqcRepeats=2 +diseqcType=3 +feTimeout=40 +gotoXXLaDirection=1 +gotoXXLatitude=0.000000 +gotoXXLongitude=0.000000 +lastChannel=-5452728872267077571 +lastChannelTV=-5452728872267077571 +makeRemainingChannelsBouquet=true +motorRotationSpeed=18 +rezapTimeout=1 +saveLastChannel=true +uni_scr=-1 +writeChannelsNames=true diff --git a/skel-root-kronos/root b/skel-root-kronos/root new file mode 120000 index 0000000..0362a8a --- /dev/null +++ b/skel-root-kronos/root @@ -0,0 +1 @@ +var \ No newline at end of file diff --git a/skel-root-kronos/var/root b/skel-root-kronos/var/root new file mode 120000 index 0000000..433c936 --- /dev/null +++ b/skel-root-kronos/var/root @@ -0,0 +1 @@ +/root \ No newline at end of file diff --git a/skel-root-kronos/var/tuxbox/config/moviebrowser.conf b/skel-root-kronos/var/tuxbox/config/moviebrowser.conf new file mode 100644 index 0000000..d6ca8c8 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/moviebrowser.conf @@ -0,0 +1,40 @@ +mb_browserFrameHeight=298 +mb_browserRowItem_0=2 +mb_browserRowItem_1=4 +mb_browserRowItem_2=13 +mb_browserRowItem_3=19 +mb_browserRowItem_4=8 +mb_browserRowItem_5=11 +mb_browserRowNr=6 +mb_browserRowWidth_0=450 +mb_browserRowWidth_1=300 +mb_browserRowWidth_2=100 +mb_browserRowWidth_3=80 +mb_browserRowWidth_4=80 +mb_browserRowWidth_5=80 +mb_browser_serie_mode=0 +mb_dir_0= +mb_dir_1= +mb_dir_2= +mb_dir_3= +mb_dir_4= +mb_dir_used0=0 +mb_dir_used1=0 +mb_dir_used2=0 +mb_dir_used3=0 +mb_dir_used4=0 +mb_filter_item=20 +mb_filter_optionString= +mb_filter_optionVar=0 +mb_gui=1 +mb_lastPlayMaxItems=0 +mb_lastRecordMaxItems=0 +mb_parentalLock=0 +mb_parentalLockAge=18 +mb_reload=1 +mb_remount=0 +mb_serie_auto_create=0 +mb_sorting_direction=2 +mb_sorting_item=2 +mb_storageDir_movie=1 +mb_storageDir_rec=1 diff --git a/skel-root-kronos/var/tuxbox/config/nhttpd.conf b/skel-root-kronos/var/tuxbox/config/nhttpd.conf new file mode 100644 index 0000000..b6f0307 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/nhttpd.conf @@ -0,0 +1,23 @@ +Language.directory=languages +Language.selected=English +Tuxbox.LogosURL= +WebsiteMain.directory=/share/tuxbox/neutrino/httpd +WebsiteMain.hosted_directory=/mnt/hosted +WebsiteMain.override_directory=/var/httpd +WebsiteMain.port=80 +configfile.version=4 +mod_auth.authenticate=false +mod_auth.no_auth_client= +mod_auth.password=coolstream +mod_auth.username=root +mod_cache.cache_directory=/tmp/.cache +mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,yjs:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip +mod_sendfile.sendAll=false +mod_weblog.log_format= +mod_weblog.logfile=/tmp/yhhtpd.log +server.chroot= +server.group_name= +server.log.loglevel=0 +server.no_keep-alive_ips= +server.user_name= +webserver.threading=true diff --git a/skel-root-kronos/var/tuxbox/config/radio-stations.xml b/skel-root-kronos/var/tuxbox/config/radio-stations.xml new file mode 100644 index 0000000..f5f1219 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/radio-stations.xml @@ -0,0 +1,892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-kronos/var/tuxbox/config/scan.conf b/skel-root-kronos/var/tuxbox/config/scan.conf new file mode 100644 index 0000000..c23f720 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/scan.conf @@ -0,0 +1,19 @@ +TP_fec=20 +TP_freq=11493000 +TP_mod=3 +TP_pol=0 +TP_rate=22000000 +bouquetMode=3 +cable_nid=0 +delivery_system=1 +fast_op=0 +fast_type=1 +satNameNoDiseqc=Astra 1H/1KR/1L/1M (19.2E) +scanType=96 +scan_bat=0 +scan_fta_flag=0 +scan_logical_hd=1 +scan_logical_numbers=0 +scan_nit=1 +scan_nit_manual=0 +scan_reset_numbers=0 diff --git a/skel-root-kronos/var/tuxbox/config/timerd.conf b/skel-root-kronos/var/tuxbox/config/timerd.conf new file mode 100644 index 0000000..87bd0d3 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/timerd.conf @@ -0,0 +1,2 @@ +EXTRA_TIME_END=0 +EXTRA_TIME_START=0 diff --git a/skel-root-kronos/var/tuxbox/config/zapit/bouquets.xml b/skel-root-kronos/var/tuxbox/config/zapit/bouquets.xml new file mode 100644 index 0000000..80bcf34 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/bouquets.xml @@ -0,0 +1,4759 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-kronos/var/tuxbox/config/zapit/frontend.conf b/skel-root-kronos/var/tuxbox/config/zapit/frontend.conf new file mode 100644 index 0000000..9f156a9 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/frontend.conf @@ -0,0 +1,201 @@ +fe0_diseqcRepeats=2 +fe0_diseqcType=3 +fe0_highVoltage=0 +fe0_lastSatellitePosition=0 +fe0_motorRotationSpeed=18 +fe0_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe0_uni_qrg=0 +fe0_uni_scr=-1 +fe1_diseqcRepeats=2 +fe1_diseqcType=3 +fe1_highVoltage=0 +fe1_lastSatellitePosition=0 +fe1_motorRotationSpeed=18 +fe1_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe1_uni_qrg=0 +fe1_uni_scr=-1 +mode=2 diff --git a/skel-root-kronos/var/tuxbox/config/zapit/sat.conf b/skel-root-kronos/var/tuxbox/config/zapit/sat.conf new file mode 100644 index 0000000..4cb0e82 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/sat.conf @@ -0,0 +1,93 @@ +# sat position, stored rotor, diseqc, commited, uncommited, low, high, switch, use in full scan, use usals, input +-300 0 -1 -1 -1 9750 10600 11700 0 0 0 +-275 0 -1 -1 -1 9750 10600 11700 0 0 0 +-245 0 -1 -1 -1 9750 10600 11700 0 0 0 +-220 0 -1 -1 -1 9750 10600 11700 0 0 0 +-200 0 -1 -1 -1 9750 10600 11700 0 0 0 +-180 0 -1 -1 -1 9750 10600 11700 0 0 0 +-150 0 -1 -1 -1 9750 10600 11700 0 0 0 +-140 0 -1 -1 -1 9750 10600 11700 0 0 0 +-125 0 -1 -1 -1 9750 10600 11700 0 0 0 +-110 0 -1 -1 -1 9750 10600 11700 0 0 0 +-102 0 -1 -1 -1 9750 10600 11700 0 0 0 +-80 0 -1 -1 -1 9750 10600 11700 0 0 0 +-70 0 -1 -1 -1 9750 10600 11700 0 0 0 +-50 0 -1 -1 -1 9750 10600 11700 0 0 0 +-40 0 -1 -1 -1 9750 10600 11700 0 0 0 +-8 0 -1 -1 -1 9750 10600 11700 0 0 0 +18 0 -1 -1 -1 9750 10600 11700 0 0 0 +20 0 -1 -1 -1 9750 10600 11700 0 0 0 +28 0 -1 -1 -1 9750 10600 11700 0 0 0 +40 0 -1 -1 -1 9750 10600 11700 0 0 0 +48 0 -1 -1 -1 9750 10600 11700 0 0 0 +70 0 -1 -1 -1 9750 10600 11700 0 0 0 +90 0 -1 -1 -1 9750 10600 11700 0 0 0 +100 0 -1 -1 -1 9750 10600 11700 0 0 0 +130 0 -1 -1 -1 9750 10600 11700 0 0 0 +140 0 -1 -1 -1 9750 10600 11700 0 0 0 +158 0 -1 -1 -1 9750 10600 11700 0 0 0 +170 0 -1 -1 -1 9750 10600 11700 0 0 0 +192 0 -1 -1 -1 9750 10600 11700 0 0 0 +200 0 -1 -1 -1 9750 10600 11700 0 0 0 +210 0 -1 -1 -1 9750 10600 11700 0 0 0 +216 0 -1 -1 -1 9750 10600 11700 0 0 0 +235 0 -1 -1 -1 9750 10600 11700 0 0 0 +255 0 -1 -1 -1 9750 10600 11700 0 0 0 +260 0 -1 -1 -1 9750 10600 11700 0 0 0 +282 0 -1 -1 -1 9750 10600 11700 0 0 0 +305 0 -1 -1 -1 9750 10600 11700 0 0 0 +310 0 -1 -1 -1 9750 10600 11700 0 0 0 +315 0 -1 -1 -1 9750 10600 11700 0 0 0 +330 0 -1 -1 -1 9750 10600 11700 0 0 0 +360 0 -1 -1 -1 9750 10600 11700 0 0 0 +380 0 -1 -1 -1 9750 10600 11700 0 0 0 +390 0 -1 -1 -1 9750 10600 11700 0 0 0 +400 0 -1 -1 -1 9750 10600 11700 0 0 0 +420 0 -1 -1 -1 9750 10600 11700 0 0 0 +450 0 -1 -1 -1 9750 10600 11700 0 0 0 +490 0 -1 -1 -1 9750 10600 11700 0 0 0 +505 0 -1 -1 -1 9750 10600 11700 0 0 0 +530 0 -1 -1 -1 9750 10600 11700 0 0 0 +550 0 -1 -1 -1 9750 10600 11700 0 0 0 +560 0 -1 -1 -1 9750 10600 11700 0 0 0 +570 0 -1 -1 -1 9750 10600 11700 0 0 0 +600 0 -1 -1 -1 9750 10600 11700 0 0 0 +620 0 -1 -1 -1 9750 10600 11700 0 0 0 +642 0 -1 -1 -1 9750 10600 11700 0 0 0 +660 0 -1 -1 -1 9750 10600 11700 0 0 0 +685 0 -1 -1 -1 9750 10600 11700 0 0 0 +705 0 -1 -1 -1 9750 10600 11700 0 0 0 +740 0 -1 -1 -1 9750 10600 11700 0 0 0 +750 0 -1 -1 -1 9750 10600 11700 0 0 0 +765 0 -1 -1 -1 9750 10600 11700 0 0 0 +785 0 -1 -1 -1 9750 10600 11700 0 0 0 +800 0 -1 -1 -1 9750 10600 11700 0 0 0 +830 0 -1 -1 -1 9750 10600 11700 0 0 0 +852 0 -1 -1 -1 9750 10600 11700 0 0 0 +875 0 -1 -1 -1 9750 10600 11700 0 0 0 +880 0 -1 -1 -1 9750 10600 11700 0 0 0 +900 0 -1 -1 -1 9750 10600 11700 0 0 0 +915 0 -1 -1 -1 9750 10600 11700 0 0 0 +922 0 -1 -1 -1 9750 10600 11700 0 0 0 +935 0 -1 -1 -1 9750 10600 11700 0 0 0 +950 0 -1 -1 -1 9750 10600 11700 0 0 0 +965 0 -1 -1 -1 9750 10600 11700 0 0 0 +1005 0 -1 -1 -1 9750 10600 11700 0 0 0 +1030 0 -1 -1 -1 9750 10600 11700 0 0 0 +1050 0 -1 -1 -1 9750 10600 11700 0 0 0 +1055 0 -1 -1 -1 9750 10600 11700 0 0 0 +1080 0 -1 -1 -1 9750 10600 11700 0 0 0 +1082 0 -1 -1 -1 9750 10600 11700 0 0 0 +1100 0 -1 -1 -1 9750 10600 11700 0 0 0 +1105 0 -1 -1 -1 9750 10600 11700 0 0 0 +1130 0 -1 -1 -1 9750 10600 11700 0 0 0 +1155 0 -1 -1 -1 9750 10600 11700 0 0 0 +1160 0 -1 -1 -1 9750 10600 11700 0 0 0 +1180 0 -1 -1 -1 9750 10600 11700 0 0 0 +1222 0 -1 -1 -1 9750 10600 11700 0 0 0 +1240 0 -1 -1 -1 9750 10600 11700 0 0 0 +1250 0 -1 -1 -1 9750 10600 11700 0 0 0 +1280 0 -1 -1 -1 9750 10600 11700 0 0 0 +1320 0 -1 -1 -1 9750 10600 11700 0 0 0 +1340 0 -1 -1 -1 9750 10600 11700 0 0 0 +1380 0 -1 -1 -1 9750 10600 11700 0 0 0 diff --git a/skel-root-kronos/var/tuxbox/config/zapit/services.xml b/skel-root-kronos/var/tuxbox/config/zapit/services.xml new file mode 100644 index 0000000..fc5dc31 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/services.xml @@ -0,0 +1,5035 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-kronos/var/tuxbox/config/zapit/ubouquets.xml b/skel-root-kronos/var/tuxbox/config/zapit/ubouquets.xml new file mode 100644 index 0000000..38f7869 --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/ubouquets.xml @@ -0,0 +1,720 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-kronos/var/tuxbox/config/zapit/zapit.conf b/skel-root-kronos/var/tuxbox/config/zapit/zapit.conf new file mode 100644 index 0000000..903c91b --- /dev/null +++ b/skel-root-kronos/var/tuxbox/config/zapit/zapit.conf @@ -0,0 +1,15 @@ +cam_ci=2 +diseqcRepeats=2 +diseqcType=3 +feTimeout=40 +gotoXXLaDirection=1 +gotoXXLatitude=0.000000 +gotoXXLongitude=0.000000 +lastChannel=-5452728872267077571 +lastChannelTV=-5452728872267077571 +makeRemainingChannelsBouquet=true +motorRotationSpeed=18 +rezapTimeout=1 +saveLastChannel=true +uni_scr=-1 +writeChannelsNames=true diff --git a/skel-root-nevis/root b/skel-root-nevis/root new file mode 120000 index 0000000..0362a8a --- /dev/null +++ b/skel-root-nevis/root @@ -0,0 +1 @@ +var \ No newline at end of file diff --git a/skel-root-nevis/var/root b/skel-root-nevis/var/root new file mode 120000 index 0000000..433c936 --- /dev/null +++ b/skel-root-nevis/var/root @@ -0,0 +1 @@ +/root \ No newline at end of file diff --git a/skel-root-nevis/var/tuxbox/config/moviebrowser.conf b/skel-root-nevis/var/tuxbox/config/moviebrowser.conf new file mode 100644 index 0000000..d6ca8c8 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/moviebrowser.conf @@ -0,0 +1,40 @@ +mb_browserFrameHeight=298 +mb_browserRowItem_0=2 +mb_browserRowItem_1=4 +mb_browserRowItem_2=13 +mb_browserRowItem_3=19 +mb_browserRowItem_4=8 +mb_browserRowItem_5=11 +mb_browserRowNr=6 +mb_browserRowWidth_0=450 +mb_browserRowWidth_1=300 +mb_browserRowWidth_2=100 +mb_browserRowWidth_3=80 +mb_browserRowWidth_4=80 +mb_browserRowWidth_5=80 +mb_browser_serie_mode=0 +mb_dir_0= +mb_dir_1= +mb_dir_2= +mb_dir_3= +mb_dir_4= +mb_dir_used0=0 +mb_dir_used1=0 +mb_dir_used2=0 +mb_dir_used3=0 +mb_dir_used4=0 +mb_filter_item=20 +mb_filter_optionString= +mb_filter_optionVar=0 +mb_gui=1 +mb_lastPlayMaxItems=0 +mb_lastRecordMaxItems=0 +mb_parentalLock=0 +mb_parentalLockAge=18 +mb_reload=1 +mb_remount=0 +mb_serie_auto_create=0 +mb_sorting_direction=2 +mb_sorting_item=2 +mb_storageDir_movie=1 +mb_storageDir_rec=1 diff --git a/skel-root-nevis/var/tuxbox/config/nhttpd.conf b/skel-root-nevis/var/tuxbox/config/nhttpd.conf new file mode 100644 index 0000000..b6f0307 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/nhttpd.conf @@ -0,0 +1,23 @@ +Language.directory=languages +Language.selected=English +Tuxbox.LogosURL= +WebsiteMain.directory=/share/tuxbox/neutrino/httpd +WebsiteMain.hosted_directory=/mnt/hosted +WebsiteMain.override_directory=/var/httpd +WebsiteMain.port=80 +configfile.version=4 +mod_auth.authenticate=false +mod_auth.no_auth_client= +mod_auth.password=coolstream +mod_auth.username=root +mod_cache.cache_directory=/tmp/.cache +mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,yjs:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip +mod_sendfile.sendAll=false +mod_weblog.log_format= +mod_weblog.logfile=/tmp/yhhtpd.log +server.chroot= +server.group_name= +server.log.loglevel=0 +server.no_keep-alive_ips= +server.user_name= +webserver.threading=true diff --git a/skel-root-nevis/var/tuxbox/config/radio-stations.xml b/skel-root-nevis/var/tuxbox/config/radio-stations.xml new file mode 100644 index 0000000..f5f1219 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/radio-stations.xml @@ -0,0 +1,892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-nevis/var/tuxbox/config/scan.conf b/skel-root-nevis/var/tuxbox/config/scan.conf new file mode 100644 index 0000000..c23f720 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/scan.conf @@ -0,0 +1,19 @@ +TP_fec=20 +TP_freq=11493000 +TP_mod=3 +TP_pol=0 +TP_rate=22000000 +bouquetMode=3 +cable_nid=0 +delivery_system=1 +fast_op=0 +fast_type=1 +satNameNoDiseqc=Astra 1H/1KR/1L/1M (19.2E) +scanType=96 +scan_bat=0 +scan_fta_flag=0 +scan_logical_hd=1 +scan_logical_numbers=0 +scan_nit=1 +scan_nit_manual=0 +scan_reset_numbers=0 diff --git a/skel-root-nevis/var/tuxbox/config/timerd.conf b/skel-root-nevis/var/tuxbox/config/timerd.conf new file mode 100644 index 0000000..87bd0d3 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/timerd.conf @@ -0,0 +1,2 @@ +EXTRA_TIME_END=0 +EXTRA_TIME_START=0 diff --git a/skel-root-nevis/var/tuxbox/config/zapit/bouquets.xml b/skel-root-nevis/var/tuxbox/config/zapit/bouquets.xml new file mode 100644 index 0000000..80bcf34 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/bouquets.xml @@ -0,0 +1,4759 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-nevis/var/tuxbox/config/zapit/frontend.conf b/skel-root-nevis/var/tuxbox/config/zapit/frontend.conf new file mode 100644 index 0000000..9f156a9 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/frontend.conf @@ -0,0 +1,201 @@ +fe0_diseqcRepeats=2 +fe0_diseqcType=3 +fe0_highVoltage=0 +fe0_lastSatellitePosition=0 +fe0_motorRotationSpeed=18 +fe0_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe0_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe0_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe0_uni_qrg=0 +fe0_uni_scr=-1 +fe1_diseqcRepeats=2 +fe1_diseqcType=3 +fe1_highVoltage=0 +fe1_lastSatellitePosition=0 +fe1_motorRotationSpeed=18 +fe1_position_-102=-102,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-110=-110,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-125=-125,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-140=-140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-150=-150,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-180=-180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-200=-200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-220=-220,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-245=-245,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-275=-275,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-300=-300,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-40=-40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-50=-50,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-70=-70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-8=-8,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_-80=-80,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_100=100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1005=1005,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1030=1030,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1050=1050,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1055=1055,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1080=1080,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1082=1082,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1100=1100,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1105=1105,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1130=1130,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1155=1155,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1160=1160,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1180=1180,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1222=1222,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1240=1240,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1250=1250,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1280=1280,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_130=130,1,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_1320=1320,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1340=1340,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_1380=1380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_140=140,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_158=158,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_170=170,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_18=18,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_192=192,0,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_20=20,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_200=200,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_210=210,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_216=216,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_235=235,3,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_255=255,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_260=260,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_28=28,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_282=282,2,-1,-1,0,0,9750,10600,11700,0,0,1 +fe1_position_305=305,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_310=310,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_315=315,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_330=330,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_360=360,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_380=380,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_390=390,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_40=40,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_400=400,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_420=420,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_450=450,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_48=48,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_490=490,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_505=505,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_530=530,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_550=550,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_560=560,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_570=570,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_600=600,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_620=620,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_642=642,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_660=660,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_685=685,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_70=70,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_705=705,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_740=740,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_750=750,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_765=765,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_785=785,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_800=800,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_830=830,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_852=852,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_875=875,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_880=880,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_90=90,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_900=900,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_915=915,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_922=922,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_935=935,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_950=950,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_position_965=965,-1,-1,-1,0,0,9750,10600,11700,0,0,0 +fe1_satellites=-300,-275,-245,-220,-200,-180,-150,-140,-125,-110,-102,-80,-70,-50,-40,-8,18,20,28,40,48,70,90,100,130,140,158,170,192,200,210,216,235,255,260,282,305,310,315,330,360,380,390,400,420,450,490,505,530,550,560,570,600,620,642,660,685,705,740,750,765,785,800,830,852,875,880,900,915,922,935,950,965,1005,1030,1050,1055,1080,1082,1100,1105,1130,1155,1160,1180,1222,1240,1250,1280,1320,1340,1380 +fe1_uni_qrg=0 +fe1_uni_scr=-1 +mode=2 diff --git a/skel-root-nevis/var/tuxbox/config/zapit/sat.conf b/skel-root-nevis/var/tuxbox/config/zapit/sat.conf new file mode 100644 index 0000000..4cb0e82 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/sat.conf @@ -0,0 +1,93 @@ +# sat position, stored rotor, diseqc, commited, uncommited, low, high, switch, use in full scan, use usals, input +-300 0 -1 -1 -1 9750 10600 11700 0 0 0 +-275 0 -1 -1 -1 9750 10600 11700 0 0 0 +-245 0 -1 -1 -1 9750 10600 11700 0 0 0 +-220 0 -1 -1 -1 9750 10600 11700 0 0 0 +-200 0 -1 -1 -1 9750 10600 11700 0 0 0 +-180 0 -1 -1 -1 9750 10600 11700 0 0 0 +-150 0 -1 -1 -1 9750 10600 11700 0 0 0 +-140 0 -1 -1 -1 9750 10600 11700 0 0 0 +-125 0 -1 -1 -1 9750 10600 11700 0 0 0 +-110 0 -1 -1 -1 9750 10600 11700 0 0 0 +-102 0 -1 -1 -1 9750 10600 11700 0 0 0 +-80 0 -1 -1 -1 9750 10600 11700 0 0 0 +-70 0 -1 -1 -1 9750 10600 11700 0 0 0 +-50 0 -1 -1 -1 9750 10600 11700 0 0 0 +-40 0 -1 -1 -1 9750 10600 11700 0 0 0 +-8 0 -1 -1 -1 9750 10600 11700 0 0 0 +18 0 -1 -1 -1 9750 10600 11700 0 0 0 +20 0 -1 -1 -1 9750 10600 11700 0 0 0 +28 0 -1 -1 -1 9750 10600 11700 0 0 0 +40 0 -1 -1 -1 9750 10600 11700 0 0 0 +48 0 -1 -1 -1 9750 10600 11700 0 0 0 +70 0 -1 -1 -1 9750 10600 11700 0 0 0 +90 0 -1 -1 -1 9750 10600 11700 0 0 0 +100 0 -1 -1 -1 9750 10600 11700 0 0 0 +130 0 -1 -1 -1 9750 10600 11700 0 0 0 +140 0 -1 -1 -1 9750 10600 11700 0 0 0 +158 0 -1 -1 -1 9750 10600 11700 0 0 0 +170 0 -1 -1 -1 9750 10600 11700 0 0 0 +192 0 -1 -1 -1 9750 10600 11700 0 0 0 +200 0 -1 -1 -1 9750 10600 11700 0 0 0 +210 0 -1 -1 -1 9750 10600 11700 0 0 0 +216 0 -1 -1 -1 9750 10600 11700 0 0 0 +235 0 -1 -1 -1 9750 10600 11700 0 0 0 +255 0 -1 -1 -1 9750 10600 11700 0 0 0 +260 0 -1 -1 -1 9750 10600 11700 0 0 0 +282 0 -1 -1 -1 9750 10600 11700 0 0 0 +305 0 -1 -1 -1 9750 10600 11700 0 0 0 +310 0 -1 -1 -1 9750 10600 11700 0 0 0 +315 0 -1 -1 -1 9750 10600 11700 0 0 0 +330 0 -1 -1 -1 9750 10600 11700 0 0 0 +360 0 -1 -1 -1 9750 10600 11700 0 0 0 +380 0 -1 -1 -1 9750 10600 11700 0 0 0 +390 0 -1 -1 -1 9750 10600 11700 0 0 0 +400 0 -1 -1 -1 9750 10600 11700 0 0 0 +420 0 -1 -1 -1 9750 10600 11700 0 0 0 +450 0 -1 -1 -1 9750 10600 11700 0 0 0 +490 0 -1 -1 -1 9750 10600 11700 0 0 0 +505 0 -1 -1 -1 9750 10600 11700 0 0 0 +530 0 -1 -1 -1 9750 10600 11700 0 0 0 +550 0 -1 -1 -1 9750 10600 11700 0 0 0 +560 0 -1 -1 -1 9750 10600 11700 0 0 0 +570 0 -1 -1 -1 9750 10600 11700 0 0 0 +600 0 -1 -1 -1 9750 10600 11700 0 0 0 +620 0 -1 -1 -1 9750 10600 11700 0 0 0 +642 0 -1 -1 -1 9750 10600 11700 0 0 0 +660 0 -1 -1 -1 9750 10600 11700 0 0 0 +685 0 -1 -1 -1 9750 10600 11700 0 0 0 +705 0 -1 -1 -1 9750 10600 11700 0 0 0 +740 0 -1 -1 -1 9750 10600 11700 0 0 0 +750 0 -1 -1 -1 9750 10600 11700 0 0 0 +765 0 -1 -1 -1 9750 10600 11700 0 0 0 +785 0 -1 -1 -1 9750 10600 11700 0 0 0 +800 0 -1 -1 -1 9750 10600 11700 0 0 0 +830 0 -1 -1 -1 9750 10600 11700 0 0 0 +852 0 -1 -1 -1 9750 10600 11700 0 0 0 +875 0 -1 -1 -1 9750 10600 11700 0 0 0 +880 0 -1 -1 -1 9750 10600 11700 0 0 0 +900 0 -1 -1 -1 9750 10600 11700 0 0 0 +915 0 -1 -1 -1 9750 10600 11700 0 0 0 +922 0 -1 -1 -1 9750 10600 11700 0 0 0 +935 0 -1 -1 -1 9750 10600 11700 0 0 0 +950 0 -1 -1 -1 9750 10600 11700 0 0 0 +965 0 -1 -1 -1 9750 10600 11700 0 0 0 +1005 0 -1 -1 -1 9750 10600 11700 0 0 0 +1030 0 -1 -1 -1 9750 10600 11700 0 0 0 +1050 0 -1 -1 -1 9750 10600 11700 0 0 0 +1055 0 -1 -1 -1 9750 10600 11700 0 0 0 +1080 0 -1 -1 -1 9750 10600 11700 0 0 0 +1082 0 -1 -1 -1 9750 10600 11700 0 0 0 +1100 0 -1 -1 -1 9750 10600 11700 0 0 0 +1105 0 -1 -1 -1 9750 10600 11700 0 0 0 +1130 0 -1 -1 -1 9750 10600 11700 0 0 0 +1155 0 -1 -1 -1 9750 10600 11700 0 0 0 +1160 0 -1 -1 -1 9750 10600 11700 0 0 0 +1180 0 -1 -1 -1 9750 10600 11700 0 0 0 +1222 0 -1 -1 -1 9750 10600 11700 0 0 0 +1240 0 -1 -1 -1 9750 10600 11700 0 0 0 +1250 0 -1 -1 -1 9750 10600 11700 0 0 0 +1280 0 -1 -1 -1 9750 10600 11700 0 0 0 +1320 0 -1 -1 -1 9750 10600 11700 0 0 0 +1340 0 -1 -1 -1 9750 10600 11700 0 0 0 +1380 0 -1 -1 -1 9750 10600 11700 0 0 0 diff --git a/skel-root-nevis/var/tuxbox/config/zapit/services.xml b/skel-root-nevis/var/tuxbox/config/zapit/services.xml new file mode 100644 index 0000000..fc5dc31 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/services.xml @@ -0,0 +1,5035 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-nevis/var/tuxbox/config/zapit/ubouquets.xml b/skel-root-nevis/var/tuxbox/config/zapit/ubouquets.xml new file mode 100644 index 0000000..38f7869 --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/ubouquets.xml @@ -0,0 +1,720 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/skel-root-nevis/var/tuxbox/config/zapit/zapit.conf b/skel-root-nevis/var/tuxbox/config/zapit/zapit.conf new file mode 100644 index 0000000..903c91b --- /dev/null +++ b/skel-root-nevis/var/tuxbox/config/zapit/zapit.conf @@ -0,0 +1,15 @@ +cam_ci=2 +diseqcRepeats=2 +diseqcType=3 +feTimeout=40 +gotoXXLaDirection=1 +gotoXXLatitude=0.000000 +gotoXXLongitude=0.000000 +lastChannel=-5452728872267077571 +lastChannelTV=-5452728872267077571 +makeRemainingChannelsBouquet=true +motorRotationSpeed=18 +rezapTimeout=1 +saveLastChannel=true +uni_scr=-1 +writeChannelsNames=true -- 2.39.5